feat: update go module, add recharge wechat
Some checks failed
build quyun / Build (push) Failing after 12m45s
Some checks failed
build quyun / Build (push) Failing after 12m45s
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
],
|
||||
"head_images": [
|
||||
"https://assets.jdwan.com/quyun/b55adbd05ee96f5c53f9a19ad89a30cc.jpg?x-oss-credential=LTAI5t86SjiP9zRd3q2w7jQN%2F20250425%2Fcn-beijing%2Foss%2Faliyun_v4_request&x-oss-date=20250425T030400Z&x-oss-expires=300&x-oss-signature=fae33ecfc5cfe6d50de858d89798151b137336e3694bdafad78e1cbdb1ebf1c0&x-oss-signature-version=OSS4-HMAC-SHA256"
|
||||
]
|
||||
}
|
||||
],
|
||||
"recharge_wechat": "13932043996"
|
||||
}
|
||||
|
||||
@@ -228,8 +228,8 @@ onUnmounted(() => {
|
||||
</div>
|
||||
|
||||
<div v-if="article && !article.bought" class="bg-white border-b border-gray-200">
|
||||
<div class="text-sm bg-orange-500 text-white px-4 py-2">
|
||||
注意:未购买视频仅可预览 1 分钟,购买后可观看全集。账户充值购买联系微信:<span class="font-bold">13932043996</span>
|
||||
<div v-if="article.recharge_wechat" class="text-sm bg-orange-500 text-white px-4 py-2">
|
||||
注意:未购买视频仅可预览 1 分钟,购买后可观看全集。账户充值购买联系微信:<span class="font-bold">{{ article.recharge_wechat }}</span>
|
||||
</div>
|
||||
<div class="flex items-center justify-between max-w-md mx-auto p-4">
|
||||
<div class="text-orange-600 text-2xl">
|
||||
@@ -263,4 +263,4 @@ onUnmounted(() => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user