小更新
This commit is contained in:
@@ -98,7 +98,7 @@ jobs:
|
||||
./gradlew assemble${{ env.product }}Release
|
||||
echo "修改APK文件名"
|
||||
mkdir -p ${{ github.workspace }}/apk/
|
||||
for file in ${{ github.workspace }}/app/build/outputs/apk/*/*-release.apk; do
|
||||
for file in ${{ github.workspace }}/app/app/release/*-release.apk; do
|
||||
filename=$(basename "$file")
|
||||
if [[ "$filename" == *"armeabi-v7a"* ]]; then
|
||||
mv "$file" ${{ github.workspace }}/apk/legado_${{ env.product }}_${{ env.VERSIONL }}_${{ env.type }}_32.apk
|
||||
|
||||
@@ -759,7 +759,7 @@
|
||||
<string name="restore_ignore_summary">选择恢复忽略内容</string>
|
||||
<string name="read_config">界面设置</string>
|
||||
<string name="group_name">分组名称</string>
|
||||
<string name="note_content">备注内容</string>
|
||||
<string name="note_content">备注</string>
|
||||
<string name="replace_enable_default_t">默认启用替换净化</string>
|
||||
<string name="replace_enable_default_s">新加入书架的书是否启用替换净化</string>
|
||||
<string name="select_restore_file">选择恢复文件</string>
|
||||
|
||||
Reference in New Issue
Block a user