Skip to content

Commit 4cecf90

Browse files
committed
Update
1 parent 91fca32 commit 4cecf90

8 files changed

Lines changed: 7 additions & 15 deletions

File tree

.github/module/ZADD/add_features/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# kakathic
33

44
# home
5-
home(){ xml_print '<group title="'$google_text'">
5+
home(){ echo '<group title="'$google_text'">
66
<action>
77
<title>'$mage_name_text'</title>
88
<desc>'$merge_partition_text'</desc>

.github/module/ZADD/payload_online/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
home(){
55
# index
6-
xml_print '<group title="'$google_text'">
6+
echo '<group title="'$google_text'">
77
<action shell="hidden" reload="true">
88
<title>'$payload_text_1'</title>
99
<summary>'$payload_text_2' '"http://...$(glog url_text_payload | tail -c 25)"'</summary>

.github/module/ZADD/upload_file/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# kakathic
33

44
# home
5-
home(){ xml_print '<group title="'$google_text'">
5+
home(){ echo '<group title="'$google_text'">
66
<action>
77
<title>Upload Gofile</title>
88
<param name="FILE" type="file" required="true" desc="https://gofile.io"/>

.github/module/ZAPK/apk_features/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# home
55
home(){
66
[ "$ROT" == 0 ] && text_root="ROOT" || text_rr="$fs_text_1"
7-
xml_print '<group title="'$google_text'">
7+
echo '<group title="'$google_text'">
88
<action title="'$check_ufs_text'" summary="'$text_root'">
99
<lock>
1010
[ "$ROT" == 0 ] && echo "'$fs_text_3'" || echo 0

.github/module/ZAPK/apk_utilities/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
# home
3333
home(){
34-
xml_print '<?xml version="1.0" encoding="UTF-8" ?>
34+
echo '<?xml version="1.0" encoding="UTF-8" ?>
3535
<group>
3636
<group title="'$google_text'">
3737
<picker options-sh="'$MPAT'/index.bash search_pro" shell="hidden" reload="true">

.github/module/ZAPK/initialize_module/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ path_modun2="/data/adb/modules_update/Tool-Tree"
55

66
home(){
77
# Đoạn code chính
8-
xml_print '<group title="'$google_text'">
8+
echo '<group title="'$google_text'">
99
<action warn="'$lang_action_warn'" >
1010
<title>'$lang_title'</title>
1111
<summary>'$lang_summary_path''$path_modun'</summary>

.github/module/ZAPK/overlay_create/index.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# home
55
home(){
6-
xml_print '<group title="'$google_text'">
6+
echo '<group title="'$google_text'">
77
88
<action title="'$home_text_1'" desc="'$home_text_2'">
99
<param desc="'$home_text_7'" name="overlay_folder" type="folder" value-sh="glog overlay_folder" required="true" editable="true"/>

app/src/main/assets/home/etc/z.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)