Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望增加一个收藏列表按漫画更新时间排序的功能 #14

Open
Minori-ty opened this issue May 11, 2024 · 17 comments
Open

Comments

@Minori-ty
Copy link

No description provided.

@niuhuan
Copy link
Owner

niuhuan commented May 11, 2024

这个项目需要用flutter_rust_bridge2重写才能加功能。等的时间会比较久

@niuhuan
Copy link
Owner

niuhuan commented May 20, 2024

我升级框架并且代码推到master了,你要不要贡献点代码

@Minori-ty
Copy link
Author

我改完代码推到master了,你要不要贡献点代码

辛苦了。

我不会啊😂,我最近在学rust,打算用axum开一个web应用。flutter还没开始学

@niuhuan
Copy link
Owner

niuhuan commented May 20, 2024

我是说重构完了,我需要别人帮我抓包,需要知道改什么

@niuhuan niuhuan reopened this May 20, 2024
@Minori-ty
Copy link
Author

我是说重构完了,我需要别人帮我抓包,需要知道改什么

可以呀😉

@niuhuan
Copy link
Owner

niuhuan commented May 21, 2024

你可以下个叫 vNet 帮我抓下包
或者建立一个仓库,用markdown描述一下这些接口。我现在没有设备用来抓包, 目前正在为了糊口写代码

@Minori-ty
Copy link
Author

你可以下个叫 vNet 帮我抓下包 或者建立一个仓库,用markdown描述一下这些接口。我现在没有设备用来抓包, 目前正在为了糊口写代码 。

是要抓拷贝漫画app的包吗?需要抓哪些接口?

@niuhuan
Copy link
Owner

niuhuan commented May 21, 2024

你希望改的功能,比较一下我俩发的请求

@Minori-ty
Copy link
Author

你希望改的功能,比较一下我俩发的请求

vnet怎么用?我用fiddler抓包,开启代理,就一直上不了网。

@niuhuan
Copy link
Owner

niuhuan commented May 22, 2024

安卓手机装上就能抓包、比较简单的

@Minori-ty
Copy link
Author

Minori-ty commented May 22, 2024

安卓手机装上就能抓包、比较简单的

vnet是这个吗?依旧是选择了拷贝漫画软件进行抓包后,无法联网。请问你是怎么解决的?已经信任了CA证书
image

@niuhuan
Copy link
Owner

niuhuan commented May 23, 2024

是这个。emmmmm,我的安卓手机比较老,用的这个软件抓。不过现在已经废了

@Minori-ty
Copy link
Author

是这个。emmmmm,我的安卓手机比较老,用的这个软件抓。不过现在已经废了

我用雷电模拟器9,开启root权限,下载httpCancry,成功抓到包了,app要指定版本,

下载连接如下
https://github.com/lusimei/HttpCanary/blob/master/HttpCanary.apk

@Minori-ty
Copy link
Author

Minori-ty commented May 25, 2024

更新时间排序接口如下:
https://api.mangacopy.com/api/v3/member/collect/comics?limit=18&offset=0&free_type=1&ordering=-datetime_updated&platform=3

{
"code": 200,
"message": "请求成功",
"results": {
"list": [
{
"uuid": 5893,
"name": null,
"b_folder": false,
"folder_id": null,
"last_browse": {
"last_browse_id": "dc583b0e-1a53-11ef-89ff-3f487b7d9a9a",
"last_browse_name": "第61.2话"
},
"comic": {
"uuid": "4b7d22a6-9b85-11e8-b9c1-c8ff287e7c9d",
"b_display": true,
"name": "回復術士的重來人生",
"path_word": "huifushushidechonglairensheng",
"females": [],
"males": [],
"author": [
{ "name": "月夜淚", "path_word": "月夜淚" },
{ "name": "羽贺ソウケソ", "path_word": "羽贺ソウケソ" }
],
"theme": [],
"cover": "https://sh.mangafuna.xyz/h/huifushushidechonglairensheng/cover/1716262867.jpg.328x422.jpg",
"status": 0,
"popular": 14806258,
"datetime_updated": "2024-05-25",
"last_chapter_id": "dc583b0e-1a53-11ef-89ff-3f487b7d9a9a",
"last_chapter_name": "第61.2话",
"browse": {
"comic_uuid": "4b7d22a6-9b85-11e8-b9c1-c8ff287e7c9d",
"path_word": "huifushushidechonglairensheng",
"chapter_uuid": "dc583b0e-1a53-11ef-89ff-3f487b7d9a9a",
"chapter_name": "第61.2话"
}
}
}
],
"total": 24,
"limit": 18,
"offset": 0
}
}

@niuhuan
Copy link
Owner

niuhuan commented Jun 14, 2024

@niuhuan
Copy link
Owner

niuhuan commented Jun 14, 2024

在设置里加了这个选项

@Minori-ty
Copy link
Author

94c0afb

https://github.com/niuhuan/kobi/actions/runs/9513676943

设置了,没有效果。不过为什么不像拷贝那样直接放在收藏的上方?🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants