This commit is contained in:
zhx 2026-07-07 10:17:38 +08:00
parent 24ea065feb
commit fee62b696d
3 changed files with 6 additions and 0 deletions

View File

@ -5801,6 +5801,7 @@ export default {
},
displayPosition: {
ROOM: 'Room',
ROOM_LIST: 'Room List Page',
EXPLORE_PAGE: 'Explore Page',
HOME_ALERT: 'Homepage Popup',
WALLET: 'Wallet',

View File

@ -5798,6 +5798,7 @@ export default {
},
displayPosition: {
ROOM: '房间内',
ROOM_LIST: '房间列表页',
EXPLORE_PAGE: '发现页',
HOME_ALERT: '首页弹出层',
WALLET: '钱包',

View File

@ -441,6 +441,10 @@ export default {
value: "ROOM",
label: this.$t("pages.bannerManager.displayPosition.ROOM")
},
{
value: "ROOM_LIST",
label: this.$t("pages.bannerManager.displayPosition.ROOM_LIST")
},
{
value: "EXPLORE_PAGE",
label: this.$t("pages.bannerManager.displayPosition.EXPLORE_PAGE")