mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 05:51:59 +08:00
udpate
This commit is contained in:
parent
c90b571749
commit
e0c7bbe9bc
14
index.html
14
index.html
@ -8,7 +8,7 @@
|
|||||||
<meta name="description" content="批量快速查询OPENAI的余额,支持可视化展现已用比例、额度、已用量、未用量、是否GPT-4、是否GPT4-32K、是否绑卡、绑卡信息、组织信息、是否有效">
|
<meta name="description" content="批量快速查询OPENAI的余额,支持可视化展现已用比例、额度、已用量、未用量、是否GPT-4、是否GPT4-32K、是否绑卡、绑卡信息、组织信息、是否有效">
|
||||||
<link rel="stylesheet" href="./static/css-1.css" type="text/css" />
|
<link rel="stylesheet" href="./static/css-1.css" type="text/css" />
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/daisyui/3.6.4/full.min.css" rel="stylesheet" type="text/css" />
|
<link href="https://cdn.staticfile.org/daisyui/3.9.2/full.min.css" rel="stylesheet" type="text/css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-gray-900 text-white">
|
<body class="bg-gray-900 text-white">
|
||||||
@ -79,17 +79,13 @@
|
|||||||
查询
|
查询
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="toast invisible md:visible">
|
<div class=" invisible md:visible">
|
||||||
<div class="alert alert-info">
|
<!-- <div class="alert alert-info"> -->
|
||||||
<p>广告链接:
|
|
||||||
<a href="https://chat.czl.net" target="_blank" class="link link-hover">CZLChat</a> <a
|
|
||||||
href="https://oapi.czl.net" target="_blank" class="link link-hover">CZLOapi</a>
|
|
||||||
<a href="https://store0.czl.net" target="_blank" class="link link-hover">CZL Store</a>
|
|
||||||
<br> 本网页由<a href="https://woodchen.ink" target="_blank" class="link link-hover">woodchen</a>开源于<a
|
<br> 本网页由<a href="https://woodchen.ink" target="_blank" class="link link-hover">woodchen</a>开源于<a
|
||||||
href="https://github.com/woodchen-ink/openai-billing-query" target="_blank"
|
href="https://github.com/woodchen-ink/openai-billing-query" target="_blank"
|
||||||
class="link link-hover">Github</a>,欢迎给个star
|
class="link link-hover">Github</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
<!-- </div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
background: url('https://cdn-img.czl.net/2023/05/23/pjbczr.webp') 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;
|
background-size:cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user