diff --git a/package.json b/package.json index 99ecc7d..4dd6835 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,16 @@ "name": "harmony", "version": "0.1.0", "private": true, + "description": "Harmony - 在线即时通讯平台", + "author": "BlackishGreen33 ", + "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", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 823e355..7dc96ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 级计算机学院早安少女组', };