添加网页图标;修改项目名称;添加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
/build
.test.jsx
example.js
# misc
.DS_Store

View File

@ -1,5 +1,5 @@
{
"name": "operation-platform",
"name": "tiefen_space_op",
"version": "0.1.0",
"private": true,
"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" />
<title>铁粉空间-运营后台</title>
<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>
<body>
<div id="root"></div>