Skip to content

Commit 22ffcb1

Browse files
committed
v0.2.6
这次将开启代理链接设置为默认启用
1 parent 1951b00 commit 22ffcb1

38 files changed

+79
-52
lines changed

TEST/.rmmp/Rmake.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[build]
2+
prebuild = ["echo 'Pre-build step'"]
3+
build = ["echo 'Main build step'"]
4+
postbuild = ["echo 'Post-build step'"]
5+
exclude = [
6+
".git",
7+
"target",
8+
"*.log",
9+
".vscode",
10+
".idea",
11+
"node_modules",
12+
"__pycache__",
13+
]
14+
15+
[package]
16+
compression = "default"
17+
zip_name = "default"
18+
19+
[scripts]
20+
lint = "echo 'Linting code...'"
21+
test = "echo 'Running tests...'"
22+
23+
[proxy]
24+
enabled = true
25+
auto_select = true

rmmp/CHANGELOG.MD renamed to TEST/.rmmp/build/CHANGELOG.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
### 修复
1515
-
1616

17-
## [1.0.0] - 2025-06-11
17+
## [1.0.0] - 2025-06-12
1818

1919
### 新增
2020
- 项目初始版本
File renamed without changes.

rmmp/.rmmp/build/README.MD renamed to TEST/.rmmp/build/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rmmp
1+
# TEST
22

33
一个基于 RMM (Root Module Manager) 的模块项目。
44

rmmp/customize.sh renamed to TEST/.rmmp/build/customize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/system/bin/sh
2-
ui_print "- 模块安装完成" 模块自定义脚本
2+
3+
# RMM 模块自定义脚本
34
# 此脚本在模块安装时执行,用于进行必要的设置和配置
45

56
MODDIR=${0%/*}
@@ -15,4 +16,3 @@ set_perm_recursive "$MODDIR" 0 0 0755 0644
1516
# 在这里添加您的安装步骤
1617

1718
ui_print "- 模块安装完成"
18-

TEST/.rmmp/build/module.prop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
id=TEST
2+
name=TEST
3+
version=v0.1.0-1951b008
4+
versionCode=2025061201
5+
author=LIghtJUNction
6+
description=RMM项目 TEST
7+
updateJson=https://raw.githubusercontent.com/LIghtJUNction/RootManageModuleModel/main/TEST/update.json
2.39 KB
Binary file not shown.
2.46 KB
Binary file not shown.

rmmp/.rmmp/shellcheck_details.json renamed to TEST/.rmmp/shellcheck_details.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"results": [
33
{
44
"error_count": 0,
5-
"file_path": "C:\\Users\\light\\Documents\\GitHub\\RootManageModuleModel\\rmmp\\customize.sh",
5+
"file_path": "C:\\Users\\light\\Documents\\GitHub\\RootManageModuleModel\\TEST\\customize.sh",
66
"is_success": true,
77
"raw_output": "[]\n",
88
"warning_count": 0
@@ -15,5 +15,5 @@
1515
"total_files": 1,
1616
"total_warnings": 0
1717
},
18-
"timestamp": "2025-06-11 20:09:41 UTC"
18+
"timestamp": "2025-06-12 09:40:17 UTC"
1919
}

rmmp/.rmmp/shellcheck_report.txt renamed to TEST/.rmmp/shellcheck_report.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Shellcheck 检查报告
2-
检查时间: 2025-06-11 20:09:41 UTC
2+
检查时间: 2025-06-12 09:40:17 UTC
33
检查工具: shellcheck
44

55
## 汇总信息
@@ -11,7 +11,7 @@
1111

1212
## 详细结果
1313

14-
### 文件: C:\Users\light\Documents\GitHub\RootManageModuleModel\rmmp\customize.sh
14+
### 文件: C:\Users\light\Documents\GitHub\RootManageModuleModel\TEST\customize.sh
1515
✅ 状态: 通过
1616

1717
#### 详细信息:

0 commit comments

Comments
 (0)