@whyour/qinglong 2.17.8 → 2.17.9-beta.2
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/docker/docker-entrypoint.sh +2 -1
- package/package.json +1 -1
- package/sample/config.sample.sh +1 -1
- package/sample/ql_sample.js +2 -4
- package/sample/ql_sample.py +2 -3
- package/shell/otask.sh +27 -11
- package/shell/preload/sitecustomize.js +51 -3
- package/shell/preload/sitecustomize.py +53 -1
- package/shell/share.sh +47 -59
- package/shell/start.sh +11 -0
- package/shell/task.sh +1 -0
- package/shell/update.sh +2 -1
- package/static/build/config/index.js +4 -0
- package/static/build/loaders/initFile.js +14 -0
- package/static/build/services/env.js +4 -5
- package/static/dist/index.html +1 -1
- package/static/dist/{umi.03b3fd83.js → umi.5e777fc4.js} +1 -1
- package/version.yaml +6 -5
package/version.yaml
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
version: 2.17.
|
|
2
|
-
changeLogLink: https://t.me/jiao_long/
|
|
3
|
-
publishTime: 2024-07-
|
|
1
|
+
version: 2.17.9
|
|
2
|
+
changeLogLink: https://t.me/jiao_long/420
|
|
3
|
+
publishTime: 2024-07-23 23:00
|
|
4
4
|
changeLog: |
|
|
5
|
-
1.
|
|
6
|
-
2.
|
|
5
|
+
1. Javascript 和 Python 增加内置API QLAPI.notify
|
|
6
|
+
2. 配置管理增加 task_before.js 和 task_before.py 文件,在执行任务前执行,避免环境变量过大报错
|
|
7
|
+
3. 修复执行任务 JavaScript 和 Python 任务前未执行 task_before.sh
|
|
7
8
|
|