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

* 优化拷贝漫画检索 优化: Search界面:增加搜索选项,可以搜索“全部/名称/作者/汉化组” 漫画信息界面: 点击作者Tags时,跳转到作者页。!!!使用的是this.author_path_word_dict来储存(设置的最大长度为100) author中文名对应的作者页需要的path_word。因为这个跳转用的是search,如果访问了一个漫画,那么search界面里用 "作者:XXX" 来搜索,搜索出来的也是作者页(只要那个作者还储存在this.author_path_word_dict中) 点击标签Tags时,跳转到对应categories页。 Bugfix: category里的ordering options 时间/热度 的正序和倒序 反了 * bugfix * 统一Categories的tag 将Categories的tags统一为拷贝上的繁体,顺便加一个AA,因为我有在看AA漫画。 * revert bugfix:正序倒序 * 补充所有categories * 过滤失效tags * bugfix: 修复因为更新日期为null而导致的打开错误 修复因为更新日期为null而导致的打开错误
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%