Compare commits

...

2 Commits

  1. 2
      subPackages/other/index.vue
  2. 8
      subPackages/other/playNovel.vue
  3. 3
      subPackages/other/read.vue

2
subPackages/other/index.vue

@ -55,7 +55,7 @@
export default {
data() {
return {
bookTitle: '《园修真传》',
bookTitle: '《园修真传》',
updateInfo: '1天前更新',
wordCount: '20',
progressText: '第八十九章(未完结)',

8
subPackages/other/playNovel.vue

@ -103,10 +103,10 @@ export default {
title: "三体",
chapters: [
{ id: 1, title: "第1章 科学边界", audioUrl: "https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" },
{ id: 2, title: "第2章 射手和农场主", audioUrl: "https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" },
{ id: 3, title: "第3章 疯狂年代", audioUrl: "https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" },
{ id: 4, title: "第4章 叶文洁", audioUrl: "https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" },
{ id: 5, title: "第5章 宇宙闪烁", audioUrl: "https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" }
{ id: 2, title: "第2章 射手和农场主", audioUrl: "https://des.dayunyuanjian.cn/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" },
{ id: 3, title: "第3章 疯狂年代", audioUrl: "https://des.dayunyuanjian.cn/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" },
{ id: 4, title: "第4章 叶文洁", audioUrl: "https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" },
{ id: 5, title: "第5章 宇宙闪烁", audioUrl: "https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" }
]
},
currentChapterIndex: 0,

3
subPackages/other/read.vue

@ -225,7 +225,8 @@
</view>
<view class="items-box">
<view class="item-box" @click="openDirectory">
<text class="iconfont" style="font-size: 25px;">&#xe601;</text>
<!-- <text class="iconfont" style="font-size: 25px;">&#xe601;</text> -->
<image :src="showImg('/uploads/20250922/04c603a548d3bcbaeefabc57183793dd.png')" style="width: 40rpx;height: 70rpx;"></image>
<text style="font-size: 13px;">目录</text>
</view>
<view class="item-box" v-if="background === 2" @click="changeBackground(1)">

Loading…
Cancel
Save