Skip to content

Commit

Permalink
perf: ab desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 2, 2024
1 parent ed3f78a commit f2eb4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ android {
versionNameSuffix = vnSuffix
applicationIdSuffix = ".debug"
resValue("string", "app_name", "GKD-debug")
resValue("string", "capture_label", "捕获快照-debug")
}
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">GKD</string>
<string name="ab_desc">基于规则匹配的无障碍屏幕自定义点击服务\n强大的自定义选择器和订阅规则能帮助你实现点击任意位置控件\n自定义快捷操作等高级功能</string>
<string name="ab_desc">基于高级选择器+订阅规则的屏幕自定义点击服务\n\n通过自定义选择器和订阅规则,能帮助你实现点击任意位置控件,自定义快捷操作等高级功能</string>
<string name="capture_label">捕获快照</string>
</resources>

0 comments on commit f2eb4dd

Please sign in to comment.