Skip to content

Commit bc24fb3

Browse files
committed
160 支持,默认暂时为 155
1 parent ba3c294 commit bc24fb3

File tree

11 files changed

+75053
-41
lines changed

11 files changed

+75053
-41
lines changed

.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.edit.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { component$ } from '@builder.io/qwik';
22

33
export default component$(() => <div class="relative bg-repeat-x h-150px" style={{ marginTop: 50, backgroundImage: 'url(/img/bg_pc.avif)', backgroundSize: '700px 155px' }}>
44
<div style={{ textAlign: 'center', color: 'white', fontSize: 18 }} class="absolute bottom-7px w-full">
5-
Rating on AquaDX.Net | Designed by Clansty feat. 7Yunluo | Generated by @AquaDXBot | Data from DXRating.net
5+
Rating on MuNET | Designed by Clansty feat. 7Yunluo | Generated by @AquaDXBot | Data from DXRating.net
66
</div>
77
</div>)

apps/web/src/routes/b50/components/B50.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { component$ } from '@builder.io/qwik';
77

88
const getLogoByVersion = (ver: MaiVersion) => {
99
switch (ver) {
10+
case 160: return PRISM_PLUS_LOGO;
1011
case 155: return PRISM_PLUS_LOGO;
1112
case 150: return PRISM_LOGO;
1213
case 145: return BUDDIES_PLUS_LOGO;

packages/clients/src/UserProfile.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ export class UserProfile {
113113
return 145;
114114
else if (version < 55)
115115
return 150;
116-
else
116+
else if (version < 60)
117117
return 155;
118+
else
119+
return 160;
118120
} catch (e) {
119121
console.error('Failed to get user version', e);
120122
return 150;

0 commit comments

Comments
 (0)