Tcode平台改造升级-设置相关配置完成

This commit is contained in:
fmk1023
2025-12-10 16:11:05 +08:00
parent a630f40b76
commit 7924714d0e
3 changed files with 344 additions and 13 deletions

View File

@@ -105,7 +105,7 @@
<script setup lang="ts">
import { ref, computed } from 'vue';
import OverView from './overview/index.vue';
import Setting from './setting.vue';
import Setting from './setting/index.vue';
import Integration from './Integration.vue';
import Proxy from './proxy.vue';
import Usage from './usage.vue';