Compare commits

..

11 Commits
1.2 ... mdui2

Author SHA1 Message Date
wood chen
55c266975c
Update README.md 2025-07-12 06:54:16 +08:00
wood chen
e5efcbd3f3
Update README.md 2025-06-26 18:08:25 +08:00
wood chen
e17d22f6d7
Update index.html 2025-06-26 16:02:58 +08:00
wood chen
10473ef9b5
Update README.md 2025-06-26 15:55:00 +08:00
65218d4d78 Merge branch 'mdui2' of https://github.com/woodchen-ink/openai-billing-query into mdui2 2024-10-31 07:54:46 +08:00
b512ae25de style(index.html, static/css.css): Update API URL options and background image 2024-10-31 07:54:43 +08:00
wood chen
31f05dbda1
Update README.md 2024-08-05 20:46:45 +08:00
wood chen
75a66371f0
Update README.md 2024-08-05 20:45:53 +08:00
wood chen
896fe279cd
Update README.md 2024-04-15 20:49:12 +08:00
wood chen
1bdc566c45
Update README.md 2024-01-30 04:45:55 +08:00
wood chen
63ff54c29d
Update README.md 2024-01-04 17:57:01 +08:00
3 changed files with 12 additions and 17 deletions

View File

@ -3,11 +3,12 @@
star,please.
Telegram交流群https://t.me/ai_cn2023
QQ群https://qm.qq.com/q/cCKTiXSn3G
[![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)
## 在线访问(使用Cloudflare Pages部署)
新版本https://o-b.woodchen.ink/ 或者 https://o-b.pages.dev
新版本https://openai-billing-query.czl.net/
daisyUI版本https://daisyui.o-b.pages.dev/
## [English](README_EN.md)
@ -18,13 +19,9 @@ 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/1266.html
[请见我的个人博客,提供视频教程](https://woodchen.ink/archives/how-to-query-the-balance-of-openai-in-batches-expires-gpt4-whether-to-tie-cards-1ov1aw)
## 支持自定义反代接口
在第361行添加自己的接口代码
@ -36,9 +33,6 @@ daisyUI版本https://daisyui.o-b.pages.dev/
## 怎么部署
下载index.html直接打开就行除了背景图片没有任何外部资源。
## 赞赏码,如果觉得好用,可以请我喝杯咖啡
![IMG_1768.png](https://cdn-img-r2.czl.net/2023/10/13/6528c3c44100a.png)
## 贡献列表
@ -47,6 +41,10 @@ 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,9 +60,6 @@
<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>
@ -94,7 +91,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/1266.html"
<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"
target="_blank">手动获取sess的方法</mdui-menu-item>
</mdui-menu>

View File

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