Stein Gu
Stein Gu
1. 青龙面板分支和主分支的python版本你可以理解为 ios 和 android,都能帮你签到但参数什么的不互通,青龙面板只要填 cookie 就行,SIGN_ONCE_COUNT 对你来说没影响。 2. Debug 影响运行的话去掉就行,就是只能用 python 分支来测试了,既然你能搞定青龙面板估计这个也不是很难:安装 python >=3.6 ,安装 anaconda 根据 requirement.txt 配个环境或用虚拟环境,然后用 pycharm 把主分支 clone 到本地跑 test 文件夹中的脚本,查看生成的一系列 json 文件来确定问题。
> +1! I'm looking for single-instance in my Tauri app. When a user tries to open a new instance, it should bring focus to the existing application. > > However,...
try using auto-launch directly like this, it works well for me on window10 ```rust // cargo.toml [dependencies] .... auto-launch = "0.4.0" // main.rs use auto_launch::*; use std::env::current_exe; fn main() {...
我把软件整体重构了一遍,新版本预计六月份以内发布 目前的更新我暂时不会发布新程序,因为和新版的程序差异比较大
Is there any progress about this PR?
Got it, hopes it will be soon and thanks for your great work.