feat: tagEditor
Some checks failed
coverage CI / build (push) Has been cancelled

This commit is contained in:
2025-09-24 11:09:02 +08:00
parent 67b9a74212
commit 12495b6d85
11 changed files with 461 additions and 87 deletions

View File

@@ -1 +1,5 @@
export const formStatusType = { create: '创建', update: '编辑', test: '测试' };
export const formStatusType: { [key: string]: string } = {
create: '创建',
update: '编辑',
test: '测试',
};