commit cb6d51a132a2248d4f06e36e4e5cf147ba6de2e1 Author: kanshan Date: Thu Jan 9 13:49:24 2025 +0000 初始化提交:添加README和index.js diff --git a/README.md b/README.md new file mode 100644 index 0000000..8daada2 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Learn Gitea +这是我的第一个Gitea学习项目 diff --git a/index.js b/index.js new file mode 100644 index 0000000..cda29f4 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log("Hello Gitea");