GoForceX
GoForceX
Changing ``` .json-summary { display: contents; } ``` into ``` .json-summary { display: inline; list-style: none; } ``` works on my side in Firefox and Edge.
Hi, it is likely not a bug, but a "**feature**" introduced in v10. According to [CHANGELOG](https://github.com/gchq/CyberChef/blob/master/CHANGELOG.md#1000---2023-03-22) > Character encoding selection added to the Input and Output Which means the default...
It works, but not entirely on my rx6700xt --no-half --no-half-vae --medvram works, but vram ran out quickly Using --lowvram is fine without restarting but the generating time is lots more...
课本课件层级 API: https://s-file-1.ykt.cbern.com.cn/zxx/ndrs/tags/national_lesson_tag.json 课本课件列表 API: https://s-file-1.ykt.cbern.com.cn/zxx/ndrs/national_lesson/teachingmaterials/version/data_version.json --- 课本层级 API: https://s-file-1.ykt.cbern.com.cn/zxx/ndrs/national_lesson/trees/[id].json 课本课件列表 API: https://s-file-1.ykt.cbern.com.cn/zxx/ndrs/national_lesson/teachingmaterials/[id]/resources/parts.json Example-ID: 3a501e52-196b-4963-8387-3d2232efb4bb --- 课程课件列表 API: https://s-file-1.ykt.cbern.com.cn/zxx/ndrv2/national_lesson/resources/details/[id].json Example-ID: ee930719-faef-484e-a736-be5c3467ed35 --- 前两部分感觉可以用现有的 parser 复用 课程下载链接把 -private 删掉就不需要认证……(这不是掩耳盗铃吗) 感觉如果真的能做进去的话是很好的( 如果这边不打算加新的...