leauny
leauny
### Describe the bug 开启自启动后开机没有任何反应。将log level改为trace后只有一行输出。自行在gnome终端启动后又是正常的。 ``` 2024-01-29 09:25:18 DEBUG [clash_verge::utils::init] - try to delete log files, day: 30 ``` 而切换为tty模式启动时,主线程会panic,不清楚是否是这个原因导致的自启失败。 报错如下: ```rust thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/tauri-runtime-wry-0.14.3/src/lib.rs:2021:55: called `Result::unwrap()`...
**Describe the bug** stuck at importing(epic games) **To Reproduce** Steps to reproduce the behavior: 1. Select Epic games 2. Click on `Import your game into steam` 3. Stuck at `Waiting...
### 问题描述 / Describe the bug Appimage版本(v1.5.10)中,授权clash内核失败。 提示`The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file` ![截图 2024-03-27...
support different api url by set OPENAI_BASE_URL environment variable.
Enabling `minify_html` causes the mermaid plugin to report syntax error.
Add EOFError exception handler in shell() function to properly handle when users press Ctrl-D to exit the interactive shell, ensuring cleanup code in the finally block still executes.