diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ed94e..d308713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ +# Changelog 0.0.0 -# Changelog 1.0.0 -跟进14OS2 - +1. 恭喜你成功创建了一个 KernelSU/Aptch/Magisk 模块项目 +2. 这是一个示例 diff --git a/MyModule/module.prop b/MyModule/module.prop index 38319ad..6b622f6 100644 --- a/MyModule/module.prop +++ b/MyModule/module.prop @@ -1,8 +1,7 @@ - -id=NetHunter-kernelsu -name=NetHunter -version=debug -versionCode=20241026 -author=SherlockChiang&LIghtJUNction -description=测试NetHunter-kernelsu分支初始化 -updateJson=http://raw.githubusercontent.com/LIghtJUNction/RootManage-Module-Model/main/update.json +id=HyperOS2 +name=HyperOS2 +version=0.0.0 +versionCode=20241102 +author=山河尽赠佳人 +description=伪装系统版本为2.0 +updateJson=http://raw.githubusercontent.com/naiheSH/RootManage-Module-Model/main/update.json diff --git a/update.json b/update.json index 0bc42aa..268eb2d 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "0.0.0", - "versionCode": "20240905", - "zipUrl": "https://github.com/LIghtJUNction/RootManage-Module-Model/releases/download/0.0.0/NetHunter-0.0.0-20240905-bySherlockChiang&LIghtJUNction.zip", - "changelog": "https://github.com/LIghtJUNction/RootManage-Module-Model/raw/main/CHANGELOG.md" + "versionCode": "20241102", + "zipUrl": "https://github.com/naiheSH/RootManage-Module-Model/releases/download/0.0.0/HyperOS2-0.0.0-20241102-by山河尽赠佳人.zip", + "changelog": "https://github.com/naiheSH/RootManage-Module-Model/raw/main/CHANGELOG.md" }