koishi-plugin-wordle-game 2.0.0 → 2.0.2
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.
package/lib/index.js
CHANGED
|
@@ -31,10 +31,6 @@ const cheerio_1 = require("cheerio");
|
|
|
31
31
|
const path = __importStar(require("path"));
|
|
32
32
|
const fs = __importStar(require("fs"));
|
|
33
33
|
const main_js_1 = require("./assets/\u8BCD\u5F71/main.js");
|
|
34
|
-
// import {
|
|
35
|
-
// pi as processInputsFromVendorJS,
|
|
36
|
-
// } from './assets/词影/vendor.js';
|
|
37
|
-
// import {pi} from "./assets/词影/vendor";
|
|
38
34
|
exports.inject = {
|
|
39
35
|
required: ['monetary', 'database', 'puppeteer'],
|
|
40
36
|
optional: ['markdownToImage'],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-wordle-game",
|
|
3
3
|
"description": "欢迎来到 [Wordle](https://www.nytimes.com/games/wordle/index.html) | [汉兜](https://handle.antfu.me/) | [词影](https://cy.surprising.studio/) |... 猜单词|猜成语|猜数字|猜数学方程式|... 的小游戏,包含多种词库、多种主题、多种游戏设置和排行榜系统。",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|