房间
This commit is contained in:
parent
24ea065feb
commit
fee62b696d
@ -5801,6 +5801,7 @@ export default {
|
|||||||
},
|
},
|
||||||
displayPosition: {
|
displayPosition: {
|
||||||
ROOM: 'Room',
|
ROOM: 'Room',
|
||||||
|
ROOM_LIST: 'Room List Page',
|
||||||
EXPLORE_PAGE: 'Explore Page',
|
EXPLORE_PAGE: 'Explore Page',
|
||||||
HOME_ALERT: 'Homepage Popup',
|
HOME_ALERT: 'Homepage Popup',
|
||||||
WALLET: 'Wallet',
|
WALLET: 'Wallet',
|
||||||
|
|||||||
@ -5798,6 +5798,7 @@ export default {
|
|||||||
},
|
},
|
||||||
displayPosition: {
|
displayPosition: {
|
||||||
ROOM: '房间内',
|
ROOM: '房间内',
|
||||||
|
ROOM_LIST: '房间列表页',
|
||||||
EXPLORE_PAGE: '发现页',
|
EXPLORE_PAGE: '发现页',
|
||||||
HOME_ALERT: '首页弹出层',
|
HOME_ALERT: '首页弹出层',
|
||||||
WALLET: '钱包',
|
WALLET: '钱包',
|
||||||
|
|||||||
@ -441,6 +441,10 @@ export default {
|
|||||||
value: "ROOM",
|
value: "ROOM",
|
||||||
label: this.$t("pages.bannerManager.displayPosition.ROOM")
|
label: this.$t("pages.bannerManager.displayPosition.ROOM")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "ROOM_LIST",
|
||||||
|
label: this.$t("pages.bannerManager.displayPosition.ROOM_LIST")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "EXPLORE_PAGE",
|
value: "EXPLORE_PAGE",
|
||||||
label: this.$t("pages.bannerManager.displayPosition.EXPLORE_PAGE")
|
label: this.$t("pages.bannerManager.displayPosition.EXPLORE_PAGE")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user