New API 根据Key查询使用详情

GAI Group 2bd84fe04e Update README.md 1 year ago
.idea 2c9f1d77f0 init project 2 years ago
public 11a7b1217e chore: modify lang en to zh-CN 1 year ago
src 64a2ba35b7 chore: optimize some things 1 year ago
.env.example 989e877200 update the example 2 years ago
.gitignore ad8083e813 refactor: 6.1 gift 1 year ago
Dockerfile 2c9f1d77f0 init project 2 years ago
README.md 2bd84fe04e Update README.md 1 year ago
img.png 64a2ba35b7 chore: optimize some things 1 year ago
package-lock.json ad8083e813 refactor: 6.1 gift 1 year ago
package.json ad8083e813 refactor: 6.1 gift 1 year ago

README.md

img.png

使用方法

复制.env.example文件为.env

cp .env.example .env

修改.env文件中的配置

# 展示使用明细
SHOW_DETAIL="false"

# 展示余额
SHOW_BALANCE="true"

# 填写你NewAPI的BaseURL 结尾不要带/
BASE_URL="https://nekoapi.com"

该项目需配合NewAPI才能正常使用:https://github.com/Calcium-Ion/new-api