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

build: publish success
perf: 增加card列表示例
fix: 修复antdv4新页面打开示例不显示表单的bug
chore:
This commit is contained in:
GitHub Actions Bot
2024-11-26 19:26:27 +00:00
parent 4aa136189a
commit 7b42d7252e
9 changed files with 230 additions and 37 deletions
@@ -782,6 +782,12 @@ export const crudResources = [
name: "AdvancedBigData",
path: "/crud/advanced/big-data",
component: "/crud/advanced/big-data/index.vue"
},
{
title: "列表以card方式显示",
name: "AdvancedCard",
path: "/crud/advanced/card",
component: "/crud/advanced/card/index.vue"
}
]
}