|
@@ -82,6 +82,7 @@ export const useAppStore = defineStore({
|
|
},
|
|
},
|
|
setTitle(title: string): void {
|
|
setTitle(title: string): void {
|
|
this.title = title;
|
|
this.title = title;
|
|
|
|
+ localStorage.setItem('title', title);
|
|
},
|
|
},
|
|
setBeforeMiniInfo(state: BeforeMiniState): void {
|
|
setBeforeMiniInfo(state: BeforeMiniState): void {
|
|
this.beforeMiniInfo = state;
|
|
this.beforeMiniInfo = state;
|