sofia-riese
2625d7f4e4
feat: improve UI/UX
2026-01-29 22:13:29 +08:00
juewuy
64566495ff
~增加版本回退时需重新进入新手引导的机制
2026-01-25 20:02:15 +08:00
juewuy
ccbe2468b8
~修改自定义内核类型排序
2026-01-25 19:28:10 +08:00
sofia
323b8cf61c
feat(ddns.sh): adapt new designs for more interfaces
2026-01-25 18:38:18 +08:00
juewuy
8fd77bb666
~crash -t命令增加强制调用tui-lite.sh机制
...
~更新界面列表及部分文字说明优化
2026-01-21 19:40:25 +08:00
juewuy
e8651591ff
~优化测试相关命令
...
~优化版本回退功能,现在支持回退到近期tags
2026-01-21 19:15:49 +08:00
juewuy
8902a742a2
~bug fix
2026-01-20 21:09:07 +08:00
juewuy
7fc043ec49
~Add tui_lite.sh
...
~Add tui switch menu
~chang double_line_break() > line_break()
2026-01-20 20:08:53 +08:00
sofia
83139a4936
Update 9_upgrade.sh
2026-01-20 09:52:20 +08:00
sofia
dfaf2da168
feat(9_upgrade.sh): redesign TUI
2026-01-20 09:52:08 +08:00
Sofia
e66bd832e1
Merge branch 'dev' into patch-2
2026-01-15 03:00:25 +08:00
Sofia
602f3e2890
fix: add double quote to prevent globbing and word splitting
2026-01-14 20:52:22 +08:00
Sofia
739ee5d22c
Merge branch 'dev' into patch-2
2026-01-13 10:06:11 +08:00
Sofia
2d7fbdb443
style: update
2026-01-13 10:02:29 +08:00
Sofia
d4646030a5
refactor: replace recursion with while loop in setcustcore
2026-01-09 22:30:28 +08:00
Sofia
233b75b6e2
style: improve and unify the user interface
2026-01-08 15:59:53 +08:00
Sofia
0b8bf53299
Keep addressing function self-invocation
2026-01-07 15:44:58 +08:00
Sofia
364fd54ced
Continue to address the issue of function self-invocation
2026-01-07 12:30:14 +08:00
juewuy
2e85085cf7
Merge pull request #1084 from sofia-riese/patch-1
...
Fix tar extraction and grep command syntax
2026-01-07 11:12:34 +08:00
Sofia
ef3ff50fbf
Fix tar extraction and grep command syntax
2026-01-07 10:37:08 +08:00
Sofia
1d7be3a3a0
Continue to address the issue of function self-invocation
2026-01-07 09:58:56 +08:00
juewuy
3772593f66
~检查更新流程优化
...
~padavan自启优化
~部分界面文本优化
~bug fix
2026-01-06 14:51:18 +08:00
nested-universe
d0c0fe63dc
Fix path for clashdb.tar.gz extraction
2026-01-05 18:27:53 +08:00
juewuy
40a01428a5
~调整内核下载功能
...
~bug修复
~找回误删的防止dnsmasq重定向功能
2026-01-02 11:28:27 +08:00
juewuy
ecca342893
~修复crontab报错
...
~部分细节调整
2026-01-01 15:38:26 +08:00
juewuy
4f31373c5f
~增加3种不同的内核压缩方式,并对应不同版本分支
2026-01-01 14:19:43 +08:00
juewuy
5aafe92198
~调整Tailscale的缓存目录为安装目录,增加设备名称设置选项
...
~修复部分设备开机初始化失败的bug
~部分代码细节优化
2026-01-01 10:43:25 +08:00
nested-universe
e655259d14
Continue replace self-invoked with a while true loop
...
- replace self-invoked with a while true loop。
- Wrap the inner function outside the parent function to prevent duplicate declarations caused by the while true loop.
2025-12-31 20:45:59 +08:00
nested-universe
aedcfa7403
Add Module Load Guard
...
Prevents redundant script loading by using a conditional flag to ensure the module is initialized only once.
2025-12-31 14:30:33 +08:00
nested-universe
258267436b
Restore source script operation logic
2025-12-31 12:33:05 +08:00
nested-universe
c7d5506b38
Improve upgrade function
...
Replace self-invoking functions with a while-true loop.
Change the menu return logic.
2025-12-31 12:06:11 +08:00
juewuy
c9cb6d41ac
~优化dns菜单,移除fake-ip模式,并将部分原进阶选项移动至dns主菜单
...
~优化tg-bot绑定流程,增加循环检测对话ID机制
~优化tg-bot启动逻辑,现在不会随着内核服务重启而重启进而导致死循环
~优化公网防火墙功能,增加一键清空功能,增加vmess和ss端口的额外显示
~优化vmess和ss的界面逻辑,增加vmess一键生成时的混淆host输入
~修复因为未选择ss加密类型而导致启动失败的bug
~修复小米/网件镜像化设备重启后服务丢失的bug
~修复因为切换vmess和ss端口导致公网防火墙启动报错的bug
~修复6-5设置定时任务报错的bug
2025-12-28 21:15:34 +08:00
juewuy
daa600dbea
~优化tg-bot启动流程,兼容更多设备
...
~优化nftables启动流程,优化启用cn绕过时的运行效率和数据显示
~修复tg机器人守护进程没有生效的bug
~修复tg机器人总是绑定失败的bug
~修复9-8功能找不到文件的bug
~修复停止服务时的报错
~修复启动时自动下载缺失数据库时的意外报错
~修复nftables启用了本机代理后局域网代理出错的bug
2025-12-27 21:57:24 +08:00
juewuy
647b52e016
~脚本进行大量拆分和优化
2025-12-25 15:50:58 +08:00
juewuy
e62f485df4
~继续拆分脚本
2025-12-24 11:09:28 +08:00