diff --git a/index.html b/index.html index 6def074..1964e51 100644 --- a/index.html +++ b/index.html @@ -9,88 +9,98 @@ +

查询结果

- - - - - - - - - - - - - - - - - - - - - -
序号API KEY总额度已使用剩余量已用比例到期时间模型[最高]绑卡绑卡信息组织信息速率[RPM,TPM]有效
+
+ + + + + + + + + + + + + + + + + + + + + +
序号API KEY总额度已使用剩余量已用比例到期时间模型[最高]绑卡绑卡信息组织信息速率[RPM,TPM]有效
+
- OpenAI API 信息查询 + OpenAI API 信息查询 - -

页面列表:

- 查API信息
- 通过access token获取sess
- 手动获取sess的方法 + +
+

输入 API KEY

+

本站不保存 KEY 信息,查询后请自行保存

+ -
-
-

输入 API KEY

-

本站不保存 KEY 信息,查询后请自行保存

-
- - - - 【官网线路】api.openai.com - 【CZLoapi线路】oapi.czl.net - 【Cloudflare网关】查不了已用量 - 【群友提供公益CF反代,勿测重要key】openai.996.lat - 【已前置https】自定义 + + [官网线路]api.openai.com + [CZLoapi线路] oapi.czl.net + [Cloudflare网关] + 查不了已用量 + [群友提供公益CF反代] openai.996.lat + [已前置https] 自定义 - -
+ -
- 已用比例 -
-
- 绑卡信息 -
-
- 组织信息 +
+
+ 已用比例 +
+
+ 绑卡信息 +
+
+ 组织信息 +
- - 查询 - + + 查询 + +

页面列表

+ + 查API信息 + 通过access token获取sess + 手动获取sess的方法 + -
-
本网页由woodchen开源于Github -

+
+ 本网页由woodchen开源于Github + +
- + diff --git a/static/css-1.css b/static/css-1.css index 73f6e2c..ca68ec3 100644 --- a/static/css-1.css +++ b/static/css-1.css @@ -1,37 +1,41 @@ -html, -body { - height: 100%; - width:100%; - margin:0; - padding:0; -} -mdui-layout { - height: 100VH; -} -a { - text-decoration: none; -} -.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); - } +} +mdui-top-app-bar { + background-color: rgba(var(--mdui-color-primary), 0.2); +} +mdui-button { + border-radius: var(--mdui-shape-corner-small); +} + +mdui-navigation-drawer { + padding-top: 20px; +} +html, +body { + height: 100%; + width: 100%; + margin: 0; + padding: 0; +} + +mdui-layout { + height: 100VH; +} + +a { + text-decoration: none; +} + +.hidden { + display: none; +} + +@font-face { + font-family: "Material Icons"; + src: url(/static/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2); +}