This commit is contained in:
Baobhan Sith
2025-04-24 19:53:10 +08:00
parent 2f0b872264
commit a930f43477
14 changed files with 237 additions and 10 deletions
@@ -4,7 +4,7 @@ import { useI18n } from 'vue-i18n';
import { useAppearanceStore } from '../stores/appearance.store'; // 使用新的 store
import { storeToRefs } from 'pinia';
import type { ITheme } from 'xterm';
import type { TerminalTheme } from '../../../backend/src/types/terminal-theme.types'; // 引入类型
import type { TerminalTheme } from '../types/terminal-theme.types'; // 引入本地类型
import { defaultXtermTheme } from '../features/appearance/config/default-themes'; // 引入默认主题
const { t } = useI18n();