We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc3453 commit fe3931cCopy full SHA for fe3931c
2 files changed
CHANGELOG.MD
@@ -4,6 +4,8 @@
4
5
# 1.0.8
6
7
+- 优化在线流解析接口,给获取下载url添加缓存
8
+
9
# 1.0.7
10
11
- 添加对应115文件流读取的支持
src/main/resources/plugin.yaml
@@ -4,7 +4,7 @@ name: PluginPan115
# plugin entry class that extends BasePlugin
clazz: run.ikaros.plugin.pan115.Pan115Plugin
# plugin 'version' is a valid semantic version string (see semver.org).
-version: 1.0.7
+version: 1.0.8
requires: ">=1.0.5"
author:
name: Ikaros OSS Team
0 commit comments