feat: 添加新闻管理功能,包括新闻列表和添加新闻表单

This commit is contained in:
2026-01-19 19:40:02 +07:00
parent 26056e8e21
commit 07b75dc03e
11 changed files with 279 additions and 30 deletions

View File

@@ -226,7 +226,8 @@ const local: App.I18n.Schema = {
'iframe-page': '外链页面',
home: '首页',
product: '产品管理',
user: '用户管理'
user: '用户管理',
news: '新闻管理'
},
page: {
login: {