cdn change to local and use markdown and style change

This commit is contained in:
Cai
2025-11-05 19:26:02 +08:00
parent 33844786a1
commit 6b9c8e9e0c
39 changed files with 3885 additions and 720 deletions

View File

@@ -450,6 +450,7 @@ async function persistOrderNow(chapters) {
});
if (!res.ok) throw new Error('保存新顺序失败');
console.log('已保存顺序')
console.log(payload);
} catch (err) {
console.error(err);
}