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

build: publish success
fix: 修复fs-values-format组件某些值无法获取自动颜色的bug
This commit is contained in:
GitHub Actions Bot
2025-06-10 19:25:46 +00:00
parent f802b4c2dd
commit 85cbc16c53
4 changed files with 14 additions and 7 deletions
@@ -306,7 +306,8 @@ export default async function ({ crudExpose, context }: CreateCrudOptionsProps):
{ value: "wh", label: "武汉" },
{ value: "sh", label: "上海" },
{ value: "hz", label: "杭州" },
{ value: "bj", label: "北京", color: "red" }
{ value: "bj", label: "北京", color: "red" },
{ value: "github", label: "github" }
]
}),
column: {
@@ -8,7 +8,7 @@ const list = [
statusLocal: "sz",
customDictUrl: "0",
statusValue: 1,
multiple: ["sz", "bj", "gz", "sh", "hz", "xz", "xg"],
multiple: ["sz", "bj", "gz", "sh", "hz", "xz", "xg", "github"],
checkbox: "0",
select_local: "sz",
statusRemote: "0",