mirror of
https://github.com/acepanel/panel.git
synced 2026-02-07 11:57:17 +08:00
feat: 设置页面初步完善及前端import lint
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<script lang="ts" setup>
|
||||
import { kebabCase } from 'lodash-es'
|
||||
import { useCssVar } from '@vueuse/core'
|
||||
import { kebabCase } from 'lodash-es'
|
||||
import type { GlobalThemeOverrides } from 'naive-ui'
|
||||
|
||||
import { useThemeStore } from '@/store'
|
||||
|
||||
type ThemeVars = Exclude<GlobalThemeOverrides['common'], undefined>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Editor from '@guolao/vue-monaco-editor'
|
||||
|
||||
import file from '@/api/panel/file'
|
||||
import { languageByPath } from '@/utils/file'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user