Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
68ac8f97
authored
2023-12-12 08:06:48 +0800
by
RSA
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
28823_chatbot_vuzo_link
1 parent
6a7eec90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
.vscode/settings.json
client/public/index.html
.vscode/settings.json
0 → 100644
View file @
68ac8f9
{
"workbench.colorCustomizations"
:
{
"activityBar.activeBackground"
:
"#2a2a2a"
,
"activityBar.background"
:
"#2a2a2a"
,
"activityBarBadge.background"
:
"#606020"
,
"activityBarBadge.foreground"
:
"#e7e7e7"
,
"sash.hoverBorder"
:
"#2a2a2a"
,
"statusBar.background"
:
"#111111"
,
"statusBarItem.hoverBackground"
:
"#2a2a2a"
,
"statusBarItem.remoteBackground"
:
"#111111"
,
"titleBar.activeBackground"
:
"#111111"
,
"titleBar.inactiveBackground"
:
"#11111199"
}
}
\ No newline at end of file
client/public/index.html
View file @
68ac8f9
...
...
@@ -33,8 +33,8 @@
document
.
head
.
appendChild
(
btutilAsset
);
let
vuzoScript
=
document
.
createElement
(
"script"
)
var
start_URL
=
"%REACT_APP_START_SERVER_URL%"
;
vuzoScript
.
setAttribute
(
"src"
,
"%REACT_APP_START_SERVER_URL%"
+
'/
snippets/com.global.vuzo/js/com.global.vuzo.js?ver='
+
ver
);
var
start_URL
=
"%REACT_APP_START_SERVER_URL%
/
"
;
vuzoScript
.
setAttribute
(
"src"
,
start_URL
+
'
snippets/com.global.vuzo/js/com.global.vuzo.js?ver='
+
ver
);
document
.
head
.
appendChild
(
vuzoScript
);
</script>
</head>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment