File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,6 +208,12 @@ slog shell2 "$shell2"
208208slog shell3 "$shell3"
209209slog shell4 "$shell4"
210210slog shell5 "$shell5"
211+ # history
212+ echo "$shell
213+ $shell2
214+ $shell3
215+ $shell4
216+ $shell5" >> $TMP/shell_history.bash
211217eval "$shell
212218$shell2
213219$shell3
@@ -318,6 +324,12 @@ slog shells2 "$shells2"
318324slog shells3 "$shells3"
319325slog shells4 "$shells4"
320326slog shells5 "$shells5"
327+ # history
328+ echo "$shells
329+ $shells2
330+ $shells3
331+ $shells4
332+ $shells5" >> $TMP/shell_history.bash
321333eval "$shells
322334$shells2
323335$shells3
@@ -406,6 +418,12 @@ slog shella2 "$shella2"
406418slog shella3 "$shella3"
407419slog shella4 "$shella4"
408420slog shella5 "$shella5"
421+ # history
422+ echo "$shella
423+ $shella2
424+ $shella3
425+ $shella4
426+ $shella5" >> $TMP/shell_history.bash
409427eval "$shella
410428$shella2
411429$shella3
Original file line number Diff line number Diff 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"/>
You can’t perform that action at this time.
0 commit comments