Code Monkey home page Code Monkey logo

Comments (4)

OshekharO avatar OshekharO commented on May 19, 2024 1
  1. Need heavy optimization for Android.
  2. Search tab should be default and first and home should be renamed as favourite or history tab.
  3. For UI improvement reference: Saikou, Cloudstream 3, Legado 3.0, Vbook, QuickNovel ( search on GitHub ).
  4. Different Video player 😐. https://www.vidstack.io/ or https://github.com/zhw2590582/ArtPlayer
  5. Playing magnet 🧲 i.e. torrent support ( maybe not important ).
  6. Cloudflare killer: https://github.com/LagradOst/QuickNovel/blob/master/app/src/main/java/com/lagradost/quicknovel/network/CloudflareKiller.kt
  7. Opensubtitle integration

from miru-app.

Fantuan-cell avatar Fantuan-cell commented on May 19, 2024

#功能需求
1.内置工具包或自定义导入包,用于加解密等。常用的可以内置,比如base64,md5,生成设备id等方法.
2.小说或漫画等正版源,预留付费章节等标识,登录功能,登录后的cookie可以全局引用.
3.内置xpath选择器.
4.书源加密功能,某些自己搭建的接口不想直接暴露.
5.书源增加分类选项,对标网站上面的分类,如
image
6.这个不急,书源检测功能.
7.小说,正文增加文字过滤/替换功能,js那里处理不太完全包含,还是得app正文正则替换下

from miru-app.

Fantuan-cell avatar Fantuan-cell commented on May 19, 2024

1.this.request方法新增httpParams和httpHeaders,分别对应参数键值对和请求头键值对.
如下:const res = await this.request({
url: "/xxx",
method: "GET",
httpParams:"请求的参数键值对",
httpHeaders:"请求头键值对"
});

2.分类功能,可以参考我在tg群组发的图片借鉴下.使用键值对对应分类的请求.
3.搜索功能,可以增加一个搜索词联想功能,这个功能需要在源那里书源作者自己配置,如果没有配置就没有.
4.http2,请求是多一个参数判断是否使用http2功能,比如search,watch那里开启http2
5.增加读取压缩包里面的小说章节.某些特殊站点是传传压缩包结果,需要对压缩包处理.
6.http的参数可以选择是utf-8还是gbk编码

from miru-app.

MiaoMint avatar MiaoMint commented on May 19, 2024

1.this.request方法新增httpParams和httpHeaders,分别对应参数键值对和请求头键值对. 如下:const res = await this.request({ url: "/xxx", method: "GET", httpParams:"请求的参数键值对", httpHeaders:"请求头键值对" });

2.分类功能,可以参考我在tg群组发的图片借鉴下.使用键值对对应分类的请求. 3.搜索功能,可以增加一个搜索词联想功能,这个功能需要在源那里书源作者自己配置,如果没有配置就没有. 4.http2,请求是多一个参数判断是否使用http2功能,比如search,watch那里开启http2 5.增加读取压缩包里面的小说章节.某些特殊站点是传传压缩包结果,需要对压缩包处理. 6.http的参数可以选择是utf-8还是gbk编码

header 和 method 是有的

from miru-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.