mark模块更新

This commit is contained in:
2025-03-28 09:40:14 +08:00
parent 9129dffa4c
commit 508ec96029
14 changed files with 666 additions and 29 deletions

View File

@@ -0,0 +1,13 @@
{
"markType": "Type",
"summary": "Summary",
"tags": "Tags",
"description": "Description",
"link": "Link",
"createdAt": "Created At",
"updatedAt": "Updated At",
"title": "Title",
"thumbnail": "Thumbnail",
"save": "Save",
"editMarkSuccess": "Edit Mark Success"
}

View File

@@ -0,0 +1,13 @@
{
"markType": "类型",
"summary": "摘要",
"tags": "标签",
"description": "描述",
"link": "链接",
"createdAt": "创建时间",
"updatedAt": "更新时间",
"title": "标题",
"thumbnail": "缩略图",
"save": "保存",
"editMarkSuccess": "编辑成功"
}