1 parent a1724f8 commit 2e56a2eCopy full SHA for 2e56a2e
2 files changed
package.json
@@ -4,7 +4,7 @@
4
"version": "0.0.3",
5
"private": true,
6
"packageManager": "pnpm@9.5.0",
7
- "description": "一个没啥用的管理项目路径的工具",
+ "description": "跨平台开发项目管理工具",
8
"author": "MidnightCrowing",
9
"license": "MIT",
10
"homepage": "https://github.com/MidnightCrowing/CodeNest",
src/index.html
<meta charset="UTF-8">
<link rel="icon" href="~/assets/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Vite App</title>
+ <title>CodeNest</title>
</head>
<body>
<div id="app"></div>
0 commit comments