Skip to content

Commit

Permalink
更新 Create Release.yml 中的 updateJson 链接,修复 service.sh 中的合并冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
YumeYuka committed Jan 21, 2025
1 parent fcf9e23 commit d3230fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
versionCode='"${VERSIONCODE}"'
author=YumeYuka@Github.com
description=智能分类文件,支持自定义配置.
updateJson=https://github.moeyy.xyz/https://github.com/YumeYuka/intelligent/blob/main/intelligent.json
updateJson=https://raw.githubusercontent.com/YumeYuka/intelligent/refs/heads/master/intelligent.json
' > ./magisk/module.prop
- name: Zip Module
Expand Down
Binary file removed magisk/hashList.dat
Binary file not shown.
6 changes: 0 additions & 6 deletions magisk/service.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# code by @YumeYuka

<<<<<<< HEAD
baseDir="$(dirname "$(readlink -f "$0")")"
[ -f "$baseDir/skt-utils.sh" ] && . "$baseDir/skt-utils.sh" || exit

Expand All @@ -19,8 +18,3 @@ until_unlock
# code after unlocked


=======
sleep 120
chmod 777 ./Intelligent
nohup ./Intelligent > /dev/null 2>&1 &
>>>>>>> 86e93bc7eca70b099cee85b567ede057345933e9

0 comments on commit d3230fa

Please sign in to comment.