Skip to content

Commit 05003d6

Browse files
committed
Update
1 parent 364e8ae commit 05003d6

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

app/src/main/assets/home/etc/tool-tree.rc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ slog shell2 "$shell2"
208208
slog shell3 "$shell3"
209209
slog shell4 "$shell4"
210210
slog shell5 "$shell5"
211+
# history
212+
echo "$shell
213+
$shell2
214+
$shell3
215+
$shell4
216+
$shell5" >> $TMP/shell_history.bash
211217
eval "$shell
212218
$shell2
213219
$shell3
@@ -318,6 +324,12 @@ slog shells2 "$shells2"
318324
slog shells3 "$shells3"
319325
slog shells4 "$shells4"
320326
slog shells5 "$shells5"
327+
# history
328+
echo "$shells
329+
$shells2
330+
$shells3
331+
$shells4
332+
$shells5" >> $TMP/shell_history.bash
321333
eval "$shells
322334
$shells2
323335
$shells3
@@ -406,6 +418,12 @@ slog shella2 "$shella2"
406418
slog shella3 "$shella3"
407419
slog shella4 "$shella4"
408420
slog shella5 "$shella5"
421+
# history
422+
echo "$shella
423+
$shella2
424+
$shella3
425+
$shella4
426+
$shella5" >> $TMP/shell_history.bash
409427
eval "$shella
410428
$shella2
411429
$shella3

app/src/main/assets/module/ZADD/patch_rom/index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ checktime
6262
</group>
6363
6464
<group>
65-
<action title="'$title_ime'" summary="Xiaomi">
65+
<action title="'$title_ime'" warn="Note: MiuiSystemUI.apk (global)" summary="Xiaomi">
6666
<param name="FILE" option-sh="'$pathsh' search miui-framework.jar miui-services.jar *FrequentPhrase.apk MiuiSystemUI.apk Settings.apk" value-sh="glog fix_key_patch_os" multiple="true" desc="'$string_text_1': '$PTSH'/***, /sdcard/TREE/APK" required="true"/>
6767
<param name="ime_app" placeholder="com.google.android.inputmethod.latin" desc="'$desc_ime_app'" type="text" value-sh="glog ime_app" required="true"/>
6868
<param name="ime_color" placeholder="#f0f3f8" desc="'$desc_color_light'" type="text" value-sh="glog ime_color" required="true"/>

0 commit comments

Comments
 (0)