update ui

This commit is contained in:
Sakurasan
2023-05-13 20:36:41 +08:00
parent 4d0fdb94c1
commit c07131fb14
5 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
bin/
test/
dist/
*.log
*.db

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/assets/logo-4312ea85.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opencatd-open</title>
<script type="module" crossorigin src="/assets/index-b3435e55.js"></script>
<link rel="stylesheet" href="/assets/index-861b18a3.css">
<script type="module" crossorigin src="/assets/index-37547ae0.js"></script>
<link rel="stylesheet" href="/assets/index-e20c1fee.css">
</head>
<body>
<div id="app"></div>

View File

@@ -32,22 +32,22 @@
</div>
</div>
<div class="mt-8 shadow-lg mb-8 flax justify-center items-center">
<div class="flex gap-4">
<div class="flex gap-2">
<div>
<input class="py-2 px-3 bg-zinc-700 rounded-lg border focus:outline-none text-white flex-1" disabled name=""
<input class="w-60 py-2 px-2 bg-zinc-700 rounded-lg border focus:outline-none text-white flex-1" disabled name=""
id="" v-model="url">
</div>
<br>
<div>
<input type="submit" value="复制" @click="copyUrl"
class="bg-white font-medium py-2 px-5 hover:bg-gray-200 hover:text-gray-900 rounded-lg h-10 text-gray-700">
class="bg-white font-medium py-2 px-3 hover:bg-gray-200 hover:text-gray-900 rounded-lg h-10 text-gray-700">
</div>
</div>
</div>
<div class="bg-diy w-screen h-auto flex flex-col overflow-x-auto justify-center items-center">
<div>
<p class="text-gray-500 mt-5">👉Api-Keys: <a
<p class="text-gray-500 mt-5 text-sm">👉Api-Keys: <a
href=https://platform.openai.com/account/api-keys>https://platform.openai.com/account/api-keys</a></p>
</div>
<section