mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-01 09:40:59 +08:00
lint & format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { initConfig, type Config } from '#/config';
|
||||
import { type Config, initConfig } from '#/config';
|
||||
|
||||
export const useConfigStore = defineStore('config', () => {
|
||||
const config = ref<Config>(initConfig);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export const useProgramStore = defineStore('program', function () {
|
||||
export const useProgramStore = defineStore('program', () => {
|
||||
const { auth } = useAuth();
|
||||
const running = ref(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user