Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
2ff3c1d0
Commit
2ff3c1d0
authored
Apr 07, 2024
by
Steven杜宇
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 去除网易SDK
parent
5a80d2c8
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
51 deletions
+12
-51
Podfile
galaxy/Podfile
+0
-17
AppDelegate.swift
galaxy/galaxy/AppDelegate.swift
+0
-20
YHHomeViewController.swift
...axy/Classes/Modules/Home(首页)/C/YHHomeViewController.swift
+1
-1
YHCertificateListContainerVC.swift
...MyCertificates(我的证书)/C/YHCertificateListContainerVC.swift
+1
-1
YHCertificateUploadContentListVC.swift
...rtificates(我的证书)/C/YHCertificateUploadContentListVC.swift
+9
-9
YHInformationFillTipsCell.swift
...ntelligentService(服务中心)/V/YHInformationFillTipsCell.swift
+1
-1
YHMySettingViewController.swift
...lasses/Modules/Mine(我的)/C/YHMySettingViewController.swift
+0
-1
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+0
-1
No files found.
galaxy/Podfile
View file @
2ff3c1d0
...
...
@@ -71,23 +71,6 @@ target 'galaxy' do
pod
'JPush'
,
'5.2.0'
pod
'JCore'
,
'4.6.0-noidfa'
############# 网易云信 IM相关 start #############
#A 基础Kit库
pod
'NECoreKit'
,
'9.6.5'
pod
'NECoreIMKit'
,
'9.6.5'
pod
'NEChatKit'
,
'9.6.5'
pod
'NECommonKit'
,
'9.6.4'
pod
'NECommonUIKit'
,
'9.6.5'
pod
'NIMSDK_LITE'
,
'9.14.0'
#B UI组件,依次为通讯录组件、会话列表组件、会话(聊天)组件、群相关设置组件
pod
'NEContactUIKit'
,
'9.6.5'
pod
'NEConversationUIKit'
,
'9.6.5'
pod
'NEChatUIKit'
,
'9.6.5'
pod
'NETeamUIKit'
,
'9.6.5'
############# 网易云信 IM相关 end #############
#富文本库
pod
'AttributedString'
,
'3.3.5'
#json转模型
...
...
galaxy/galaxy/AppDelegate.swift
View file @
2ff3c1d0
...
...
@@ -12,15 +12,6 @@ import SmartCodable
import
GKNavigationBarSwift
import
DeviceKit
import
NIMSDK
import
NECoreKit
import
NECoreIMKit
import
NEChatKit
import
NEChatUIKit
import
NEConversationUIKit
import
NETeamUIKit
import
NEChatUIKit
@main
class
AppDelegate
:
UIResponder
,
UIApplicationDelegate
{
var
window
:
UIWindow
?
...
...
@@ -159,17 +150,6 @@ extension AppDelegate {
window
?
.
makeKeyAndVisible
()
}
// 网银云信IM相关配置
private
func
configIM
()
{
let
option
=
NIMSDKOption
()
option
.
appKey
=
IMAppKey
.
appKey
option
.
apnsCername
=
"云信控制台配置的 APNS 推送证书名称"
option
.
pkCername
=
"云信控制台配置的 PushKit 推送证书名称"
IMKitClient
.
instance
.
setupCoreKitIM
(
option
)
let
_
=
NEAtMessageManager
.
instance
}
}
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeViewController.swift
View file @
2ff3c1d0
...
...
@@ -110,7 +110,7 @@ class YHHomeViewController: YHBaseViewController {
dataSource
.
titles
=
arrItemTitles
dataSource
.
titleNormalFont
=
UIFont
.
PFSC_M
(
ofSize
:
16
)
dataSource
.
titleNormalColor
=
UIColor
(
hexString
:
"#888F98"
)
dataSource
.
titleNormalColor
=
UIColor
(
hexString
:
"#888F98"
)
!
dataSource
.
titleSelectedFont
=
UIFont
.
PFSC_M
(
ofSize
:
18
)
dataSource
.
titleSelectedColor
=
.
brandMainColor
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/C/YHCertificateListContainerVC.swift
View file @
2ff3c1d0
...
...
@@ -90,7 +90,7 @@ class YHCertificateListContainerVC: YHBaseViewController {
dataSource
.
titleNormalFont
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
dataSource
.
titleNormalColor
=
.
labelTextColor2
dataSource
.
titleSelectedFont
=
UIFont
.
PFSC_M
(
ofSize
:
16
)
dataSource
.
titleSelectedColor
=
UIColor
(
hexString
:
"#000000"
)
dataSource
.
titleSelectedColor
=
UIColor
(
hexString
:
"#000000"
)
!
dataSource
.
isItemSpacingAverageEnabled
=
false
dataSource
.
itemWidth
=
JXSegmentedViewAutomaticDimension
dataSource
.
itemSpacing
=
24
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/C/YHCertificateUploadContentListVC.swift
View file @
2ff3c1d0
...
...
@@ -399,22 +399,22 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
var
bgColor
:
UIColor
=
.
clear
if
supplementInfo
.
checkStatus
==
YHCertificateUploadStatus
.
review
.
rawValue
{
text
=
"审核中"
.
local
textColor
=
UIColor
(
hexString
:
"#FF9900"
)
bgColor
=
UIColor
(
hexString
:
"#FF9900"
,
0.08
)
textColor
=
UIColor
(
hexString
:
"#FF9900"
)
!
bgColor
=
UIColor
(
hexString
:
"#FF9900"
,
transparency
:
0.08
)
!
}
else
if
supplementInfo
.
checkStatus
==
YHCertificateUploadStatus
.
preUpload
.
rawValue
{
text
=
"待上传"
.
local
textColor
=
UIColor
(
hexString
:
"#2F7EF6"
)
bgColor
=
UIColor
(
hexString
:
"#2F7EF6"
,
0.08
)
textColor
=
UIColor
(
hexString
:
"#2F7EF6"
)
!
bgColor
=
UIColor
(
hexString
:
"#2F7EF6"
,
transparency
:
0.08
)
!
}
else
if
supplementInfo
.
checkStatus
==
YHCertificateUploadStatus
.
finish
.
rawValue
{
text
=
"已完成"
.
local
textColor
=
UIColor
(
hexString
:
"#49D2B1"
)
bgColor
=
UIColor
(
hexString
:
"#49D2B1"
,
0.08
)
textColor
=
UIColor
(
hexString
:
"#49D2B1"
)
!
bgColor
=
UIColor
(
hexString
:
"#49D2B1"
,
transparency
:
0.08
)
!
}
else
if
supplementInfo
.
checkStatus
==
YHCertificateUploadStatus
.
rejected
.
rawValue
{
text
=
"已驳回"
.
local
textColor
=
UIColor
(
hexString
:
"#F81D22"
)
bgColor
=
UIColor
(
hexString
:
"#F81D22"
,
0.08
)
textColor
=
UIColor
(
hexString
:
"#F81D22"
)
!
bgColor
=
UIColor
(
hexString
:
"#F81D22"
,
transparency
:
0.08
)
!
}
statusLabel
.
text
=
text
statusLabel
.
textColor
=
textColor
...
...
@@ -475,7 +475,7 @@ extension YHCertificateUploadContentListVC: UITableViewDelegate, UITableViewData
let
tipsFont
=
UIFont
.
PFSC_R
(
ofSize
:
12
)
let
a
:
ASAttributedString
=
.
init
(
"*最多上传"
,
.
font
(
tipsFont
),
.
foreground
(
UIColor
.
labelTextColor2
))
let
b
:
ASAttributedString
=
.
init
(
"
\(
items
.
count
)
/99 "
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
12
)),
.
foreground
(
UIColor
.
init
(
hexString
:
"#2F2F2F"
)))
let
b
:
ASAttributedString
=
.
init
(
"
\(
items
.
count
)
/99 "
,
.
font
(
UIFont
.
PFSC_M
(
ofSize
:
12
)),
.
foreground
(
UIColor
.
init
(
hexString
:
"#2F2F2F"
)
!
))
let
c
:
ASAttributedString
=
.
init
(
"张图片或文件"
,
.
font
(
tipsFont
),
.
foreground
(
UIColor
.
labelTextColor2
))
label
.
attributed
.
text
=
a
+
b
+
c
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHInformationFillTipsCell.swift
View file @
2ff3c1d0
...
...
@@ -227,7 +227,7 @@ extension YHInformationFillTipsCell {
holdView3
.
layer
.
cornerRadius
=
kCornerRadius6
holdView3
.
clipsToBounds
=
true
holdView3
.
layer
.
borderWidth
=
1
holdView3
.
layer
.
borderColor
=
UIColor
(
hexString
:
"#E4EEFF"
)
.
cgColor
holdView3
.
layer
.
borderColor
=
UIColor
(
hexString
:
"#E4EEFF"
)
?
.
cgColor
holdView
.
addSubview
(
holdView3
)
holdView3
.
snp
.
makeConstraints
{
make
in
make
.
top
.
equalTo
(
holdView2
.
snp
.
bottom
)
.
offset
(
12
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMySettingViewController.swift
View file @
2ff3c1d0
...
...
@@ -8,7 +8,6 @@
import
UIKit
import
SnapKit
import
NEConversationUIKit
class
YHMySettingViewController
:
YHBaseViewController
,
ConstraintRelatableTarget
{
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
2ff3c1d0
...
...
@@ -7,7 +7,6 @@
import
UIKit
import
SnapKit
import
NEConversationUIKit
import
SafariServices
enum
YHPersonalModuleItemType
:
Int
{
...
...
pete谢兆麟
@pete
mentioned in commit
40dbf448
·
Apr 07, 2024
mentioned in commit
40dbf448
mentioned in commit 40dbf44861e1e27885d7091f9f7097fcf5245ab1
Toggle commit list
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