perf: gpt 添加 proxy

This commit is contained in:
ibuler 2023-07-11 11:47:41 +08:00
parent 28c836b1f6
commit 1b4e01d19e
4 changed files with 6 additions and 4 deletions

View File

@ -486,6 +486,7 @@
"ReLoginErr": "Login time has exceeded 5 minutes, please login again"
},
"common": {
"Proxy": "Proxy",
"PublicKey": "Public key",
"PrivateKey": "Private key",
"Project": "Project name",
@ -2199,4 +2200,4 @@
"PublishStatus": "Publish status",
"NoPublished": "Unpublished"
}
}
}

View File

@ -486,6 +486,7 @@
"ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください"
},
"common": {
"Proxy": "プロキシ",
"PublicKey": "公開鍵です",
"PrivateKey": "秘密鍵です",
"Project": "プロジェクト名です",
@ -2191,4 +2192,4 @@
"PublishStatus": "投稿ステータス",
"NoPublished": "未発表"
}
}
}

View File

@ -479,6 +479,7 @@
"ReLoginErr": "登录时长已超过 5 分钟,请重新登录"
},
"common": {
"Proxy": "代理",
"PublicKey": "公钥",
"PrivateKey": "私钥",
"Project": "项目名",

View File

@ -12,10 +12,9 @@ export default {
return {
url: '/api/v1/assets/gpts/',
addFields: [
[this.$t('common.Proxy'), ['proxy'], 1]
]
}
},
mounted() {
}
}
</script>