Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YumeYuka committed Jan 21, 2025
2 parents ac701d2 + 86e93bc commit 495dc69
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Create Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# 创建 module.prop 文件
echo 'id=id=Intelligent
echo 'id=Intelligent
name=Intelligent
version='"${VERSION}"'
versionCode='"${VERSIONCODE}"'
Expand Down
6 changes: 6 additions & 0 deletions intelligent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"versionCode": 250118,
"version": "V1.4.1",
"zipUrl": "https://github.moeyy.xyz/https://github.com/YumeYuka/intelligent/releases/download/V1.4.1/intelligent.zip",
"changelog": "https://github.moeyy.xyz/https://github.com/YumeYuka/intelligent/blob/main/changelog.md"
}
Binary file added magisk/hashList.dat
Binary file not shown.
10 changes: 6 additions & 4 deletions magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
id=Intelligent
name=Intelligent
version=1.4.1
versionCode=2450112
author=YumeYuka@Github
description=智能分类文件,支持自定义配置.
version=V1.4.1
versionCode=250118
author=YumeYuka@Github.com
description=智能分类文件,支持自定义配置.
updateJson=https://github.moeyy.xyz/https://github.com/YumeYuka/intelligent/blob/main/intelligent.json

8 changes: 7 additions & 1 deletion magisk/service.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// code by @YumeYuka
# code by @YumeYuka

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

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


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

0 comments on commit 495dc69

Please sign in to comment.