shitlime
shitlime
Add github actions workflows for auto build. 添加工作流文件,用于github actions自动编译。
## Pr的修改内容/Modified content 1. 添加设置以修改程序字体和字体大小/Add settings to modify program fonts and font sizes. 2. 修改 `App.config` 文件的默认配置/Modify the default configuration. ## 说明 由于一些特殊需求,编辑歌词时可能会用到一些Unicode CJKV的字符,默认的 `Microsoft Yahei UI` 字体无法显示对应的字符,故添加 `LyricFont` 的配置项到...
在最新的的CI 中,有如下问题: `schema.yaml`方案文件: `key_binder/bindings` 配置按键绑定: ```yaml key_binder: bindings: - { when: always, accept: Control+Shift+F, toggle: s2t } #繁简体切换 ``` `switches` 中配置的候选栏选项: ```yaml switches: # 开关 - name: ascii_mode reset: 0...
## Pull request #### Issue tracker Fixes will automatically close the related issues Fixes # Fixes # #### Feature 新增一些参数 `fixed_key_bar:` 用于自定义液态键盘中的固定按键条: 例: ```yaml liquid_keyboard: fixed_key_bar: # 固定按键条 position: bottom...
Long click to copy URL from the scanning dialog box.
### 主要改动 1. 更新云盘 API。 2. CI 中使用github自带的 `GITHUB_TOKEN` 代替原有的token。 ### 说明 目前观察到 web 端的 API 跟本项目的不一致,且上传后不能互通 ~~(疑似传到了异世界)~~ ,故重构了云盘 API 部分。 **缺陷:** 由于新 API 要求上传文件时先上传 SHA256 获取上传链接,之后再往链接传输文件,而 webdav 传给的输入流不支持读两次,只能缓存起来。这对整体的性能有所影响,还会造成客户端提示超时 *(实测使用...