Przeglądaj źródła

user avatar modified

Gudge-ZL 2 lat temu
rodzic
commit
fb407d2c65
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      SEChat-frontend/src/store/modules/user/helper.ts

+ 2 - 2
SEChat-frontend/src/store/modules/user/helper.ts

@@ -16,8 +16,8 @@ export function defaultSetting(): UserState {
   return {
     userInfo: {
       avatar: 'https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg',
-      name: 'ChenZhaoYu',
-      description: 'Star on <a href="https://github.com/Chanzhaoyu/chatgpt-bot" class="text-blue-500" target="_blank" >GitHub</a>',
+      name: 'zpb',
+      description: '123',
     },
   }
 }