d아이콘 변경

This commit is contained in:
2025-05-28 00:10:19 +00:00
parent 404c91e6e1
commit 01c620589f
5 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg fill="#89B7FF" width="800px" height="800px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M16 15.503A5.041 5.041 0 1 0 16 5.42a5.041 5.041 0 0 0 0 10.083zm0 2.215c-6.703 0-11 3.699-11 5.5v3.363h22v-3.363c0-2.178-4.068-5.5-11-5.5z"/></svg>

After

Width:  |  Height:  |  Size: 381 B

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg fill="#89B7FF" width="800px" height="800px" viewBox="0 0 56 56" xmlns="http://www.w3.org/2000/svg"><path d="M 27.9999 51.9063 C 41.0546 51.9063 51.9063 41.0781 51.9063 28 C 51.9063 14.9453 41.0312 4.0937 27.9765 4.0937 C 14.8983 4.0937 4.0937 14.9453 4.0937 28 C 4.0937 41.0781 14.9218 51.9063 27.9999 51.9063 Z M 27.9999 35.9922 C 20.9452 35.9922 15.5077 38.5 13.1405 41.3125 C 9.9999 37.7968 8.1014 33.1328 8.1014 28 C 8.1014 16.9609 16.9140 8.0781 27.9765 8.0781 C 39.0155 8.0781 47.8983 16.9609 47.9219 28 C 47.9219 33.1563 46.0234 37.8203 42.8593 41.3359 C 40.4921 38.5234 35.0546 35.9922 27.9999 35.9922 Z M 27.9999 32.0078 C 32.4999 32.0547 36.0390 28.2109 36.0390 23.1719 C 36.0390 18.4375 32.4765 14.5 27.9999 14.5 C 23.4999 14.5 19.9140 18.4375 19.9609 23.1719 C 19.9843 28.2109 23.4765 31.9609 27.9999 32.0078 Z"/></svg>

After

Width:  |  Height:  |  Size: 955 B

View File

@@ -21,7 +21,7 @@ onMounted(() => {
<div class="column is-12">
<div class="dashboard-header">
<VAvatar
picture="/images/avatars/svg/vuero-7.svg"
picture="/images/avatars/svg/person-2.svg"
size="xl"
/>
<div class="user-meta is-dark-bordered-12">

View File

@@ -106,7 +106,7 @@ function onRePassword() {
@keydown.enter.prevent="toggle"
@click="toggle"
>
<VAvatar picture="/images/avatars/svg/vuero-7.svg" />
<VAvatar picture="/images/avatars/svg/person-2.svg" />
</a>
</div>
<div class="company-nm">{{ biz.compNm }}</div>
@@ -117,7 +117,7 @@ function onRePassword() {
<div class="dropdown-head">
<VAvatar
size="large"
picture="/images/avatars/svg/vuero-7.svg"
picture="/images/avatars/svg/person-2.svg"
/>
<div class="meta">

View File

@@ -51,8 +51,8 @@ export default defineConfig(({ isSsrBuild }) => ({
port: 3000,
proxy: {
'/api': {
// target: 'https://svcm.hmsn.ink',
target: 'http://localhost:8010',
target: 'https://svcm.hmsn.ink',
// target: 'http://localhost:8010',
changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, ''),
},