koishi-plugin-cchess 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-cchess",
3
- "description": "欢迎来到《中国象棋》游戏!支持人人对战和人机对战(皮卡鱼轻量版引擎),提供纵线和坐标方式操作,支持编辑棋盘、导入/导出FEN等功能。此外,还有丰富的棋盘和棋子皮肤可供选择,并配备排行榜系统。🎪",
4
- "version": "0.0.2",
3
+ "description": "欢迎来到中国象棋游戏,支持人人/人机对战、纵线/坐标操作方式、编辑棋盘、导入/导出FEN等功能,提供 40+ 棋盘/棋子皮肤及排行榜系统。🎪",
4
+ "version": "0.0.3",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## 🎐 简介
6
6
 
7
- 欢迎来到《中国象棋》游戏!支持人人对战和人机对战(皮卡鱼轻量版引擎),提供纵线和坐标方式操作,支持编辑棋盘、导入/导出FEN等功能。此外,还有丰富的棋盘和棋子皮肤可供选择,并配备排行榜系统。🎪
7
+ 欢迎来到中国象棋游戏,支持人人/人机对战、纵线/坐标操作方式、编辑棋盘、导入/导出FEN等功能,提供 40+ 棋盘/棋子皮肤及排行榜系统。🎪
8
8
 
9
9
  ## 🎉 安装
10
10