添加网页图标;修改项目名称;添加gitignore

This commit is contained in:
“jueweijue” 2023-12-24 14:15:49 +08:00
parent bbbf6d4b26
commit 763bccf5d1
4 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,6 +10,8 @@
# production # production
/build /build
.test.jsx
example.js
# misc # misc
.DS_Store .DS_Store

View File

@ -1,5 +1,5 @@
{ {
"name": "operation-platform", "name": "tiefen_space_op",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>铁粉空间-运营后台</title> <title>铁粉空间-运营后台</title>
<link rel="stylesheet" href="../src/index.css"> <link rel="stylesheet" href="../src/index.css">
<link rel="icon" href="./favicon.ico">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>