新增外置打包方式
为了彻底解决安装包体积问题,不再使用将打包模板内置到assets的方法,而是打包界面新增一个模板apk选择按钮,只要将编译好的打包模板和app一起发布就行了。另外由于时间关系,新增的资源字符串只提供了中文版,其它语言需要麻烦作者自己再处理一下
This commit is contained in:
@@ -907,6 +907,7 @@
|
||||
<string name="description_launcher_shortcuts">Shortcuts can perform specific actions in AutoJs6. Users can display these shortcuts in a supported launcher and quickly start some tasks or launch an activity, such as reading AutoJs6 application documentation, launching AutoJs6 settings page, and so on.</string>
|
||||
<string name="summary_text_launcher_shortcuts">Add shortcuts to launcher</string>
|
||||
<string name="text_pin_shortcut_not_unsupported">Pinning shortcuts to launcher is not supported</string>
|
||||
<string name="text_template_apk_path">模板apk路径</string>
|
||||
|
||||
<plurals name="text_items_total_sum">
|
||||
<item quantity="one">Total: %d item</item>
|
||||
|
||||
Reference in New Issue
Block a user