Files
tashow-manager/src/constants/index.ts
wuxichen 12495b6d85
Some checks failed
coverage CI / build (push) Has been cancelled
feat: tagEditor
2025-09-24 11:09:02 +08:00

6 lines
120 B
TypeScript

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