mirror of
https://github.com/imsyy/home.git
synced 2025-05-19 20:50:14 +09:00
增加账户管理
This commit is contained in:
parent
ced24ddfdd
commit
7bf0420d86
@ -1,13 +1,18 @@
|
||||
[
|
||||
{
|
||||
"icon": "User",
|
||||
"name": "账户管理",
|
||||
"link": "https://auth.xn--e-0n6am96a.icu"
|
||||
},
|
||||
{
|
||||
"icon": "BloggerB",
|
||||
"name": "主站",
|
||||
"name": "文章站",
|
||||
"link": "https://www.xn--e-0n6am96a.icu"
|
||||
},
|
||||
{
|
||||
"icon": "UserFriends",
|
||||
"name": "随笔系统",
|
||||
"link": "https://memos.xn--e-0n6am96a.icu"
|
||||
"link": "https://memos.xn--e-0n6am96a.icu/auth"
|
||||
},
|
||||
{
|
||||
"icon": "Rocketchat",
|
||||
|
@ -43,7 +43,7 @@
|
||||
<script setup>
|
||||
import { Icon } from "@vicons/utils";
|
||||
// 可前往 https://www.xicons.org 自行挑选并在此处引入
|
||||
import { Link,BloggerB, UserFriends, Rocketchat, Cloud, Robot, Check, Heart } from "@vicons/fa"; // 注意使用正确的类别
|
||||
import { Link,BloggerB, UserFriends, Rocketchat, Cloud, Robot, Check, Heart,User} from "@vicons/fa"; // 注意使用正确的类别
|
||||
import { mainStore } from "@/store";
|
||||
import { Swiper, SwiperSlide } from "swiper/vue";
|
||||
import { Pagination, Mousewheel } from "swiper";
|
||||
@ -69,7 +69,8 @@ const siteIcon = {
|
||||
Rocketchat,
|
||||
Robot,
|
||||
Check,
|
||||
Heart
|
||||
Heart,
|
||||
User
|
||||
};
|
||||
|
||||
// 链接跳转
|
||||
|
Loading…
Reference in New Issue
Block a user