Skip to content

Commit 45a68cf

Browse files
committed
Update and fixed
1 parent 816454d commit 45a68cf

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report-------.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@ assignees: ''
77

88
---
99

10-
**Office Tool Plus Version, e.g. 8.1.0.0 (20/12/2020)**
10+
**Office Tool Plus Version, e.g. 8.1.0.0 (20/12/2020):**
1111
> Write down here
1212
13-
**Operating System, e.g. Windows 10 20H2 or Windows 7 SP1**
13+
**Operating System, e.g. Windows 10 20H2 or Windows 7 SP1:**
1414
> Write down here
1515
1616
**Error description (required):**
1717
> Write down here
1818
1919
*Reproduction steps (suggested):*
2020

21-
2221
*Screenshot (suggested):*
2322

24-
2523
*Additional information (optional):*

doc/Tips/en-us/Home.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Office Tool Plus is based on [Microsoft's Office Deployment Tool](https://aka.ms
2121
- <kbd>Ctrl + 2</kbd>: Switch to activate page.
2222
- <kbd>Ctrl + 3</kbd>: Switch to toolbox page.
2323
- <kbd>Ctrl + 4</kbd>: Switch to convert documents page.
24+
- <kbd>Ctrl + T</kbd>: Display settings panel.
25+
- <kbd>Ctrl + B</kbd>: Display about panel.
2426

2527
## Office Tool Plus In-application Commands
2628

doc/Tips/zh-cn/Home.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,31 @@ Office Tool Plus 基于 [Office 部署工具](https://aka.ms/ODT)和 [OSPP](http
2424
- <kbd>Ctrl + 1</kbd>: 切换到部署页面
2525
- <kbd>Ctrl + 2</kbd>: 切换到激活页面
2626
- <kbd>Ctrl + 3</kbd>: 切换到工具箱页面
27-
- <kbd>Ctrl + 3</kbd>: 切换到文档转换页面
27+
- <kbd>Ctrl + 4</kbd>: 切换到文档转换页面
28+
- <kbd>Ctrl + T</kbd>: 显示设置页面
29+
- <kbd>Ctrl + B</kbd>: 显示关于页面
2830

29-
## Office Tool Plus 命令 (使用 Ctrl + P)
31+
## Office Tool Plus 应用内命令
3032

3133
---
3234

33-
通过命令可以直达自己想要的功能,也可以做到批量设置哦!`命令不区分大小写,按照输入顺序执行。`如果路径中含有空格,请使用 "" (英文双引号) 将路径包括起来。
35+
`命令不区分大小写,按照输入顺序执行。`如果路径中含有空格,请使用 "" (英文双引号) 将路径包括起来。
3436

35-
**/setImage [Path]** 手动指定背景图,Path: 背景图路径(支持 JPG,PNG,支持本地路径以及 HTTP 路径)
37+
**/setImage path** 手动指定背景图,Path: 背景图路径(支持 JPG,PNG,支持本地路径以及 HTTP 路径)
3638

3739
**/clImage** 清除当前背景图
3840

39-
**/getKey [ProductID]** 获取产品密钥,若是批量产品,返回 GVLK,其他产品则返回默认密钥。ProductID: 产品 ID,例如:ProPlus2019Volume
41+
**/getKey product-ID** 获取产品密钥,若是批量产品,返回 GVLK,其他产品则返回默认密钥。ProductID: 产品 ID,例如:ProPlus2019Volume
4042

41-
**/osppILByID [ProductID]** 安装指定产品的 Office 许可证, ProductID: 产品 ID。例如:MondoVolume
43+
**/osppILByID product-ID** 安装指定产品的 Office 许可证, ProductID: 产品 ID。例如:MondoVolume
4244

43-
**/osppinpkey:[value]** 安装指定的 Office 密钥,例如:/osppinpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
45+
**/osppinpkey:value** 安装指定的 Office 密钥,例如:/osppinpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
4446

45-
**/osppunpkey:[value]** 卸载指定的 Office 密钥,例如:/osppunpkey:XXXXX
47+
**/osppunpkey:value** 卸载指定的 Office 密钥,例如:/osppunpkey:XXXXX
4648

47-
**/osppsethst:[value]** 设置 KMS 主机地址,例如:/osppsethst:kms.example.com
49+
**/osppsethst:value** 设置 KMS 主机地址,例如:/osppsethst:kms.example.com
4850

49-
**/osppsetprt:[value]** 设置 KMS 主机端口,默认 1688,例如:/osppsetprt:1688
51+
**/osppsetprt:value** 设置 KMS 主机端口,默认 1688,例如:/osppsetprt:1688
5052

5153
**/osppact** 激活 Office 客户端产品
5254

0 commit comments

Comments
 (0)