feat: 添加产品管理功能,包括产品列表和添加产品表单

This commit is contained in:
2026-01-19 17:25:48 +07:00
parent 724f0a47e9
commit 9b36a114b3
11 changed files with 310 additions and 17 deletions

View File

@@ -228,7 +228,8 @@ const local: App.I18n.Schema = {
404: 'Page Not Found',
500: 'Server Error',
'iframe-page': 'Iframe',
home: 'Home'
home: 'Home',
product: 'Product'
},
page: {
login: {