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

head

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