mirror of https://github.com/halo-dev/halo
chore: update Halo official website URL (#6514)
Co-authored-by: John Niang <johnniang@foxmail.com>pull/6473/head
parent
d68dca931b
commit
72e7b19697
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue