File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 9494
9595#### 极速体验
9696
97- * 运行命令:` docker run -it --rm -p 18080:8080 noearorg/luffy-jtl:1.9.4 `
97+ * 运行命令:` docker run -it --rm -p 18080:8080 noearorg/luffy-jtl:1.9.5 `
9898* 然后打开:` http://localhost:18080/.admin/?_L0n5=1CE24B1CF36B0C5B94AACE6263DBD947FFA53531 `
9999
100100#### 常规体验
Original file line number Diff line number Diff line change 1+ #### v1.9.5
2+
3+ * 优化 js 执行器,取消对 ScriptObjectMirror 的直接引用
4+ * 修复 luffy.executor.s.python 启动会出错的问题(引用了错误的 ScriptObjectMirror)
5+
16#### v1.9.4
27* 添加 AFileModel: method 字段
38* solon 升为 3.3.3
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: '3'
66
77services :
88 luffy :
9- image : noearorg/luffy-jtl:1.9.4
9+ image : noearorg/luffy-jtl:1.9.5
1010 container_name : luffy
1111 environment :
1212 - TZ=Asia/Shanghai # 设置时区
Original file line number Diff line number Diff line change 4343 </scm >
4444
4545 <properties >
46- <revision >1.9.4 </revision >
46+ <revision >1.9.5 </revision >
4747
4848 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments