Skip to content

Commit

Permalink
Update helper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
twn29004 authored Jun 11, 2023
1 parent 35ebac5 commit f2c7f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/user/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface UserState {
export function defaultSetting(): UserState {
return {
userInfo: {
avatar: 'https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg',
avatar: 'https://blog-image-twn29004.oss-cn-chengdu.aliyuncs.com/202306111512536.jpg',
name: 'twn29004',
description: 'Star on <a href="https://github.com/twn29004" class="text-blue-500" target="_blank" >GitHub</a>',
},
Expand Down

0 comments on commit f2c7f0d

Please sign in to comment.