PipeYume 149e087b0e 优化拷贝漫画检索 (#29)
* 优化拷贝漫画检索

优化:
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而导致的打开错误
2024-12-23 22:45:48 +08:00
2024-11-18 17:09:36 +08:00
2024-12-18 17:07:51 +08:00
2024-11-05 14:34:21 +08:00
2024-11-06 19:39:52 +08:00
2024-12-23 22:45:48 +08:00
2024-10-18 13:16:27 +08:00
2024-11-21 15:28:46 +08:00
2024-10-18 13:16:27 +08:00
2024-11-26 15:55:15 +08:00
2024-10-30 09:59:52 +08:00
2024-10-15 20:55:14 +08:00
2024-11-18 17:29:05 +08:00

venera-configs

Configuration file repository for venera

Create a new configuration

  1. Download _template_.js, _venera_.js, put them in the same directory
  2. Rename _template_.js to your_config_name.js
  3. 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.
Description
No description provided
Readme 1.3 MiB
Languages
JavaScript 100%