mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-01 07:36:38 +08:00
[x] 修改颜色 [x] 日志页面新增快速筛选日期、修复渠道ID查询、自动更新消耗额度、删除日志详情(因为没有太大意义); [x] 用户管理界面,支持快速设置用户组,在`web\src\components\UsersTable.js`处修改相关值; [x] 令牌界面,删除无用的多种复制、聊天等按钮; [x] 删除 系统访问令牌; |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
vercel.json |
React Template
Basic Usages
# Runs the app in the development mode
npm start
# Builds the app for production to the `build` folder
npm run build
If you want to change the default server, please set REACT_APP_SERVER
environment variables before build,
for example: REACT_APP_SERVER=http://your.domain.com
.
Before you start editing, make sure your Actions on Save
options have Optimize imports
& Run Prettier
enabled.