🔱: [client] sync upgrade with 8 commits [trident-sync]

chore: 1.14.4
chore: 1.14.3
fix: export lib
chore: 1.14.2
refactor: import
refactor: import
perf: 导入支持
This commit is contained in:
GitHub Actions Bot
2023-07-02 19:23:56 +00:00
parent a8edaf4dfa
commit 6fda0d6896
7 changed files with 232 additions and 5 deletions
@@ -579,6 +579,12 @@ export const crudResources = [
path: "/crud/feature/local-v-model",
component: "/crud/feature/local-v-model/index.vue"
},
{
title: "导入",
name: "FeatureImport",
path: "/crud/feature/local-import",
component: "/crud/feature/local-import/index.vue"
},
{
title: "自定义删除",
name: "FeatureRemove",