删除不再使用的数字人创作和模型配置相关文件,优化项目结构,提升代码可维护性。

This commit is contained in:
2026-05-13 16:00:52 +08:00
parent bd2195ee06
commit 812b11bb68
13 changed files with 16 additions and 608 deletions

View File

@@ -96,7 +96,7 @@
<script setup lang="ts">
import { ref, reactive, watch } from 'vue';
import { Search, CircleCheck } from '@element-plus/icons-vue';
import { getSkillList, getUserSkilllistUser, type SkillItem } from '/@/api/digitalHuman/skill';
import { getSkillList, getUserSkilllistUser, type SkillItem } from '/@/api/settings/skill';
interface Props {
modelValue: boolean;

View File

@@ -50,7 +50,7 @@
<script setup lang="ts">
import { ref, reactive, watch } from 'vue';
import { Search, CircleCheck } from '@element-plus/icons-vue';
import { getUserSkilllistUser, type SkillItem } from '/@/api/digitalHuman/skill';
import { getUserSkilllistUser, type SkillItem } from '/@/api/settings/skill';
interface Props {
modelValue: boolean;