Skip to content

Commit 4de83d6

Browse files
author
程书伦
committed
api文档发布发布到国内服务器
1 parent 51a9af2 commit 4de83d6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
autoxjs 整个项目的的一些更新日志。
33

4+
### 4.2.11
5+
优化以下特性:
6+
* 在线文档发布为国内版本
7+
* 感谢开发者 icesValley 对国内文档建议和技术支持
8+
49
### 4.2.10
510
优化以下特性:
611
* 稳定支持 websocket

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
我会逐步完善更新,程序代码,尽可能保持一致。
1616

1717
### 现在:
18-
* AutoX.js文档: https://kkevsekk1.github.io/AutoXJs-Docs/
18+
* AutoX.js文档: http://doc.autoxjs.com/
1919
* 项目 https://github.com/kkevsekk1/AutoX
2020
* [VS Code 插件](https://marketplace.visualstudio.com/items?itemName=aaroncheng.auto-js-vsce-fixed)
2121
* 官方论坛: [www.autoxjs.com](http://www.autoxjs.com)

app/src/main/java/org/autojs/autojs/Pref.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static String getDocumentationUrl() {
134134
if ("Local".equals(docSource)) {
135135
return "file:///android_asset/docs/";
136136
} else {
137-
return "https://kkevsekk1.github.io/AutoXJs-Docs/#/?id=%e7%bb%bc%e8%bf%b0";
137+
return "http://doc.autoxjs.com/#/";
138138
}
139139
}
140140

project-versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"appVersionCode": 472,
3-
"appVersionName": "4.2.10",
2+
"appVersionCode": 473,
3+
"appVersionName": "4.2.11",
44
"target": 26,
55
"mini": 17,
66
"compile": 28,

0 commit comments

Comments
 (0)