Toggle navigation
Toggle navigation
This project
Loading...
Sign in
卢阳
/
front_backend_zImage
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ly0303521
2026-01-21 17:45:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
439e47f9015e98a07da109ce4bd6938024a9d2c4
439e47f9
1 parent
93cd9db4
补充配置文件
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
.gitignore
z-image-generator/public/config.js
.gitignore
View file @
439e47f
@@ -26,5 +26,3 @@ dist-ssr
@@ -26,5 +26,3 @@ dist-ssr
26
backend/whitelist.txt
26
backend/whitelist.txt
27
backend/gallery_images.json
27
backend/gallery_images.json
28
backend/gallery_videos.json
28
backend/gallery_videos.json
29
-
z-image-generator/public
30
-
z-image-generator/public/config.js
0 → 100644
View file @
439e47f
1
+
window
.
APP_CONFIG
=
{
2
+
Z_IMAGE_DIRECT_BASE_URL
:
"http://106.120.52.146:39009"
,
3
+
TURBO_DIFFUSION_API_URL
:
"http://106.120.52.146:37002"
,
4
+
VIDEO_OSS_BASE_URL
:
"http://106.120.52.146:34000"
,
5
+
API_BASE_URL
:
"http://106.120.52.146:37000"
6
+
};
Please
register
or
login
to post a comment