[feature/frontend] create posts (wip)

This commit is contained in:
CDN 2025-02-22 03:46:57 +08:00
parent e86d8c1576
commit 086c9761a9
Signed by: CDN
GPG key ID: 0C656827F9F80080
10 changed files with 598 additions and 115 deletions

View file

@ -47,7 +47,9 @@
"username": "用户名",
"logout": "退出登录",
"save": "保存",
"saving": "保存中..."
"saving": "保存中...",
"noData": "暂无数据",
"unsavedChanges": "你有未保存的更改,确定要离开吗?"
},
"dashboard": {
"totalPosts": "文章总数",
@ -55,6 +57,26 @@
"totalUsers": "用户总数",
"totalContributors": "贡献者总数"
},
"posts": {
"title": "标题",
"categories": "分类",
"createdAt": "创建时间",
"status": "状态",
"noTitle": "无标题",
"deleteConfirm": "确定要删除这篇文章吗?",
"create": "创建文章",
"edit": "编辑文章",
"slug": "文章链接",
"content": "内容",
"summary": "摘要",
"metaKeywords": "关键词",
"metaDescription": "描述",
"selectCategories": "选择分类",
"saving": "保存中...",
"publishing": "发布中...",
"saveDraft": "保存草稿",
"publish": "发布文章"
},
"login": {
"title": "管理员登录",
"username": "用户名",