mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix WeatherWidget 修复消息推送
This commit is contained in:
22
package.json
22
package.json
@@ -820,5 +820,27 @@
|
||||
"v1.3": "调整插件开启状态判断条件",
|
||||
"v1.2": "增强API安全性"
|
||||
}
|
||||
},
|
||||
"WeatherWidget": {
|
||||
"name": "天气",
|
||||
"description": "定时推送天气,并在仪表盘中显示实时天气。",
|
||||
"labels": "工具,仪表板",
|
||||
"version": "1.8.1",
|
||||
"icon": "https://raw.githubusercontent.com/InfinityPacer/MoviePilot-Plugins/main/icons/weatherwidget.png",
|
||||
"author": "InfinityPacer",
|
||||
"level": 1,
|
||||
"v2": true,
|
||||
"history": {
|
||||
"v1.8.1": "修复消息推送(I神摆烂了)",
|
||||
"v1.8": "增加自动高度及组件规格,部分显示效果需要主程序升级1.9.3+版本及后续优化",
|
||||
"v1.7": "天气时间以及空气质量调整为原生渲染,优化显示效果",
|
||||
"v1.6": "增加天气定时推送以及对应的Bot指令",
|
||||
"v1.5": "优化了天气显示效果,可以根据日出和日落时间自动切换不同的主题背景,并可根据设备选择不同的适配模式",
|
||||
"v1.4": "优化不同天气下的背景显示效果",
|
||||
"v1.3": "优化无边框显示效果,支持切换显示边框,进一步优化性能",
|
||||
"v1.2": "精准匹配城市,并支持无边框显示,需要主程序升级v1.8.8+版本",
|
||||
"v1.1": "性能优化以及天气图片显示优化",
|
||||
"v1.0": "增加天气插件,支持在仪表盘中显示实时天气小部件"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1373
plugins/weatherwidget/__init__.py
Normal file
1373
plugins/weatherwidget/__init__.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user