修复国家检测bug

This commit is contained in:
2026-02-09 21:04:09 +08:00
parent 658f50cc51
commit d59e4c0bb9
7 changed files with 419 additions and 71 deletions

View File

@@ -48,6 +48,17 @@ export default {
prompt: 'Stop crawling specified number',
setHostNum: 'Set crawling quantity',
unlimitedQuantity: 'Unlimited crawling quantity',
refreshCountry: 'Refresh Country',
refreshSuccess: 'Refresh Successful',
refreshFailed: 'Refresh Failed',
enterCountryPrompt: 'Unable to automatically obtain country information due to network issues. Please manually enter the country name (in Chinese)',
enterCountryTitle: 'Failed to Get Country',
confirm: 'Confirm',
cancel: 'Cancel',
countryPlaceholder: 'e.g., 美国, 日本, 英国',
countryRequired: 'Please enter country name',
countrySetSuccess: 'Country Set Successfully',
unknown: 'Unknown',
},
hostList: {
placeCountry: 'Select country',
@@ -156,6 +167,15 @@ export default {
starting: 'Starting...',
pleaseEnterCountryName: 'Please enter the country name in Chinese',
getCountryFailed: 'Failed to get country',
refreshCountry: 'Refresh Country',
refreshSuccess: 'Refresh Successful',
refreshFailed: 'Refresh Failed',
enterCountryPrompt: 'Unable to automatically obtain country information due to network issues. Please manually enter the country name (in Chinese)',
enterCountryTitle: 'Failed to Get Country',
countryPlaceholder: 'e.g., 美国, 日本, 英国',
countryRequired: 'Please enter country name',
countrySetSuccess: 'Country Set Successfully',
unknown: 'Unknown',
},
countries: {
// ... (truncated common countries for brevity, or include all if critical. I'll include a subset or all if possible. The file read showed all.)