convert plugins

This commit is contained in:
JellyBrick
2023-11-27 18:41:50 +09:00
parent 4fad456619
commit 3ffbfbe0e3
70 changed files with 1617 additions and 1836 deletions

View File

@ -6,7 +6,7 @@ import defaultConfig from './defaults';
import store from './store';
import plugins from './plugins';
import { restart } from '../providers/app-controls';
import { restart } from '@/providers/app-controls';
const set = (key: string, value: unknown) => {
store.set(key, value);

View File

@ -5,7 +5,7 @@ import { allPlugins } from 'virtual:plugins';
import defaults from './defaults';
import { DefaultPresetList, type Preset } from '../plugins/downloader/types';
import { DefaultPresetList, type Preset } from '@/plugins/downloader/types';
const setDefaultPluginOptions = (
store: Conf<Record<string, unknown>>,