Skip to content

Commit

Permalink
2023/6/28
Browse files Browse the repository at this point in the history
  • Loading branch information
xxsoftware committed Jun 28, 2023
1 parent 69d11e8 commit 730cc43
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,23 @@ export const projects: Project[] = [
{
title: 'xx记账',
description:
'trao+vue3+pinia+nutUI构建的记账微信小程序',
'trao+vue3+pinia+nutUI+echarts构建的记账微信小程序',
preview: 'https://img.xxsoftware.top/taro-app.png',
website: 'https://img.xxsoftware.top/gh_6f9f88ffcb9a_1280.jpg',
source: 'https://gitee.com/xxsoftware/taro-app',
tags: ['opensource', 'product'],
type: 'web',
},
{
title: '小游戏平台',
description:
'vitesse+elementplus构建的小游戏平台',
preview: 'https://img.xxsoftware.top/game-minesweeper.png',
website: 'https://www.xxsoftware.top/',
source: 'https://gitee.com/xxsoftware/games',
tags: ['opensource', 'product'],
type: 'web',
},
]

export type Tag = {
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ const config = {
label: 'css查询can i use',
to: 'https://caniuse.com/',
},
{
label: '程序员盒子',
to: 'https://www.coderutil.com/',
},
],
},
{
Expand Down

0 comments on commit 730cc43

Please sign in to comment.