【功能优化】:新增标签页样式Naive

This commit is contained in:
lipeng
2024-11-28 16:30:17 +08:00
parent 64ebe2bfdb
commit a3a7cf63a8
8 changed files with 356 additions and 2 deletions

View File

@@ -31,4 +31,8 @@ export const PAGE_TAG_ENUM = {
value: 'antd',
desc: 'Ant Design',
},
NAIVE: {
value: 'naive',
desc: 'NAIVE',
},
};