Skip to content

Commit

Permalink
feat: 关于页面添加版本序列号
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Sep 4, 2024
1 parent 878fb12 commit 9ce9c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/admin/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import favicon from '~/public/favicon.svg'
import Image from 'next/image'
import { Divider, Avatar } from '@nextui-org/react'
import { Chip, Divider, Avatar } from '@nextui-org/react'
import { ExternalLink, Github } from 'lucide-react'
import Link from 'next/link'

Expand All @@ -16,6 +16,7 @@ export default function About() {
width={64}
height={64}
/>
<Chip color="success" variant="bordered">v0.11.0</Chip>
<span>PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js 开发。</span>
<Divider className="my-4" />
<div className="flex flex-col w-full">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picimpact",
"version": "0.1.0",
"version": "0.11.0",
"private": true,
"author": "Bess Croft <[email protected]>",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 9ce9c06

Please sign in to comment.