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
bb305026
Commit
bb305026
authored
Dec 04, 2024
by
DavidHuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 编译过的问题
parent
56e330d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
YHAIMainChatViewController.swift
...s/AI/AI-Dialogue(AI对话)/C/YHAIMainChatViewController.swift
+1
-1
YHAIRobotChatViewController.swift
.../AI/AI-Dialogue(AI对话)/C/YHAIRobotChatViewController.swift
+1
-1
YHAIServiceListViewController.swift
...I/AI-Dialogue(AI对话)/C/YHAIServiceListViewController.swift
+1
-1
YHAITabViewController.swift
...odules/AI/AI-Dialogue(AI对话)/C/YHAITabViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/C/YHAIMainChatViewController.swift
View file @
bb305026
...
@@ -82,7 +82,7 @@ class YHAIMainChatViewController: YHBaseViewController {
...
@@ -82,7 +82,7 @@ class YHAIMainChatViewController: YHBaseViewController {
gk_navBarAlpha
=
0
gk_navBarAlpha
=
0
gk_navigationBar
.
isHidden
=
true
gk_navigationBar
.
isHidden
=
true
view
.
backgroundColor
=
.
clear
view
.
backgroundColor
=
.
clear
IQKeyboardManager
.
shared
.
enable
=
false
IQKeyboardManager
.
shared
.
isEnabled
=
false
let
historyMsgs
=
YHAIChatDataBaseManager
.
shared
.
readHistoryUIMessages
()
let
historyMsgs
=
YHAIChatDataBaseManager
.
shared
.
readHistoryUIMessages
()
messages
.
append
(
contentsOf
:
historyMsgs
)
messages
.
append
(
contentsOf
:
historyMsgs
)
...
...
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/C/YHAIRobotChatViewController.swift
View file @
bb305026
...
@@ -91,7 +91,7 @@ class YHAIRobotChatViewController: YHBaseViewController {
...
@@ -91,7 +91,7 @@ class YHAIRobotChatViewController: YHBaseViewController {
super
.
viewDidLoad
()
super
.
viewDidLoad
()
gk_navBarAlpha
=
0
gk_navBarAlpha
=
0
IQKeyboardManager
.
shared
.
enable
=
false
IQKeyboardManager
.
shared
.
isEnabled
=
false
view
.
backgroundColor
=
.
clear
view
.
backgroundColor
=
.
clear
view
.
addSubview
(
bgImgView
)
view
.
addSubview
(
bgImgView
)
...
...
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/C/YHAIServiceListViewController.swift
View file @
bb305026
...
@@ -85,7 +85,7 @@ class YHAIServiceListViewController: YHBaseViewController {
...
@@ -85,7 +85,7 @@ class YHAIServiceListViewController: YHBaseViewController {
super
.
viewDidLoad
()
super
.
viewDidLoad
()
gk_navBarAlpha
=
0
gk_navBarAlpha
=
0
gk_navigationBar
.
isHidden
=
true
gk_navigationBar
.
isHidden
=
true
IQKeyboardManager
.
shared
.
enable
=
false
IQKeyboardManager
.
shared
.
isEnabled
=
false
view
.
backgroundColor
=
.
clear
view
.
backgroundColor
=
.
clear
view
.
addSubview
(
collectionView
)
view
.
addSubview
(
collectionView
)
...
...
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/C/YHAITabViewController.swift
View file @
bb305026
...
@@ -102,7 +102,7 @@ class YHAITabViewController: YHBaseViewController {
...
@@ -102,7 +102,7 @@ class YHAITabViewController: YHBaseViewController {
func
createUI
()
{
func
createUI
()
{
IQKeyboardManager
.
shared
.
enable
=
false
IQKeyboardManager
.
shared
.
isEnabled
=
false
NotificationCenter
.
default
.
addObserver
(
self
,
selector
:
#selector(
didJumoToAIChat
)
,
name
:
YhConstant
.
YhNotification
.
didSwitchToAIChatNotification
,
object
:
nil
)
NotificationCenter
.
default
.
addObserver
(
self
,
selector
:
#selector(
didJumoToAIChat
)
,
name
:
YhConstant
.
YhNotification
.
didSwitchToAIChatNotification
,
object
:
nil
)
...
...
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