karin-plugin-kkk 2.11.3 → 2.11.5
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/CHANGELOG.md +19 -0
- package/lib/apps/admin.js +2 -2
- package/lib/apps/help.js +2 -2
- package/lib/apps/push.js +2 -2
- package/lib/apps/tools.js +2 -2
- package/lib/apps/update.js +2 -2
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/{main-Cj28ePzx.js → main-VpJ7L7Rf.js} +5 -1
- package/lib/core_chunk/{template-Tik4Jw3F.js → template-CHODiQlc.js} +99 -31
- package/lib/core_chunk/template.js +1 -1
- package/lib/index.js +2 -2
- package/lib/karin-plugin-kkk.css +236 -83
- package/lib/root.js +1 -1
- package/lib/web.config.js +2 -2
- package/lib/web_chunk/assets/{Combination-DtPKUwx2.js → Combination-9Z3vZ_qB.js} +1 -1
- package/lib/web_chunk/assets/{avatar-BBBP690e.js → avatar-DCKZKMua.js} +1 -1
- package/lib/web_chunk/assets/{core-B-7utY9l.js → core-Gs8avqc0.js} +1 -1
- package/lib/web_chunk/assets/{eye-cxTA4trG.js → eye-CcwaLhDE.js} +1 -1
- package/lib/web_chunk/assets/{index-dMRO5klm.js → index-DdAGSRAR.js} +2 -2
- package/lib/web_chunk/assets/{jszip.min-gn2UlVrt.js → jszip.min-D_iVl8wF.js} +1 -1
- package/lib/web_chunk/assets/{page-BUdMcFHS.js → page-Cowml-bh.js} +2 -2
- package/lib/web_chunk/assets/{page-6C-nVlZh.js → page-DkpX06Dm.js} +1 -1
- package/lib/web_chunk/assets/{page-FhtQLah8.js → page-MMB_BSjZ.js} +4 -4
- package/lib/web_chunk/assets/{page-BTfyAvTJ.js → page-P63JbsyL.js} +1 -1
- package/lib/web_chunk/assets/{page-DfilHwK-.js → page-Y-k61toL.js} +1 -1
- package/lib/web_chunk/assets/{parsers-DUp7Qn4t.js → parsers-ClyIAubm.js} +1 -1
- package/lib/web_chunk/assets/{request-B_PlHZWr.js → request-CeqCIAeR.js} +1 -1
- package/lib/web_chunk/assets/{select-D-QMYw60.js → select-ChvEL4Ce.js} +1 -1
- package/lib/web_chunk/assets/{separator-JfZ4Z_-v.js → separator-D-H2bJ1_.js} +1 -1
- package/lib/web_chunk/index.html +1 -1
- package/lib/web_chunk/sw.js +1 -1
- package/package.json +2 -2
- package/resources/font/mono/JetBrainsMono-Bold.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-BoldItalic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-ExtraBold.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-ExtraBoldItalic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-ExtraLight.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-ExtraLightItalic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-Italic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-Light.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-LightItalic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-Medium.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-MediumItalic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-Regular.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-SemiBold.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-SemiBoldItalic.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-Thin.woff2 +0 -0
- package/resources/font/mono/JetBrainsMono-ThinItalic.woff2 +0 -0
- package/resources/font/mono/font.css +137 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog
|
|
4
4
|
|
|
5
|
+
## [2.11.5](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.4...v2.11.5) (2025-11-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### 🐛 错误修复
|
|
9
|
+
|
|
10
|
+
* **douyin:** Handle special user states with optional chaining ([713a07e](https://github.com/ikenxuan/karin-plugin-kkk/commit/713a07ea2a89b4aab7711eec04d80078c21bdb67))
|
|
11
|
+
|
|
12
|
+
## [2.11.4](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.3...v2.11.4) (2025-11-13)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### 🐛 错误修复
|
|
16
|
+
|
|
17
|
+
* **douyin:** 处理账号的特殊状态 ([025d707](https://github.com/ikenxuan/karin-plugin-kkk/commit/025d707817416d943d773eeca255a2202327ce81))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### 💄 UI 优化
|
|
21
|
+
|
|
22
|
+
* **ui:** 将JetBrains Mono字体添加到项目资源中 ([b371a09](https://github.com/ikenxuan/karin-plugin-kkk/commit/b371a09dafea399215789de2d7cd6660390fb8b2))
|
|
23
|
+
|
|
5
24
|
## [2.11.3](https://github.com/ikenxuan/karin-plugin-kkk/compare/v2.11.2...v2.11.3) (2025-11-13)
|
|
6
25
|
|
|
7
26
|
|
package/lib/apps/admin.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../core_chunk/vendor-4CM806JY.js";
|
|
2
|
-
import { C as removeAllFiles, E as task, S as dylogin, T as setdyck, w as setbilick, x as biLogin } from "../core_chunk/main-
|
|
3
|
-
import "../core_chunk/template-
|
|
2
|
+
import { C as removeAllFiles, E as task, S as dylogin, T as setdyck, w as setbilick, x as biLogin } from "../core_chunk/main-VpJ7L7Rf.js";
|
|
3
|
+
import "../core_chunk/template-CHODiQlc.js";
|
|
4
4
|
export { biLogin, dylogin, removeAllFiles, setbilick, setdyck, task };
|
package/lib/apps/help.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../core_chunk/vendor-4CM806JY.js";
|
|
2
|
-
import { b as version, y as help } from "../core_chunk/main-
|
|
3
|
-
import "../core_chunk/template-
|
|
2
|
+
import { b as version, y as help } from "../core_chunk/main-VpJ7L7Rf.js";
|
|
3
|
+
import "../core_chunk/template-CHODiQlc.js";
|
|
4
4
|
export { help, version };
|
package/lib/apps/push.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../core_chunk/vendor-4CM806JY.js";
|
|
2
|
-
import { _ as setdyPush, d as bilibiliPushList, f as changeBotID, g as setbiliPush, h as forcePush, m as douyinPushList, p as douyinPush, u as bilibiliPush, v as testDouyinPush } from "../core_chunk/main-
|
|
3
|
-
import "../core_chunk/template-
|
|
2
|
+
import { _ as setdyPush, d as bilibiliPushList, f as changeBotID, g as setbiliPush, h as forcePush, m as douyinPushList, p as douyinPush, u as bilibiliPush, v as testDouyinPush } from "../core_chunk/main-VpJ7L7Rf.js";
|
|
3
|
+
import "../core_chunk/template-CHODiQlc.js";
|
|
4
4
|
export { bilibiliPush, bilibiliPushList, changeBotID, douyinPush, douyinPushList, forcePush, setbiliPush, setdyPush, testDouyinPush };
|
package/lib/apps/tools.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../core_chunk/vendor-4CM806JY.js";
|
|
2
|
-
import { a as bilibiliAPP, c as prefix, l as xiaohongshuAPP, o as douyinAPP, s as kuaishouAPP } from "../core_chunk/main-
|
|
3
|
-
import "../core_chunk/template-
|
|
2
|
+
import { a as bilibiliAPP, c as prefix, l as xiaohongshuAPP, o as douyinAPP, s as kuaishouAPP } from "../core_chunk/main-VpJ7L7Rf.js";
|
|
3
|
+
import "../core_chunk/template-CHODiQlc.js";
|
|
4
4
|
export { bilibiliAPP, douyinAPP, kuaishouAPP, prefix, xiaohongshuAPP };
|
package/lib/apps/update.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "../core_chunk/vendor-4CM806JY.js";
|
|
2
|
-
import { i as update, n as kkkUpdateCommand, r as kkkUpdateTest, t as kkkUpdate } from "../core_chunk/main-
|
|
3
|
-
import "../core_chunk/template-
|
|
2
|
+
import { i as update, n as kkkUpdateCommand, r as kkkUpdateTest, t as kkkUpdate } from "../core_chunk/main-VpJ7L7Rf.js";
|
|
3
|
+
import "../core_chunk/template-CHODiQlc.js";
|
|
4
4
|
export { kkkUpdate, kkkUpdateCommand, kkkUpdateTest, update };
|
package/lib/build-metadata.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.11.
|
|
3
|
-
"buildTime": "2025-11-
|
|
4
|
-
"buildTimestamp":
|
|
2
|
+
"version": "2.11.5",
|
|
3
|
+
"buildTime": "2025-11-13T05:08:38.805Z",
|
|
4
|
+
"buildTimestamp": 1763010518805,
|
|
5
5
|
"name": "karin-plugin-kkk",
|
|
6
6
|
"description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
|
|
7
7
|
"homepage": "https://github.com/ikenxuan/karin-plugin-kkk",
|
|
8
|
-
"commitHash": "
|
|
9
|
-
"shortCommitHash": "
|
|
8
|
+
"commitHash": "38789e89a2688dd15f686e438c1db0c1abcd6e1f",
|
|
9
|
+
"shortCommitHash": "38789e89"
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __esmMin, o as __toESM, r as __export } from "./rolldown-runtime-DWBZqjDW.js";
|
|
2
2
|
import { At as amagi, Bt as wbi_sign, Dt as Client, Et as require_lib, Ft as getBilibiliData, Ht as init_dist, It as getDouyinData, Lt as init_default, Mt as createBilibiliRoutes, Nt as createDouyinRoutes, Ot as DynamicType, Pt as createKuaishouRoutes, Rt as logMiddleware, Tt as require_lib$1, Vt as app$1, jt as bilibiliApiUrls, kt as MajorType, n as require_browser, t as require_heic_convert, wt as require_dist, zt as logger$1 } from "./vendor-4CM806JY.js";
|
|
3
|
-
import { n as init_client, r as reactServerRender } from "./template-
|
|
3
|
+
import { n as init_client, r as reactServerRender } from "./template-CHODiQlc.js";
|
|
4
4
|
import path, { resolve } from "node:path";
|
|
5
5
|
import fs from "node:fs";
|
|
6
6
|
import { fileURLToPath } from "node:url";
|
|
@@ -6887,6 +6887,10 @@ var DouYinpush = class extends Base {
|
|
|
6887
6887
|
};
|
|
6888
6888
|
});
|
|
6889
6889
|
if (targets.length === 0) continue;
|
|
6890
|
+
if (userinfo.data.user?.special_state_info?.special_state === 1 && userinfo.data.user?.user_deleted === true) {
|
|
6891
|
+
logger.warn(`${item.remark}(${sec_uid})${userinfo.data.user.special_state_info.title}`);
|
|
6892
|
+
continue;
|
|
6893
|
+
}
|
|
6890
6894
|
if (videolist.data.aweme_list.length > 0) for (const aweme of videolist.data.aweme_list) {
|
|
6891
6895
|
logger.debug(`开始处理作品:${aweme.aweme_id}`);
|
|
6892
6896
|
const now = Date.now();
|
|
@@ -5902,7 +5902,7 @@ var init_handlerError = __esmMin(() => {
|
|
|
5902
5902
|
}), (0, import_jsx_runtime$1.jsx)("div", {
|
|
5903
5903
|
className: "font-bold p-10 rounded-lg",
|
|
5904
5904
|
children: (0, import_jsx_runtime$1.jsx)("pre", {
|
|
5905
|
-
className: "text-3xl leading-relaxed whitespace-pre-wrap break-all select-text
|
|
5905
|
+
className: "text-3xl leading-relaxed whitespace-pre-wrap break-all select-text font-[HarmonyOSHans-Regular]",
|
|
5906
5906
|
children: triggerCommand
|
|
5907
5907
|
})
|
|
5908
5908
|
})]
|
|
@@ -6042,41 +6042,109 @@ var init_handlerError = __esmMin(() => {
|
|
|
6042
6042
|
children: [(0, import_jsx_runtime$1.jsx)(MdAccessTime, { className: "w-5 h-5" }), (0, import_jsx_runtime$1.jsxs)("span", { children: ["插件编译于 ", data.buildTime] })]
|
|
6043
6043
|
}), data.commitHash && (0, import_jsx_runtime$1.jsxs)("div", {
|
|
6044
6044
|
className: "flex items-center gap-2 text-2xl text-default-400",
|
|
6045
|
-
children: [(0, import_jsx_runtime$1.jsx)(FaCodeBranch, { className: "w-5 h-5" }), (0, import_jsx_runtime$1.jsxs)("span", {
|
|
6046
|
-
className: "font-mono",
|
|
6047
|
-
children: ["Commit ", data.commitHash]
|
|
6048
|
-
})]
|
|
6045
|
+
children: [(0, import_jsx_runtime$1.jsx)(FaCodeBranch, { className: "w-5 h-5" }), (0, import_jsx_runtime$1.jsxs)("span", { children: ["Commit ", data.commitHash] })]
|
|
6049
6046
|
})]
|
|
6050
6047
|
})
|
|
6051
6048
|
]
|
|
6052
6049
|
}), (0, import_jsx_runtime$1.jsxs)("div", {
|
|
6053
|
-
className: "border-l-2 text-default-400 border-
|
|
6054
|
-
children: [
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
"
|
|
6058
|
-
|
|
6059
|
-
|
|
6060
|
-
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6050
|
+
className: "border-l-2 text-default-400 border-warning pl-8",
|
|
6051
|
+
children: [
|
|
6052
|
+
(0, import_jsx_runtime$1.jsx)("p", {
|
|
6053
|
+
className: "text-3xl leading-relaxed mb-6",
|
|
6054
|
+
children: "遇到问题了?为了帮助开发者快速定位并解决问题,请提供以下信息:"
|
|
6055
|
+
}),
|
|
6056
|
+
(0, import_jsx_runtime$1.jsxs)("div", {
|
|
6057
|
+
className: "space-y-4 mb-8",
|
|
6058
|
+
children: [
|
|
6059
|
+
(0, import_jsx_runtime$1.jsxs)("div", {
|
|
6060
|
+
className: "flex items-start gap-3",
|
|
6061
|
+
children: [(0, import_jsx_runtime$1.jsx)("span", {
|
|
6062
|
+
className: "text-warning font-bold text-3xl",
|
|
6063
|
+
children: "1."
|
|
6064
|
+
}), (0, import_jsx_runtime$1.jsxs)("p", {
|
|
6065
|
+
className: "text-3xl leading-relaxed flex-1",
|
|
6066
|
+
children: [(0, import_jsx_runtime$1.jsx)("span", {
|
|
6067
|
+
className: "text-warning font-semibold",
|
|
6068
|
+
children: "完整的错误截图"
|
|
6069
|
+
}), "(包含本页面所有内容)"]
|
|
6070
|
+
})]
|
|
6071
|
+
}),
|
|
6072
|
+
(0, import_jsx_runtime$1.jsxs)("div", {
|
|
6073
|
+
className: "flex items-start gap-3",
|
|
6074
|
+
children: [(0, import_jsx_runtime$1.jsx)("span", {
|
|
6075
|
+
className: "text-warning font-bold text-3xl",
|
|
6076
|
+
children: "2."
|
|
6077
|
+
}), (0, import_jsx_runtime$1.jsxs)("p", {
|
|
6078
|
+
className: "text-3xl leading-relaxed flex-1",
|
|
6079
|
+
children: [
|
|
6080
|
+
(0, import_jsx_runtime$1.jsx)("span", {
|
|
6081
|
+
className: "text-warning font-semibold",
|
|
6082
|
+
children: "DEBUG 等级的完整日志"
|
|
6083
|
+
}),
|
|
6084
|
+
" ",
|
|
6085
|
+
"- 当前页面显示的日志是自动捕获的,可能不包含关键的调试信息。请在配置文件中将日志等级设置为",
|
|
6086
|
+
" ",
|
|
6087
|
+
(0, import_jsx_runtime$1.jsx)(code_default, {
|
|
6088
|
+
color: "warning",
|
|
6089
|
+
size: "lg",
|
|
6090
|
+
radius: "md",
|
|
6091
|
+
className: "font-mono inline-flex items-center mx-1 -translate-y-[6px]",
|
|
6092
|
+
children: "DEBUG"
|
|
6093
|
+
}),
|
|
6094
|
+
" ",
|
|
6095
|
+
",重现问题后提供完整日志"
|
|
6096
|
+
]
|
|
6097
|
+
})]
|
|
6098
|
+
}),
|
|
6099
|
+
(0, import_jsx_runtime$1.jsxs)("div", {
|
|
6100
|
+
className: "flex items-start gap-3",
|
|
6101
|
+
children: [(0, import_jsx_runtime$1.jsx)("span", {
|
|
6102
|
+
className: "text-warning font-bold text-3xl",
|
|
6103
|
+
children: "3."
|
|
6104
|
+
}), (0, import_jsx_runtime$1.jsxs)("p", {
|
|
6105
|
+
className: "text-3xl leading-relaxed flex-1",
|
|
6106
|
+
children: [(0, import_jsx_runtime$1.jsx)("span", {
|
|
6107
|
+
className: "text-warning font-semibold",
|
|
6108
|
+
children: "问题复现步骤"
|
|
6109
|
+
}), " - 详细描述触发错误的操作流程"]
|
|
6110
|
+
})]
|
|
6111
|
+
})
|
|
6112
|
+
]
|
|
6113
|
+
}),
|
|
6114
|
+
(0, import_jsx_runtime$1.jsxs)("div", {
|
|
6115
|
+
className: "border-t border-default-200 pt-6",
|
|
6116
|
+
children: [(0, import_jsx_runtime$1.jsx)("p", {
|
|
6117
|
+
className: "text-3xl leading-relaxed mb-4",
|
|
6118
|
+
children: "您可以通过以下方式联系我们:"
|
|
6119
|
+
}), (0, import_jsx_runtime$1.jsxs)("div", {
|
|
6120
|
+
className: "space-y-3",
|
|
6121
|
+
children: [(0, import_jsx_runtime$1.jsxs)("p", {
|
|
6122
|
+
className: "text-3xl",
|
|
6123
|
+
children: [
|
|
6124
|
+
"· 提交 ",
|
|
6125
|
+
(0, import_jsx_runtime$1.jsx)("span", {
|
|
6126
|
+
className: "text-primary font-semibold",
|
|
6127
|
+
children: "GitHub Issues"
|
|
6128
|
+
}),
|
|
6129
|
+
"(推荐)"
|
|
6130
|
+
]
|
|
6131
|
+
}), (0, import_jsx_runtime$1.jsxs)("p", {
|
|
6132
|
+
className: "text-3xl",
|
|
6133
|
+
children: ["· 加入 QQ 群:", (0, import_jsx_runtime$1.jsx)("span", {
|
|
6134
|
+
className: "text-primary font-semibold",
|
|
6135
|
+
children: "795874649"
|
|
6136
|
+
})]
|
|
6137
|
+
})]
|
|
6077
6138
|
})]
|
|
6078
|
-
})
|
|
6079
|
-
|
|
6139
|
+
}),
|
|
6140
|
+
(0, import_jsx_runtime$1.jsx)("div", {
|
|
6141
|
+
className: "mt-6 p-6 bg-warning/10 rounded-lg border border-warning/30",
|
|
6142
|
+
children: (0, import_jsx_runtime$1.jsx)("p", {
|
|
6143
|
+
className: "text-2xl text-warning-700 leading-relaxed",
|
|
6144
|
+
children: "💡 提示:仅凭此页面的信息可能无法完全定位错误根源,DEBUG 日志能提供更详细的执行流程和变量状态,大大提高问题解决效率。"
|
|
6145
|
+
})
|
|
6146
|
+
})
|
|
6147
|
+
]
|
|
6080
6148
|
})]
|
|
6081
6149
|
})
|
|
6082
6150
|
]
|
package/lib/index.js
CHANGED