提交 d6431d21 编写于 作者: View Design's avatar View Design

head

上级 91e3490d
...@@ -3,7 +3,7 @@ language = "node" ...@@ -3,7 +3,7 @@ language = "node"
[deployment] [deployment]
build = "npm i --registry=https://registry.npmmirror.com" build = "npm i --registry=https://registry.npmmirror.com"
run = "npm run build-sw && npm run preview" run = "npm run build-sw && node .output/server/index.mjs"
[env] [env]
PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}"
......
...@@ -5,3 +5,8 @@ ...@@ -5,3 +5,8 @@
</NuxtLayout> </NuxtLayout>
<UNotifications /> <UNotifications />
</template> </template>
<script setup>
useHead({
title: 'GitBot AI'
})
</script>
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<UButton <UButton
trailing-icon="i-heroicons-chevron-right-20-solid" trailing-icon="i-heroicons-chevron-right-20-solid"
@click="handleSearch" @click="handleSearch"
:disabled="loading" :loading="loading"
>搜索</UButton> >搜索</UButton>
</div> </div>
</UCard> </UCard>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册