Skip to content

Commit

Permalink
更新V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteCat0905 committed Jan 17, 2023
1 parent 0456551 commit 63b49bb
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 207 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 更新日志

### v1.0.0
- [+] 所有由 TabooLib 提供的公有动作 + 原生动作的代码补全
- [+] 更新代码介绍
- [+] 更新代码介绍
### V1.0..1
- [+] 更新questengine提供的私人动作
- [M] 添加player更多关键词优化体验
- [M] location 修改补充
- [M] 规范描述
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
![IMG](https://kether.tabooproject.org/assets/img/68747470733a2f2f77696b692e70746d732e696e6b2f696d616765732f362f36392f5461626f6f6c69622d706e672d626c75652d76322e706e67.png)
### ⚠ 注意:使用前请安装YAML扩展!否则无法提示
>名称: YAML | ID: redhat.vscode-yam | 发布者: Red Hat | VS Marketplace 链接: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
### 官方文档:https://kether.tabooproject.org/list.html
![IMG](https://kether.tabooproject.org/assets/img/68747470733a2f2f77696b692e70746d732e696e6b2f696d616765732f362f36392f5461626f6f6c69622d706e672d626c75652d76322e706e67.png)
---
## 📃特点
---
### 你只需要记住标题
Expand All @@ -20,6 +24,13 @@
---
### 1.0.0 (2023/1/17 1:48)

编写所有由 TabooLib 提供的公有动作以及原生动作的补全
- 编写所有由 TabooLib 提供的公有动作以及原生动作的补全

### 1.0.1 (2023/1/17 14:36)

- 优化 player 补充体验
- location 输入优化
- 规范描述信息:(XX私人动作)····描述
- 更新questengine提供的私人动作


6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Kether-snippet",
"description": "Kether动作补全",
"publisher": "LiteCat",
"version": "0.0.1",
"version": "1.0.1",
"engines": {
"vscode": "^1.73.0"
},
Expand All @@ -19,6 +19,10 @@
{
"language": "yaml",
"path": "./snippets/TabooLib公有动作.code-snippets"
},
{
"language": "yaml",
"path": "./snippets/questengine私有动作.code-snippets"
}
]
}
Expand Down
Loading

0 comments on commit 63b49bb

Please # to comment.