Skip to content

Commit 4f7bc89

Browse files
committed
update plugin version
1 parent 4948157 commit 4f7bc89

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

plugin.json

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"Id": "9014abc5-7a57-46c4-8961-abf3d8f1b008",
3-
"TriggerKeywords": ["color"],
3+
"TriggerKeywords": [
4+
"color"
5+
],
46
"Commands": [
57
{
68
"Command": "pick",
@@ -10,13 +12,16 @@
1012
"Name": "i18n:plugin_name",
1113
"Description": "i18n:plugin_desc",
1214
"Author": "Wox-Launcher",
13-
"Version": "0.0.1",
15+
"Version": "0.0.2",
1416
"MinWoxVersion": "2.0.0",
1517
"Runtime": "nodejs",
1618
"Website": "https://github.com/Wox-launcher/Wox.Plugin.ColorPicker",
1719
"Entry": "index.js",
1820
"Icon": "relative:images/app.png",
19-
"SupportedOS": ["windows", "darwin"],
21+
"SupportedOS": [
22+
"windows",
23+
"darwin"
24+
],
2025
"Features": [
2126
{
2227
"Name": "gridLayout",
@@ -34,33 +39,25 @@
3439
"plugin_name": "Color Picker",
3540
"plugin_desc": "Wox plugin to pick colors",
3641
"command_pick_desc": "Pick a color from the screen",
37-
3842
"group_favorites": "Favorites",
3943
"group_history": "History",
40-
4144
"result_pick_title": "Pick a color from screen",
4245
"result_pick_subtitle": "Press Enter to pick",
4346
"action_pick_color": "Pick Color",
44-
4547
"action_copy": "Copy",
4648
"action_favorite": "Favorite",
4749
"action_unfavorite": "Unfavorite",
4850
"action_edit_keywords": "Edit Keywords",
4951
"action_remove_history": "Remove from History",
50-
5152
"keyword_label": "Keywords",
5253
"keyword_tooltip": "Comma separated keywords for search (e.g. red, primary)",
53-
5454
"subtitle_click_copy": "Click to copy",
5555
"subtitle_keywords_prefix": "Keywords: ",
56-
5756
"empty_no_match": "No matching colors",
5857
"empty_no_colors": "No colors yet",
5958
"empty_pick_hint": "Use 'color pick' to pick a color from screen",
60-
6159
"unknown_command_prefix": "Unknown command: ",
6260
"unknown_command_hint": "Try 'color pick' or just 'color'",
63-
6461
"notify_copied_prefix": "Copied: ",
6562
"notify_picked_prefix": "Picked color: ",
6663
"notify_copy_failed_prefix": "Copy failed: "
@@ -69,36 +66,28 @@
6966
"plugin_name": "取色器",
7067
"plugin_desc": "用于取色的 Wox 插件",
7168
"command_pick_desc": "从屏幕取一个颜色",
72-
7369
"group_favorites": "收藏",
7470
"group_history": "历史",
75-
7671
"result_pick_title": "从屏幕取色",
7772
"result_pick_subtitle": "按回车开始取色",
7873
"action_pick_color": "取色",
79-
8074
"action_copy": "复制",
8175
"action_favorite": "收藏",
8276
"action_unfavorite": "取消收藏",
8377
"action_edit_keywords": "编辑关键字",
8478
"action_remove_history": "从历史移除",
85-
8679
"keyword_label": "关键字",
8780
"keyword_tooltip": "用逗号分隔关键字,便于搜索(例如:red, primary)",
88-
8981
"subtitle_click_copy": "点击复制",
9082
"subtitle_keywords_prefix": "关键字:",
91-
9283
"empty_no_match": "没有匹配的颜色",
9384
"empty_no_colors": "暂无颜色",
9485
"empty_pick_hint": "使用 'color pick' 从屏幕取色",
95-
9686
"unknown_command_prefix": "未知命令:",
9787
"unknown_command_hint": "试试 'color pick' 或直接输入 'color'",
98-
9988
"notify_copied_prefix": "已复制:",
10089
"notify_picked_prefix": "已取色:",
10190
"notify_copy_failed_prefix": "复制失败:"
10291
}
10392
}
104-
}
93+
}

0 commit comments

Comments
 (0)