v3.12【新增】标签页Chome模式;【优化】优化很多细节

This commit is contained in:
zhuoda
2025-01-08 20:14:53 +08:00
parent 56517b650a
commit 96d498fbbf
77 changed files with 2721 additions and 918 deletions

View File

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