Spaces:
Sleeping
Sleeping
Commit ·
1b2eea3
1
Parent(s): 42add20
Upload helper.ts
Browse files
src/store/modules/user/helper.ts
CHANGED
|
@@ -15,9 +15,9 @@ export interface UserState {
|
|
| 15 |
export function defaultSetting(): UserState {
|
| 16 |
return {
|
| 17 |
userInfo: {
|
| 18 |
-
avatar: 'https://
|
| 19 |
-
name: '
|
| 20 |
-
description: '
|
| 21 |
},
|
| 22 |
}
|
| 23 |
}
|
|
|
|
| 15 |
export function defaultSetting(): UserState {
|
| 16 |
return {
|
| 17 |
userInfo: {
|
| 18 |
+
avatar: 'https://pnghive.com/core/images/full/chat-gpt-logo-png-1680406057.png',
|
| 19 |
+
name: 'ChatGPT',
|
| 20 |
+
description: 'AI assistant',
|
| 21 |
},
|
| 22 |
}
|
| 23 |
}
|