|
@ -318,11 +318,7 @@ |
|
|
dateToStr |
|
|
dateToStr |
|
|
} from './components/utils.js' |
|
|
} from './components/utils.js' |
|
|
import directoryModule from './components/directory.js' |
|
|
import directoryModule from './components/directory.js' |
|
|
import chapters from './components/chapters.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 |
|
|
|
|
|
const directoryListJs = directoryModule.chaptersList || directoryModule.default?.chaptersList || []; |
|
|
const directoryListJs = directoryModule.chaptersList || directoryModule.default?.chaptersList || []; |
|
|
// const externalData = require('https://des.dayunyuanjian.cn/data/2025/09/22/chaptersNN.json') |
|
|
// const externalData = require('https://des.dayunyuanjian.cn/data/2025/09/22/chaptersNN.json') |
|
|
export default { |
|
|
export default { |
|
|