支持导入数组和非数组格式的 JSON 自定义规则,并加入支持合并非全部覆盖的功能

This commit is contained in:
2022-03-06 02:59:32 +08:00
parent 4109a25b5d
commit 099886b0b2
3 changed files with 74 additions and 33 deletions

View File

@@ -19,7 +19,7 @@
android:layout_height="150dp"
android:ellipsize="end"
android:gravity="center|start|top"
android:hint="请粘贴 JSON 规则数组到此处"
android:hint="请粘贴 JSON 规则到此处"
android:textSize="14sp" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>