Update version to 1.8.10, add user authorization check feature, and enhance localization support

- Bumped version in .env file to 1.8.10.
- Introduced a new script for checking user authorization with detailed feedback and error handling.
- Updated CHANGELOG.md to include new entries for the user authorization feature and minor fixes.
- Added localization strings for user authorization checks in English, Simplified Chinese, and Traditional Chinese.
This commit is contained in:
yeongpin
2025-04-09 20:49:39 +08:00
parent 491b227486
commit 3f9cbc3d08
8 changed files with 318 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ def setup_config(translator=None):
},
'Utils': {
'enabled_update_check': 'True',
'enabled_force_update': 'True',
'enabled_force_update': 'False',
'enabled_account_info': 'True'
}
}