房间
This commit is contained in:
parent
24ea065feb
commit
fee62b696d
@ -5801,6 +5801,7 @@ export default {
|
||||
},
|
||||
displayPosition: {
|
||||
ROOM: 'Room',
|
||||
ROOM_LIST: 'Room List Page',
|
||||
EXPLORE_PAGE: 'Explore Page',
|
||||
HOME_ALERT: 'Homepage Popup',
|
||||
WALLET: 'Wallet',
|
||||
|
||||
@ -5798,6 +5798,7 @@ export default {
|
||||
},
|
||||
displayPosition: {
|
||||
ROOM: '房间内',
|
||||
ROOM_LIST: '房间列表页',
|
||||
EXPLORE_PAGE: '发现页',
|
||||
HOME_ALERT: '首页弹出层',
|
||||
WALLET: '钱包',
|
||||
|
||||
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user