koishi-plugin-bilibili-notify 3.6.2 → 3.6.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.
- package/lib/index.cjs +7 -7
- package/lib/index.mjs +2 -2
- package/package.json +4 -4
- /package/lib/img/{img/arrow.png → arrow.png} +0 -0
- /package/lib/img/{img/captain.png → captain.png} +0 -0
- /package/lib/img/{img/governor.png → governor.png} +0 -0
- /package/lib/img/{img/supervisor.png → supervisor.png} +0 -0
- /package/lib/page/{page/0.html → 0.html} +0 -0
- /package/lib/static/{static/render.js → render.js} +0 -0
- /package/lib/static/{static/wordcloud2.min.js → wordcloud2.min.js} +0 -0
package/lib/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var
|
|
8
|
+
var __export = (all, symbols) => {
|
|
9
9
|
let target = {};
|
|
10
10
|
for (var name$2 in all) {
|
|
11
11
|
__defProp(target, name$2, {
|
|
@@ -40,7 +40,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
40
40
|
//#endregion
|
|
41
41
|
let koishi = require("koishi");
|
|
42
42
|
require("@koishijs/plugin-notifier");
|
|
43
|
-
let
|
|
43
|
+
let __koishijs_plugin_console = require("@koishijs/plugin-console");
|
|
44
44
|
let node_path = require("node:path");
|
|
45
45
|
require("@koishijs/plugin-help");
|
|
46
46
|
let blive_message_listener = require("blive-message-listener");
|
|
@@ -48,8 +48,8 @@ let qrcode = require("qrcode");
|
|
|
48
48
|
qrcode = __toESM(qrcode);
|
|
49
49
|
let cron = require("cron");
|
|
50
50
|
let luxon = require("luxon");
|
|
51
|
-
let
|
|
52
|
-
let
|
|
51
|
+
let __node_rs_jieba = require("@node-rs/jieba");
|
|
52
|
+
let __node_rs_jieba_dict = require("@node-rs/jieba/dict");
|
|
53
53
|
require("koishi-plugin-puppeteer");
|
|
54
54
|
let node_url = require("node:url");
|
|
55
55
|
let md5 = require("md5");
|
|
@@ -209,7 +209,7 @@ let BiliLoginStatus = /* @__PURE__ */ function(BiliLoginStatus$1) {
|
|
|
209
209
|
//#endregion
|
|
210
210
|
//#region src/data_server.ts
|
|
211
211
|
/** biome-ignore-all assist/source/organizeImports: <import> */
|
|
212
|
-
var BilibiliNotifyDataServer = class extends
|
|
212
|
+
var BilibiliNotifyDataServer = class extends __koishijs_plugin_console.DataService {
|
|
213
213
|
biliData = {
|
|
214
214
|
status: BiliLoginStatus.LOADING_LOGIN_INFO,
|
|
215
215
|
msg: "正在加载登录信息..."
|
|
@@ -444,7 +444,7 @@ var ComRegister = class ComRegister {
|
|
|
444
444
|
privateBot;
|
|
445
445
|
dynamicJob;
|
|
446
446
|
liveAPIJob;
|
|
447
|
-
_jieba =
|
|
447
|
+
_jieba = __node_rs_jieba.Jieba.withDict(__node_rs_jieba_dict.dict);
|
|
448
448
|
stopwords;
|
|
449
449
|
reciveSubTimes = 0;
|
|
450
450
|
groupInfo = null;
|
|
@@ -2023,7 +2023,7 @@ var command_register_default = ComRegister;
|
|
|
2023
2023
|
|
|
2024
2024
|
//#endregion
|
|
2025
2025
|
//#region src/database.ts
|
|
2026
|
-
var database_exports = /* @__PURE__ */
|
|
2026
|
+
var database_exports = /* @__PURE__ */ __export({
|
|
2027
2027
|
apply: () => apply$1,
|
|
2028
2028
|
name: () => name$1
|
|
2029
2029
|
});
|
package/lib/index.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import OpenAI from "openai";
|
|
|
23
23
|
|
|
24
24
|
//#region rolldown:runtime
|
|
25
25
|
var __defProp = Object.defineProperty;
|
|
26
|
-
var
|
|
26
|
+
var __export = (all, symbols) => {
|
|
27
27
|
let target = {};
|
|
28
28
|
for (var name$2 in all) {
|
|
29
29
|
__defProp(target, name$2, {
|
|
@@ -1994,7 +1994,7 @@ var command_register_default = ComRegister;
|
|
|
1994
1994
|
|
|
1995
1995
|
//#endregion
|
|
1996
1996
|
//#region src/database.ts
|
|
1997
|
-
var database_exports = /* @__PURE__ */
|
|
1997
|
+
var database_exports = /* @__PURE__ */ __export({
|
|
1998
1998
|
apply: () => apply$1,
|
|
1999
1999
|
name: () => name$1
|
|
2000
2000
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-bilibili-notify",
|
|
3
3
|
"description": "Koishi bilibili notify plugin",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.3",
|
|
5
5
|
"main": "./lib/index.cjs",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@types/qrcode": "^1.5.6",
|
|
52
52
|
"@types/tough-cookie": "^4.0.5",
|
|
53
53
|
"koishi-plugin-puppeteer": "^3.9.0",
|
|
54
|
-
"tsdown": "^0.
|
|
54
|
+
"tsdown": "^0.16.8",
|
|
55
55
|
"yakumo": "^1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"types": "./lib/index.d.cts",
|
|
81
81
|
"exports": {
|
|
82
82
|
".": {
|
|
83
|
-
"
|
|
84
|
-
"
|
|
83
|
+
"import": "./lib/index.mjs",
|
|
84
|
+
"require": "./lib/index.cjs"
|
|
85
85
|
},
|
|
86
86
|
"./package.json": "./package.json"
|
|
87
87
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|