mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 00:27:23 +00:00
7dce35fd5ae025080abe2cfc7b2e7625da6dace0

* refactor(baozi): 格式化代码并优化漫画章节解析逻辑 * feat: 更新包子漫画图片代理地址以优化水印问题 将图片地址从s1.baozicdn.com替换为as-rsa1-usla.baozicdn.com/w640,减少代理后的图片水印 * chore: 更新包子漫画插件版本至1.1.0 * feat(图片加载): 添加图片加载时的自定义请求头 为漫画图片加载添加自定义请求头,包括User-Agent等信息,以适配服务器要求 * refactor(图片代理): 优化移动端图片代理逻辑并移除无用代码 - 使用正则匹配简化图片URL替换逻辑 - 移除不再使用的onImageLoad方法
venera-configs
Configuration file repository for venera
Create a new configuration
- Download
_template_.js
,_venera_.js
, put them in the same directory - Rename
_template_.js
toyour_config_name.js
- Edit
your_config_name.js
to your needs.- The
_template_.js
file contains comments to help you with that. - The
_venera_.js
is used for code completion in your IDE.
- The
Description
Languages
JavaScript
100%