From 298d57361240a15ba836edcb6296d7017785ccf1 Mon Sep 17 00:00:00 2001 From: laptoy Date: Fri, 31 May 2024 14:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=86=E6=B1=9F=E6=B6=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ src/component/jjt/Abc.js | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..560ac2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +#忽略node_modules文件夹 +node_modules diff --git a/src/component/jjt/Abc.js b/src/component/jjt/Abc.js index e21be04..b932367 100644 --- a/src/component/jjt/Abc.js +++ b/src/component/jjt/Abc.js @@ -2,6 +2,10 @@ import React from 'react' export default function Abc() { return ( -
Abc
+
+

+ 荆江涛 +

+
) } -- Gitee