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
cdcac92b
authored
Jul 08, 2025
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复一些bug
parent
a62f18a2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
DevelopmentPods/FUSCommon/FUSCommon/Classes/FUSAPPConfigs/FUSFuSiConfigs.m
FuSiLive.xcodeproj/project.pbxproj
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Login/View/FUSStartPageSplashView.m
DevelopmentPods/FUSCommon/FUSCommon/Classes/FUSAPPConfigs/FUSFuSiConfigs.m
View file @
cdcac92b
...
...
@@ -77,12 +77,12 @@ static const NSString *FUSCidUDKey = @"FUSCidUDKey";
/// App Version
-
(
NSString
*
)
appVersion
{
return
@"77
3
0"
;
return
@"77
2
0"
;
}
/// App Dot Version
-
(
NSString
*
)
appDotVersion
{
return
@"7.7.
3
.0"
;
return
@"7.7.
2
.0"
;
}
/// App Id
...
...
FuSiLive.xcodeproj/project.pbxproj
View file @
cdcac92b
...
...
@@ -672,7 +672,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_ENTITLEMENTS
=
FuSiLive/FuSiLive.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2025062600
19
;
CURRENT_PROJECT_VERSION
=
2025062600
22
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
6GG26BHUMC
;
ENABLE_ON_DEMAND_RESOURCES
=
NO
;
...
...
@@ -940,7 +940,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME
=
AccentColor
;
CODE_SIGN_ENTITLEMENTS
=
FuSiLive/FuSiLive.entitlements
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2025062600
19
;
CURRENT_PROJECT_VERSION
=
2025062600
22
;
DEFINES_MODULE
=
YES
;
DEVELOPMENT_TEAM
=
6GG26BHUMC
;
ENABLE_ON_DEMAND_RESOURCES
=
NO
;
...
...
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Login/View/FUSStartPageSplashView.m
View file @
cdcac92b
...
...
@@ -51,7 +51,7 @@
self
.
descLabel
.
font
=
[
UIFont
systemFontOfSize
:
17
];
self
.
descLabel
.
textColor
=
[
UIColor
blackColor
];
self
.
descLabel
.
textAlignment
=
NSTextAlignmentRight
;
self
.
descLabel
.
text
=
@"
FusiClub
.com"
;
self
.
descLabel
.
text
=
@"
ifusiya
.com"
;
[
self
addSubview
:
self
.
descLabel
];
[
self
.
descLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
left
.
right
.
inset
(
24
);
...
...
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