Skip to content

Commit bbd10d8

Browse files
committed
Update
1 parent ed4f59f commit bbd10d8

9 files changed

Lines changed: 6 additions & 3 deletions

File tree

-556 KB
Binary file not shown.

.github/module/termux/bin/sqfscat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unsquashfs

.github/module/termux/bin/sqfstar

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mksquashfs
-633 KB
Binary file not shown.
132 KB
Binary file not shown.

app/src/main/assets/home/bin/unpack_img

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ elif [ "$dang_tep" == 'br' ] || [ "$dang_tep" == 'dat' ]; then
171171
tenpjanvung="$(echo "${INPUT##*/}" | cut -d. -f1)"
172172
[ -e "${INPUT%/*}/$tenpjanvung.transfer.list" ] || killtree "$more_text_5 $tenpjanvung.transfer.list"
173173
echo -e "$unpack_text_0 (${INPUT##*/}) ➠ (raw)...\n"
174-
[ "${INPUT##*.}" == 'br' ] && brotli -f -d "$INPUT" -o "$TMP/$(echo "${INPUT%.*}" | awk -F/ '{print $NF}')" >$TMP/brotli.log
174+
[ "${INPUT##*.}" == 'br' ] && brotli -f -d "$INPUT" -o "$TMP/$(echo "${INPUT%.*}" | awk -F/ '{print $NF}')"
175175
if [ "$NODECO" == 1 ]; then
176176
file_img="$PTSD/out/$(echo "${INPUT##*/}" | cut -d. -f1).img"
177177
else

app/src/main/java/com/tool/tree/ThemeConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ThemeConfig(private val context: Context) {
1414
}
1515

1616
fun getThemeMode(): Int {
17-
return config.getInt(KEY_THEME_MODE, 3)
17+
return config.getInt(KEY_THEME_MODE, 0)
1818
}
1919

2020
fun setThemeMode(mode: Int) {

app/src/main/res/layout/activity_text_editor.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
android:layout_marginEnd="32dp"
5555
android:contentDescription="@string/editor_run_test"
5656
android:src="@drawable/kr_run"
57+
app:tint="@color/kr_shortcut_color"
5758
android:visibility="gone" />
5859

5960
</RelativeLayout>

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<color name="colorPirmDark">#20000000</color>
2222

2323
<color name="colorParseLight">#20FFFFFF</color>
24-
<color name="colorParseDark">#20000000</color>
24+
<color name="colorParseDark">#20605f5f</color>
2525

2626
<color name="colorAccent">#0dbda2</color>
2727
<color name="colorPrimary">#64CDB6</color>

0 commit comments

Comments
 (0)