Add Quick Add Tag functionality and improve tag management in Edit and Publish pages

This commit is contained in:
2025-05-31 12:43:08 +08:00
parent 37a3d0e459
commit d597d62c1c
8 changed files with 221 additions and 8 deletions

View File

@@ -172,6 +172,11 @@ export const i18nData = {
"About": "About",
"Home": "Home",
"Other": "Other",
"Quick Add": "Quick Add",
"Add Tags": "Add Tags",
"Input tags separated by commas.": "Input tags separated by commas.",
"If the tag does not exist, it will be created automatically.": "If the tag does not exist, it will be created automatically.",
"Optionally, you can specify a type for the new tags.": "Optionally, you can specify a type for the new tags.",
}
},
"zh-CN": {
@@ -347,6 +352,11 @@ export const i18nData = {
"About": "关于",
"Home": "首页",
"Other": "其他",
"Quick Add": "快速添加",
"Add Tags": "添加标签",
"Input tags separated by commas.": "输入标签, 用逗号分隔。",
"If the tag does not exist, it will be created automatically.": "如果标签不存在, 将自动创建。",
"Optionally, you can specify a type for the new tags.": "您可以选择为新标签指定一个类型。",
}
},
"zh-TW": {
@@ -522,6 +532,11 @@ export const i18nData = {
"About": "關於",
"Home": "首頁",
"Other": "其他",
"Quick Add": "快速添加",
"Add Tags": "添加標籤",
"Input tags separated by commas.": "輸入標籤, 用逗號分隔。",
"If the tag does not exist, it will be created automatically.": "如果標籤不存在, 將自動創建。",
"Optionally, you can specify a type for the new tags.": "您可以選擇為新標籤指定一個類型。",
}
}
}