llonebot-dist 6.6.7 → 6.6.8
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/llonebot.js +1 -2
- package/llonebot.js.map +1 -1
- package/package.json +1 -1
- package/webui/assets/index-B9vGhdCO.js +0 -256
- package/webui/assets/index-DaqFU7JR.css +0 -1
- package/webui/index.html +0 -13
- package/webui/logo.jpg +0 -0
package/llonebot.js
CHANGED
|
@@ -19049,7 +19049,7 @@ class OB11HeartbeatEvent extends OB11BaseMetaEvent {
|
|
|
19049
19049
|
};
|
|
19050
19050
|
}
|
|
19051
19051
|
}
|
|
19052
|
-
const version = "6.6.
|
|
19052
|
+
const version = "6.6.8";
|
|
19053
19053
|
class OB11WebSocket {
|
|
19054
19054
|
constructor(ctx, config) {
|
|
19055
19055
|
this.ctx = ctx;
|
|
@@ -48252,7 +48252,6 @@ async function onLoad() {
|
|
|
48252
48252
|
}
|
|
48253
48253
|
const ctx = new Context2();
|
|
48254
48254
|
let config = getConfigUtil().getConfig();
|
|
48255
|
-
config = defaultConfig;
|
|
48256
48255
|
config.satori.enable = false;
|
|
48257
48256
|
config.ob11.enable = false;
|
|
48258
48257
|
ctx.plugin(NTQQFileApi);
|