📝 Update solar network page
This commit is contained in:
@@ -173,6 +173,15 @@
|
|||||||
</template>
|
</template>
|
||||||
</n-button>
|
</n-button>
|
||||||
</n-card>
|
</n-card>
|
||||||
|
<a href="https://web.solian.app" target="_blank">
|
||||||
|
<n-tag round :bordered="false" size="small" class="cursor-pointer">
|
||||||
|
Open the web version (Strongly not recommended, only for
|
||||||
|
preview)
|
||||||
|
<template #icon>
|
||||||
|
<n-icon :component="WebRound" />
|
||||||
|
</template>
|
||||||
|
</n-tag>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</n-gi>
|
</n-gi>
|
||||||
</n-grid>
|
</n-grid>
|
||||||
@@ -236,7 +245,12 @@ import {
|
|||||||
NTag,
|
NTag,
|
||||||
} from "naive-ui";
|
} from "naive-ui";
|
||||||
import { Octokit } from "@octokit/rest";
|
import { Octokit } from "@octokit/rest";
|
||||||
import { LaunchRound, StarOutlineRound, StarRound } from "@vicons/material";
|
import {
|
||||||
|
LaunchRound,
|
||||||
|
StarOutlineRound,
|
||||||
|
StarRound,
|
||||||
|
WebRound,
|
||||||
|
} from "@vicons/material";
|
||||||
|
|
||||||
useHead({
|
useHead({
|
||||||
title: "Solar Network",
|
title: "Solar Network",
|
||||||
|
Reference in New Issue
Block a user