提交 59959a28 编写于 作者: D DebugIsFalse

Merge branch 'main' of gitcode.com:git_bot/ai-fe

run = "npm i && npm run dev"
language = "node"
[deployment]
build = "npm i --registry=https://registry.npmmirror.com"
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}"
XDG_CONFIG_HOME = "/root/.config"
npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global"
[debugger]
program = "main.js"
...@@ -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.
先完成此消息的编辑!
想要评论请 注册