diff --git a/package.json b/package.json index 97d0b01f..6ccb0582 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moviepilot", - "version": "2.7.2", + "version": "2.7.3", "private": true, "type": "module", "bin": "dist/service.js", @@ -114,4 +114,4 @@ "workbox-window": "^7.3.0" }, "packageManager": "yarn@1.22.18" -} \ No newline at end of file +} diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 034d3564..fa3f9bf0 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -1208,7 +1208,7 @@ export default { workflowStatisticShareHint: 'Share workflow statistics to popular workflows for other MP users to reference', bigMemoryMode: 'Large Memory Mode', bigMemoryModeHint: 'Use more memory to cache data and improve system performance', - dbWalEnable: 'WAL Mode', + dbWalEnable: 'Sqlite WAL Mode', dbWalEnableHint: 'Can improve read/write concurrency performance, but may increase the risk of data loss in exceptional cases, requires restart to take effect', tmdbApiDomain: 'TMDB API Service Address', diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 5ba7e4ee..8ba2e105 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -1203,7 +1203,7 @@ export default { workflowStatisticShareHint: '分享工作流统计数据到热门工作流,供其他MPer参考', bigMemoryMode: '大内存模式', bigMemoryModeHint: '使用更大的内存缓存数据,提升系统性能', - dbWalEnable: 'WAL模式', + dbWalEnable: '数据库WAL模式', dbWalEnableHint: '可提升读写并发性能,但可能在异常情况下增加数据丢失风险,更改后需重启生效', tmdbApiDomain: 'TMDB API服务地址', tmdbApiDomainPlaceholder: 'api.themoviedb.org', diff --git a/src/locales/zh-TW.ts b/src/locales/zh-TW.ts index b41ae3f7..44718eda 100644 --- a/src/locales/zh-TW.ts +++ b/src/locales/zh-TW.ts @@ -1202,7 +1202,7 @@ export default { workflowStatisticShareHint: '分享工作流統計數據到熱門工作流,供其他MPer參考', bigMemoryMode: '大內存模式', bigMemoryModeHint: '使用更大的內存緩存數據,提升系統性能', - dbWalEnable: 'WAL模式', + dbWalEnable: '數據庫WAL模式', dbWalEnableHint: '可提升讀寫併發性能,但可能在異常情況下增加數據丟失風險,更改後需重啟生效', tmdbApiDomain: 'TMDB API服務地址', tmdbApiDomainPlaceholder: 'api.themoviedb.org', diff --git a/src/views/setting/AccountSettingSystem.vue b/src/views/setting/AccountSettingSystem.vue index 6e8acf4d..bd5d8184 100644 --- a/src/views/setting/AccountSettingSystem.vue +++ b/src/views/setting/AccountSettingSystem.vue @@ -22,6 +22,7 @@ const { t } = useI18n() const SystemSettings = ref({ // 基础设置 Basic: { + DB_TYPE: 'sqlite', APP_DOMAIN: null, API_TOKEN: null, WALLPAPER: 'tmdb', @@ -818,7 +819,7 @@ onDeactivated(() => { persistent-hint /> - +