-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
97 additions
and
701 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# 常见问题 | ||
|
||
::: details 报错:**<span style="color:#D7474B">TypeError: response.body.on is not a function</span>** | ||
|
||
```sh | ||
# 方法1:到插件目录下重新安装依赖(推荐) | ||
cd plugins/kkkkkk-10086/ && pnpm install -P | ||
|
||
# 方法2:node.js 版本 >= v21 | ||
nvm use 21.0.0 | ||
``` | ||
::: | ||
|
||
|
||
|
||
::: details 报错:**<span style="color:#D7474B">视频合成失败 Error: Command failed: ffmpeg -y -i ......</span>** | ||
可能是你没有配置 [**FFmpeg**](https://ffmpeg.org/) 的环境变量<br> | ||
|
||
* **Ubuntu 系统解决方法**<br> | ||
安装完成后在终端输入 `ffmpeg –version` 弹出版本信息 `ffmpeg version 202...` 即安装成功 | ||
```sh | ||
# 你可以通过以下命令来安装 FFmpeg 并配置环境变量 | ||
sudo apt install ffmpeg | ||
``` | ||
|
||
* **Windows 系统解决方法**<br> | ||
参考 CSDN 文章 [ffmpeg安装教程(windows版)](https://blog.csdn.net/m0_47449768/article/details/130102406) | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# 版本时间线 | ||
|
||
Reaease 地址: https://github.com/ikenxuan/kkkkkk-10086/releases | ||
|
||
::: timeline v0.2.2.1 | ||
|
||
### Bug Fixes | ||
* 修复 `#kkk设置` | ||
|
||
**Full Changelog**: [`v0.2.2...v0.2.2.1`](https://github.com/ikenxuan/kkkkkk-10086/compare/v0.2.2...v0.2.2.1) | ||
::: | ||
|
||
|
||
::: timeline v0.2.2 | ||
### What's Changed | ||
* feat: 添加 `#kkk设置B站动态视频发送` 由 [**@ikenxuan**](https://github.com/ikenxuan) 在 [`48cb921`](https://github.com/ikenxuan/kkkkkk-10086/commit/48cb921a2fe6c16a211f39a33932d1bde0601a83) | ||
* refactor: 使用 `YAML` 格式的配置文件 和 适配 [Karin Manage](https://github.com/HalcyonAlcedo/karin-plugin-manage) 由 [**@ikenxuan**](https://github.com/ikenxuan) 在 [`88fa787`](https://github.com/ikenxuan/kkkkkk-10086/commit/88fa787ea2365821deff71298ebc60f8adcd0815) | ||
* style: 微调UI 由 [**@ikenxuan**](https://github.com/ikenxuan) 在 [`3fb14ae`](https://github.com/ikenxuan/kkkkkk-10086/commit/3fb14ae7a4fbe8004e208195b39cdc6503ff8bf6) | ||
|
||
**Full Changelog**: [`v0.2.1...v0.2.2`](https://github.com/ikenxuan/kkkkkk-10086/compare/v0.2.1...v0.2.2) | ||
::: | ||
|
||
|
||
::: timeline v0.2.1 | ||
### What's Changed | ||
* Formatting via [**@CalmLexi**](https://github.com/CalmLexi) in [`e2be6d5`](https://github.com/ikenxuan/kkkkkk-10086/commit/e2be6d56e550729cd73a0869bab4840786773da3) | ||
|
||
### Bug Fixes | ||
* **!!serious**: configure file modification permissions [`b693e1b`](https://github.com/ikenxuan/kkkkkk-10086/commit/b693e1b38ebc0cb0621b5d9365c906e908db3886) | ||
* init file [`a959644`](https://github.com/ikenxuan/kkkkkk-10086/commit/a959644e4b4d9fe294a843785e99bcd9e4941c25) | ||
* ... | ||
|
||
**Full Changelog**: [`v0.2.0...v0.2.1`](https://github.com/ikenxuan/kkkkkk-10086/compare/0.2.0...v0.2.1) | ||
::: | ||
|
||
|
||
::: timeline v0.2.0 | ||
### What's Changed | ||
* feature: 适配Karin、Yunzai V4/V3 by [**@ikenxuan**](https://github.com/ikenxuan) in [#21](https://github.com/ikenxuan/kkkkkk-10086/pull/21) | ||
* feature: 处理不同机器人框架的自定义模块 via [**@XasYer**](https://github.com/XasYer) in [XasYer/Shiranai-Plugin@`b29ec03`](https://github.com/XasYer/Shiranai-Plugin/commit/b29ec034fca79cce7f26d55b1573f3e22ecb0942) and [**@OduckO**](https://github.com/OduckO) | ||
|
||
**Full Changelog**: [`v0.1.8...v0.2.0`](https://github.com/ikenxuan/kkkkkk-10086/compare/v0.1.8...0.2.0) | ||
::: | ||
|
||
|
||
::: timeline v0.1.8 | ||
### 新增与调整 | ||
* 可自行选择是否上传视频(当解析的 `视频文件大小` > `设定值` 时不会上传),使用此功能需先使用 `#kkk设置上传限制开启` 后再使用 `#kkk设置限制 + 5~114514` 单位: MB | ||
### 修复与优化 | ||
* 💦细节优化 | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.