Greasy Fork is available in English.

A comment on A question about [可能失效]番茄全文在线免费读 by Deleted user 1330458 was reported 2025-03-25 for Spam

Deleted user 1330458 said:

github更新了简易获取方法,最低门槛是mt管理器可以root执行sh文件,再低不了了 你好老哥,想请教一下,按照那些设定部署完了。得到这个网址(https://fqnovel-api.abcd.workers.dev/),将他填入这段【const apiUrl = http://fq.travacocro.com/content?item_id=${extractedId};】(替换http://fq.travacocro.com为https://fqnovel-api.abcd.workers.dev/),好像不起作用,而且这个网站(https://fqnovel-api.abcd.workers.dev/)无法访问,会报安全错误,这是哪出问题了吗?

const apiUrl = http://fq.travacocro.com/content?item_id=${extractedId}; 应该替换为
const apiUrl = https://fqnovel-api.abcd.workers.dev/item_id/${extractedId};

你好,不知道为什么,现在访问会显示
https://fqnovel-api.abcd.workers.dev/ 显示 Not Found】
https://fqnovel-api.abcd.workers.dev/item_id/7315746353290691134 显示batch_full failed】

这是我的安装日志:
warning: `fqnovel-api` (lib) generated 5 warnings (run `cargo fix --lib -p fqnovel-api` to apply 3 suggestions)
Finished `release` profile [optimized] target(s) in 2m 13s
[INFO]: ⬇️ Installing wasm-bindgen...
[INFO]: Optional fields missing from Cargo.toml: 'description', 'repository', and 'license'. These are not necessary, but recommended
[INFO]: ✨ Done in 2m 15s
[INFO]: 📦 Your wasm pkg is ready to publish at /media/docker/fqnovel-api/build.

shim.mjs 21.3kb

⚡ Done in 32ms
Total Upload: 891.32 KiB / gzip: 372.90 KiB
Worker Startup Time: 1 ms
Your worker has access to the following bindings:
- Vars:
- install_id: "19246195XXX02068"
- server_device_id: "19246195XXX97972"
- aid: "1967"
- update_version_code: "62532"
Uploaded fqnovel-api (9.23 sec)
Deployed fqnovel-api triggers (4.42 sec)
https://fqnovel-api.abcd.workers.dev
Current Version ID: xxxxxxxxxxxx
搞不懂问题出在哪里?

参考了一下这个
https://github.com/juerson/first-cloudflare-worker-rust/


使用这两个指令:
cargo install -q worker-build && worker-build --dev
wrangler dev --env dev
期望实现本地运行,结果也是不能使用?难不成是那俩id出问题了?(我用虚拟机安装番茄小说,mt文件管理器运行脚本获取的)

原因是解析batch_full函数的响应体时缺少key_version字段,此[Pull requests](https://github.com/rudo-rs/fqnovel-api/pull/3)修复

This report has been upheld by a moderator.