From 7ad9abb5b245924d7a83a01361d5c565e86ffe2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=A2=A6?= Date: Sun, 3 May 2026 12:49:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icon/edit.png | Bin 0 -> 315 bytes src/components/layout/AppHeader.vue | 16 +- src/router/index.ts | 6 + src/views/Profile.vue | 519 ++++++++++++++++++++++++++++ 4 files changed, 539 insertions(+), 2 deletions(-) create mode 100644 src/assets/icon/edit.png create mode 100644 src/views/Profile.vue diff --git a/src/assets/icon/edit.png b/src/assets/icon/edit.png new file mode 100644 index 0000000000000000000000000000000000000000..b58cfee79809452252ba1126e1a4ef87390ff838 GIT binary patch literal 315 zcmeAS@N?(olHy`uVBq!ia0vp^q9Dw{1|(OCFP#RYI14-?iy0WWg+Z8+Vb&Z8pde#$ zkh>GZx^prwfgF}}M_)$E)e-c@Ne7+Lbh?3y^w370~qErUA%=FyEc^juC17)^( zx;TbZFuuL=kdw)fhxNe~POB#A7aUe6dmnI^cPY=2E@^qi@|^8Co8iImDP09BKVLQn zNWE|`o}z5jGIMjt#9P5G3}JPtg@==EYg zW=7ox?fvrGWT&Xe#$U7kw(H)L{1Qd?AZc5pE+f|GoNt8BY?v1$KON`;22WQ%mvv4F FO#lYTZ8ZP@ literal 0 HcmV?d00001 diff --git a/src/components/layout/AppHeader.vue b/src/components/layout/AppHeader.vue index 536ec99..7ea341c 100644 --- a/src/components/layout/AppHeader.vue +++ b/src/components/layout/AppHeader.vue @@ -1,6 +1,6 @@