Skip to content

Commit a7ba0a8

Browse files
adaexclaude
andcommitted
feat: 精选 HK 上限调整为 100,US 50,其他 20
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5b8acb4 commit a7ba0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const COUNTRY_FLAGS: Record<string, string> = {
161161
HK: '🇭🇰', JP: '🇯🇵', US: '🇺🇸', TW: '🇨🇳', SG: '🇸🇬', KR: '🇰🇷',
162162
};
163163

164-
const CURATED_LIMITS: Record<string, number> = { HK: 50, US: 50 };
164+
const CURATED_LIMITS: Record<string, number> = { HK: 100, US: 50 };
165165
const CURATED_DEFAULT_LIMIT = 20;
166166

167167
function parseSpeed(name: string): number {

0 commit comments

Comments
 (0)