koishi-plugin-bilibili-notify 3.0.0-beta.2 → 3.0.0
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.js +2 -1
- package/package.json +1 -1
- package/readme.md +1 -0
package/lib/index.js
CHANGED
|
@@ -307,7 +307,8 @@ exports.Config = koishi_1.Schema.object({
|
|
|
307
307
|
koishi_1.Schema.object({
|
|
308
308
|
enable: koishi_1.Schema.boolean()
|
|
309
309
|
.default(false)
|
|
310
|
-
.description("是否开启自定义卡片颜色")
|
|
310
|
+
.description("是否开启自定义卡片颜色")
|
|
311
|
+
.experimental(),
|
|
311
312
|
}),
|
|
312
313
|
koishi_1.Schema.union([
|
|
313
314
|
koishi_1.Schema.object({
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -212,6 +212,7 @@
|
|
|
212
212
|
- ver 3.0.0-beta.0 移除:配置项 `renderType`,推送卡片渲染模式 `render`,现默认为 `page` 渲染模式; 优化:部分代码结构
|
|
213
213
|
- ver 3.0.0-beta.1 修复:使用动态屏蔽时,同时开启动态debug模式,当检测到屏蔽动态时会直接报错关闭插件; 新增:配置项 `pushImgsInDynamic` 是否推送动态中的图片,默认不开启。开启后会单独推送动态中的图片,上舰信息直播间提示
|
|
214
214
|
- ver 3.0.0-beta.2 新增:配置项 `sub.card`,能更改每个订阅的推送卡片样式,未更改的样式与全局样式保持一致
|
|
215
|
+
- ver 3.0.0 优化:配置项 `sub.card` 添加实验性标识
|
|
215
216
|
|
|
216
217
|
## 交流群
|
|
217
218
|
|