Skip to content

Commit 77f2c84

Browse files
committed
chore: 更新WebUI版本号至2.10.0
1 parent 8e92cba commit 77f2c84

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

action.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# 1. 控制调速器服务(启动/停止)
55
# 2. 设置日志等级
66
# 3. 使用音量键进行选择
7-
87
MODDIR=${0%/*}
98

109
# 定义常量

customize.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/system/bin/sh
2-
32
on_install() {
43
sh "$MODPATH"/script/setup.sh 2>&1
54
[ "$?" != "0" ] && abort "调速器安装失败!"

service.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/system/bin/sh
2-
32
MODDIR=${0%/*}
43

54
mount -t debugfs none /sys/kernel/debug
65

7-
# 初始化调速器
86
sh "$MODDIR"/script/initsvc.sh

webui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mediatek-mali-gpu-governor-webui-dev",
33
"private": true,
4-
"version": "2.9.0",
4+
"version": "2.10.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)