Skip to content

Commit 75a5cd8

Browse files
committed
优化:动作、搜索动作、匹配动作等文案优化
1 parent b18a495 commit 75a5cd8

15 files changed

Lines changed: 141 additions & 37 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- 功能设置:呼出快捷键设置、开机启动
1010
- 插件管理:支持插件安装、卸载、启用、禁用等操作
11-
- 指令管理:支持内置和插件指令快速一览和启用、禁用、打开等操作
11+
- 动作管理:支持内置和插件动作快速一览和启用、禁用、打开等操作
1212
- 文件快速启动:支持文件快速启动,快速抵达目标文件
1313
- 快捷键启动:支持全局快捷键启动,快速启动软件
1414
- 数据中心:支持文件导出同步、WebDav文件同步

electron/mapi/manager/system/plugin/system.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ export const SystemPlugin: PluginRecord = {
4040
},
4141
{
4242
name: "page-action",
43-
title: "指令管理",
43+
title: "动作管理",
4444
type: ActionTypeEnum.WEB,
4545
icon: SystemIcons.command,
4646
matches: [
47-
'指令管理', 'action'
47+
'动作管理', 'action'
4848
] as any
4949
},
5050
{

public/iconfont/iconfont.css

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@font-face {
22
font-family: "iconfont"; /* Project id 4733566 */
3-
src: url('iconfont.woff2?t=1732685155412') format('woff2'),
4-
url('iconfont.woff?t=1732685155412') format('woff'),
5-
url('iconfont.ttf?t=1732685155412') format('truetype');
3+
src: url('iconfont.woff2?t=1736411931319') format('woff2'),
4+
url('iconfont.woff?t=1736411931319') format('woff'),
5+
url('iconfont.ttf?t=1736411931319') format('truetype');
66
}
77

88
.iconfont {
@@ -13,6 +13,30 @@
1313
-moz-osx-font-smoothing: grayscale;
1414
}
1515

16+
.icon-backend:before {
17+
content: "\e61c";
18+
}
19+
20+
.icon-command:before {
21+
content: "\e6aa";
22+
}
23+
24+
.icon-view:before {
25+
content: "\e6e1";
26+
}
27+
28+
.icon-code:before {
29+
content: "\e6b0";
30+
}
31+
32+
.icon-info:before {
33+
content: "\e72a";
34+
}
35+
36+
.icon-success:before {
37+
content: "\e72d";
38+
}
39+
1640
.icon-text:before {
1741
content: "\e959";
1842
}

public/iconfont/iconfont.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/iconfont/iconfont.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@
55
"css_prefix_text": "icon-",
66
"description": "",
77
"glyphs": [
8+
{
9+
"icon_id": "38207392",
10+
"name": "backend",
11+
"font_class": "backend",
12+
"unicode": "e61c",
13+
"unicode_decimal": 58908
14+
},
15+
{
16+
"icon_id": "35089476",
17+
"name": "command",
18+
"font_class": "command",
19+
"unicode": "e6aa",
20+
"unicode_decimal": 59050
21+
},
22+
{
23+
"icon_id": "321908",
24+
"name": "view",
25+
"font_class": "view",
26+
"unicode": "e6e1",
27+
"unicode_decimal": 59105
28+
},
29+
{
30+
"icon_id": "5428337",
31+
"name": "code",
32+
"font_class": "code",
33+
"unicode": "e6b0",
34+
"unicode_decimal": 59056
35+
},
36+
{
37+
"icon_id": "19418435",
38+
"name": "info",
39+
"font_class": "info",
40+
"unicode": "e72a",
41+
"unicode_decimal": 59178
42+
},
43+
{
44+
"icon_id": "7009016",
45+
"name": "success",
46+
"font_class": "success",
47+
"unicode": "e72d",
48+
"unicode_decimal": 59181
49+
},
850
{
951
"icon_id": "924549",
1052
"name": "text",

public/iconfont/iconfont.ttf

1.45 KB
Binary file not shown.

public/iconfont/iconfont.woff

840 Bytes
Binary file not shown.

public/iconfont/iconfont.woff2

772 Bytes
Binary file not shown.

src/pages/FastPanel/FastPanelSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ defineExpose({
5151
</div>
5252
</div>
5353
<div v-else>
54-
快捷指令
54+
快捷动作
5555
</div>
5656
</div>
5757
<div class="right">

src/pages/PageSystem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ window.focusany.onPluginReady(data => {
5050
@click="tab='action'"
5151
:class="tab==='action'?'bg-gray-200 dark:bg-gray-500':'hover:bg-gray-100 dark:hover:bg-gray-600'">
5252
<img class="w-6 h-6 object-contain mr-2 ml-2 dark:invert" :src="SystemIcons.command"/>
53-
指令管理
53+
动作管理
5454
</div>
5555
<div class="flex items-center leading-10 py-1 px-1 rounded-lg cursor-pointer"
5656
@click="tab='file'"

0 commit comments

Comments
 (0)