We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeeb1c commit 1f0dba5Copy full SHA for 1f0dba5
README.md
@@ -15,7 +15,7 @@
15
<a href="https://github.com/facebook/react">
16
<img src="https://img.shields.io/badge/react-18.2.0-brightgreen.svg" alt="react">
17
</a>
18
- <a href="https://github.com/lb1129/l-project/blob/master/LICENSE">
+ <a href="https://github.com/lb1129/l-project-react/blob/master/LICENSE">
19
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
20
21
</p>
@@ -48,9 +48,9 @@
48
# 克隆项目
49
git clone https://github.com/lb1129/l-project-react.git
50
51
-# main.ts app-env.d.ts 这两个文件保留,其余src目录及文件可清空
+# main.tsx app-env.d.ts 这两个文件保留,其余src目录及文件可清空
52
53
-# main.ts 第一行内容保留,其余内容可清空
+# main.tsx 第一行内容保留,其余内容可清空
54
55
# 加入你的内容
56
```
0 commit comments