Skip to content

Commit

Permalink
📃 docs:撰写项目详细信息
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed Jul 11, 2024
1 parent 26047e9 commit 9d52990
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "harmony",
"version": "0.1.0",
"private": true,
"description": "Harmony - 在线即时通讯平台",
"author": "BlackishGreen33 <s5460703@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CCNUPracticalTraining-530-2/Harmony.git"
},
"bugs": {
"url": "https://github.com/CCNUPracticalTraining-530-2/Harmonyissues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import '@/common/styles/globals.scss';
const font = Open_Sans({ subsets: ['latin'] });

export const metadata: Metadata = {
title: 'Harmony - 一个在线即时通讯软件',
title: 'Harmony - 在线即时通讯平台',
description: '爱来自华中师范大学 2022 级计算机学院早安少女组',
};

Expand Down

0 comments on commit 9d52990

Please sign in to comment.