ai-gateway/web
2024-01-01 20:25:53 +08:00
..
build feat: able to add more UI theme (#860) 2024-01-01 18:55:03 +08:00
default chore: update theme related code 2024-01-01 20:25:53 +08:00
build.sh ci: fix Dockerfile & ci 2024-01-01 19:23:46 +08:00
README.md chore: update theme related code 2024-01-01 20:25:53 +08:00
THEMES feat: able to add more UI theme (#860) 2024-01-01 18:55:03 +08:00

One API 的前端界面

每个文件夹代表一个主题,欢迎提交你的主题

提交新的主题

  1. web 文件夹下新建一个文件夹,文件夹名为主题名。
  2. 把你的主题文件放到这个文件夹下。
  3. 修改 package.json 文件,把 build 命令改为:"build": "react-scripts build && mv -f build ../build/default",其中 default 为你的主题名。

主题列表

default

默认主题