File tree 4 files changed +9
-4
lines changed
app/src/main/java/org/autojs/autojs
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
autoxjs 整个项目的的一些更新日志。
3
3
4
+ ### 4.2.11
5
+ 优化以下特性:
6
+ * 在线文档发布为国内版本
7
+ * 感谢开发者 icesValley 对国内文档建议和技术支持
8
+
4
9
### 4.2.10
5
10
优化以下特性:
6
11
* 稳定支持 websocket
Original file line number Diff line number Diff line change 15
15
我会逐步完善更新,程序代码,尽可能保持一致。
16
16
17
17
### 现在:
18
- * AutoX.js文档: https ://kkevsekk1.github.io/AutoXJs-Docs /
18
+ * AutoX.js文档: http ://doc.autoxjs.com /
19
19
* 项目 https://github.com/kkevsekk1/AutoX
20
20
* [ VS Code 插件] ( https://marketplace.visualstudio.com/items?itemName=aaroncheng.auto-js-vsce-fixed )
21
21
* 官方论坛: [ www.autoxjs.com ] ( http://www.autoxjs.com )
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public static String getDocumentationUrl() {
134
134
if ("Local" .equals (docSource )) {
135
135
return "file:///android_asset/docs/" ;
136
136
} else {
137
- return "https ://kkevsekk1.github.io/AutoXJs-Docs/#/?id=%e7%bb%bc%e8%bf%b0 " ;
137
+ return "http ://doc.autoxjs.com/#/ " ;
138
138
}
139
139
}
140
140
Original file line number Diff line number Diff line change 1
1
{
2
- "appVersionCode" : 472 ,
3
- "appVersionName" : " 4.2.10 " ,
2
+ "appVersionCode" : 473 ,
3
+ "appVersionName" : " 4.2.11 " ,
4
4
"target" : 26 ,
5
5
"mini" : 17 ,
6
6
"compile" : 28 ,
You can’t perform that action at this time.
0 commit comments