Merge branch 'docker-build' into dev

This commit is contained in:
Sun
2023-11-19 11:13:34 +08:00
3 changed files with 4 additions and 31 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "chatgpt-web",
"name": "sun-panel",
"version": "2.10.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chatgpt-web",
"name": "sun-panel",
"version": "2.10.9",
"dependencies": {
"@traptitech/markdown-it-katex": "^3.6.0",

View File

@@ -1,11 +1,11 @@
{
"name": "chatgpt-web",
"name": "sun-panel",
"version": "2.10.9",
"private": false,
"description": "ChatGPT Web",
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",
"keywords": [
"chatgpt-web",
"Sun-Panel",
"chatgpt",
"chatbot",
"vue"

View File

@@ -50,33 +50,6 @@ async function getAboutDescription() {
<div>
<span v-html="content" />
</div>
<!-- <div class="p-2 space-y-2 rounded-md bg-neutral-100 dark:bg-neutral-700">
<p>
此项目开源于
<a
class="text-blue-600 dark:text-blue-500"
href="https://github.com/Chanzhaoyu/chatgpt-web"
target="_blank"
>
GitHub
</a>
免费且基于 MIT 协议没有任何形式的付费行为
</p>
<p>
如果你觉得此项目对你有帮助请在 GitHub 帮我点个 Star 或者给予一点赞助谢谢
</p>
</div> -->
<!-- <p>{{ $t("setting.api") }}{{ config?.apiModel ?? '-' }}</p>
<p v-if="isChatGPTAPI">
{{ $t("setting.monthlyUsage") }}{{ config?.usage ?? '-' }}
</p>
<p v-if="!isChatGPTAPI">
{{ $t("setting.reverseProxy") }}{{ config?.reverseProxy ?? '-' }}
</p>
<p>{{ $t("setting.timeout") }}{{ config?.timeoutMs ?? '-' }}</p>
<p>{{ $t("setting.socks") }}{{ config?.socksProxy ?? '-' }}</p>
<p>{{ $t("setting.httpsProxy") }}{{ config?.httpsProxy ?? '-' }}</p> -->
</div>
</NSpin>
</template>