snouker

Results 4 issues of snouker

### Is your feature request related to a problem? Please describe. 我使用了自定义安装位置,提示更新后更新安装时报错无法替换文件 题外话:手动以管理员权限运行安装程序时,无法替换`clash-verge-service.exe`,服务中显示正在在运行,停止时报错但成功停止,之后再次安装不报错 ### Describe the solution you'd like 在一定情况下申请管理员权限 ### Describe alternatives you've considered 我不知道 ### Additional context _No...

enhancement

I have a file defining some blocks, such as ``` {-head-} .... {-head-} ``` When I use `template.render("some.html")`, an error occurs: ``` 20xx/xx/xx xx:xx:xx [error] 217324#217324: *10239 open() "/path/to/templates/ .......

bug

- 系统环境 / System Environment: win11 24H2(26100.3624) 启用窗口化优化 原神分辨率: 1920x1080无边框 使用3dmigoto - BetterGI版本号 / BetterGI Version: 0.44.4 - 问题描述 / Description of the issue: 从0.33稳点版升级到最新稳定版0.44.4后,截图功能不可用. 执行自动任务能识别到队伍,然后模拟多次esc后终止自动任务. 通过测试图像捕获功能确定,在成功捕获第一张截图后不再进行截图 此现象层再0.2x版本左右出现过,通过调整BGI设置和正常工作(具体操作已忘记),直到0.33版仍不需要再次调整即可使用,更新到0.44.4后重现问题出现,怀疑是被移除的缓存设置导致的 - 复现步骤...

### Describe the problem related to the feature request 对于图片太频繁到速率限制时,或者模型当前算力不足时,图片识别总是失败. 但是用户可能有多个模型可以具有视觉能力能够进行识别. `用于图片描述的多模态模型`允许使用`模型组`或添加任务的注册途径而非单个模型 ### Describe the solution you'd like 解绑taskType与modelGroup的绑定关系,允许在没有taskType的情况下获取modelSwitcher,让扩展可以直接使用模型组进行调用. ### Describe alternatives you've considered 设计加载扩展时从第三方扩充taskType到modelService,使得扩展可以通过定义taskType拿到对应模型组的modelSwitcher进行调用. 或者,第三方再手动实现一次modelSwither ### Additional context