Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f73fac3

Browse files
committed
V1.0.5 预览版
1 parent b879951 commit f73fac3

File tree

5 files changed

+592
-31
lines changed

5 files changed

+592
-31
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
*.vsix
3+
def.*

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,15 @@
1919

2020
### V1.0.4
2121

22-
- [M] 修复package配置
22+
- [M] 修复package配置
23+
24+
### V1.0.5 预览版
25+
26+
- [M] 更新package配置
27+
- [+] 添加KS文件图标[ Light/Dark ]
28+
- [+] 更新了插件图标
29+
- [M] 修复Taboolib中公有动作Literal的错误
30+
- [+] 添加KetherScript的创建函数的补全
31+
- [+] **[ 测试 ]** 添加新功能打开文件 【光标选中文件名(例如 *litecat.ks* ) 按下 `Ctrl` + `F12` 即可跳转工作区下为*litecat.ks*的文件】__[ 支持在YAML/KetherScript 中使用 ]__
32+
- [+] **[ 测试 ]** 添加新功能对KETHERSCRIPT的格式化程序
33+
- [M] 重构Kether的代码高亮

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,35 @@
1010
## 📃特点
1111
---
1212
### 你只需要记住标题
13-
![](https://www.rtcraft.cn/assets/img/event/2.png)
13+
![](https://pic.imgdb.cn/item/6570a2d2c458853aef039400.png)
1414
### 输入文字自动补全!
15-
![动图](https://www.rtcraft.cn/assets/img/event/kether-s.gif)
16-
> 我们已经实现了所有由 TabooLib 提供的公有动作以及原生动作的补全以及提示(类似WIKI)
15+
![动图](https://pic.imgdb.cn/item/6570a2cbc458853aef037198.gif)
16+
> 我们已经实现了所有由 TabooLib 提供的公有动作以及原生动作、Chemdah、QuestEngine的补全以及提示 (类似WIKI)
17+
18+
### **[ 测试 ]** 打开文件 【光标选中文件名(例如 *litecat.ks* ) 按下 `Ctrl` + `F12` 即可跳转工作区下为*litecat.ks*的文件】__[ 支持在YAML/KetherScript 中使用 ]__
19+
### **[ 测试 ]** 对KETHERSCRIPT的格式化程序
1720
---
1821
## ✏想法与意见
1922

2023
如果你想帮助我们更好的修改本插件你可以通过以下两种途径联系我:
2124

2225
1. QQ:961274111
2326

24-
1. 邮件: 961274111@qq.com
27+
1. 邮件: littttt87@hotmail.com
2528

2629
1. GITHUB ISSUES: https://github.com/LiteCat0905/Kether-snippet/issues
2730
---
31+
32+
### 1.0.5 预览版 (2023/12/10)
33+
34+
- 添加KS文件图标[ Light/Dark ]
35+
- 更新了插件图标
36+
- 修复Taboolib中公有动作Literal的错误
37+
- 添加KetherScript的创建函数的补全
38+
- **[ 测试 ]** 添加新功能打开文件 【光标选中文件名(例如 *litecat.ks* ) 按下 `Ctrl` + `F12` 即可跳转工作区下为*litecat.ks*的文件】__[ 支持在YAML/KetherScript 中使用 ]__
39+
- **[ 测试 ]** 添加新功能对KETHERSCRIPT的格式化程序
40+
- 重构Kether的代码高亮
41+
2842
### 1.0.4 (2023/1/20 23:23)
2943

3044
- 紧急修复一处BUG (1.0.3版本报废!)

0 commit comments

Comments
 (0)