mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 05:51:59 +08:00
update
This commit is contained in:
parent
a478392113
commit
ce51f6ffca
10
index.html
10
index.html
@ -7,12 +7,8 @@
|
||||
<title>OpenAI API 信息查询</title>
|
||||
<meta name="description" content="批量快速查询OPENAI的余额,支持可视化展现已用比例、额度、已用量、未用量、是否GPT-4、是否GPT4-32K、是否绑卡、绑卡信息、组织信息、是否有效">
|
||||
<link rel="stylesheet" href="./static/css-1.css" type="text/css" />
|
||||
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
|
||||
<!-- <link href="https://cdn.staticfile.org/daisyui/3.9.2/full.min.css" rel="stylesheet" type="text/css" /> -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/mdui@2.0.1/mdui.css">
|
||||
<script src="https://unpkg.com/mdui@2.0.1/mdui.global.js"></script>
|
||||
<!-- Filled -->
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -48,7 +44,7 @@
|
||||
<mdui-top-app-bar-title>OpenAI API 信息查询</mdui-top-app-bar-title>
|
||||
</mdui-top-app-bar>
|
||||
|
||||
<mdui-navigation-drawer open contained="true" class="left-drawer">
|
||||
<mdui-navigation-drawer open class="left-drawer" close-on-overlay-click>
|
||||
<p>页面列表:</p>
|
||||
<mdui-chip elevated><a href="index.html">查API信息</a></mdui-chip><br>
|
||||
<mdui-chip elevated><a href="get_sess1.html">通过access token获取sess</a></mdui-chip><br>
|
||||
@ -82,8 +78,8 @@
|
||||
<mdui-checkbox onchange="toggleSetidInfo()">组织信息</mdui-checkbox>
|
||||
</div>
|
||||
|
||||
<mdui-button full-width id="query-button" onclick="sendRequest()">
|
||||
查询
|
||||
<mdui-button full-width id="query-button" icon="search" onclick="sendRequest()">
|
||||
查询
|
||||
</mdui-button>
|
||||
|
||||
<div>
|
||||
|
@ -14,6 +14,24 @@ a {
|
||||
.hidden{
|
||||
display:none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Material Icons";
|
||||
src: url(/static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2);
|
||||
}
|
||||
/* 修改 primary 的颜色值 */
|
||||
:root {
|
||||
--mdui-color-primary-light: 103, 80, 164;
|
||||
--mdui-color-primary-dark: 208, 188, 255;
|
||||
}
|
||||
|
||||
/* 把 foo 元素的背景色设置为 primary */
|
||||
.foo {
|
||||
background-color: rgb(var(--mdui-color-primary));
|
||||
}
|
||||
|
||||
/* 把 bar 元素的背景色设置为含 0.8 不透明度的 primary */
|
||||
.bar {
|
||||
background-color: rgba(var(--mdui-color-primary), 0.8);
|
||||
}
|
||||
|
||||
|
||||
|
BIN
static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
Normal file
BIN
static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user