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
@@ -906,7 +906,13 @@
"command": "Command:",
"commandPlaceholder": "e.g., ls -alh /home/user",
"errorCommandRequired": "Command cannot be empty",
"add": "Add"
"add": "Add",
"tags": "Tags:",
"tagsPlaceholder": "Select or create tags..."
},
"untagged": "Untagged",
"tags": {
"clickToEditTag": "Click to edit tag name"
}
},
"setup": {