diff --git a/README.md b/README.md index c67bdd6..a6f08ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ ### 铁锈助手 - Rust Assistant 安卓端铁锈战争游戏编码辅助工具。 +#### 代码编辑器 + +支持中文和英文的代码联想,自动补全。 + +Support Chinese and English code association, automatic completion. + +![](screenshots/editor.png) + + + #### 源码运行问题解决: ###### 1.打包时报错,缺少SDK路径 diff --git a/app/src/main/res/layout-sw600dp/activity_main.xml b/app/src/main/res/layout-sw600dp/activity_main.xml new file mode 100644 index 0000000..e609e29 --- /dev/null +++ b/app/src/main/res/layout-sw600dp/activity_main.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/screenshots/editor.png b/screenshots/editor.png new file mode 100644 index 0000000..e9742e7 Binary files /dev/null and b/screenshots/editor.png differ