✨ add image upscale
This commit is contained in:
@@ -3,6 +3,7 @@ import {useThemeStore} from "@/store/modules/themeStore.ts";
|
||||
import {langStore} from "@/store/modules/langStore.ts";
|
||||
import {useCommentStore} from "@/store/modules/commentStore.ts";
|
||||
import {useWebSocketStore} from "@/store/modules/websocketStore.ts";
|
||||
import {useUpscaleStore} from "@/store/modules/upscaleStore.ts";
|
||||
|
||||
export default function useStore() {
|
||||
return {
|
||||
@@ -11,5 +12,6 @@ export default function useStore() {
|
||||
lang: langStore(),
|
||||
comment: useCommentStore(),
|
||||
websocket: useWebSocketStore(),
|
||||
upscale: useUpscaleStore(),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user