Skip to content

Commit 24ca446

Browse files
Update check.ts
1 parent 98c0049 commit 24ca446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stores/check.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const useCheckStore = defineStore('check', () => {
1111
const avatarList = ['O1kmMD', 'O1ky0I', 'O1kvZ1', 'O1kZBG', 'O1k1Hv', 'O1kn1Y', 'O1kiMU', 'O1kF0p', 'O1kzKj', 'O1kMKK', 'O1bw5s', 'O1b3fB', 'O1bIpg', 'O1bukl', 'O1b88b', 'O1b6DP', 'O1b2n6', 'O1b9wF', 'O1blSD', 'O1bfAI', 'O1bY51', 'O1bsYG', 'O1bdpM', 'O1bckr', 'O1bS6c', 'O1bQDq', 'O1bGnv', 'O1bLCY', 'O1bHSU', 'O1bDAp', 'O1b4qj', 'O1bRYx']
1212
const unread = ref({});
1313
const avatar = (n: number) => {
14+
if (n===100) return 'https://ooo.0x0.ooo/2023/10/12/O1ffy1.png';
1415
const str = avatarList[n];
1516
return `https://ooo.0x0.ooo/2023/10/03/${str}.webp`
1617
}

0 commit comments

Comments
 (0)