Skip to content

Commit

Permalink
Merge pull request #2 from yzsong06/main
Browse files Browse the repository at this point in the history
fix: 修正依赖版本问题
  • Loading branch information
PaloMiku authored Mar 23, 2024
2 parents a494a3b + 059be7f commit 07f8d8c
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 367 deletions.
5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ hero:
- text: 站点列表
link: /nav/
theme: alt
- text: 站点状态
link: https://status.mufeng086.com
theme: alt
features:
- icon: 📢
title: 官方相关
details: 与作品本身、ip等有关的地址
details: 与作品本身、IP等有关的地址
- icon: 🛠️
title: 民间自建站点
details: 由粉丝建设的、与《高木同学》有关的网站
Expand Down
36 changes: 12 additions & 24 deletions docs/nav/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,25 +78,25 @@ export const NAV_DATA: NavData[] = [
{
icon: '/icons/takagi-wiki.webp',
title: '✅ 高木轻wiki站',
desc: '类wiki资料信息站 (by @一只鬆)',
desc: '类Wiki资料信息站 (by @一只鬆)',
link: 'https://wiki.takagi3.cn/'
},
{
icon: '/icons/takagi-fanclub.webp',
title: '🟡 高木同学Fan社区',
title: '😅 高木同学Fan社区',
desc: '属于高木厨的独立社区论坛 (by @轻虹空雨)',
link: 'https://club.takagi3.cn/'
},
{
icon: '/icons/takagi-imgshare.webp',
title: '🟡 高木同学共享云图仓',
title: '😅 高木同学共享云图仓',
desc: '实用&共享的高木美图云仓 (by @轻虹空雨)',
link: 'https://shareimg.takagi3.cn/'
},
{
icon: '/icons/takagi-filecloud.webp',
title: '✅ 高木同学文件资料站',
desc: '大家一般需要的资源,都在这了(合作建设)',
desc: '大家一般需要的资源,都在这了(合作建设)',
link: 'https://share.takagi3.top'
},
{
Expand Down Expand Up @@ -182,32 +182,20 @@ export const NAV_DATA: NavData[] = [
{
icon: '/icons/fan-anime-team.webp',
title: '木绘社 ✅',
desc: '同人动画制作团队-木绘社',
link: 'https://anime-team.takagi3.top'
desc: '高木同人动画制作团队-木绘社',
link: 'https://muhuishe.com'
},
{
icon: '/icons/Gesun-203-Jan-cover-modified.webp',
title: '木创社 ✅',
desc: '高木民间站点维护团队-木创社',
link: 'https://takagi3.top'
},
]
},
{
title: '其他 🤔',
items: [
{
icon: '/icons/chatgpt-next-web.svg',
title: '❌ ChatGPT-Next-Web',
desc: '国内可用的二改GPT站点',
link: 'https://chatgpt.takagi3.top'
},
{
icon: '/icons/bing.ico',
title: '❌ Bing-AI Chat',
desc: '国内可用的Bing AI站点',
link: 'https://bingchat.takagi3.top'
},
{
icon: 'https://umami.sotkg.cn/favicon.ico',
title: '✅ 高木Wiki信息站统计面板',
desc: '自建Umami高木Wiki信息站访客统计',
link: 'https://umami.sotkg.cn/share/DZNpuogGcuAqoPeU/%E9%AB%98%E6%9C%A8Wiki%E4%BF%A1%E6%81%AF%E7%AB%99',
},
{
icon: '/icons/Gesun-203-Jan-cover-modified.webp',
title: '✅ 《高木同学》内容仓库集群',
Expand Down
2 changes: 1 addition & 1 deletion docs/nav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { NAV_DATA } from './data'
部分站点(尤其是“民间自建站点”)由于停止维护/项目终止等原因无法访问。
:::
::: info 站点状态标识
✅:可用 🟡:短期维护/改造中 ❌:长期停运/尚未重启
✅:可用 😅:短期维护/改造中 ❌:长期停运/尚未重启
:::

<MNavLinks v-for="{title, items} in NAV_DATA" :title="title" :items="items"/>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vitepress-fe-nav",
"name": "tkg-nav",
"version": "1.0.0",
"description": "基于 VitePress 打造个人前端导航网站",
"description": "高木导航站",
"private": true,
"scripts": {
"dev": "vitepress dev docs --port=8732",
"dev": "vitepress dev docs --host",
"build": "vitepress build docs",
"build:github": "cross-env APP_BASE_PATH=/vitepress-fe-nav/ vitepress build docs",
"prepare": "husky install",
Expand Down
Loading

0 comments on commit 07f8d8c

Please sign in to comment.