Refactor AccountSettingSearch.vue to update the label for filter rule group to "优先级规则组"

Fix AccountSettingSite.vue to set COOKIECLOUD_ENABLE_LOCAL to false by default
Refactor AccountSettingSubscribe.vue to add support for selecting best version rule group for subscription filtering
This commit is contained in:
jxxghp
2024-09-26 12:49:39 +08:00
parent 574464c1ea
commit cf6b6dd4dd
3 changed files with 30 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const siteSetting = ref({
COOKIECLOUD_PASSWORD: '',
COOKIECLOUD_INTERVAL: 0,
USER_AGENT: '',
COOKIECLOUD_ENABLE_LOCAL: '',
COOKIECLOUD_ENABLE_LOCAL: false,
COOKIECLOUD_BLACKLIST: '',
SITEDATA_REFRESH_INTERVAL: 0,
})