Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2d6e32ae
authored
Jun 30, 2025
by
pidan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
5c2cc89f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
Modules/FUSChatCenterModule/FUSChatCenterModule/Features/InstantMessaging/Other/FUSIMChatService.m
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/Push/LiveStartView/FUSLiveStartSetPrivacyView.swift
Modules/FUSChatCenterModule/FUSChatCenterModule/Features/InstantMessaging/Other/FUSIMChatService.m
View file @
2d6e32ae
...
@@ -2531,7 +2531,7 @@
...
@@ -2531,7 +2531,7 @@
pullFlowUrl
:
roomModel
.
publishUrl
pullFlowUrl
:
roomModel
.
publishUrl
liveTitle
:
liveTitle
liveTitle
:
liveTitle
roomName
:
roomModel
.
nickName
roomName
:
roomModel
.
nickName
content
:
[
NSString
fus_localString
:
@"房間已開好,快來一起玩耍吧"
]
content
:
liveContent
roomCover
:
roomModel
.
face
roomCover
:
roomModel
.
face
password
:
password
password
:
password
toUser
:
userID
toUser
:
userID
...
...
Modules/FUSShowRoomModule/FUSShowRoomModule/Features/NewLive/Main/View/Push/LiveStartView/FUSLiveStartSetPrivacyView.swift
View file @
2d6e32ae
...
@@ -103,7 +103,7 @@ import FUSCommon
...
@@ -103,7 +103,7 @@ import FUSCommon
//这里特殊用户有不一样的逻辑
//这里特殊用户有不一样的逻辑
let
iconImagesList
=
[
"live_start_openScope_cell"
,
"live_start_passwordScope_cell"
/*,"live_start_intimacyScope_cell"*/
]
let
iconImagesList
=
[
"live_start_openScope_cell"
,
"live_start_passwordScope_cell"
/*,"live_start_intimacyScope_cell"*/
]
let
titlesList
=
[
String
.
fus_versionLocalString
(
"公开屋"
),
.
fus_versionLocalString
(
"私享屋"
)
/*, .fus_localString("亲密圈")*/
]
let
titlesList
=
[
String
.
fus_versionLocalString
(
"公开屋"
),
.
fus_versionLocalString
(
"私享屋"
)
/*, .fus_localString("亲密圈")*/
]
let
subTitlesList
=
[
String
.
fus_localString
(
"所有人可进入房间"
),
.
fus_versionLocalString
(
"
已关闭窗帘,玩家输入密码打开
"
)
/*, .fus_localString("仅亲密好友可进入房间")*/
]
let
subTitlesList
=
[
String
.
fus_localString
(
"所有人可进入房间"
),
.
fus_versionLocalString
(
"
玩家正确输入密码后可进入屋内
"
)
/*, .fus_localString("仅亲密好友可进入房间")*/
]
let
itemHeight
=
56.0
let
itemHeight
=
56.0
privacyContentView
.
snp
.
makeConstraints
{
make
in
privacyContentView
.
snp
.
makeConstraints
{
make
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment