Skip to content

Commit 3e66359

Browse files
committed
fix
1 parent 770187b commit 3e66359

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"dev:web": "pnpm run --filter=@clansty/maibot-web dev",
55
"dev:bot": "pnpm run --filter=@clansty/maibot-workers dev",
66
"dev": "pnpm run --filter=@clansty/maibot-workers --filter=@clansty/maibot-web --parallel dev",
7-
"deploy": "pnpm run --filter=@clansty/maibot-onebot --filter=@clansty/maibot-qofbot --filter=@clansty/maibot-web \"/^deploy.*/\" && pnpm run deploy:docker",
7+
"deploy": "pnpm run --filter=@clansty/maibot-onebot --filter=@clansty/maibot-web \"/^deploy.*/\" && pnpm run deploy:docker",
88
"deploy:docker": "curl -X POST -vL https://portainer.c5y.moe/api/stacks/webhooks/10d9fea3-43d2-46c3-811a-e65293d4d0cb",
99
"deploy:tg": "pnpm run --filter=@clansty/maibot-workers deploy",
10-
"deploy:qq": "pnpm run --filter=@clansty/maibot-onebot --filter=@clansty/maibot-qofbot deploy && pnpm run deploy:docker",
10+
"deploy:qq": "pnpm run --filter=@clansty/maibot-onebot deploy && pnpm run deploy:docker",
1111
"deploy:web": "pnpm run --filter=@clansty/maibot-web deploy",
1212
"tail": "pnpm run --filter=@clansty/maibot-workers tail"
1313
},

packages/clients/src/UserProfile.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BUDDIES_LOGO, BUDDIES_PLUS_LOGO, GameVariantPlateMusicList, MaiVersion, PLATE_MUSIC_LIST_145, PLATE_MUSIC_LIST_CN, PLATE_MUSIC_LIST_JP, Regions, Env, Song, UserPreviewSummary, UserProfileDto, PRISM_LOGO, PLATE_MUSIC_LIST_150, ChuniSong, PLATE_MUSIC_LIST_155, PRISM_PLUS_LOGO, CIRCLE_LOGO } from '@clansty/maibot-types';
1+
import { BUDDIES_LOGO, BUDDIES_PLUS_LOGO, GameVariantPlateMusicList, MaiVersion, PLATE_MUSIC_LIST_145, PLATE_MUSIC_LIST_CN, PLATE_MUSIC_LIST_JP, Regions, Env, Song, UserPreviewSummary, UserProfileDto, PRISM_LOGO, PLATE_MUSIC_LIST_150, ChuniSong, PLATE_MUSIC_LIST_155, PRISM_PLUS_LOGO, CIRCLE_LOGO, PLATE_MUSIC_LIST_160 } from '@clansty/maibot-types';
22
import { UserSource } from './UserSource';
33
import AquaDxLegacy from './AquaDxLegacy';
44
import SdgbProxied from './SdgbProxied';
@@ -76,6 +76,8 @@ export class UserProfile {
7676
switch (this.region) {
7777
case 'jp':
7878
switch (await this.getVersion()) {
79+
case 160:
80+
return PLATE_MUSIC_LIST_160;
7981
case 155:
8082
return PLATE_MUSIC_LIST_155;
8183
case 150:

0 commit comments

Comments
 (0)