📦 构建信息
| 项目 | 内容 |
|---|---|
| 包名 | stelliberty
|
| 版本号 | 1.1.80
|
| Mihomo 核心 | 1.19.17
|
| 提交哈希 | 403690b727db7a562d25c7bcd9139c5f62fb58a5
|
📋 更新日志
自 v1.1.70 以来的功能和修复:
refactor: trigger startup update immediately after initialization
提交: 403690b | 作者: ONEUI9
perf: cache displayName to avoid redundant calls
提交: 8abfef5 | 作者: ONEUI9
feat: add multi-language support with LanguageProvider
提交: c07ca67 | 作者: ONEUI9
docs: add and refine i18n READMEs
- Add translations for Japanese, Korean, German, and French.
- Move all README files to
.github/docs/. - Update language switcher badges in all READMEs.
- Refine translations for better localization.
- Fix badge encoding issues for non-English languages.
- Remove changelog statistics from the build workflow.
提交: 8a6b273 | 作者: ONEUI9
refactor: use trans variable for i18n text access
提交: 0ca6787 | 作者: ONEUI9
fix: add i18n support for subscription proxy mode options
提交: 761f4bd | 作者: ONEUI9
refactor: remove unused TunConfig class
提交: 1a8c78c | 作者: ONEUI9
refactor: rename updateSystemProxy to restartSystemProxy
提交: 11230d5 | 作者: ONEUI9
fix: sync state and restart core after backup restore
提交: a3b3ae5 | 作者: ONEUI9
refactor: unify boolean variable naming style
提交: 421eb6f | 作者: ONEUI9
feat: optimize proxy latency test logic
提交: 2b43780 | 作者: ONEUI9
feat: add proxy group icon support
提交: 505a8d4 | 作者: ONEUI9
refactor: rename enableConfigReload to isConfigReloadEnabled
提交: 290643b | 作者: ONEUI9
refactor: rename isPaused to isMonitoringPaused
提交: 55c630f | 作者: ONEUI9
refactor: rename tunEnable to tunEnabled
提交: 3f876db | 作者: ONEUI9
fix: clear subscription config failure flag correctly
提交: 665b47b | 作者: ONEUI9
refactor: improve global variable naming clarity
提交: 409dfd8 | 作者: ONEUI9
❓ 故障排查
Linux 启动问题
如果无法启动应用,请确保已为可执行文件赋予运行权限:
# 进入应用目录
cd /path/to/stelliberty
# 赋予权限
chmod +x ./stelliberty端口被占用(Windows)
如果遇到端口冲突:
# 1. 查找占用端口的进程
netstat -ano | findstr :端口号
# 2. 结束进程(以管理员身份运行)
taskkill /F /PID XXX⚠️ 重要:必须以管理员身份运行命令提示符。服务模式启动的核心进程需要提升权限才能终止。
软件工作不正常
路径要求(ZIP 和 EXE 均适用):
- 路径中不应包含特殊字符(空格除外)
- 路径中不应包含非 ASCII 字符(如中文字符)
- 支持空格:
D:\Program Files\Stelliberty✅
EXE 安装程序的位置限制:
如果使用 EXE 安装程序,还有额外的安装位置限制:
- 系统盘(C:):仅允许
%LOCALAPPDATA%\Programs\*(如C:\Users\用户名\AppData\Local\Programs\Stelliberty) - 其他盘(D:、E: 等):无限制
💡 如需安装到 EXE 不允许的位置,请使用便携版 ZIP(无位置限制,但仍可能受系统目录权限影响)。
缺少运行库(Windows)
如果应用程序在 Windows 上无法启动或立即崩溃,可能是缺少必需的 Visual C++ 运行库。
解决方案:
安装 Visual C++ 运行库:vcredist - Visual C++ 运行库合集