chore: add GitHub repo button

This commit is contained in:
AnotiaWang
2025-02-12 12:27:56 +08:00
parent 230e1b488c
commit 33967c9ee4
2 changed files with 17 additions and 3 deletions

View File

@ -0,0 +1,11 @@
<template>
<UButton
color="primary"
variant="subtle"
icon="i-lucide-github"
to="https://github.com/AnotiaWang/deep-research-web-ui"
target="_blank"
>
GitHub
</UButton>
</template>

View File

@ -2,13 +2,16 @@
<div> <div>
<UContainer> <UContainer>
<div class="max-w-4xl mx-auto py-8 flex flex-col gap-y-4"> <div class="max-w-4xl mx-auto py-8 flex flex-col gap-y-4">
<div class="flex items-center gap-2"> <div class="flex flex-col sm:flex-row gap-2">
<h1 class="text-3xl font-bold text-center mb-2"> <h1 class="text-3xl font-bold text-center mb-2">
Deep Research Assistant Deep Research Assistant
</h1> </h1>
<ConfigManager ref="configManagerRef" class="ml-auto" /> <div class="mx-auto sm:ml-auto sm:mr-0 flex items-center gap-2">
<GitHubButton />
<ConfigManager ref="configManagerRef" />
<ColorModeButton /> <ColorModeButton />
</div> </div>
</div>
<div> <div>
This is a web UI for This is a web UI for