This commit is contained in:
Yawasau
2022-10-09 19:27:56 +08:00
parent 395df9353a
commit 76d8b1ebb6
4 changed files with 105 additions and 6 deletions

7
安裝YT或是YTmusic.sh Normal file
View File

@@ -0,0 +1,7 @@
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
MODDIR="${0%/*}"
operate="YT"
. "${0%/*}/tools/bin/tools.sh"
else
echo "${0%/*}/tools/bin/tools.sh遗失"
fi