Add support to get book info from book info page

This commit is contained in:
2026-02-16 11:44:32 +08:00
parent ab46dcc2c1
commit 0cf5eccaf1
8 changed files with 204 additions and 1 deletions

3
inject/qdbook.js Normal file
View File

@@ -0,0 +1,3 @@
window.addEventListener('load', function() {
window.postMessage({'@type': 'g_data', g_data}, '*');
})