diff --git a/src/pages/SettingPage.vue b/src/pages/SettingPage.vue index 058290b..55cf6c7 100644 --- a/src/pages/SettingPage.vue +++ b/src/pages/SettingPage.vue @@ -682,7 +682,7 @@ onMounted(() => {
- diff --git a/src/stores/settingStore.js b/src/stores/settingStore.js index e55a624..966f51d 100644 --- a/src/stores/settingStore.js +++ b/src/stores/settingStore.js @@ -20,7 +20,7 @@ export const useSettingStore = defineStore('setting', { searchOpenMode: 'new', autoFocusSearchInput: false, autoCleanSearchInput: false, - showWeather: false, + showWeather: true, weatherLocationMode: 'custom', webAppGroupIndex: 0, circularSliding: true,