Browse Source

组件导入

dev_des
zhangminghao 4 weeks ago
parent
commit
7da46b930a
  1. 6
      subPackages/other/read.vue

6
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 {

Loading…
Cancel
Save