chore: update Halo official website URL (#6514)

Co-authored-by: John Niang <johnniang@foxmail.com>
pull/6473/head
Ryan Wang 2024-08-26 15:53:04 +08:00 committed by GitHub
parent d68dca931b
commit 72e7b19697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View File

@ -11,6 +11,6 @@ spec:
displayName: Local displayName: Local
enabled: true enabled: true
description: Built-in authentication for Halo. description: Built-in authentication for Halo.
logo: https://halo.run/logo logo: https://www.halo.run/logo
website: https://halo.run website: https://www.halo.run
authenticationUrl: /login authenticationUrl: /login

View File

@ -1,8 +1,8 @@
## README ## README
<p align="center"> <p align="center">
<a href="https://halo.run" target="_blank" rel="noopener noreferrer"> <a href="https://www.halo.run" target="_blank" rel="noopener noreferrer">
<img width="100" src="https://halo.run/logo" alt="Halo logo" /> <img width="100" src="https://www.halo.run/logo" alt="Halo logo" />
</a> </a>
</p> </p>

View File

@ -27,14 +27,14 @@ type Story = StoryObj<typeof VAvatar>;
export const Default: Story = { export const Default: Story = {
args: { args: {
src: "https://halo.run/logo", src: "https://www.halo.run/logo",
alt: "Hello", alt: "Hello",
}, },
}; };
export const Circle: Story = { export const Circle: Story = {
args: { args: {
src: "https://halo.run/logo", src: "https://www.halo.run/logo",
alt: "Hello", alt: "Hello",
circle: true, circle: true,
}, },

View File

@ -40,7 +40,7 @@ const meta: Meta<typeof VModal> = {
<div class="flex flex-col"> <div class="flex flex-col">
<img class="w-full" src="https://ryanc.cc/avatar" /> <img class="w-full" src="https://ryanc.cc/avatar" />
<img class="w-full" src="https://ryanc.cc/avatar" /> <img class="w-full" src="https://ryanc.cc/avatar" />
<img class="w-full" src="https://halo.run/logo" /> <img class="w-full" src="https://www.halo.run/logo" />
</div> </div>
<template #footer> <template #footer>

View File

@ -13,11 +13,11 @@ import { VAlert } from "@halo-dev/components";
> >
<template #url> <template #url>
<a <a
href="https://halo.run/store/apps" href="https://www.halo.run/store/apps"
target="_blank" target="_blank"
class="underline-offset-2 hover:text-gray-900 hover:underline" class="underline-offset-2 hover:text-gray-900 hover:underline"
> >
https://halo.run/store/apps https://www.halo.run/store/apps
</a> </a>
</template> </template>
</i18n-t> </i18n-t>