mirror of
https://github.com/Kakune55/PyGetGPT.git
synced 2025-09-14 11:19:31 +08:00
完成创建密钥功能
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>网站后台展示页</title>
|
||||
<title>后台管理</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@@ -41,6 +41,10 @@
|
||||
.red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.nodecoration{
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -85,13 +89,13 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/admin/list">列出所有Key</a></td>
|
||||
<td><a href="/admin/list" class="nodecoration">列出所有Key</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>查询密钥</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/admin/createkey">创建密钥</a></td>
|
||||
<td><a href="/admin/createkey" class="nodecoration">创建密钥</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>阿巴阿巴</td>
|
||||
|
Reference in New Issue
Block a user