karin-plugin-kkk 1.1.9 → 1.1.10
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 +8 -0
- package/README.md +44 -49
- package/lib/web.config.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# 变更日志
|
|
2
2
|
|
|
3
|
+
## [1.1.10](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.9...v1.1.10) (2025-04-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* ci ([9d2a907](https://github.com/ikenxuan/karin-plugin-kkk/commit/9d2a907aee3e868b58f78eafddff5402f4cbabab))
|
|
9
|
+
* **config:** 将禁用词汇设置改为禁用标签设置 ([0454751](https://github.com/ikenxuan/karin-plugin-kkk/commit/0454751ccb8e93d5bb68996468ded5cb1c59f5f0))
|
|
10
|
+
|
|
3
11
|
## [1.1.9](https://github.com/ikenxuan/karin-plugin-kkk/compare/v1.1.8...v1.1.9) (2025-03-29)
|
|
4
12
|
|
|
5
13
|
|
package/README.md
CHANGED
|
@@ -1,77 +1,59 @@
|
|
|
1
1
|
# karin-plugin-kkk
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
🦄 **_Karin 的「抖音」「B 站」「快手」视频解析/动态推送插件_**
|
|
3
4
|
|
|
4
5
|
PS: 快手暂不支持推送
|
|
5
6
|
|
|
6
7
|
## ⬇️ 安装
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
- 使用 **`包管理器`** 安装(非常推荐)
|
|
9
10
|
<details>
|
|
10
11
|
<summary>点击展开</summary>
|
|
11
12
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
在 **Karin 根目录** 下运行
|
|
14
|
+
|
|
15
|
+
```sh
|
|
16
|
+
pnpm add karin-plugin-kkk@latest -w
|
|
17
|
+
```
|
|
18
|
+
|
|
16
19
|
</details>
|
|
17
20
|
|
|
18
21
|
<br />
|
|
19
22
|
|
|
20
|
-
|
|
23
|
+
- 克隆编译产物 **`build 分支`**(比较推荐)
|
|
21
24
|
<details>
|
|
22
25
|
<summary>点击展开</summary>
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
1. 克隆源码
|
|
28
|
+
|
|
29
|
+
```sh
|
|
30
|
+
git clone --depth=1 -b build https://github.com/ikenxuan/karin-plugin-kkk.git ./plugins/karin-plugin-kkk/
|
|
31
|
+
```
|
|
32
|
+
|
|
28
33
|
<details>
|
|
29
34
|
<summary>如果你的 git 无法访问至 Github...点击打开查看解决方法</summary>
|
|
30
35
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
+
> 若克隆无法连接到 Github,可以使用 GitHub Proxy 提供的镜像加速克隆
|
|
37
|
+
> 建议收藏 [GitHub Proxy 最新地址发布](https://ghproxy.link/) 站点,以免镜像站被 GFW 封锁导致克隆失败
|
|
38
|
+
>
|
|
39
|
+
> ```sh
|
|
40
|
+
> git clone --depth=1 -b build https://ghgo.xyz/https://github.com/ikenxuan/karin-plugin-kkk.git ./plugins/karin-plugin-kkk/
|
|
41
|
+
> ```
|
|
36
42
|
|
|
37
43
|
</details>
|
|
38
44
|
<br>
|
|
39
45
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
2. 安装依赖
|
|
47
|
+
安装依赖,在 **Karin 根目录** 下运行
|
|
48
|
+
|
|
49
|
+
```sh
|
|
50
|
+
pnpm install --filter=karin-plugin-kkk
|
|
51
|
+
```
|
|
45
52
|
|
|
46
53
|
</details>
|
|
47
54
|
|
|
48
55
|
<br />
|
|
49
56
|
|
|
50
|
-
* 使用 Release **`发行版`**(不推荐)
|
|
51
|
-
<details>
|
|
52
|
-
<summary>点击展开</summary>
|
|
53
|
-
|
|
54
|
-
<p style="color: red; font-weight: 700;">不推荐该方式,后续只能重复下载 Release 包进行更新,且无法通过 Git 或 包管理器 进行更新</p>
|
|
55
|
-
|
|
56
|
-
1. 打开 Release 页面: https://github.com/ikenxuan/karin-plugin-kkk/releases
|
|
57
|
-
2. 找到最新的版本,下载名为 `build.zip` 的压缩包
|
|
58
|
-
3. 在 `plugins/` 目录下解压该压缩包,选择替换所有文件。
|
|
59
|
-
|
|
60
|
-
* 完成后相关源码应在 `Karin根目录/plugins/karin-plugin-kkk/` 内<br><br>
|
|
61
|
-
|
|
62
|
-
解压完成后在插件目录下运行
|
|
63
|
-
```sh
|
|
64
|
-
pnpm install
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
或者在 **Karin 根目录** 下运行
|
|
68
|
-
```sh
|
|
69
|
-
pnpm install --filter=karin-plugin-kkk
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
</details>
|
|
73
|
-
|
|
74
|
-
|
|
75
57
|
## 📖 功能
|
|
76
58
|
|
|
77
59
|
**更多信息可打开 [文档主页](https://ikenxuan.github.io/karin-plugin-kkk/) 阅读。**<br>
|
|
@@ -84,36 +66,46 @@ PS: 快手暂不支持推送
|
|
|
84
66
|
|
|
85
67
|
1. [fork](https://github.com/ikenxuan/karin-plugin-kkk/fork) 本项目到自己的仓库
|
|
86
68
|
2. 克隆到本地
|
|
69
|
+
|
|
87
70
|
```sh
|
|
88
71
|
git clone https://github.com/你的GitHub用户名/karin-plugin-kkk.git
|
|
89
72
|
```
|
|
73
|
+
|
|
90
74
|
3. 进入项目目录
|
|
75
|
+
|
|
91
76
|
```sh
|
|
92
77
|
cd karin-plugin-kkk/
|
|
93
78
|
```
|
|
79
|
+
|
|
94
80
|
4. 初始化开发环境
|
|
81
|
+
|
|
95
82
|
```sh
|
|
96
83
|
pnpm run init
|
|
97
84
|
```
|
|
85
|
+
|
|
98
86
|
5. 安装依赖
|
|
87
|
+
|
|
99
88
|
```sh
|
|
100
89
|
pnpm install
|
|
101
90
|
```
|
|
102
|
-
|
|
91
|
+
|
|
92
|
+
6. 启动开发环境
|
|
93
|
+
|
|
103
94
|
```sh
|
|
104
95
|
pnpm dev
|
|
105
96
|
```
|
|
97
|
+
|
|
106
98
|
</details>
|
|
107
99
|
|
|
108
100
|
## 🌟 贡献者
|
|
109
101
|
|
|
110
|
-
>
|
|
102
|
+
> 🌟 星光闪烁,你们的智慧如同璀璨的夜空。感谢所有为 **karin-plugin-kkk** 做出贡献的人!
|
|
111
103
|
|
|
112
104
|
<a href="https://github.com/ikenxuan/karin-plugin-kkk/graphs/contributors">
|
|
113
105
|
<img src="https://contrib.rocks/image?repo=ikenxuan/karin-plugin-kkk" />
|
|
114
106
|
</a>
|
|
115
107
|
|
|
116
|
-

|
|
117
109
|
|
|
118
110
|
## Star History
|
|
119
111
|
|
|
@@ -126,6 +118,7 @@ pnpm dev
|
|
|
126
118
|
</a>
|
|
127
119
|
|
|
128
120
|
## 😊 鸣谢
|
|
121
|
+
|
|
129
122
|
**业务站点**
|
|
130
123
|
|
|
131
124
|
- [www.douyin.com](https://www.douyin.com) & [www.bilibili.com](https://www.bilibili.com) & [www.kuaishou.com](https://www.kuaishou.com)
|
|
@@ -148,9 +141,11 @@ pnpm dev
|
|
|
148
141
|
- 更多待补充...
|
|
149
142
|
|
|
150
143
|
**友情链接**
|
|
144
|
+
|
|
151
145
|
- Karin 框架 [**GitHub**](https://github.com/Karinjs/Karin) | [**文档**](https://karin.fun)
|
|
152
146
|
|
|
153
147
|
## 🧷 许可证
|
|
148
|
+
|
|
154
149
|
[**GPL-3.0**](./LICENSE)
|
|
155
150
|
|
|
156
151
|
## ❗ 声明
|
package/lib/web.config.js
CHANGED
|
@@ -202,7 +202,7 @@ export default {
|
|
|
202
202
|
label: '作品中有指定标签时,不推送',
|
|
203
203
|
maxRows: 2,
|
|
204
204
|
itemsPerRow: 4,
|
|
205
|
-
data: all.douyin.push.
|
|
205
|
+
data: all.douyin.push.banTags,
|
|
206
206
|
template: components.input.string('push:banTags', {
|
|
207
207
|
placeholder: '',
|
|
208
208
|
label: '',
|
|
@@ -331,7 +331,7 @@ export default {
|
|
|
331
331
|
label: '动态中有指定标签时,不推送',
|
|
332
332
|
maxRows: 2,
|
|
333
333
|
itemsPerRow: 4,
|
|
334
|
-
data: all.bilibili.push.
|
|
334
|
+
data: all.bilibili.push.banTags,
|
|
335
335
|
template: components.input.string('push:banTags', {
|
|
336
336
|
placeholder: '',
|
|
337
337
|
label: '',
|