Skip to content

Commit 8df1019

Browse files
authored
Create README.md
1 parent 326b280 commit 8df1019

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# MoonStringAppenderPluginKotlin
2+
3+
在指定的xml 文件中生成Android 的string
4+
5+
比如你的string 为
6+
7+
```
8+
"hello"
9+
```
10+
11+
会被替换为
12+
13+
```
14+
getString(R.string.xxxx)
15+
```
16+
17+
可以通过在设置中指定xml 文件位置和feature id
18+
19+
todo:
20+
21+
1. 通过python 或者javascript 提供自定义字符串键的功能

0 commit comments

Comments
 (0)