This commit is contained in:
Yawasau
2024-02-22 12:22:47 +08:00
parent 1ea21d821f
commit 67c911ce94
7 changed files with 73 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ default_behavior=0
#自定義位置支持相對位置
#自定義備份目錄輸出位置 (忽略為空將默認腳本路徑中)
Output_path="/sdcard"
Output_path=""
#自定義applist.txt位置
list_location=""
@@ -22,6 +22,9 @@ update=1
#假設如果存在usb隨身碟是否默認使用隨身碟(1不詢問默認使用 0每次都進行詢問)
USBdefault=0
#自定義外部掛載點,多個分區請使用|區隔
mount_point="rannki|0000-1"
#使用者(為空預設0)
user=0
@@ -43,6 +46,7 @@ Custom_path="
/storage/emulated/0/Download/
/storage/emulated/0/Music
/storage/emulated/0/DCIM/
#/storage/emulated/0/DCIM/Snapseed
/data/adb
"
@@ -103,4 +107,3 @@ rgb_a=226
#輔色
rgb_b=123
rgb_c=177