diff --git a/subPackages/other/read.vue b/subPackages/other/read.vue index 04d995d..012cf79 100644 --- a/subPackages/other/read.vue +++ b/subPackages/other/read.vue @@ -318,11 +318,7 @@ dateToStr } from './components/utils.js' import directoryModule from './components/directory.js' - import chapters from './components/chapters.js' - // import chapterss from 'https://des.dayunyuanjian.cn/data/2025/09/22/chaptersNN.json' - // 引入章节数据 - // import chapters from 'https://des.dayunyuanjian.cn/data/2025/09/19/chapters.js' - // 正确解构 directoryList + // import chapters from './components/chapters.js' const directoryListJs = directoryModule.chaptersList || directoryModule.default?.chaptersList || []; // const externalData = require('https://des.dayunyuanjian.cn/data/2025/09/22/chaptersNN.json') export default {