Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
squid-Xu committed Jul 21, 2024
1 parent 789513a commit 0e6156d
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nav/front/No2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# React 生态

<script setup lang="ts">
import Menu from '../components/menu.vue'
import { REACT_DATA } from './data.js'
</script>

## React文档

<Menu :list='REACT_DATA' />
9 changes: 9 additions & 0 deletions nav/front/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,12 @@ export const BU_VUE_DATA = [
link: 'https://nutui.jd.com/bingo/#/',
},
];

export const REACT_DATA = [
{
icon: 'https://zh-hans.react.dev/favicon-32x32.png',
title: 'React',
desc: '用于构建 Web 和原生交互界面的库',
link: 'https://zh-hans.react.dev/',
},
];
10 changes: 10 additions & 0 deletions nav/tool/No1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 开放数据

<script setup lang="ts">
import Menu from '../components/menu.vue'
import { OPEN_DATA } from './data.js'
</script>

## 工具

<Menu :list='OPEN_DATA' />
8 changes: 8 additions & 0 deletions nav/tool/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export const OPEN_DATA = [
{
icon: 'https://sfz.fatcarter.cn/images/favicon.ico',
title: '身份证生成',
desc: '随机身份证号码生成',
link: 'https://sfz.fatcarter.cn/index.shtml',
},
];

0 comments on commit 0e6156d

Please sign in to comment.