mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 14:01:59 +08:00
Compare commits
No commits in common. "mdui2" and "1.2" have entirely different histories.
20
README.md
20
README.md
@ -3,12 +3,11 @@
|
||||
|
||||
star,please.
|
||||
|
||||
[](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/
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 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直接打开就行,除了背景图片,没有任何外部资源。
|
||||
|
||||
## 赞赏码,如果觉得好用,可以请我喝杯咖啡
|
||||
|
||||

|
||||
|
||||
## 贡献列表
|
||||
|
||||
@ -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)
|
||||
[](https://edgeone.ai/?from=github)
|
||||
|
||||
## 广告
|
||||
- [CZL Chat](https://chat.czl.net),稳定商业版AI服务。
|
||||
|
@ -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>
|
||||
|
||||
@ -110,4 +113,4 @@
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user