feat: 语法错误修复

This commit is contained in:
duanshuwen
2025-12-09 22:18:36 +08:00
parent b842f946a5
commit aab6ffb174
28 changed files with 372 additions and 3301 deletions

View File

@@ -24,6 +24,6 @@
<script setup lang="ts">
import { RiCheckboxCircleFill } from '@remixicon/vue'
import TitleSection from '@/components/TitleSection/index.vue'
import TitleSection from '@renderer/components/TitleSection/index.vue'
</script>

View File

@@ -31,6 +31,6 @@
<script setup lang="ts">
import { channel } from '@constant/channel'
import { RiForbidLine } from '@remixicon/vue'
import TitleSection from '@/components/TitleSection/index.vue'
import TitleSection from '@renderer/components/TitleSection/index.vue'
</script>

View File

@@ -15,7 +15,7 @@
<script setup lang="ts">
import { ref, defineEmits } from 'vue'
import { systemMenus } from '@/constant/system-config'
import { systemMenus } from '@renderer/constant/system-config'
const currentId = ref(1)

View File

@@ -12,5 +12,5 @@
</template>
<script setup lang="ts">
import TitleSection from '@/components/TitleSection/index.vue'
import TitleSection from '@renderer/components/TitleSection/index.vue'
</script>