feat: 添加快捷指令的标签管理系统

Related to #5
This commit is contained in:
Baobhan Sith
2025-05-03 15:18:51 +08:00
parent 430aac8512
commit 026ed949fb
22 changed files with 1828 additions and 296 deletions
+7 -1
View File
@@ -909,7 +909,13 @@
"command": "指令:",
"commandPlaceholder": "例如:ls -alh /home/user",
"errorCommandRequired": "指令内容不能为空",
"add": "添加"
"add": "添加",
"tags": "标签:",
"tagsPlaceholder": "选择或创建标签..."
},
"untagged": "未标记",
"tags": {
"clickToEditTag": "点击编辑标签名称"
}
},
"setup": {