Results 17 comments of BlueHtml

@xland 版本:`2.1.10`,原图 放大/缩小后,再恢复到100%时,图片会失真,与最开始的图不一样。

@xland 试了下最新版本:`2.2.12`,原图 放大/缩小后,再恢复到100%时,图片不会失真了。

确实如 @RikaCelery 所说: > 程序只捕获到了一个双引号,你应该用"来转义 @Ooo0xffooO 你要把`ADULT_CONFIRM_YN="";`改为`ADULT_CONFIRM_YN="""";`,或者删掉`ADULT_CONFIRM_YN="";`试试。 **图1:cmd:传入2个引号;程序:接收到1个引号:** ![re2](https://github.com/nilaoda/N_m3u8DL-RE/assets/17940898/59d01497-3a45-4ad7-8c8b-7290946b6c22) **图2:cmd:传入4个引号;程序:接收到2个引号:** ![re3](https://github.com/nilaoda/N_m3u8DL-RE/assets/17940898/6169ef77-4a79-4c05-b855-859773126910)

@bartlomieju @nathanwhit Is it possible to run `.js` as `.cjs` through command line options or preloaded code? Unfortunately, after reviewing the Deno documentation, neither method is supported. Renaming `.js` to...

@bartlomieju I tested it according to your steps, and it works fine.

The `sqlpage.exe` program is the same; I only changed the `database_url` to connect to the `local database` and the `server database`. When connecting to the `server database`, the `sqlpage::filesystem` log...

@lovasoa The `remote MSSQL` does not have the `sqlpage_files` table. Whenever a request comes in, it reports an error: `The sqlpage_files table does not exist`. I have sent you an...