chore(总排行榜): oss路径调整

This commit is contained in:
hzj 2026-06-08 16:57:10 +08:00
parent c9b1a952bf
commit ed9135e421
9 changed files with 888 additions and 859 deletions

View File

@ -158,7 +158,7 @@ const currentLangType = computed(() => {
const isLoading = ref(true) //
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {

View File

@ -101,7 +101,7 @@ const currentLangType = computed(() => {
const isLoading = ref(true) //
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {

View File

@ -242,7 +242,7 @@ const currentLangType = computed(() => {
const isLoading = ref(true) //
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {

View File

@ -104,7 +104,7 @@ const currentLangType = computed(() => {
const isLoading = ref(true) //
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {

View File

@ -168,7 +168,7 @@ const currentLangType = computed(() => {
const isLoading = ref(true) //
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {

View File

@ -269,7 +269,7 @@ const currentLangType = computed(() => {
})
const isLoading = ref(true) //
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
const getImgName = (filename) => {
return currentLangType.value === 'ar' ? `${filename}_ar` : filename

View File

@ -104,7 +104,7 @@ import { shouldUseLiteAnimations } from '@/utils/performanceMode.js'
const { locale } = useI18n()
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
const props = defineProps({
barrageList: {

View File

@ -323,7 +323,7 @@ const currentLangType = computed(() => {
})
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {

View File

@ -419,7 +419,13 @@
@click.stop
>
<div
style="margin: 0; font-size: 1.2em; font-weight: 600; color: #fff; margin-bottom: 4vw"
style="
margin: 0;
font-size: 1.2em;
font-weight: 600;
color: #fff;
margin-bottom: 4vw;
"
>
{{ t('my_couple') }}
</div>
@ -489,7 +495,13 @@
<!-- 发送按钮 -->
<button
style="width: 80%; padding: 12px 16px; border: none; color: #fff; font-weight: 600"
style="
width: 80%;
padding: 12px 16px;
border: none;
color: #fff;
font-weight: 600;
"
:style="
selectedCouple.account
? 'border-radius: 200px;background: linear-gradient(180deg, #FFACBB 0%, rgba(255, 172, 187, 0.00) 58.38%), #FF4768;box-shadow: 0 1px 4.5px 0 rgba(0, 0, 0, 0.10), -1px 0 5px 0 rgba(255, 255, 255, 0.70) inset, -3.5px 0 7.5px 0 rgba(255, 255, 255, 0.20) inset, 1px 0 5px 0 rgba(255, 255, 255, 0.70) inset, 3.5px 0 7.5px 0 rgba(255, 255, 255, 0.20) inset;'
@ -562,7 +574,12 @@
<!-- 按钮 -->
<div
style="width: 100%; display: flex; justify-content: space-around; align-items: center"
style="
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
"
>
<!-- 取消按钮 -->
<div
@ -917,7 +934,9 @@
{{ record?.prize?.prizeName }}
</div>
</div>
<div style="font-weight: 510; font-size: 0.8em; direction: ltr; text-align: left">
<div
style="font-weight: 510; font-size: 0.8em; direction: ltr; text-align: left"
>
{{ formatUTCCustom(record.drawTime) }}
</div>
</div>
@ -1041,7 +1060,12 @@
<!-- 按钮 -->
<div
style="width: 100%; display: flex; justify-content: space-around; align-items: center"
style="
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
"
>
<!-- 取消按钮 -->
<div
@ -1285,7 +1309,12 @@
<!-- 按钮 -->
<div
style="width: 100%; display: flex; justify-content: space-around; align-items: center"
style="
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
"
>
<!-- 取消按钮 -->
<div
@ -1412,7 +1441,7 @@ const currentLangType = computed(() => {
const isLoading = ref(true) //
// OSSURL
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
//
const getImgName = (filename) => {