feat(开斋节): 使用四国图片
This commit is contained in:
parent
770b26fca7
commit
fc78a38b3c
@ -2315,7 +2315,7 @@ const imageUrl = (filename) => getPngUrl('Activities/LesserBairam/', filename)
|
||||
|
||||
// 根据语言获取图片名
|
||||
const getImgName = (filename) => {
|
||||
return currentLangType.value === 'ar' ? `${filename}_ar` : filename
|
||||
return currentLangType.value == 'en' ? filename : `${filename}_${currentLangType.value}`
|
||||
}
|
||||
|
||||
// 倒计时
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user