chore(总排行榜): oss路径调整
This commit is contained in:
parent
c9b1a952bf
commit
ed9135e421
@ -158,7 +158,7 @@ const currentLangType = computed(() => {
|
|||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
@ -101,7 +101,7 @@ const currentLangType = computed(() => {
|
|||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
@ -242,7 +242,7 @@ const currentLangType = computed(() => {
|
|||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
@ -104,7 +104,7 @@ const currentLangType = computed(() => {
|
|||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
@ -168,7 +168,7 @@ const currentLangType = computed(() => {
|
|||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
@ -269,7 +269,7 @@ const currentLangType = computed(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
return currentLangType.value === 'ar' ? `${filename}_ar` : filename
|
return currentLangType.value === 'ar' ? `${filename}_ar` : filename
|
||||||
|
|||||||
@ -104,7 +104,7 @@ import { shouldUseLiteAnimations } from '@/utils/performanceMode.js'
|
|||||||
|
|
||||||
const { locale } = useI18n()
|
const { locale } = useI18n()
|
||||||
|
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
barrageList: {
|
barrageList: {
|
||||||
|
|||||||
@ -323,7 +323,7 @@ const currentLangType = computed(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
@ -419,7 +419,13 @@
|
|||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<div
|
<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') }}
|
{{ t('my_couple') }}
|
||||||
</div>
|
</div>
|
||||||
@ -489,7 +495,13 @@
|
|||||||
|
|
||||||
<!-- 发送按钮 -->
|
<!-- 发送按钮 -->
|
||||||
<button
|
<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="
|
:style="
|
||||||
selectedCouple.account
|
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;'
|
? '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
|
<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
|
<div
|
||||||
@ -917,7 +934,9 @@
|
|||||||
{{ record?.prize?.prizeName }}
|
{{ record?.prize?.prizeName }}
|
||||||
</div>
|
</div>
|
||||||
</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) }}
|
{{ formatUTCCustom(record.drawTime) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1041,7 +1060,12 @@
|
|||||||
|
|
||||||
<!-- 按钮 -->
|
<!-- 按钮 -->
|
||||||
<div
|
<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
|
<div
|
||||||
@ -1285,7 +1309,12 @@
|
|||||||
|
|
||||||
<!-- 按钮 -->
|
<!-- 按钮 -->
|
||||||
<div
|
<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
|
<div
|
||||||
@ -1412,7 +1441,7 @@ const currentLangType = computed(() => {
|
|||||||
const isLoading = ref(true) // 预加载状态
|
const isLoading = ref(true) // 预加载状态
|
||||||
|
|
||||||
// 获取OSS图片URL的函数
|
// 获取OSS图片URL的函数
|
||||||
const webpUrl = (filename) => getWebpUrl('Ranking/CoupleWebp/', filename)
|
const webpUrl = (filename) => getWebpUrl('Ranking/Couple/webp/', filename)
|
||||||
|
|
||||||
// 根据语言获取图片名
|
// 根据语言获取图片名
|
||||||
const getImgName = (filename) => {
|
const getImgName = (filename) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user