Merge branch 'main' of https://gogs.yxxurl.com/Kelvin/api2gpt-web
continuous-integration/drone/push Build is passing Details

pull/1/head
lvxiu_ext 3 years ago
commit 9b44f29a48

@ -36,7 +36,7 @@
<el-input v-model="userKey" size="large" readonly @click.stop="handleCopy(userKey)"> <el-input v-model="userKey" size="large" readonly @click.stop="handleCopy(userKey)">
<template #prepend>Api Key:</template> <template #prepend>Api Key:</template>
<template #append> <template #append>
<el-button @click="handleCopy(serverUrl)"></el-button> <el-button @click="handleCopy(userKey)"></el-button>
</template> </template>
</el-input> </el-input>
</div> </div>

Loading…
Cancel
Save