Courser

Results 16 issues of Courser

### 功能描述(请清晰的、详细的描述你想要的功能) > 开web服务在pc上看书时,字体只能选择默认的3种,希望能增加自定义字体,比如在3个字体后加个输入框,可以自己输入字体名 ### 期望实现方式(阅读应该如何实现该功能) > ### 附加信息(其他的与功能相关的附加信息) > ### 效果演示(可以手绘一些草图,或者提供可借鉴的图片) >

需求
Stale

如题 密码登录没试过,因为没设置密码

出错提示 ``` exec: "ffmpeg": cannot run executable found relative to current directory github.com/iawia002/lux/utils.runMergeCmd /home/runner/work/lux/lux/utils/ffmpeg.go:17 github.com/iawia002/lux/utils.MergeToMP4 /home/runner/work/lux/lux/utils/ffmpeg.go:58 github.com/iawia002/lux/downloader.(*Downloader).Download /home/runner/work/lux/lux/downloader/downloader.go:675 github.com/iawia002/lux/app.download /home/runner/work/lux/lux/app/app.go:325 github.com/iawia002/lux/app.New.func1 /home/runner/work/lux/lux/app/app.go:247 github.com/urfave/cli/v2.(*App).RunContext /home/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:322 github.com/urfave/cli/v2.(*App).Run /home/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:224 main.main /home/runner/work/lux/lux/main.go:13 runtime.main /opt/hostedtoolcache/go/1.21.3/x64/src/runtime/proc.go:267...

When using `Add to archive...`, select `LZMA2, Fast [std]` & `Level 9`, the compressed file will be smaller than the one compressed by `Add to .7z`. But if change to...

`277 html = TEMPLATE % open(path,"r").read()` 包含中文的md文件,gb2312编码的可以直接读,但utf-8编码的会出错,多加个异常处理 ``` except UnicodeDecodeError: html = TEMPLATE % open(path,"r",encoding="UTF-8").read() ``` `287 self.send_header("Content-Length", len(html))` `len(html)`是没转bytes的长度,英文没问题,中文转换后长度就不够了,网页显示不全,改成`len(encoded)`

用plink -ssh连路由器, 为什么用 ctrl+c 不是终止当前程序, 而是断开连接 用 windows 自带的 ssh 正常, ctrl+c 是终止程序 ps: 用 plink 是因为方便, 可以在命令参数中带密码

question

This is the function of `ctrl+shift+f`

我只是在 `reject-need-to-remove.txt` 文件中加了一条域名, 其他所有数据都是作者的, 脚本也是作者的, 但为什么生成出来的文件 `reject-list.txt` 和作者的差了很多. `reject-list.txt` 行数: 作者: 73547 我的: 73518 除了我自己加的域名没了, 还少了其他几十条, 我加的域名是 `log.jd.com`

Something like this. ``` import loader from '@monaco-editor/loader'; loader.config({ 'vs/nls': { availableLanguages: { '*': 'zh-cn' } } }); ```

Can `params` in python use `dict` like `data`, it's not convenient to use `tuple`.