Browse Source

base:地址替换

dev_des
1054425342@qq.com 1 month ago
parent
commit
8e5eea7ada
  1. 6
      App.vue
  2. 6
      audioBook/pages/index copy.vue
  3. 8
      audioBook/pages/index.vue
  4. 18
      bmzm/chapter1/index.vue
  5. 4
      bmzm/chapter2/index.vue
  6. 4
      bmzm/chapter3/index.vue
  7. 8
      bmzm/chapter4/index.vue
  8. 16
      bmzm/chapter5/index.vue
  9. 26
      bmzm/chapter6/index.vue
  10. 22
      bmzm/chapter7/index.vue
  11. 2
      bmzm/components/NavMenu.vue
  12. 18
      bmzm/home/home.vue
  13. 2
      components/Book.vue
  14. 2
      components/BuyPeaches.vue
  15. 2
      components/DynamicIsland.vue
  16. 12
      components/GPT/index.vue
  17. 2
      components/GPT/utils/audio.js
  18. 2
      components/GPT/utils/audio2.js
  19. 2
      components/GPT/utils/socket.js
  20. 4
      components/ProductSection.vue
  21. 2
      components/ShareGuide.vue
  22. 2
      components/header.vue
  23. 2
      components/messagePop.vue
  24. 10
      pages/index/iSoul - 副本.vue
  25. 22
      pages/index/iSoul.vue
  26. 16
      pages/index/readingBody.vue
  27. 2
      pages/index/sensoryStore - 副本.vue
  28. 4
      pages/index/sensoryStore.vue
  29. 4
      pages/notes/detail.vue
  30. 6
      pages/stratIndex.vue
  31. 2
      pig/chapter1/chapter1.vue
  32. 2
      pig/chapter2/chapter2.vue
  33. 2
      pig/chapter3/art.vue
  34. 2
      pig/chapter3/brave.vue
  35. 2
      pig/chapter3/chapter3.vue
  36. 2
      pig/chapter3/humble.vue
  37. 2
      pig/chapter3/sacred.vue
  38. 2
      pig/chapter3/smart.vue
  39. 2
      pig/chapter3/stupid.vue
  40. 6
      pig/chapter4/chapter4.vue
  41. 2
      pig/chapter4/first.vue
  42. 2
      pig/chapter4/fourth.vue
  43. 2
      pig/chapter4/secBuy.vue
  44. 2
      pig/chapter4/second.vue
  45. 2
      pig/chapter4/third.vue
  46. 2
      pig/components/SideNav.vue
  47. 6
      pig/home/home.vue
  48. 6
      static/js/request.js
  49. 2
      subPackages/haveFeeling/detailXiang.vue
  50. 2
      subPackages/haveFeeling/shopDetail.vue
  51. 10
      subPackages/other/components/utils.js
  52. 14
      subPackages/other/ipPoster.vue
  53. 2
      subPackages/other/playNovel.vue
  54. 28
      subPackages/readingBody/index.vue
  55. 2
      subPackages/techan/detail - 副本.vue
  56. 2
      subPackages/techan/detail.vue
  57. 28
      taozi/chapter1/chapter1.vue
  58. 26
      taozi/chapter2/chapter2.vue
  59. 26
      taozi/chapter3/chapter3.vue
  60. 32
      taozi/chapter4/chapter4.vue
  61. 40
      taozi/home/home.vue
  62. 2
      utils/audioManager.js
  63. 4
      xqk/chapter1/index.vue
  64. 4
      xqk/chapter2/index.vue
  65. 4
      xqk/chapter3/index.vue
  66. 4
      xqk/chapter4/index.vue
  67. 2
      xqk/chapter5/index.vue
  68. 2
      xqk/chapter6/index.vue
  69. 2
      xqk/components/NavMenu.vue
  70. 10
      xqk/home/home.vue
  71. 18
      xrcc/chapter1/index.vue
  72. 36
      xrcc/chapter2/index.vue
  73. 32
      xrcc/chapter3/index.vue
  74. 22
      xrcc/chapter4/index.vue
  75. 26
      xrcc/chapter5/index.vue
  76. 16
      xrcc/chapter6/index.vue
  77. 10
      xrcc/chapter7/index.vue
  78. 4
      xrcc/chapter8/index.vue
  79. 2
      xrcc/components/NavMenu.vue
  80. 30
      xrcc/home/home.vue
  81. 8
      xxdf/chapter1/cover1.vue
  82. 12
      xxdf/chapter1/detail1.vue
  83. 12
      xxdf/chapter1/detail2.vue
  84. 12
      xxdf/chapter1/detail3.vue
  85. 20
      xxdf/chapter1/detail4.vue
  86. 12
      xxdf/chapter1/detail5.vue
  87. 22
      xxdf/chapter2/cover.vue
  88. 36
      xxdf/chapter3/cover.vue
  89. 18
      xxdf/chapter3/randomImage.vue
  90. 20
      xxdf/chapter4/cover.vue
  91. 2
      xxdf/components/NavMenu.vue
  92. 48
      xxdf/home/home.vue

6
App.vue

@ -6,8 +6,8 @@ export default {
randomImages: [],
bgMusic: null,
isMusicPlaying: false,
musicSrc: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
initMusicSrc: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
musicSrc: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
initMusicSrc: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
// 使
userSessionId: null,
networkStartTime: null, //
@ -356,7 +356,7 @@ export default {
@import "@/static/css/icon.scss";
@font-face {
font-family: "Futura";
src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/Futura.ttc);
src: url(https://des.dayunyuanjian.cn/epicSoul/taozi/fonts/Futura.ttc);
}
/*每个页面公共css */
@import "@/uni_modules/uni-scss/index.scss";

6
audioBook/pages/index copy.vue

@ -99,7 +99,7 @@ export default {
chapters: [
{
title: "第一章:人工智能的崛起",
audioUrl: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
audioUrl: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
//
characters: [
{"BeginIndex": 0, "BeginTime": 0, "EndIndex": 1, "EndTime": 500, "Phoneme": "ren2", "Text": "人"},
@ -142,7 +142,7 @@ export default {
},
{
title: "第二章:科技与人文的融合",
audioUrl: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
audioUrl: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
//
characters: [
{"BeginIndex": 0, "BeginTime": 0, "EndIndex": 1, "EndTime": 500, "Phoneme": "ke1", "Text": "科"},
@ -163,7 +163,7 @@ export default {
},
{
title: "第三章:未来社会的展望",
audioUrl: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
audioUrl: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
//
characters: [
{"BeginIndex": 0, "BeginTime": 0, "EndIndex": 1, "EndTime": 500, "Phoneme": "zhan3", "Text": "展"},

8
audioBook/pages/index.vue

@ -48,7 +48,7 @@
<text class="icon-text"></text>
</view>
<view class="control-icon">
<text class="icon-text">🔍</text>
<text class="icon-text"></text>
</view>
</view>
</view>
@ -72,11 +72,11 @@
<view class="interaction-section">
<view class="like-section">
<view class="like-btn" @click="toggleLike">
<text class="like-icon">{{ isLiked ? "❤️" : "🤍" }}</text>
<text class="like-icon">{{ isLiked ? "❤️" : "" }}</text>
<text class="like-count">{{ likeCount }}</text>
</view>
<view class="comment-btn" @click="toggleComments">
<text class="comment-icon">💬</text>
<text class="comment-icon"></text>
<text class="comment-count">{{ comments.length }}</text>
</view>
</view>
@ -180,7 +180,7 @@ export default {
{
title: "元界修真传",
audioUrl:
"https://des.js-dyyj.com/data/2025/09/15/ecd0671f-ba8b-4b69-bb07-1a1d8b4bbfd0.MP3",
"https://des.dayunyuanjian.cn/data/2025/09/15/ecd0671f-ba8b-4b69-bb07-1a1d8b4bbfd0.MP3",
// msg.jsonResultDetail
sentences:
require("../components/msg.json")?.Response?.Data?.ResultDetail ||

18
bmzm/chapter1/index.vue

@ -13,13 +13,13 @@
</template>
<!-- 视频 -->
<template v-if="index == 3">
<video src="https://static.ticket.sz-trip.com/epicSoul/bmzm.mp4" @play="handleVideoPlay"
<video src="https://des.dayunyuanjian.cn/epicSoul/bmzm.mp4" @play="handleVideoPlay"
@pause="handleVideoPause" @ended="handleVideoEnded" style="width: 100vw;height: 30vh;"
objectFit="cover"></video>
</template>
<!-- 动图 -->
<template v-if="index == 8">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img7s.gif" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img7s.gif" mode="widthFix"
style="width: 100vw;"></image>
</template>
</view>
@ -27,7 +27,7 @@
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>
@ -55,23 +55,23 @@
},
// swiper-item
swiperItems: [{
imageUrl: `https://static.ticket.sz-trip.com/epicSoul/bmzm/index/index1.png`
imageUrl: `https://des.dayunyuanjian.cn/epicSoul/bmzm/index/index1.png`
},
{
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/bmzm/index/index5.png'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/bmzm/index/index5.png'
},
//
...Array.from({
length: 9
}, (_, i) => ({
imageUrl: `https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img${i + 1}.png`
imageUrl: `https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img${i + 1}.png`
})),
{
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img10.png',
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img10.png',
images: Array.from({
length: 4
}, (_, i) => ({
src: `https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img10-${i + 1}.png`
src: `https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img10-${i + 1}.png`
})),
link: '/bmzm/chapter2/index?index={index}',
linkIndex: 11
@ -84,7 +84,7 @@
this.initialIndex = option.index;
// swiper-item
this.swiperItems[0].imageUrl =
`https://static.ticket.sz-trip.com/epicSoul/bmzm/index/index${this.initialIndex}.png`;
`https://des.dayunyuanjian.cn/epicSoul/bmzm/index/index${this.initialIndex}.png`;
},
methods: {
touchmove() {

4
bmzm/chapter2/index.vue

@ -10,7 +10,7 @@
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>
@ -68,7 +68,7 @@ export default {
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/bmzm/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/bmzm/${path}`;
}
}
};

4
bmzm/chapter3/index.vue

@ -29,7 +29,7 @@
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>
@ -122,7 +122,7 @@ export default {
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/bmzm/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/bmzm/${path}`;
}
}
};

8
bmzm/chapter4/index.vue

@ -2,24 +2,24 @@
<view>
<swiper class="swiper" :current="currentIndex" :vertical="true" @change="handleSwiperChange">
<swiper-item>
<view class="swiper-item" :style="{backgroundImage: `url(https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter2/img${initialIndex}.png)`}">
<view class="swiper-item" :style="{backgroundImage: `url(https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter2/img${initialIndex}.png)`}">
</view>
</swiper-item>
<swiper-item>
<view class="swiper-item" :style="{backgroundImage: 'url(https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter2/img15.png)'}">
<view class="swiper-item" :style="{backgroundImage: 'url(https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter2/img15.png)'}">
</view>
</swiper-item>
<!-- 第三章 -->
<swiper-item>
<view class="swiper-item" :style="{backgroundImage: 'url(https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img1.png)'}"
<view class="swiper-item" :style="{backgroundImage: 'url(https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img1.png)'}"
@click="gotoPath('/bmzm/chapter5/index')">
</view>
</swiper-item>
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>

16
bmzm/chapter5/index.vue

@ -8,7 +8,7 @@
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>
@ -27,13 +27,13 @@ export default {
currentIndex: 0,
popupIndex: 1,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img3.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img4.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img5.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img6.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img7.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img1.png'
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img3.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img4.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img5.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img6.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img7.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img1.png'
]
};
},

26
bmzm/chapter6/index.vue

@ -4,14 +4,14 @@
<swiper-item v-for="(imageUrl, index) in imageUrls" :key="index">
<view class="swiper-item" :style="{ backgroundImage: `url(${imageUrl})` }"
@click="index == 8 ? gotoPath('/bmzm/chapter7/index') : null">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/btn-img.png" mode="aspectFill"
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/btn-img.png" mode="aspectFill"
:class="['btn-img', {'btn-imgs': index == 6}]" @click="gotoPath('/subPackages/techan/detail?id=37')" v-if="index == 2 || index == 4"></image>
</view>
</swiper-item>
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>
@ -32,18 +32,18 @@ export default {
popupIndex: 1,
// URL
imageUrls: [
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img2.png",
// "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img3.png",
// "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img4.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img5.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img6.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img7.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img8.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img9.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img10.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img11.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img2.png",
// "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img3.png",
// "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img4.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img5.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img6.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img7.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img8.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img9.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img10.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img11.png",
//
"https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img1.png"
"https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img1.png"
]
};
},

22
bmzm/chapter7/index.vue

@ -7,12 +7,12 @@
<view class="swiper-item" :style="{ backgroundImage: `url(${imageUrl})` }">
<!-- 根据索引添加特定元素 -->
<template v-if="index === 2">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img4-text.png" mode="aspectFill" class="img4-text"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img4-btn.png" mode="aspectFill" class="img4-btn" @click="showCustomModal"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img4-text.png" mode="aspectFill" class="img4-text"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img4-btn.png" mode="aspectFill" class="img4-btn" @click="showCustomModal"></image>
</template>
<template v-if="index === 3">
<view class="img5-text">{{ inputValue }}</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img5-btn.png" mode="aspectFill" class="img5-btn"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img5-btn.png" mode="aspectFill" class="img5-btn"></image>
</template>
<template v-if="index === 1">
<!-- 添加动态类名 -->
@ -24,7 +24,7 @@
</template>
<!-- 二维码 -->
<template v-if="index === 5">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/qrcode.png" mode="widthFix" class="qrcode" :show-menu-by-longpress="true"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/qrcode.png" mode="widthFix" class="qrcode" :show-menu-by-longpress="true"></image>
</template>
</view>
</swiper-item>
@ -51,7 +51,7 @@
</uni-popup>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3" />
</view>
</template>
@ -75,12 +75,12 @@ export default {
maxLength: 25,
// swiper URL
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img3.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img4.gif',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img5.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img6.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img7.png'
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img3.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img4.gif',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img5.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img6.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img7.png'
],
answerObj: {},
showAnswerBox: false

2
bmzm/components/NavMenu.vue

@ -31,7 +31,7 @@
//
navIconSrc: {
type: String,
default: 'https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png'
default: 'https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png'
}
},
data() {

18
bmzm/home/home.vue

@ -12,7 +12,7 @@
<!-- 仅在第四张图片添加子模块 -->
<template v-if="index === 3">
<image
:src="`https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home4-${
:src="`https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home4-${
i + 1
}.png`"
v-for="i in 4"
@ -31,7 +31,7 @@
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl
audioSrc="https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3"
audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3"
/>
</view>
</template>
@ -52,10 +52,10 @@ export default {
return {
currentIndex: 0,
swiperImages: [
"https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home1s.gif",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home2.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home3.png",
"https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home4.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home1s.gif",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home2.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home3.png",
"https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home4.png",
],
animationConfig: {
delay: 0.5,
@ -74,7 +74,7 @@ export default {
onShow() {
uni.removeStorageSync("answerObj");
const app = getApp();
app.updateMusicSrc("https://static.ticket.sz-trip.com/epicSoul/bmzm.mp3");
app.updateMusicSrc("https://des.dayunyuanjian.cn/epicSoul/bmzm.mp3");
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //
},
@ -111,14 +111,14 @@ export default {
title: "不眠之夜·Endless Dream|「Epic Soul」阅读体 issue03",
mpId: "wx9660f8c5776663e0",
path: "/bmzm/home/home",
imageUrl: "https://static.ticket.sz-trip.com/epicSoul/bmzm/share.jpg",
imageUrl: "https://des.dayunyuanjian.cn/epicSoul/bmzm/share.jpg",
};
},
onShareTimeline() {
return {
title: "不眠之夜·Endless Dream|「Epic Soul」阅读体 issue03",
query: "",
imageUrl: "https://static.ticket.sz-trip.com/epicSoul/bmzm/share.jpg",
imageUrl: "https://des.dayunyuanjian.cn/epicSoul/bmzm/share.jpg",
};
},
// #endif

2
components/Book.vue

@ -10,7 +10,7 @@
@click="handleMoreClick"
>
<text class="title">EPIC SOUL阅读体</text>
<view class="more-btn"><image src="https://des.js-dyyj.com/data/2025/08/31/affb21f0-fcc1-4746-9543-0d54369aa315.png" style="width:124.6rpx;height: 36rpx;"/></view>
<view class="more-btn"><image src="https://des.dayunyuanjian.cn/data/2025/08/31/affb21f0-fcc1-4746-9543-0d54369aa315.png" style="width:124.6rpx;height: 36rpx;"/></view>
</div>
</view>
<!-- 轮播容器 -->

2
components/BuyPeaches.vue

@ -1,6 +1,6 @@
<template>
<view>
<image @click="buyTaozi" class="taozi" src="https://static.ticket.sz-trip.com/epicSoul/taozi/taozi.png" mode=""></image>
<image @click="buyTaozi" class="taozi" src="https://des.dayunyuanjian.cn/epicSoul/taozi/taozi.png" mode=""></image>
</view>
</template>

2
components/DynamicIsland.vue

@ -375,7 +375,7 @@
toWebView() {
// uni.navigateTo({
// url: "/subPackages/webPage/webPage?url=" +
// "https://des.js-dyyj.com/dist/#/",
// "https://des.dayunyuanjian.cn/dist/#/",
// });
uni.navigateTo({
url: '/subPackages/other/evita?id=0'

12
components/GPT/index.vue

@ -412,7 +412,7 @@ export default {
voiceType: this.socketObj.robotObj.voiceType ?? 1002
},
dataType: "json",
url: `https://des.js-dyyj.com/xcx/api/voice/tts/flow`,
url: `https://des.dayunyuanjian.cn/xcx/api/voice/tts/flow`,
success: (res) => {
this.audioActive = n.timestamp
},
@ -467,7 +467,7 @@ export default {
voiceType: this.socketObj.robotObj.voiceType ?? 1002
},
dataType: "json",
url: `https://des.js-dyyj.com/xcx/api/voice/tts/new`,
url: `https://des.dayunyuanjian.cn/xcx/api/voice/tts/new`,
success: (res) => {
console.log('-----请求语音合成回参-----', res)
if (res.data.code == 200) {
@ -538,7 +538,7 @@ export default {
mask: true
})
uni.uploadFile({
url: 'https://des.js-dyyj.com/xcx/system/oss/upload',
url: 'https://des.dayunyuanjian.cn/xcx/system/oss/upload',
filePath: res.tempFilePath,
name: 'file',
success: async (res) => {
@ -549,7 +549,7 @@ export default {
uni.request({
method: "get",
dataType: "json",
url: `https://des.js-dyyj.com/xcx/api/voice/asr?audioFilePath=${encodeURI(data.data.url)}`,
url: `https://des.dayunyuanjian.cn/xcx/api/voice/asr?audioFilePath=${encodeURI(data.data.url)}`,
success: (res) => {
console.log("【init msg-------res---->】", res);
if (!this.asrStatus) { return }
@ -606,7 +606,7 @@ export default {
uni.request({
method: "get",
dataType: "json",
url: `https://des.js-dyyj.com/xcx/api/voice/deleteSingleFile?audioFilePath=${encodeURI(path)}`,
url: `https://des.dayunyuanjian.cn/xcx/api/voice/deleteSingleFile?audioFilePath=${encodeURI(path)}`,
success: (res) => {
console.log("【删除文件msg-------res---->】", res);
@ -674,7 +674,7 @@ export default {
sourceType: ['album', 'camera'],
success: (res) => {
uni.uploadFile({
url: 'https://des.js-dyyj.com/xcx/system/oss/upload',
url: 'https://des.dayunyuanjian.cn/xcx/system/oss/upload',
filePath: res.tempFiles[0].tempFilePath,
name: 'file',
success: (res) => {

2
components/GPT/utils/audio.js

@ -22,7 +22,7 @@ export default class Audio {
method: "GET",
dataType: "json",
// url: `http://192.168.124.118:8083/xcx/framework/agent/${this._options.agentId}`,
url: `https://des.js-dyyj.com/getDemoToken?id=${this._options.agentId}`,
url: `https://des.dayunyuanjian.cn/getDemoToken?id=${this._options.agentId}`,
success: (res) => {
console.log("请求token成功", res);
resolve(res);

2
components/GPT/utils/audio2.js

@ -25,7 +25,7 @@ export default class Audio {
method: "GET",
dataType: "json",
// url: `http://192.168.124.118:8083/xcx/framework/agent/${this._options.agentId}`,
url: `https://des.js-dyyj.com/getDemoToken?id=${this._options.agentId}`,
url: `https://des.dayunyuanjian.cn/getDemoToken?id=${this._options.agentId}`,
success: (res) => {
console.log("请求token成功", res);
resolve(res);

2
components/GPT/utils/socket.js

@ -28,7 +28,7 @@ export default class Socket {
method: "GET",
dataType: "json",
// url: `http://192.168.124.118:8083/xcx/framework/agent/${this._options.agentId}`,
url: `https://des.js-dyyj.com/getDemoToken?id=${this._options.agentId}`,
url: `https://des.dayunyuanjian.cn/getDemoToken?id=${this._options.agentId}`,
success: (res) => {
console.log("请求token成功", res);
resolve(res);

4
components/ProductSection.vue

@ -5,7 +5,7 @@
<div style="display: flex; align-items: center;justify-content: space-between;" @click="handleMoreClick">
<text class="title">{{ title }}</text>
<view class="more-btn" v-if="type!=3">
<image src="https://des.js-dyyj.com/data/2025/08/31/affb21f0-fcc1-4746-9543-0d54369aa315.png" style="width:124.6rpx;height: 36rpx;"/>
<image src="https://des.dayunyuanjian.cn/data/2025/08/31/affb21f0-fcc1-4746-9543-0d54369aa315.png" style="width:124.6rpx;height: 36rpx;"/>
</view>
</div>
</view>
@ -227,7 +227,7 @@ export default {
<style lang="scss" scoped>
@font-face {
font-family: "Futura";
src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/Futura.ttc);
src: url(https://des.dayunyuanjian.cn/epicSoul/taozi/fonts/Futura.ttc);
}
.product-section {
width: 100%;

2
components/ShareGuide.vue

@ -1,7 +1,7 @@
<template>
<view v-if="modelValue" class="share-guide-mask" @click="closeGuide">
<view class="guide-content">
<image class="share-tips" src="https://static.ticket.sz-trip.com/epicSoul/share-tips.png" mode=""></image>
<image class="share-tips" src="https://des.dayunyuanjian.cn/epicSoul/share-tips.png" mode=""></image>
</view>
</view>
</template>

2
components/header.vue

@ -42,7 +42,7 @@
<!-- <image
class="search-icon"
src="https://static.ticket.sz-trip.com/epicSoul/readingBody/search.png"
src="https://des.dayunyuanjian.cn/epicSoul/readingBody/search.png"
mode="heightFix"
@click="gotoPath('/subPackages/search/search?type=' + type)"
></image> -->

2
components/messagePop.vue

@ -1,7 +1,7 @@
<template>
<view>
<image @click="togglePopup" class="suspension-img" :class="{'rotated': isOpen}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/suspension-icon.png" mode=""></image>
src="https://des.dayunyuanjian.cn/epicSoul/taozi/suspension-icon.png" mode=""></image>
<view v-if="isOpen" class="mask" @click="closeMessage"></view>

10
pages/index/iSoul - 副本.vue

@ -99,17 +99,17 @@
nowDateTime: '', //
userInfo: {},
orderList: [{
src: 'https://static.ticket.sz-trip.com/epicSoul/image/user/dfk.png',
src: 'https://des.dayunyuanjian.cn/epicSoul/image/user/dfk.png',
title: '待付款',
status: 'WAIT_PAYMENT'
},
{
src: 'https://static.ticket.sz-trip.com/epicSoul/image/user/dfh.png',
src: 'https://des.dayunyuanjian.cn/epicSoul/image/user/dfh.png',
title: '待使用/发货',
status: 'PAYMENT_SUCCESSFULLY'
},
{
src: 'https://static.ticket.sz-trip.com/epicSoul/image/user/dsh.png',
src: 'https://des.dayunyuanjian.cn/epicSoul/image/user/dsh.png',
title: '待收货',
status: 'POST'
},
@ -119,7 +119,7 @@
// status: 'WAIT_COMMENT'
// },
{
src: 'https://static.ticket.sz-trip.com/epicSoul/image/user/sh.png',
src: 'https://des.dayunyuanjian.cn/epicSoul/image/user/sh.png',
title: '退款/售后',
status: 'WAIT_REFUND,REFUND_SUCCESS,REFUND_REFUSAL,REFUND_ERROR,REFUND_PART'
},
@ -335,7 +335,7 @@
.bg {
min-height: 100vh;
overflow-x: hidden;
background: url('https://static.ticket.sz-trip.com/epicSoul/image/user/bg.png') no-repeat;
background: url('https://des.dayunyuanjian.cn/epicSoul/image/user/bg.png') no-repeat;
background-size: 100% auto;
background-color: #F7F7F7;
padding-bottom: 100rpx;

22
pages/index/iSoul.vue

@ -47,7 +47,7 @@
<!-- 城市艺术漫游 -->
<view class="city-art">
<view class="city-title">
<!-- <text class="pin-icon">📍</text> -->
<!-- <text class="pin-icon"></text> -->
<text>城市艺术漫游</text>
</view>
<!-- <view class="city-name">上海</view>
@ -76,7 +76,7 @@
</view>
<!-- 权益兑换入口 -->
<!-- <view class="exchange-entry" @click="showExchangePopup">
<view class="exchange-icon">🎁</view>
<view class="exchange-icon"></view>
<view class="exchange-text">权益兑换</view>
</view> -->
</view>
@ -93,13 +93,13 @@
<view class="action-box">
<image
@click="showExchangePopup"
src="https://des.js-dyyj.com/data/2025/09/01/3ebc09d5-f526-40ab-b698-d45de81034b7.png"
src="https://des.dayunyuanjian.cn/data/2025/09/01/3ebc09d5-f526-40ab-b698-d45de81034b7.png"
style="width: 233rpx; height: 40rpx"
></image>
<view class="column-divider"></view>
<image
@click="showActivateAgentPopup"
src="https://des.js-dyyj.com/data/2025/09/01/6215d940-a57d-4a4f-a69b-df6770132d12.png"
src="https://des.dayunyuanjian.cn/data/2025/09/01/6215d940-a57d-4a4f-a69b-df6770132d12.png"
style="width: 200rpx; height: 43.6rpx"
></image>
</view>
@ -318,7 +318,7 @@
<!-- 无数据时显示 -->
<view class="memorial-empty" v-else>
<view class="empty-content">
<view class="empty-icon">📖</view>
<view class="empty-icon"></view>
<text class="empty-title">暂无收藏夹</text>
<text class="empty-desc">您还没有数字资产收藏夹</text>
<text class="empty-tip">快去购买数字资产创建您的专属收藏夹吧</text>
@ -409,27 +409,27 @@ export default {
menuItems: [
{
title: "账号与安全",
icon: "🔒",
icon: "",
},
{
title: "购物车",
icon: "🛒",
icon: "",
},
{
title: "我的收藏",
icon: "💬",
icon: "",
},
{
title: "地址管理",
icon: "📍",
icon: "",
},
{
title: "卡券中心",
icon: "🎫",
icon: "",
},
{
title: "帮助与客服",
icon: "💬",
icon: "",
},
],
exchangeCode: "", //

16
pages/index/readingBody.vue

@ -3,14 +3,14 @@
<headerVue :type="'article'" />
<view class="category-scroll">
<video
src="https://static.ticket.sz-trip.com/epicSoul/categorys.mp4"
src="https://des.dayunyuanjian.cn/epicSoul/categorys.mp4"
objectFit="cover"
></video>
</view>
<view class="title-box-about">
关于阅读体
<image
src="https://des.js-dyyj.com/data/2025/08/29/a1bfbd3e-f63c-4dea-8aa6-9008bcf129c6.png"
src="https://des.dayunyuanjian.cn/data/2025/08/29/a1bfbd3e-f63c-4dea-8aa6-9008bcf129c6.png"
mode=""
>
</image>
@ -50,14 +50,14 @@
<view class="title-box">
阅读合集
<image
src="https://static.ticket.sz-trip.com/epicSoul/readingBody/titleSpan.png"
src="https://des.dayunyuanjian.cn/epicSoul/readingBody/titleSpan.png"
mode=""
></image>
</view>
<image
style="width: 700rpx; height: 23.5rpx; margin: 30rpx auto; display: block"
src="https://des.js-dyyj.com/data/2025/08/29/ee445087-f64d-40a1-861b-586d1a9c7e31.png"
src="https://des.dayunyuanjian.cn/data/2025/08/29/ee445087-f64d-40a1-861b-586d1a9c7e31.png"
></image>
<view
class="new-book-body"
@ -112,7 +112,7 @@
margin: 50rpx auto 30rpx;
display: block;
"
src="https://des.js-dyyj.com/data/2025/08/29/d23d170b-9ae8-4306-a6f3-193327d844f8.png"
src="https://des.dayunyuanjian.cn/data/2025/08/29/d23d170b-9ae8-4306-a6f3-193327d844f8.png"
></image>
<!-- <swiper class="category-scroll">
<swiper-item v-for="(item, index) in categories" :key="index" @click="gotoUrlNew(item)">
@ -121,7 +121,7 @@
</swiper> -->
<!-- <view class="category-scroll" v-if="categories && categories.length > 0">
<video src="https://static.ticket.sz-trip.com/epicSoul/category.mp4" :poster="showImg(categories[0].head_img)" objectFit="cover"></video>
<video src="https://des.dayunyuanjian.cn/epicSoul/category.mp4" :poster="showImg(categories[0].head_img)" objectFit="cover"></video>
</view> -->
<view class="reading-title flex-between" v-if="false">
@ -219,10 +219,10 @@ export default {
const app = getApp();
if (
app.globalData.musicSrc !=
"https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3"
"https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3"
) {
app.updateMusicSrc(
"https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3"
"https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3"
);
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //

2
pages/index/sensoryStore - 副本.vue

@ -44,7 +44,7 @@
<view class="title text-overflow">{{item.goods.title}}</view>
<view class="bottom">
<view class="price">{{item.goods.money/100}}</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/readingBody/gwc.png" class="buy-cart"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/readingBody/gwc.png" class="buy-cart"></image>
</view>
</view>
</view>

4
pages/index/sensoryStore.vue

@ -44,7 +44,7 @@
<view class="title text-overflow">{{item.goodsName}}</view>
<view class="bottom">
<view class="price">{{item.salePrice}}</view>
<!-- <image @click.stop="addShopCart(item)" src="https://static.ticket.sz-trip.com/epicSoul/readingBody/gwc.png" class="buy-cart"></image> -->
<!-- <image @click.stop="addShopCart(item)" src="https://des.dayunyuanjian.cn/epicSoul/readingBody/gwc.png" class="buy-cart"></image> -->
</view>
</view>
</view>
@ -130,7 +130,7 @@
<style lang="scss" scoped>
@font-face {
font-family: "Futura";
src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/Futura.ttc);
src: url(https://des.dayunyuanjian.cn/epicSoul/taozi/fonts/Futura.ttc);
}
.bg {
min-height: 100vh;

4
pages/notes/detail.vue

@ -212,7 +212,7 @@ export default {
title: "首期「桃园山河令」",
content:
"一周前,我们种下了一片想象中的桃园,并向江湖发出了一封「桃园山河令」,邀请你来分享属于自己的“桃园时刻”。未曾想到,这片初生的桃园,会迎来五湖四海如此多的“桃园客”——这是我们想送给每一位「EpicSoul交响」星球上「三个桃子」粉丝的名字。这些回响,来自每一位被「三个桃子」IP故事所触动的你。因为是你们,用一个个真实、温暖的故事,让我们想象中的那片桃园,迅速地枝繁叶茂,长满了沉甸甸的果实。",
image: "https://static.ticket.sz-trip.com/epicSoul/canal-town.jpg",
image: "https://des.dayunyuanjian.cn/epicSoul/canal-town.jpg",
tags: ["时间里的约定", "审美", "治愈系调色"],
likes: 30,
isLiked: false,
@ -289,7 +289,7 @@ export default {
id: "current_user",
name: "我",
avatar:
"https://static.ticket.sz-trip.com/epicSoul/avatar-current.png",
"https://des.dayunyuanjian.cn/epicSoul/avatar-current.png",
},
};

6
pages/stratIndex.vue

@ -5,7 +5,7 @@
:src="showImg('/uploads/20250909/53b42f2f8deb630dc6f0e505f6be188c.png')"
></image>
<image :src="showImg(screenPng)" class="img"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/startBtn.png" mode="widthFix" class="btn"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/startBtn.png" mode="widthFix" class="btn"></image>
<MusicControl />
</view>
</template>
@ -61,14 +61,14 @@
title: 'Epic Soul 交响',
mpId: 'wx9660f8c5776663e0',
path: '/pages/stratIndex',
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/epicShare.png'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/epicShare.png'
};
},
onShareTimeline() {
return {
title: 'Epic Soul 交响',
query: '',
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/epicShare.png'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/epicShare.png'
};
}
// #endif

2
pig/chapter1/chapter1.vue

@ -104,7 +104,7 @@
<!-- 侧边导航组件 -->
<SideNav :currentIndex="4" />
<MusicControl />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
</view>
</template>

2
pig/chapter2/chapter2.vue

@ -121,7 +121,7 @@
<!-- 侧边导航组件 -->
<SideNav :currentIndex="5" />
<MusicControl></MusicControl>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
</view>
</template>

2
pig/chapter3/art.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter3/brave.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter3/chapter3.vue

@ -158,7 +158,7 @@
<!-- 侧边导航组件 -->
<SideNav :currentIndex="6" />
<MusicControl></MusicControl>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
</view>
</template>

2
pig/chapter3/humble.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter3/sacred.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter3/smart.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter3/stupid.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

6
pig/chapter4/chapter4.vue

@ -412,13 +412,13 @@
<template>
<image
class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/footers.png"
src="https://des.dayunyuanjian.cn/epicSoul/footers.png"
:lazy-load="true"
mode="aspectFill"
></image>
<image
class="qrCode-image"
src="https://static.ticket.sz-trip.com/epicSoul/qrCode.png"
src="https://des.dayunyuanjian.cn/epicSoul/qrCode.png"
:lazy-load="true"
mode="widthFix"
:show-menu-by-longpress="true"
@ -430,7 +430,7 @@
<!-- 侧边导航组件 -->
<SideNav :currentIndex="7" />
<MusicControl></MusicControl>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3" />
</view>
</template>

2
pig/chapter4/first.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter4/fourth.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter4/secBuy.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter4/second.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/chapter4/third.vue

@ -4,7 +4,7 @@
<view @click="goBack" class="back-btn">
<image
class="back-icon"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png"
mode="aspectFill"
></image>
</view>

2
pig/components/SideNav.vue

@ -8,7 +8,7 @@
<image
class="nav-icon"
:class="{ rotated: iconRotated, 'bounce-back': iconBounceBack }"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png"
mode="aspectFill"
></image>
</view>

6
pig/home/home.vue

@ -249,7 +249,7 @@
<image
class="nav-icon"
:class="{ rotated: iconRotated, 'bounce-back': iconBounceBack }"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png"
mode="aspectFill"
></image>
</view>
@ -282,7 +282,7 @@
<!-- <BackgroundMusic /> -->
<MusicControl />
<AudioControl
audioSrc="https://des.js-dyyj.com/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3"
audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/5d7caee5-ce7f-4e55-bf71-e574b486473c.MP3"
/>
<!-- 图片弹窗 -->
<view
@ -505,7 +505,7 @@ export default {
mounted() {
this.titleHeight = uni.getStorageSync("titleHeight");
const app = getApp();
app.updateMusicSrc("https://static.ticket.sz-trip.com/epicSoul/bgm.mp3");
app.updateMusicSrc("https://des.dayunyuanjian.cn/epicSoul/bgm.mp3");
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //
for (let i = 0; i <= Math.min(1 + this.preloadBuffer, 6); i++) {

6
static/js/request.js

@ -9,9 +9,9 @@ const DEV_API_URL = 'http://1.13.193.49';
const PROD_API_URL = 'http://1.13.193.49';
const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL;
const DEV_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
// const DEV_API_URL_DES = 'https://des.js-dyyj.com/xcx';
// const DEV_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
// const DEV_API_URL_DES = 'http://1.13.193.49:8083/xcx';
// const PROD_API_URL_DES = 'https://des.js-dyyj.com/xcx';
// const PROD_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
const PROD_API_URL_DES = 'https://des.dayunyuanjian.cn/xcx';
const NEWAPIURL_DES = process.env.NODE_ENV === 'development' ? DEV_API_URL_DES : PROD_API_URL_DES;
const getToken = () => {
@ -54,7 +54,7 @@ const handleError = (res, reject, noForceLogin) => {
// 挂载到 Vue 原型上
Vue.prototype.NEWAPIURL = NEWAPIURL;
Vue.prototype.NEWAPIURLIMG = 'https://epic.js-dyyj.com';
Vue.prototype.NEWAPIURLIMG = 'https://des.dayunyuanjian.cn';
Vue.prototype.NEWAPIURL = NEWAPIURL;
Vue.prototype.NEWAPIURL_DES = NEWAPIURL_DES;

2
subPackages/haveFeeling/detailXiang.vue

@ -10,7 +10,7 @@
<view class="title text-overflow">{{item.title}}</view>
<view class="flex-between">
<view class="price">{{(item.money / 100).toFixed(2)}}</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/readingBody/gwc.png" mode="" class="gwc"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/readingBody/gwc.png" mode="" class="gwc"></image>
</view>
</view>
</view>

2
subPackages/haveFeeling/shopDetail.vue

@ -26,7 +26,7 @@
<view class="title text-overflow">{{item.goods.title}}</view>
<view class="bottom">
<view class="price">{{item.goods.money/100}}</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/readingBody/gwc.png" class="buy-cart"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/readingBody/gwc.png" class="buy-cart"></image>
</view>
</view>
</view>

10
subPackages/other/components/utils.js

File diff suppressed because one or more lines are too long

14
subPackages/other/ipPoster.vue

@ -3,20 +3,20 @@
<view class="" style="font-size: 0;">
<BackButton />
<view class="" v-if="index==0">
<image class="bannerImg" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/16/1df5889f-9315-4533-839f-232ea65e3364.png"> </image>
<image class="bannerImg" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/16/1df5889f-9315-4533-839f-232ea65e3364.png"> </image>
</view>
<view class="" v-if="index==1">
<image class="bannerImg" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/16/d31fb948-a705-4e23-9544-38f1e705a146.jpg"> </image>
<image class="bannerImg" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/16/d31fb948-a705-4e23-9544-38f1e705a146.jpg"> </image>
</view>
<view class="" v-if="index==2">
<image class="bannerImg" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/16/94e342f7-7215-4f93-b4d0-64aedd2cdbe3.jpg"> </image>
<image class="bannerImg" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/16/94e342f7-7215-4f93-b4d0-64aedd2cdbe3.jpg"> </image>
</view>
<view class="" v-if="index==3">
<image class="bannerImg" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/11/4f5581b4-e354-4a2b-8f41-5d37fcd3904b.png"> </image>
<image class="bannerImg" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/11/4f5581b4-e354-4a2b-8f41-5d37fcd3904b.png"> </image>
<view class="action-box">
<image @click="toPath" class="action-img" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/15/0f60d3fa-fe52-4b79-aeb5-22c707fc06b2.png"> </image>
<image @click="toNovel" class="action-img" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/15/855a0a1a-0685-407a-b833-24f473308b00.png"> </image>
<image @click="toNone" class="action-img" mode="aspectFill" src="https://des.js-dyyj.com/data/2025/09/15/02d41295-048b-4523-a09f-0401df0381f9.png"> </image>
<image @click="toPath" class="action-img" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/15/0f60d3fa-fe52-4b79-aeb5-22c707fc06b2.png"> </image>
<image @click="toNovel" class="action-img" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/15/855a0a1a-0685-407a-b833-24f473308b00.png"> </image>
<image @click="toNone" class="action-img" mode="aspectFill" src="https://des.dayunyuanjian.cn/data/2025/09/15/02d41295-048b-4523-a09f-0401df0381f9.png"> </image>
</view>
</view>
</view>

2
subPackages/other/playNovel.vue

@ -126,7 +126,7 @@ export default {
isCoverError: false, //
//
audioUrl: 'https://des.js-dyyj.com/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3', // /CDN
audioUrl: 'https://des.dayunyuanjian.cn/data/2025/09/05/9875a62d-14ef-481e-b88f-19c061478ce6.MP3', // /CDN
preloadMode: 'auto', // auto/metadata/none
isAudioLoading: false, //
isPlaying: false, //

28
subPackages/readingBody/index.vue

@ -25,7 +25,7 @@
<view class="title-box">
全部阅读
<image src="https://static.ticket.sz-trip.com/epicSoul/readingBody/titleSpan.png" mode=""></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/readingBody/titleSpan.png" mode=""></image>
</view>
<view class="reading-title flex-between">
@ -47,31 +47,31 @@
data() {
return {
swiperList: [{
img: 'https://static.ticket.sz-trip.com/epicSoul/readingBody/img.png'
img: 'https://des.dayunyuanjian.cn/epicSoul/readingBody/img.png'
},
{
img: 'https://static.ticket.sz-trip.com/epicSoul/readingBody/img.png'
img: 'https://des.dayunyuanjian.cn/epicSoul/readingBody/img.png'
},
{
img: 'https://static.ticket.sz-trip.com/epicSoul/readingBody/img.png'
img: 'https://des.dayunyuanjian.cn/epicSoul/readingBody/img.png'
},
{
img: 'https://static.ticket.sz-trip.com/epicSoul/readingBody/img.png'
img: 'https://des.dayunyuanjian.cn/epicSoul/readingBody/img.png'
}
],
currentIndex: 0,
categories: [
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img1.png'
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img1.png'
],
readingList: [
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/readingBody/img2.png'
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/readingBody/img2.png'
],
readingType: ['2025', '2026', '更多'],
readingIndex: 0

2
subPackages/techan/detail - 副本.vue

@ -159,7 +159,7 @@
<!-- 购物车数量 -->
<!-- <view class="cart-box flex-center">
<image src="https://static.ticket.sz-trip.com/epicSoul/gowuche.png" mode="widthFix"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/gowuche.png" mode="widthFix"></image>
</view> -->
</view>
</template>

2
subPackages/techan/detail.vue

@ -158,7 +158,7 @@
<!-- 购物车数量 -->
<!-- <view class="cart-box flex-center">
<image src="https://static.ticket.sz-trip.com/epicSoul/gowuche.png" mode="widthFix"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/gowuche.png" mode="widthFix"></image>
</view> -->
</view>
</template>

28
taozi/chapter1/chapter1.vue

@ -1,17 +1,17 @@
<template>
<view>
<TitleHeader />
<AudioControl :top="'230rpx'" audioSrc="https://des.js-dyyj.com/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<AudioControl :top="'230rpx'" audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<swiper class="main-swiper" :vertical="true" :current="currentIndex" @change="handleSwiperChange"
:duration="300" :style="{ height: `calc(100vh - ${titleHeight}px)` }">
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg1s.png"
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg1s.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(0)" class="layer-img1"
:class="{'slide-in-from-left': animationStates[0], 'hidden': !animationStates[0]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg1-info.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg1-info.png" :lazy-load="true" mode="aspectFill">
</image>
</template>
</view>
@ -19,11 +19,11 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg2.png"
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg2.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(1)" class="layer-img2"
:class="{'slide-in-from-left': animationStates[1], 'hidden': !animationStates[1]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg2-info.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg2-info.png" :lazy-load="true" mode="aspectFill">
</image>
</template>
</view>
@ -31,12 +31,12 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg3.jpg"
<image v-show="shouldShowContent(2)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg3.jpg"
:lazy-load="true" mode="aspectFill"></image>
<view class="content-layer" v-show="shouldShowContent(2)">
<image class="layer-img3"
:class="{'slide-in-from-right': animationStates[2], 'hidden': !animationStates[2]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg3-info.png" :lazy-load="true" mode="aspectFill"></image>
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg3-info.png" :lazy-load="true" mode="aspectFill"></image>
</view>
</template>
</view>
@ -44,9 +44,9 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[3]">
<image v-show="shouldShowContent(3)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg4.jpg"
<image v-show="shouldShowContent(3)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg4.jpg"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(3)" class="layer-img4" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg4-info.gif"
<image v-show="shouldShowContent(3)" class="layer-img4" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg4-info.gif"
:lazy-load="true" mode="aspectFill">
</image>
</template>
@ -55,10 +55,10 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[4]">
<image v-show="shouldShowContent(4)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg5.png"
<image v-show="shouldShowContent(4)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg5.png"
:lazy-load="true" mode="aspectFill"></image>
<image :class="{'slide-in-from-right': animationStates[4], 'hidden': !animationStates[4]}"
v-show="shouldShowContent(4)" class="layer-img5" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg5-info.png"
v-show="shouldShowContent(4)" class="layer-img5" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg5-info.png"
:lazy-load="true" mode="aspectFill">
</image>
</template>
@ -67,7 +67,7 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[5]">
<image v-show="shouldShowContent(5)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg6.png"
<image v-show="shouldShowContent(5)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg6.png"
:lazy-load="true" mode="aspectFill"></image>
</template>
</view>
@ -75,10 +75,10 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[6]">
<image v-show="shouldShowContent(6)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter1/bg7.png"
<image v-show="shouldShowContent(6)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter1/bg7.png"
:lazy-load="true" mode="aspectFill"></image>
<view @click="goBack" class="back-btn" type="default">
<image class="back-icon" src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png" mode="aspectFill"></image>
<image class="back-icon" src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png" mode="aspectFill"></image>
</view>
</template>
</view>

26
taozi/chapter2/chapter2.vue

@ -6,11 +6,11 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg1.png"
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg1.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(0)" class="layer-img1"
:class="{'slide-in-from-left': animationStates[0], 'hidden': !animationStates[0]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg1-info.png" :lazy-load="true" mode="aspectFill" />
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg1-info.png" :lazy-load="true" mode="aspectFill" />
</template>
</view>
</swiper-item>
@ -26,53 +26,53 @@
</view>
</view>
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg2.png"
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg2.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(1)" class="layer-img2"
:class="{'slide-in-from-left': animationStates[1], 'hidden': !animationStates[1]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg2-info.png" :lazy-load="true" mode="aspectFill" />
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg2-info.png" :lazy-load="true" mode="aspectFill" />
</template>
</view>
</swiper-item>
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg3.png"
<image v-show="shouldShowContent(2)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg3.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(2)" class="layer-img3"
:class="{'slide-in-from-left': animationStates[2], 'hidden': !animationStates[2]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg3-info.png" :lazy-load="true" mode="aspectFill" />
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg3-info.png" :lazy-load="true" mode="aspectFill" />
</template>
</view>
</swiper-item>
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[3]">
<image v-show="shouldShowContent(3)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg4.png"
<image v-show="shouldShowContent(3)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg4.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(3)" class="layer-img4"
:class="{'slide-in-from-left': animationStates[3], 'hidden': !animationStates[3]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg4-info.png" :lazy-load="true" mode="aspectFill" />
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg4-info.png" :lazy-load="true" mode="aspectFill" />
</template>
</view>
</swiper-item>
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[4]">
<image v-show="shouldShowContent(4)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg5.png"
<image v-show="shouldShowContent(4)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg5.png"
:lazy-load="true" mode="aspectFill"></image>
<video v-show="shouldShowContent(4)" ref="videoPlayer" id="videoPlayer"
class="loadedPages-video" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter2/bg5-video.mp4"
class="loadedPages-video" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter2/bg5-video.mp4"
:autoplay="currentIndex === 4" :loop="true" :controls="true" :show-play-btn="true"
:enable-progress-gesture="true" @error="handleVideoError"></video>
<view @click="goBack" class="back-btn" type="default">
<image class="back-icon" src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png" mode="aspectFill"></image>
<image class="back-icon" src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png" mode="aspectFill"></image>
</view>
</template>
</view>
</swiper-item>
</swiper>
<AudioControl :top="'230rpx'" audioSrc="https://des.js-dyyj.com/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<AudioControl :top="'230rpx'" audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<MusicControl />
</view>
</template>
@ -277,7 +277,7 @@
@font-face {
font-family: 'SourceHanSerif-Regular';
src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/SourceHanSerifSC-Regular.otf);
src: url(https://des.dayunyuanjian.cn/epicSoul/taozi/fonts/SourceHanSerifSC-Regular.otf);
}
.loadedPages-three-title {

26
taozi/chapter3/chapter3.vue

@ -6,13 +6,13 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg1.png"
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg1.png"
:lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(0)" class="layer-img1"
:class="{'rotate-bounce-in': animationStates[0], 'hidden': !animationStates[0]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg1-info.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg1-info.png" :lazy-load="true" mode="aspectFill">
</image>
<image v-show="shouldShowContent(0)" class="layer-info" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg1-info2.png"
<image v-show="shouldShowContent(0)" class="layer-info" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg1-info2.png"
mode="aspectFill"></image>
</template>
</view>
@ -20,11 +20,11 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg2.png"
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg2.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(1)" class="layer-content">
<view class="item">
<image class="item-gif" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/liu.gif" mode="aspectFill"></image>
<image class="item-gif" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/liu.gif" mode="aspectFill"></image>
<view class="layer-item-txt">
备的草编席垫送你,<br />咱席地而坐边吃边唠<br />便是人间好时节
</view>
@ -39,11 +39,11 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg3.png"
<image v-show="shouldShowContent(2)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg3.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(2)" class="layer-content">
<view class="item">
<image class="item-gif" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/guan.gif" mode="aspectFill"></image>
<image class="item-gif" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/guan.gif" mode="aspectFill"></image>
<view class="layer-item-txt">
某卖的不是桃<br />是当年与兄长三弟<br />在桃林下对饮的春秋
</view>
@ -58,11 +58,11 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[3]">
<image v-show="shouldShowContent(3)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg4.png"
<image v-show="shouldShowContent(3)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg4.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(3)" class="layer-content">
<view class="item">
<image class="item-gif" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/zhang.gif" mode="aspectFill"></image>
<image class="item-gif" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/zhang.gif" mode="aspectFill"></image>
<view class="layer-item-txt">
瞧这桃跟俺张飞的脾气<br />一样爽利咬下去<br />噗嗤爆汁,<br />比俺大笑还痛快
</view>
@ -77,7 +77,7 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[4]">
<image v-show="shouldShowContent(4)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter3/bg5.png"
<image v-show="shouldShowContent(4)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter3/bg5.png"
:lazy-load="true" mode="aspectFill"></image>
<view class="layer2-content"
:class="{'fade-slide-up': animationStates[4], 'hidden': !animationStates[4]}">
@ -88,18 +88,18 @@
<view class="bottom-tit2">
桃园不是起点而是时间里的约定
</view>
<image class="bottom-img" src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/forewordThree_icon.png" mode="aspectFill"></image>
<image class="bottom-img" src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/forewordThree_icon.png" mode="aspectFill"></image>
</view>
</view>
<view @click="goBack" class="back-btn" type="default">
<image class="back-icon" src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png" mode="aspectFill"></image>
<image class="back-icon" src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png" mode="aspectFill"></image>
</view>
</template>
</view>
</swiper-item>
</swiper>
<AudioControl :top="'230rpx'" audioSrc="https://des.js-dyyj.com/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<AudioControl :top="'230rpx'" audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
</view>
</template>

32
taozi/chapter4/chapter4.vue

@ -6,16 +6,16 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg1.png"
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg1.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(0)" class="content-layer">
<image class="layer-img"
:class="{'blur-to-clear': animationStates[0], 'hidden': !animationStates[0]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg1-infos.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg1-infos.png" :lazy-load="true" mode="aspectFill">
</image>
<image class="btn-img" @click="gotoPath('/subPackages/techan/detail?id=32')"
:class="{'blur-to-clear': animationStates[0], 'hidden': !animationStates[0]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/btn1.png" :lazy-load="true" mode="widthFix">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/btn1.png" :lazy-load="true" mode="widthFix">
</image>
</view>
</template>
@ -24,16 +24,16 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg2.png"
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg2.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(1)" class="content-layer">
<image class="layer-img"
:class="{'blur-to-clear': animationStates[1], 'hidden': !animationStates[1]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg2-infos.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg2-infos.png" :lazy-load="true" mode="aspectFill">
</image>
<image class="btn-img" style="right: 30rpx;top: 75vh;" @click="gotoPath('/subPackages/techan/detail?id=32')"
:class="{'blur-to-clear': animationStates[1], 'hidden': !animationStates[1]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/btn2.png" :lazy-load="true" mode="widthFix">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/btn2.png" :lazy-load="true" mode="widthFix">
</image>
</view>
</template>
@ -42,16 +42,16 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg3.png"
<image v-show="shouldShowContent(2)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg3.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(2)" class="content-layer">
<image class="layer-img"
:class="{'blur-to-clear': animationStates[2], 'hidden': !animationStates[2]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg3-infos.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg3-infos.png" :lazy-load="true" mode="aspectFill">
</image>
<image class="btn-img" style="right: 40vw;top: 65vh;" @click="gotoPath('/subPackages/techan/detail?id=32')"
:class="{'blur-to-clear': animationStates[1], 'hidden': !animationStates[1]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/btn3.png" :lazy-load="true" mode="widthFix">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/btn3.png" :lazy-load="true" mode="widthFix">
</image>
</view>
</template>
@ -60,12 +60,12 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[3]">
<image v-show="shouldShowContent(3)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg4.png"
<image v-show="shouldShowContent(3)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg4.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(3)" class="content-layer2">
<image class="layer-img2"
:class="{'slide-in-from-left': animationStates[3], 'hidden': !animationStates[3]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg4-info.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg4-info.png" :lazy-load="true" mode="aspectFill">
</image>
</view>
</template>
@ -74,7 +74,7 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[4]">
<image v-show="shouldShowContent(4)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg5.png"
<image v-show="shouldShowContent(4)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg5.png"
:lazy-load="true" mode="aspectFill"></image>
</template>
</view>
@ -82,22 +82,22 @@
<swiper-item>
<view class="page-container">
<template v-if="loadedPages[5]">
<image v-show="shouldShowContent(5)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg6.png"
<image v-show="shouldShowContent(5)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg6.png"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(5)" class="content-layer3">
<image class="layer-img3"
:class="{'slide-in-from-left': animationStates[5], 'hidden': !animationStates[5]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/chapter4/bg6-info.png" :lazy-load="true" mode="aspectFill">
src="https://des.dayunyuanjian.cn/epicSoul/taozi/chapter4/bg6-info.png" :lazy-load="true" mode="aspectFill">
</image>
</view>
<view @click="goBack" class="back-btn" type="default">
<image class="back-icon" src="https://static.ticket.sz-trip.com/epicSoul/taozi/back.png" mode="aspectFill"></image>
<image class="back-icon" src="https://des.dayunyuanjian.cn/epicSoul/taozi/back.png" mode="aspectFill"></image>
</view>
</template>
</view>
</swiper-item>
</swiper>
<AudioControl :top="'230rpx'" audioSrc="https://des.js-dyyj.com/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<AudioControl :top="'230rpx'" audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
</view>
</template>

40
taozi/home/home.vue

@ -7,17 +7,17 @@
<view class="page-container">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/foreword-bg1.gif"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/foreword-bg1.gif"
:lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(0)" class="content-layer">
<image class="layer-img"
:class="{'blur-to-clear': animationStates[0], 'hidden': !animationStates[0]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/foreword-bg1-text.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/foreword-bg1-text.png"
:lazy-load="true" mode="aspectFill">
</image>
<view class="arrow-content">
<image class="arrow-down"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/arrow-icon.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/arrow-icon.png"
:lazy-load="true" mode="aspectFill"></image>
</view>
</view>
@ -28,12 +28,12 @@
<view class="page-container">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/prologue1s.png" :lazy-load="true"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/prologue1s.png" :lazy-load="true"
mode="aspectFill"></image>
<!-- <view v-show="shouldShowContent(1)" class="content-layer2">
<image class="layer-icon"
:class="{'bounce-in': animationStates[1], 'hidden': !animationStates[1]}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/prologue1-icon.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/prologue1-icon.png"
:lazy-load="true" mode="aspectFill">
</image>
</view> -->
@ -44,7 +44,7 @@
<view class="page-container">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/foreword-bg2.gif"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/foreword-bg2.gif"
:lazy-load="true" mode="aspectFill"></image>
</template>
</view>
@ -80,7 +80,7 @@
<view class="loadedPages-three-bottom"
:class="{'fade-slide-up': animationStates[3], 'hidden': !animationStates[3]}">
<image class="bottom-img"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/forewordThree_icon.png"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/forewordThree_icon.png"
mode="aspectFill"></image>
<view class="bottom-tit">
三个桃子IP美数展
@ -97,10 +97,10 @@
<view class="page-container">
<template v-if="loadedPages[index]">
<image v-show="shouldShowContent(index)" class="bg-image"
:src="`https://static.ticket.sz-trip.com/epicSoul/taozi/home/chapterCover${index-3}.png`"
:src="`https://des.dayunyuanjian.cn/epicSoul/taozi/home/chapterCover${index-3}.png`"
:lazy-load="true" mode="aspectFill"></image>
<image @click="goChapter" class="chapterCover-btn" v-show="shouldShowContent(index)"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/toggle.png" :lazy-load="true"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/toggle.png" :lazy-load="true"
mode="aspectFill"></image>
</template>
</view>
@ -110,24 +110,24 @@
<view class="page-container">
<template v-if="loadedPages[8]">
<image v-show="shouldShowContent(8)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/footer.png" :lazy-load="true"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/footer.png" :lazy-load="true"
mode="aspectFill"></image>
<!-- <image class="qrcode-txt" v-show="shouldShowContent(8)"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/qrcode-txt.png" :lazy-load="true"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/qrcode-txt.png" :lazy-load="true"
mode="aspectFill" :show-menu-by-longpress="true"></image> -->
<image class="qrcode-txt" v-show="shouldShowContent(8)" @click="gotoPath('/subPackages/techan/detail?id=32')"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/qrcode-btn.png" :lazy-load="true"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/qrcode-btn.png" :lazy-load="true"
mode="widthFix" :show-menu-by-longpress="true"></image>
<!-- <image class="qrcode-txts" v-show="shouldShowContent(8)"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/home/qrcode-txtss.png" :lazy-load="true"
src="https://des.dayunyuanjian.cn/epicSoul/taozi/home/qrcode-txtss.png" :lazy-load="true"
mode="widthFix"></image> -->
</template>
</view>
</swiper-item>
<swiper-item>
<template v-if="loadedPages[9]">
<image v-show="shouldShowContent(9)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/footers.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(9)" class="qrCode-image" src="https://static.ticket.sz-trip.com/epicSoul/qrCode.png"
<image v-show="shouldShowContent(9)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/footers.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(9)" class="qrCode-image" src="https://des.dayunyuanjian.cn/epicSoul/qrCode.png"
:lazy-load="true" mode="widthFix" :show-menu-by-longpress="true"></image>
</template>
</swiper-item>
@ -142,7 +142,7 @@
<view class="overlay" v-if="showMenu" @click="closeMenu"></view>
<view class="fixed-nav" :class="{'hidden': showMenu}" @click="showNavMenu">
<image class="nav-icon" :class="{'rotated': iconRotated, 'bounce-back': iconBounceBack}"
src="https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png" mode="aspectFill"></image>
src="https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png" mode="aspectFill"></image>
</view>
<view class="nav-menu" :class="{'show': showMenu}">
<view class="nav-item" :class="{'item-active': isItemActive(item)}" v-for="item in menuItems"
@ -160,7 +160,7 @@
<messagePop />
<!-- <BackgroundMusic /> -->
<MusicControl />
<AudioControl :top="'400rpx'" audioSrc="https://des.js-dyyj.com/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
<AudioControl :top="'400rpx'" audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/286e6a8d-4433-4d69-b705-74b3f4237667.MP3" />
</view>
</template>
@ -327,7 +327,7 @@
this.titleHeight = uni.getStorageSync('titleHeight')
console.log(this.titleHeight)
const app = getApp();
app.updateMusicSrc('https://static.ticket.sz-trip.com/epicSoul/taozi/bg.m4a');
app.updateMusicSrc('https://des.dayunyuanjian.cn/epicSoul/taozi/bg.m4a');
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //
for (let i = 0; i <= Math.min(1 + this.preloadBuffer, 6); i++) {
@ -363,14 +363,14 @@
title: '三个桃子·时间里的约定|「Epic Soul」阅读体 issue01',
mpId: 'wx9660f8c5776663e0',
path: '/taozi/home/home',
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/taozi/home/taoziShare.png'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/taozi/home/taoziShare.png'
};
},
onShareTimeline() {
return {
title: '三个桃子·时间里的约定|「Epic Soul」阅读体 issue01',
query: '',
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/taozi/home/taoziShare.png'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/taozi/home/taoziShare.png'
};
}
// #endif

2
utils/audioManager.js

@ -25,7 +25,7 @@ class AudioManager {
if (this.initialized) return this;
this.audioContext = uni.createInnerAudioContext();
this.audioContext.src = 'https://static.ticket.sz-trip.com/epicSoul/taozi/bg.m4a';
this.audioContext.src = 'https://des.dayunyuanjian.cn/epicSoul/taozi/bg.m4a';
this.audioContext.loop = true;
this.audioContext.onPlay(() => {

4
xqk/chapter1/index.vue

@ -16,7 +16,7 @@
</view>
</swiper-item>
</swiper>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -184,7 +184,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/${path}`;
},
// xqk
handleXqkAudioOnLeave() {

4
xqk/chapter2/index.vue

@ -10,7 +10,7 @@
</view>
</swiper-item>
</swiper>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -67,7 +67,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/${path}`;
}
}
}

4
xqk/chapter3/index.vue

@ -16,7 +16,7 @@
</view>
</swiper-item>
</swiper>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -128,7 +128,7 @@
}
.img7-textBg {
background-image: url('https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img7-textBg.png');
background-image: url('https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img7-textBg.png');
background-size: 100% 100%;
padding: 30rpx 50rpx;
font-size: 50rpx;

4
xqk/chapter4/index.vue

@ -22,7 +22,7 @@
</view>
</swiper-item>
</swiper>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -92,7 +92,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/${path}`;
}
},
}

2
xqk/chapter5/index.vue

@ -14,7 +14,7 @@
:src="showImg('/uploads/20250905/692abbf32b38257ffb2153651f468a63.png')" class="imgJump"
mode=""></image>
<!-- </SwipeToNext> -->
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>

2
xqk/chapter6/index.vue

@ -27,7 +27,7 @@
</swiper-item>
</swiper>
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<MusicControl />
</view>
</template>

2
xqk/components/NavMenu.vue

@ -31,7 +31,7 @@
//
navIconSrc: {
type: String,
default: 'https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png'
default: 'https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png'
}
},
data() {

10
xqk/home/home.vue

@ -2,8 +2,8 @@
<view style="width: 100vw;position: relative;">
<BackButton/>
<!-- <SinglePlayGif
gifSrc="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1.gif"
staticCover="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1.png"
gifSrc="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1.gif"
staticCover="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1.png"
duration="5000"
/> -->
<!-- 触底方法跳转页面组件 -->
@ -22,7 +22,7 @@
<!-- </SwipeToNext> -->
<image @click="gotoPath('/xqk/chapter1/index')" :src="showImg('/uploads/20250905/692abbf32b38257ffb2153651f468a63.png')" class="imgJump" mode=""></image>
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3" />
<MusicControl />
</view>
</template>
@ -50,7 +50,7 @@
duration: 5000,
currentIndex: 0,
navIndex: 0,
audioUrl: 'https://des.js-dyyj.com/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3',
audioUrl: 'https://des.dayunyuanjian.cn/data/2025/09/04/fbc13519-cfe5-4088-89b2-59f138bc23cb.MP3',
swiperImages: [
this.showImg('/uploads/20250904/e734717a187c357b63d64d6214de0ca1.gif'),
// this.showImg('/uploads/20250903/24303e4b7218eaf3d857c846417eb490.png'),
@ -74,7 +74,7 @@
},
onShow() {
const app = getApp();
app.updateMusicSrc('https://des.js-dyyj.com/data/2025/09/04/bb2921f6-eeac-4f21-b2b7-11c1e3138976.mp3');
app.updateMusicSrc('https://des.dayunyuanjian.cn/data/2025/09/04/bb2921f6-eeac-4f21-b2b7-11c1e3138976.mp3');
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //
},

18
xrcc/chapter1/index.vue

@ -4,15 +4,15 @@
<swiper-item v-for="(image, index) in swiperImages" :key="index">
<view class="swiper-item" :style="{ backgroundImage: `url(${image})` }">
<template v-if="index === 1">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/img2-dian.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/img2-dian.png"
v-for="i in 3" :key="i" mode="widthFix" :class="['module'+(i+1)]" @click="openPopup(i+1)">
</image>
</template>
<template v-if="index === 3">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/img4-text.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/img4-text.png"
mode="widthFix" class="img4-text"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
class="btn-img" @click="gotoPath('/xrcc/chapter2/index')"></image>
</template>
</view>
@ -26,7 +26,7 @@
</image>
</view>
</uni-popup>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -47,10 +47,10 @@
currentIndex: 0,
navIndex: 1,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/img3s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/img4.gif',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/img3s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/img4.gif',
],
animationConfig: {
delay: 0.5,
@ -93,7 +93,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter1/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter1/${path}`;
}
}
}

36
xrcc/chapter2/index.vue

@ -7,7 +7,7 @@
<!-- 第一张图延迟0.5 -->
<image
v-if="showImg7_1"
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img7-1.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img7-1.png"
mode="widthFix"
class="fade-in-image"
:style="{ animationDelay: '0s' }"
@ -16,7 +16,7 @@
<!-- 第二张图延迟1秒 -->
<image
v-if="showImg7_2"
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img7-2.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img7-2.png"
mode="widthFix"
class="fade-in-image"
:style="{ animationDelay: '0s' }"
@ -25,7 +25,7 @@
<!-- 第三张图延迟2秒 -->
<image
v-if="showImg7_3"
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img7-3.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img7-3.png"
mode="widthFix"
class="fade-in-image"
:style="{ animationDelay: '0s' }"
@ -33,14 +33,14 @@
</template>
<template v-if="index === 7">
<image :src="`https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img8-${i+1}.png`"
<image :src="`https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img8-${i+1}.png`"
v-for="i in 4" :key="i" mode="widthFix" :class="['module-img', 'module'+(i+1)]"
@click="openPopup(i+1)"></image>
</template>
<template v-if="index === 9">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img10-text.png" mode="widthFix" class="img10-text"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img10-text.png" mode="widthFix" class="img10-text"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
class="btn-img" @click="gotoPath('/xrcc/chapter3/index')"></image>
</template>
</view>
@ -55,7 +55,7 @@
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
</view>
</template>
@ -74,16 +74,16 @@
currentIndex: 0,
navIndex: 2,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img3.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img4.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img5s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img6.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img7s.jpg',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img8.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img9.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/img10.gif'
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img3.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img4.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img5s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img6.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img7s.jpg',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img8.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img9.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/img10.gif'
],
//
showImg7_1: false,
@ -158,7 +158,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter2/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter2/${path}`;
}
}
}

32
xrcc/chapter3/index.vue

@ -12,9 +12,9 @@
<view class="swiper-item" :style="{ backgroundImage: `url(${image})` }">
<!-- 第5页内容 -->
<template v-if="index === 5">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img6-text.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img6-text.png"
mode="widthFix" class="img6-text"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img6-btn.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img6-btn.png"
mode="widthFix" class="img6-btn" @click="$refs.customPopup.open()"></image>
</template>
@ -26,14 +26,14 @@
<view style="margin: 10rpx 0;">{{inputValue}}</view>
<view>已备好</view>
</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img7-text.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img7-text.png"
mode="widthFix" class="img7-text"></image>
</view>
</template>
<template v-if="index === 7">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img8-text.png" mode="widthFix" class="img8-text"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img8-text.png" mode="widthFix" class="img8-text"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
class="btn-img" @click="gotoPath('/xrcc/chapter4/index')"></image>
</template>
</view>
@ -50,10 +50,10 @@
{{ inputValue.length }}/20
</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img6-btns.png" mode="widthFix" @click="submit" class="confirm-btn"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img6-btns.png" mode="widthFix" @click="submit" class="confirm-btn"></image>
</view>
</uni-popup>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -75,14 +75,14 @@
currentIndex: 0,
navIndex: 3,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img2s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img3s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img4s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img5s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img6.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img7.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img8.gif',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img2s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img3s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img4s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img5s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img6.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img7.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img8.gif',
],
inputValue: '',
swipeDirection: ''
@ -173,7 +173,7 @@
}
.img7-textBg {
background-image: url('https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter3/img7-textBg.png');
background-image: url('https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter3/img7-textBg.png');
background-size: 100% 100%;
padding: 30rpx 50rpx;
font-size: 50rpx;

22
xrcc/chapter4/index.vue

@ -5,15 +5,15 @@
<view class="swiper-item" :style="{ backgroundImage: `url(${image})` }">
<template v-if="index === 3">
<view class="module-box">
<image :src="`https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img4-${i+1}.png`"
<image :src="`https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img4-${i+1}.png`"
v-for="i in 5" :key="i" mode="widthFix" :class="['module-img', 'module'+(i+1)]"
@click="openPopup(i+1)"></image>
</view>
</template>
<template v-if="index === 5">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img5-text.png" mode="widthFix" class="img5-text"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img5-text.png" mode="widthFix" class="img5-text"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/btn-img.png" mode="widthFix"
class="btn-img" @click="gotoPath('/xrcc/chapter5/index')"></image>
</template>
</view>
@ -26,7 +26,7 @@
</uni-popup>
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<MusicControl />
</view>
</template>
@ -46,12 +46,12 @@
currentIndex: 0,
navIndex: 4,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img2.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img3.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img4.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img5s.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/img6.gif',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img2.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img3.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img4.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img5s.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/img6.gif',
],
popupIndex: 1
}
@ -81,7 +81,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter4/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter4/${path}`;
}
},
}

26
xrcc/chapter5/index.vue

@ -4,9 +4,9 @@
<swiper-item v-for="(image, index) in swiperImages" :key="index">
<view class="swiper-item" :style="{ backgroundImage: `url(${image})` }">
<template v-if="index === 1">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img2s.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img2s.png" mode="widthFix"
:class="['img2s', {'animate-enter-from-right': animateShow}]"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img2-btn.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img2-btn.png"
mode="widthFix" class="img2-btn" @click="gotoPath('/subPackages/techan/detail?id=39')"></image>
</template>
<template v-if="index === 2">
@ -15,21 +15,21 @@
<template v-if="index === 5">
<view class="flex-column">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img5-texts.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img5-texts.png" mode="widthFix"
class="img5-text"></image>
<!-- <image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img5-btn.png"
<!-- <image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img5-btn.png"
mode="widthFix" class="img5-btn" @click="goHome"></image> -->
</view>
</template>
<template v-if="index === 6">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img6-text.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img6-text.png" mode="widthFix"
class="img6-text" @click="gotoPath('/xrcc/chapter6/index')"></image>
</template>
</view>
</swiper-item>
</swiper>
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<MusicControl />
</view>
@ -50,13 +50,13 @@
currentIndex: 0,
navIndex: 5,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img1.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img2ss.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img3.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img4.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img8.png',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img5.gif',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img6.png'
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img1.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img2ss.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img3.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img4.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img8.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img5.gif',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img6.png'
],
animateShow: false,
}

16
xrcc/chapter6/index.vue

@ -4,16 +4,16 @@
<swiper-item v-for="(image, index) in swiperImages" :key="index">
<view class="swiper-item" :style="{ backgroundImage: `url(${image})` }">
<template v-if="index === 0">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img7-1.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img7-1.png" mode="widthFix"
class="img7-1" @click="$refs.customPopup.open()"></image>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img7-2.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img7-2.png" mode="widthFix"
class="img7-2" style="top: 620rpx;" @click="$refs.customPopups.open()"></image>
<view class="bgm-box flex-between">
<view :class="{'bgm-active': index == bgmIndex}" v-for="(item,index) in bgmList" :key="index" @click="bgmIndex = index">{{item}}</view>
</view>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img7-btn.png" mode="widthFix"
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img7-btn.png" mode="widthFix"
class="img7-btn" @click="confirm"></image>
</template>
</view>
@ -26,7 +26,7 @@
<textarea v-model="inputValue" class="input-area" placeholder="我的星槎"
maxlength="20"></textarea>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/confirm-btn.png" mode="widthFix" @click="submit" class="confirm-btn"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/confirm-btn.png" mode="widthFix" @click="submit" class="confirm-btn"></image>
</view>
</uni-popup>
@ -36,12 +36,12 @@
<textarea v-model="inputValues" class="input-area" placeholder="我的目的地"
maxlength="20"></textarea>
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/confirm-btn.png" mode="widthFix" @click="submit" class="confirm-btn"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/confirm-btn.png" mode="widthFix" @click="submit" class="confirm-btn"></image>
</view>
</uni-popup>
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<MusicControl />
</view>
</template>
@ -61,7 +61,7 @@
currentIndex: 0,
navIndex: 5,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter5/img7.png',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter5/img7.png',
],
inputValue: '',
inputValues: '',
@ -90,7 +90,7 @@
if (typeof path === 'object') {
path = path.url;
}
return `https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter6/${path}`;
return `https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter6/${path}`;
},
confirm() {
if (!this.inputValue.trim() || !this.inputValues.trim() || this.bgmIndex == null) {

10
xrcc/chapter7/index.vue

@ -15,19 +15,19 @@
</template>
<template v-if="index === 1">
<image src="https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter6/img5-text.png" mode="widthFix" class="img5-text.png"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter6/img5-text.png" mode="widthFix" class="img5-text.png"></image>
</template>
<!-- 二维码 -->
<template v-if="index === 2">
<image src="https://static.ticket.sz-trip.com/epicSoul/bmzm/qrcode.png" mode="widthFix" class="qrcode" :show-menu-by-longpress="true"></image>
<image src="https://des.dayunyuanjian.cn/epicSoul/bmzm/qrcode.png" mode="widthFix" class="qrcode" :show-menu-by-longpress="true"></image>
</template>
</view>
</swiper-item>
</swiper>
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<MusicControl />
</view>
</template>
@ -48,8 +48,8 @@
navIndex: 5,
swiperImages: [
'',
'https://static.ticket.sz-trip.com/epicSoul/xrcc/chapter6/img5.png',
'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img7.png'
'https://des.dayunyuanjian.cn/epicSoul/xrcc/chapter6/img5.png',
'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img7.png'
],
info: {}
}

4
xrcc/chapter8/index.vue

@ -9,7 +9,7 @@
</swiper>
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3" />
<MusicControl />
</view>
</template>
@ -29,7 +29,7 @@
currentIndex: 0,
navIndex: 3,
swiperImages: [
'https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1.gif',
'https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1.gif',
]
}
},

2
xrcc/components/NavMenu.vue

@ -31,7 +31,7 @@
//
navIconSrc: {
type: String,
default: 'https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png'
default: 'https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png'
}
},
data() {

30
xrcc/home/home.vue

@ -2,8 +2,8 @@
<view style="width: 100vw">
<BackButton />
<!-- <SinglePlayGif
gifSrc="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1.gif"
staticCover="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1.png"
gifSrc="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1.gif"
staticCover="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1.png"
duration="5000"
/> -->
@ -17,14 +17,14 @@
<view class="swiper-item" :style="{ backgroundImage: `url(${image})` }">
<template v-if="index == 0">
<image
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1-text.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1-text.png"
mode="widthFix"
class="img1-text"
></image>
</template>
<template v-if="index == 1">
<image
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img2-text.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img2-text.png"
mode="widthFix"
class="img1-text"
style="width: 115.85rpx"
@ -32,7 +32,7 @@
</template>
<template v-if="index == 2">
<image
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img3-text.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img3-text.png"
mode="widthFix"
class="img1-text"
style="width: 577.23rpx"
@ -40,12 +40,12 @@
</template>
<template v-if="index == 3">
<image
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img4-text.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img4-text.png"
mode="widthFix"
class="img4-text"
></image>
<image
src="https://static.ticket.sz-trip.com/epicSoul/xrcc/home/btn-img.png"
src="https://des.dayunyuanjian.cn/epicSoul/xrcc/home/btn-img.png"
mode="widthFix"
class="btn-img"
@click="gotoPath('/xrcc/chapter1/index')"
@ -57,7 +57,7 @@
<NavMenu :nav-index="navIndex" @jump-to-page="handleJumpToPage" />
<AudioControl
audioSrc="https://des.js-dyyj.com/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3"
audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/7d970645-f026-4ae0-8d60-a8b5c47bebfc.MP3"
/>
<MusicControl />
</view>
@ -85,10 +85,10 @@ export default {
currentIndex: 0,
navIndex: 0,
swiperImages: [
"https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img1s.gif",
"https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img2.gif",
"https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img3.gif",
"https://static.ticket.sz-trip.com/epicSoul/xrcc/home/img4.gif",
"https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img1s.gif",
"https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img2.gif",
"https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img3.gif",
"https://des.dayunyuanjian.cn/epicSoul/xrcc/home/img4.gif",
],
};
},
@ -99,7 +99,7 @@ export default {
onShow() {
const app = getApp();
app.updateMusicSrc(
"https://static.ticket.sz-trip.com/epicSoul/xrcc/bgm.mp3"
"https://des.dayunyuanjian.cn/epicSoul/xrcc/bgm.mp3"
);
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //
@ -125,14 +125,14 @@ export default {
title: "今夜,我们都有一艘秘密飞船|「Epic Soul」阅读体 issue05",
mpId: "wx9660f8c5776663e0",
path: "/xrcc/home/home",
imageUrl: "https://static.ticket.sz-trip.com/epicSoul/xrcc/share.png",
imageUrl: "https://des.dayunyuanjian.cn/epicSoul/xrcc/share.png",
};
},
onShareTimeline() {
return {
title: "今夜,我们都有一艘秘密飞船|「Epic Soul」阅读体 issue05",
query: "",
imageUrl: "https://static.ticket.sz-trip.com/epicSoul/xrcc/share.png",
imageUrl: "https://des.dayunyuanjian.cn/epicSoul/xrcc/share.png",
};
},
// #endif

8
xxdf/chapter1/cover1.vue

@ -1,7 +1,7 @@
<template>
<view>
<view class="chapter-cover">
<image class="cover-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/cover2.png" mode=""></image>
<image class="cover-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/cover2.png" mode=""></image>
<!-- 使用循环渲染五个感官按钮 -->
<view
@ -12,7 +12,7 @@
@click="goToSense(index)"
>
<image
src="https://static.ticket.sz-trip.com/epicSoul/circle.png"
src="https://des.dayunyuanjian.cn/epicSoul/circle.png"
mode=""
:class="{'bubble-active': loadingStates[index]}"
></image>
@ -21,11 +21,11 @@
</view>
</view>
<image @click="goback" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/abandon-btn.png" mode=""></image>
<image @click="goback" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/abandon-btn.png" mode=""></image>
</view>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

12
xxdf/chapter1/detail1.vue

@ -4,10 +4,10 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/feel.png" mode=""
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/feel.png" mode=""
:lazy-load="true"></image>
<view v-show="shouldShowContent(0)" class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -16,13 +16,13 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/feel2.png"
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/feel2.png"
mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(1)" :class="['animate-content', {'animate-visible': isVisible}]">
<image class="feel2-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/feel2-img.png" mode="" :lazy-load="true">
<image class="feel2-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/feel2-img.png" mode="" :lazy-load="true">
</image>
</view>
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/reselect-btn.png"
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/reselect-btn.png"
mode="" :lazy-load="true"></image>
</template>
</view>
@ -30,7 +30,7 @@
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

12
xxdf/chapter1/detail2.vue

@ -4,10 +4,10 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/vision.png"
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/vision.png"
mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(0)" class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -16,13 +16,13 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/vision2.png"
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/vision2.png"
mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(1)" :class="['animate-content', {'animate-visible': isVisible}]">
<image class="feel2-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/vision2-img.png" mode=""
<image class="feel2-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/vision2-img.png" mode=""
:lazy-load="true"></image>
</view>
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/reselect-btn.png"
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/reselect-btn.png"
mode="" :lazy-load="true"></image>
</template>
</view>
@ -30,7 +30,7 @@
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

12
xxdf/chapter1/detail3.vue

@ -6,9 +6,9 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/hearing.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/hearing.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(0)" class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -17,17 +17,17 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/hearing2.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/hearing2.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(1)" :class="['animate-content', {'animate-visible': isVisible}]">
<image class="feel2-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/hearing2-img.png" mode="" :lazy-load="true"></image>
<image class="feel2-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/hearing2-img.png" mode="" :lazy-load="true"></image>
</view>
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/reselect-btn.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/reselect-btn.png" mode="" :lazy-load="true"></image>
</template>
</view>
</swiper-item>
</swiper>
<MusicControl />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
</view>
</template>

20
xxdf/chapter1/detail4.vue

@ -6,9 +6,9 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactorys.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactorys.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(0)" class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -17,9 +17,9 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactory2.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactory2.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(1)" :class="['animate-content', {'animate-visible': isVisible}]">
<image class="feel2-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactory2-img.png" mode="" :lazy-load="true"></image>
<image class="feel2-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactory2-img.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -28,9 +28,9 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactory4.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(2)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactory4.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(2)" :class="['animate-content2', {'animate-visible': isVisible2}]">
<image class="feel4-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactory4-img.png" mode="" :lazy-load="true"></image>
<image class="feel4-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactory4-img.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -39,16 +39,16 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[3]">
<image v-show="shouldShowContent(3)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactory3.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(3)" class="feel3-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/olfactory3-img.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(3)" @click="goback" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/seek-btn.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(3)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactory3.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(3)" class="feel3-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/olfactory3-img.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(3)" @click="goback" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/seek-btn.png" mode="" :lazy-load="true"></image>
</template>
</view>
</swiper-item>
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

12
xxdf/chapter1/detail5.vue

@ -6,9 +6,9 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/gustation.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/gustation.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(0)" class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" mode="" :lazy-load="true"></image>
</view>
</template>
</view>
@ -17,18 +17,18 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/gustation2.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/gustation2.png" mode="" :lazy-load="true"></image>
<view v-show="shouldShowContent(1)" :class="['animate-content', {'animate-visible': isVisible}]">
<image class="feel2-img" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/gustation2-img.png" mode="" :lazy-load="true"></image>
<image class="feel2-img" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/gustation2-img.png" mode="" :lazy-load="true"></image>
</view>
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/reselect-btn.png" mode="" :lazy-load="true"></image>
<image v-show="shouldShowContent(1)" @click="goback" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/reselect-btn.png" mode="" :lazy-load="true"></image>
</template>
</view>
</swiper-item>
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

22
xxdf/chapter2/cover.vue

@ -7,13 +7,13 @@
<swiper-item>
<view class="page-container home-page">
<view class="arrow-down">
<image src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/rightIcon.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/rightIcon.png"
:lazy-load="true" mode="widthFix">
</image>
</view>
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover2s.png" mode=""
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover2s.png" mode=""
:lazy-load="true"></image>
</template>
</view>
@ -23,13 +23,13 @@
<swiper-item>
<view class="page-container home-page">
<view class="arrow-down">
<image src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/rightIcon.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/rightIcon.png"
:lazy-load="true" mode="widthFix">
</image>
</view>
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover3s.png" mode=""
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover3s.png" mode=""
:lazy-load="true"></image>
</template>
</view>
@ -39,13 +39,13 @@
<swiper-item>
<view class="page-container home-page">
<view class="arrow-down">
<image src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/rightIcon.png"
<image src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/rightIcon.png"
:lazy-load="true" mode="widthFix">
</image>
</view>
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover4s.png" mode=""
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover4s.png" mode=""
:lazy-load="true"></image>
</template>
</view>
@ -62,7 +62,7 @@
<view class="page-container home-page">
<template v-if="loadedNestedPages[0]">
<image v-show="shouldShowNestedContent(0)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover5s.png"
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover5s.png"
mode="" :lazy-load="true"></image>
</template>
</view>
@ -73,7 +73,7 @@
<view class="page-container home-page">
<template v-if="loadedNestedPages[1]">
<image v-show="shouldShowNestedContent(1)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover6s.png"
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover6s.png"
mode="" :lazy-load="true"></image>
</template>
</view>
@ -84,10 +84,10 @@
<view class="page-container home-page">
<template v-if="loadedNestedPages[2]">
<image v-show="shouldShowNestedContent(2)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover7.png"
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover7.png"
mode="" :lazy-load="true"></image>
<image v-show="shouldShowNestedContent(2)" @click="goback" class="btn"
src="https://static.ticket.sz-trip.com/epicSoul/seek-btn.png" mode=""
src="https://des.dayunyuanjian.cn/epicSoul/seek-btn.png" mode=""
:lazy-load="true"></image>
</template>
</view>
@ -98,7 +98,7 @@
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

36
xxdf/chapter3/cover.vue

@ -8,38 +8,38 @@
<!-- 嵌套swiper的第一个item封面页 -->
<swiper-item>
<view class="arrow-down" v-if="nestedIndices[outerIndex] == 0">
<image src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/rightIcon.png" :lazy-load="true" mode="widthFix">
<image src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/rightIcon.png" :lazy-load="true" mode="widthFix">
</image>
</view>
<view class="page-container home-page">
<image class="bg-image"
:src="'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/cover' + (outerIndex+2) + '.png'"
:src="'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/cover' + (outerIndex+2) + '.png'"
mode="" :lazy-load="true"></image>
<image class="cover-txt" :class="{'cover-txt2': outerIndex > 0}"
:src="'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/cover' + (outerIndex+2) + '-txt.png'"
:src="'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/cover' + (outerIndex+2) + '-txt.png'"
mode="" :lazy-load="true"></image>
<image class="btn" src="https://static.ticket.sz-trip.com/epicSoul/seek2-btn.png" mode=""
<image class="btn" src="https://des.dayunyuanjian.cn/epicSoul/seek2-btn.png" mode=""
:lazy-load="true"></image>
</view>
</swiper-item>
<!-- 嵌套swiper的第二个item-->
<swiper-item>
<view class="arrow-downs" v-if="nestedIndices[outerIndex] == 1">
<image src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" :lazy-load="true" mode="heightFix">
<image src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" :lazy-load="true" mode="heightFix">
</image>
</view>
<view class="page-container home-page">
<view class="gif-container">
<image v-if="shouldLoadContent(outerIndex)" class="gif-style"
:src="'https://static.ticket.sz-trip.com/epicSoul/3-' + (outerIndex+1) + '-2.gif'"
:src="'https://des.dayunyuanjian.cn/epicSoul/3-' + (outerIndex+1) + '-2.gif'"
mode="aspectFill" :lazy-load="true"></image>
</view>
<image class="bg-image"
:src="'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/cover' + (outerIndex+2) + '-1.png'"
:src="'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/cover' + (outerIndex+2) + '-1.png'"
mode="" :lazy-load="true"></image>
<view class="qrcode-content">
<image class="qrCode" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/btn1.png"
<image class="qrCode" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/btn1.png"
mode="widthFix" :lazy-load="true" :show-menu-by-longpress="true" @click="gotoPath('/subPackages/techan/detail?id=34')"></image>
<!-- <view class="code-txt">
扫码下单
@ -51,17 +51,17 @@
</swiper-item>
<swiper-item>
<view class="page-container home-page">
<image class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/cover9s.png"
<image class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/cover9s.png"
mode="" :lazy-load="true"></image>
<image @click="goRandomImage" class="cover-txt9"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/cover9s-txt.png" mode=""
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/cover9s-txt.png" mode=""
:lazy-load="true"></image>
</view>
</swiper-item>
</swiper>
<MusicControl />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>
@ -121,43 +121,43 @@
goRandomImage() {
const imageArray = [{
id: 1,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image1.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image1.png',
name: '雏菊',
desc: '宋 丛菊图页'
},
{
id: 2,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image2.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image2.png',
name: '杜鹃',
desc: '清 恽寿平 花卉十开 杜鹃'
},
{
id: 3,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image3.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image3.png',
name: '金桂',
desc: '清 蒋延锡 桂花图 局部 台北故宫博物馆院藏'
},
{
id: 4,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image4.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image4.png',
name: '绿梅',
desc: '北宋 赵佶 梅花秀眼图页 北京故宫博物院藏'
},
{
id: 5,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image5.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image5.png',
name: '墨兰',
desc: '宋 秋兰绽蕊图'
},
{
id: 6,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image6.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image6.png',
name: '茉莉',
desc: '宋 茉莉花图页'
},
{
id: 7,
image: 'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image7.png',
image: 'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image7.png',
name: '青莲',
desc: '宋 出水芙蓉图页'
},

18
xxdf/chapter3/randomImage.vue

@ -1,8 +1,8 @@
<template>
<view class="random-image-container">
<RandomImage :images="randomImages" ref="randomImageRef" />
<image @click="goBack" class="back-icon" src="https://static.ticket.sz-trip.com/epicSoul/back.png" mode=""></image>
<image class="save-icon" src="https://static.ticket.sz-trip.com/epicSoul/save-btn.png" mode=""></image>
<image @click="goBack" class="back-icon" src="https://des.dayunyuanjian.cn/epicSoul/back.png" mode=""></image>
<image class="save-icon" src="https://des.dayunyuanjian.cn/epicSoul/save-btn.png" mode=""></image>
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
</view>
</template>
@ -36,13 +36,13 @@ export default {
} else {
// 使
this.randomImages = [
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image1.png',
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image2.png',
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image3.png',
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image4.png',
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image5.png',
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image6.png',
'https://static.ticket.sz-trip.com/epicSoul/image/chapter3/random/image7.png'
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image1.png',
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image2.png',
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image3.png',
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image4.png',
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image5.png',
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image6.png',
'https://des.dayunyuanjian.cn/epicSoul/image/chapter3/random/image7.png'
];
}

20
xxdf/chapter4/cover.vue

@ -5,7 +5,7 @@
<view class="page-container home-page">
<template v-if="loadedPages[outerIndex]">
<image v-show="shouldShowContent(outerIndex)" class="bg-image"
:src="`https://static.ticket.sz-trip.com/epicSoul/image/chapter4/detail${outerIndex+1}/cover-bg.png`" mode="" :lazy-load="true">
:src="`https://des.dayunyuanjian.cn/epicSoul/image/chapter4/detail${outerIndex+1}/cover-bg.png`" mode="" :lazy-load="true">
</image>
<view v-show="shouldShowContent(outerIndex)" class="content-layer">
@ -35,7 +35,7 @@
<view v-show="shouldShowContent(outerIndex)" class="content-layer2">
<!-- 点击确认找一找相似度 按钮 -->
<image @click="findSimilarity(outerIndex)" class="find-btn" src="https://static.ticket.sz-trip.com/epicSoul/find-btn.png"
<image @click="findSimilarity(outerIndex)" class="find-btn" src="https://des.dayunyuanjian.cn/epicSoul/find-btn.png"
:lazy-load="true" mode=""></image>
<view class="problem-description">
<view class="proportion-txt" :class="{
@ -51,13 +51,13 @@
</view>
<image class="description-txt"
:class="{'description-txt6': outerIndex === 5,'description-txt7': outerIndex === 6}"
:src="`https://static.ticket.sz-trip.com/epicSoul/image/chapter4/detail${outerIndex+1}/cover-txt.png`" :lazy-load="true"
:src="`https://des.dayunyuanjian.cn/epicSoul/image/chapter4/detail${outerIndex+1}/cover-txt.png`" :lazy-load="true"
mode=""></image>
</view>
</view>
<view v-show="shouldShowContent(outerIndex)" class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/botIcon.png" :lazy-load="true" mode=""></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/botIcon.png" :lazy-load="true" mode=""></image>
</view>
</template>
</view>
@ -67,12 +67,12 @@
<view class="page-container home-page">
<template v-if="loadedPages[7]">
<image v-show="shouldShowContent(7)" class="bg-image"
src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/harvestReport/cover-bgs.png" :lazy-load="true" mode=""></image>
src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/harvestReport/cover-bgs.png" :lazy-load="true" mode=""></image>
<view v-show="shouldShowContent(7)" class="harvestReport-layer">
<view class="grid-cover img-shadow">
<!-- <image class="grid-cover-bg" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/harvestReport/cover-grid.png"
<!-- <image class="grid-cover-bg" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/harvestReport/cover-grid.png"
:lazy-load="true" mode="widthFix" :show-menu-by-longpress="true"></image> -->
<image class="grid-cover-bg" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/harvestReport/qrcode.png"
<image class="grid-cover-bg" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/harvestReport/qrcode.png"
:lazy-load="true" mode="widthFix" :show-menu-by-longpress="true"></image>
<view class="report-text-overlay" v-if="canAccessFinalReport">
<view class="report-content">
@ -83,10 +83,10 @@
</view>
</view>
<!-- <image @click="ShareMoments" class="chapter4-btn" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/share-img.png"
<!-- <image @click="ShareMoments" class="chapter4-btn" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/share-img.png"
:lazy-load="true" mode=""></image> -->
</view>
<image @click="goBack" class="back-icon" src="https://static.ticket.sz-trip.com/epicSoul/back.png" mode=""></image>
<image @click="goBack" class="back-icon" src="https://des.dayunyuanjian.cn/epicSoul/back.png" mode=""></image>
</template>
</view>
</swiper-item>
@ -94,7 +94,7 @@
<MusicControl />
<ShareGuide @close="onShareGuideClose" />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
</view>
</template>

2
xxdf/components/NavMenu.vue

@ -31,7 +31,7 @@
//
navIconSrc: {
type: String,
default: 'https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png'
default: 'https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png'
}
},
data() {

48
xxdf/home/home.vue

@ -8,11 +8,11 @@
<view class="page-container home-page">
<!-- 使用loadedPages确定是否已加载v-show控制显示/隐藏 -->
<template v-if="loadedPages[0]">
<image v-show="shouldShowContent(0)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/index.gif" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(0)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/index.gif" :lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(0)" class="content-layer">
<image class="layer-img" src="https://static.ticket.sz-trip.com/epicSoul/home1.png" :lazy-load="true" mode="widthFix"></image>
<image class="layer-img" src="https://des.dayunyuanjian.cn/epicSoul/home1.png" :lazy-load="true" mode="widthFix"></image>
<view class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/arrow-icons.png" :lazy-load="true" mode=""></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/arrow-icons.png" :lazy-load="true" mode=""></image>
</view>
</view>
</template>
@ -23,7 +23,7 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[1]">
<image v-show="shouldShowContent(1)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/prologue-bg.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(1)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/prologue-bg.png" :lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(1)" class="content-layer">
<view class="layer-text">
<view class="">
@ -34,7 +34,7 @@
</view>
</view>
<view class="arrow-content">
<image class="arrow-down" src="https://static.ticket.sz-trip.com/epicSoul/arrow-icons.png" :lazy-load="true" mode=""></image>
<image class="arrow-down" src="https://des.dayunyuanjian.cn/epicSoul/arrow-icons.png" :lazy-load="true" mode=""></image>
</view>
</view>
</template>
@ -45,12 +45,12 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[2]">
<image v-show="shouldShowContent(2)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/covers.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(2)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/covers.png" :lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(2)" class="content-layer">
<image class="layer-img2" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/bg-txts.png" :lazy-load="true" mode="widthFix">
<image class="layer-img2" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/bg-txts.png" :lazy-load="true" mode="widthFix">
</image>
<view class="arrow-content">
<image @click="navigateToChapter1" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter1/buttons.png" :lazy-load="true" mode=""></image>
<image @click="navigateToChapter1" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter1/buttons.png" :lazy-load="true" mode=""></image>
</view>
</view>
</template>
@ -61,11 +61,11 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[3]">
<image v-show="shouldShowContent(3)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/cover.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(3)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/cover.png" :lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(3)" class="content-layer">
<image class="chapter2-bg-txt" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/bg-txt.png" :lazy-load="true" mode=""></image>
<image class="chapter2-bg-txt" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/bg-txt.png" :lazy-load="true" mode=""></image>
<view class="arrow-content chapter2-btn">
<image @click="navigateToChapter2" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter2/button.png" :lazy-load="true" mode=""></image>
<image @click="navigateToChapter2" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter2/button.png" :lazy-load="true" mode=""></image>
</view>
</view>
</template>
@ -76,11 +76,11 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[4]">
<image v-show="shouldShowContent(4)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/cover.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(4)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/cover.png" :lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(4)" class="content-layer">
<image class="chapter3-bg-txt" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/bg-txt.png" :lazy-load="true" mode=""></image>
<image class="chapter3-bg-txt" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/bg-txt.png" :lazy-load="true" mode=""></image>
<view class="arrow-content chapter3-btn">
<image @click="navigateToChapter3" class="btn" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter3/button.png" :lazy-load="true" mode=""></image>
<image @click="navigateToChapter3" class="btn" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter3/button.png" :lazy-load="true" mode=""></image>
</view>
</view>
</template>
@ -91,12 +91,12 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[5]">
<image v-show="shouldShowContent(5)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/covers.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(5)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/covers.png" :lazy-load="true" mode="aspectFill"></image>
<view v-show="shouldShowContent(5)" class="content-layer">
<!-- <image class="chapter4-bg-txt" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/bg-txt.png" :lazy-load="true" mode="widthFix"></image> -->
<!-- <image class="chapter4-bg-txt" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/bg-txt.png" :lazy-load="true" mode="widthFix"></image> -->
<view class="chapter4-btn-content">
<image @click="ShareMoments" class="chapter4-btn" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/chapter4-btn.png" :lazy-load="true" mode=""></image>
<image @click="navigateToChapter4" class="chapter4-btn chapter4-btn2" src="https://static.ticket.sz-trip.com/epicSoul/image/chapter4/chapter4-btn2.png" :lazy-load="true" mode=""></image>
<image @click="ShareMoments" class="chapter4-btn" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/chapter4-btn.png" :lazy-load="true" mode=""></image>
<image @click="navigateToChapter4" class="chapter4-btn chapter4-btn2" src="https://des.dayunyuanjian.cn/epicSoul/image/chapter4/chapter4-btn2.png" :lazy-load="true" mode=""></image>
</view>
</view>
</template>
@ -107,15 +107,15 @@
<swiper-item>
<view class="page-container home-page">
<template v-if="loadedPages[6]">
<image v-show="shouldShowContent(6)" class="bg-image" src="https://static.ticket.sz-trip.com/epicSoul/footers.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(6)" class="qrCode-image" src="https://static.ticket.sz-trip.com/epicSoul/qrCode.png"
<image v-show="shouldShowContent(6)" class="bg-image" src="https://des.dayunyuanjian.cn/epicSoul/footers.png" :lazy-load="true" mode="aspectFill"></image>
<image v-show="shouldShowContent(6)" class="qrCode-image" src="https://des.dayunyuanjian.cn/epicSoul/qrCode.png"
:lazy-load="true" mode="widthFix" :show-menu-by-longpress="true"></image>
</template>
</view>
</swiper-item>
</swiper>
<MusicControl />
<AudioControl audioSrc="https://des.js-dyyj.com/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<AudioControl audioSrc="https://des.dayunyuanjian.cn/data/2025/09/05/fac61c02-6cfd-41bf-9270-0ecd69881da2.MP3" />
<ShareGuide v-model="showShareGuide" @close="onShareGuideClose" />
<NavMenu :nav-index="0" @jump-to-page="handleJumpToPage" />
</view>
@ -194,7 +194,7 @@ export default {
},
mounted() {
const app = getApp();
app.updateMusicSrc('https://static.ticket.sz-trip.com/epicSoul/comfort.mp3');
app.updateMusicSrc('https://des.dayunyuanjian.cn/epicSoul/comfort.mp3');
app.initBackgroundMusic(); //
uni.$bgMusic.play(); //
for (let i = 0; i <= Math.min(1 + this.preloadBuffer, 6); i++) {
@ -225,14 +225,14 @@ export default {
title: '细嗅东方·Out Of Space|「Epic Soul」阅读体 issue02',
mpId: 'wx9660f8c5776663e0',
path: '/xxdf/home/home',
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/share-img.jpg'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/share-img.jpg'
};
},
onShareTimeline() {
return {
title: '细嗅东方·Out Of Space|「Epic Soul」阅读体 issue02',
query: '',
imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/share-img.jpg'
imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/share-img.jpg'
};
}
// #endif

Loading…
Cancel
Save