变更预识别修改

This commit is contained in:
2026-09-11 12:02:46 +08:00
parent 7030414146
commit 1c4c8e7b62
12 changed files with 376 additions and 85 deletions
-1
View File
@@ -6,7 +6,6 @@ import { useThemeStore } from '@/store/modules/theme';
const appStore = useAppStore();
const themeStore = useThemeStore();
const gap = computed(() => (appStore.isMobile ? 0 : 16));
const emit = defineEmits<{ go: [v: string, preset?: string];}>();
interface MyChange {