Compare commits

..

No commits in common. "mdui2" and "1.2" have entirely different histories.
mdui2 ... 1.2

3 changed files with 17 additions and 12 deletions

View File

@ -3,12 +3,11 @@
star,please.
[![Use EdgeOne Pages to deploy](https://cdnstatic.tencentcs.com/edgeone/pages/deploy.svg)](https://edgeone.ai/pages/new?repository-url=https%3A%2F%2Fgithub.com%2Fwoodchen-ink%2Fopenai-billing-query)
Telegram交流群https://t.me/ai_cn2023
QQ群https://qm.qq.com/q/cCKTiXSn3G
## 在线访问(使用Cloudflare Pages部署)
新版本https://openai-billing-query.czl.net/
新版本https://o-b.woodchen.ink/ 或者 https://o-b.pages.dev
daisyUI版本https://daisyui.o-b.pages.dev/
## [English](README_EN.md)
@ -19,9 +18,13 @@ daisyUI版本https://daisyui.o-b.pages.dev/
![screenshot-20231215-003509](https://github.com/woodchen-ink/openai-billing-query/assets/95951386/e5da95ec-544e-4541-944e-308cf8ffe0e6)
## SESS ID获取方法
[请见我的个人博客,提供视频教程](https://woodchen.ink/archives/how-to-query-the-balance-of-openai-in-batches-expires-gpt4-whether-to-tie-cards-1ov1aw)
请见我的个人博客提供视频教程https://woodchen.ink/1266.html
## 支持自定义反代接口
在第361行添加自己的接口代码
@ -33,6 +36,9 @@ daisyUI版本https://daisyui.o-b.pages.dev/
## 怎么部署
下载index.html直接打开就行除了背景图片没有任何外部资源。
## 赞赏码,如果觉得好用,可以请我喝杯咖啡
![IMG_1768.png](https://cdn-img-r2.czl.net/2023/10/13/6528c3c44100a.png)
## 贡献列表
@ -41,10 +47,6 @@ daisyUI版本https://daisyui.o-b.pages.dev/
| [qiyue](https://github.com/qiyue-rgb) | 技术协助 |
| 🙊 | cloudflare反代地址 |
## CDN acceleration and security protection for this project are sponsored by Tencent EdgeOne.
[Best Asian CDN, Edge, and Secure Solutions - Tencent EdgeOne](https://edgeone.ai/?from=github)
[![image](https://github.com/user-attachments/assets/3375c4c0-8cd4-4675-ab88-220b6bc4f23b)](https://edgeone.ai/?from=github)
## 广告
- [CZL Chat](https://chat.czl.net)稳定商业版AI服务。

View File

@ -60,6 +60,9 @@
<mdui-select id="api-url-select" icon="airline_stops" label="查询线路" value="https://api.openai.com"
onchange="toggleCustomUrlInput()">
<mdui-menu-item value="https://api.openai.com">[官网线路]api.openai.com</mdui-menu-item>
<mdui-menu-item value="https://oapi.czl.net">[CZLoapi线路]oapi.czl.net</mdui-menu-item>
<mdui-menu-item value="https://openai.996.lat">[群友CF反代]openai.996.lat</mdui-menu-item>
<mdui-menu-item value="https://gateway.ai.cloudflare.com/v1/feedd0aa8abd6875052d86a94f1baf83/test/openai">CF Gateway</mdui-menu-item>
<mdui-menu-item value="custom">[已前置https]自定义</mdui-menu-item>
</mdui-select>
@ -91,7 +94,7 @@
<mdui-menu-item icon="vpn_key" href="get_sess.html">通过access token获取sess</mdui-menu-item>
<mdui-menu-item icon="vpn_key" href="get_sess2.html">通过PandoraNext获取sess</mdui-menu-item>
<mdui-menu-item icon="vpn_key" href="refresh_see.html">刷新Platform相关信息刷新sess</mdui-menu-item>
<mdui-menu-item icon="build" href="https://woodchen.ink/archives/how-to-query-the-balance-of-openai-in-batches-expires-gpt4-whether-to-tie-cards-1ov1aw"
<mdui-menu-item icon="build" href="https://woodchen.ink/1266.html"
target="_blank">手动获取sess的方法</mdui-menu-item>
</mdui-menu>

View File

@ -8,7 +8,7 @@
}
body {
background: url('https://random-api.czl.net/pic/ecy') no-repeat center center fixed;
background: url('https://cdn-img-r2.czl.net/2023/05/23/pjbczr.webp') no-repeat center center fixed;
/* 自定义背景图 */
background-size: cover;
width: 90%;