mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 15:48:47 +08:00
feat:增加项目鸣谢页
This commit is contained in:
@@ -45,12 +45,7 @@
|
||||
|
||||
<!-- GitHub 链接 -->
|
||||
<div class="pc-aside__footer">
|
||||
<a
|
||||
href="https://github.com/jiangrui1994/CloudSaver"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="github-link"
|
||||
>
|
||||
<a :href="PROJECT_GITHUB" target="_blank" rel="noopener noreferrer" class="github-link">
|
||||
<svg
|
||||
height="20"
|
||||
aria-hidden="true"
|
||||
@@ -76,6 +71,7 @@ import { computed } from "vue";
|
||||
import { useRouter, useRoute } from "vue-router";
|
||||
import { Search, Film, Setting, Link } from "@element-plus/icons-vue";
|
||||
import logo from "@/assets/images/logo.png";
|
||||
import { PROJECT_GITHUB } from "@/constants/project";
|
||||
import pkg from "../../package.json";
|
||||
|
||||
// 类型定义
|
||||
@@ -134,6 +130,12 @@ const menuList: MenuItem[] = [
|
||||
router: "/setting",
|
||||
disabled: false,
|
||||
},
|
||||
{
|
||||
index: "4",
|
||||
title: "鸣谢",
|
||||
icon: Link,
|
||||
router: "/thanks",
|
||||
},
|
||||
];
|
||||
|
||||
// 计算当前激活的菜单
|
||||
|
||||
Reference in New Issue
Block a user