From 7da46b930a9eae8d48f3ab0361b278baca665a46 Mon Sep 17 00:00:00 2001 From: zhangminghao <2275599059@qq.com> Date: Mon, 22 Sep 2025 14:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/other/read.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 {