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-26 10:57:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ebff4db108d3500701470d3ff994bdfd196a297
6ebff4db
1 parent
2296aa44
添加README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
6ebff4d
.
├── .env.sh
├── README.md
├── backend
│ ├── gallery_images.json
│ ├── gallery_videos.json
│ ├── main.py
│ ├── usage.json
│ ├── usage.lock_ai
│ └── whitelist.txt
├── backend.log
├── frontend.log
├── logs
├── poetry.lock
├── public
│ └── config.js
├── pyproject.toml
├── start_all.sh
├── stop_all.sh
├── test_z_image_client_2.py
├── venv
└── z-image-generator
├── App.tsx
├── README.md
├── components
├── constants.ts
├── index.html
├── index.tsx
├── metadata.json
├── package-lock.json
├── package.json
├── services
├── tsconfig.json
├── types.ts
└── vite.config.ts
-
.env.sh:网络配置文件
-
public/config.js:由.env.sh自动生成
-
backend/gallery_images.json:图片数据库
-
backend/gallery_videos.json:视频数据库
-
backend/usage.json:用户使用视频生成次数的记录
-
backend/whitelist.txt:用户白名单
-
backend/usage.lock_ai:用户锁
\ No newline at end of file
...
...
Please
register
or
login
to post a comment