From d48b4e10ea9da6fc40b717e98fd794424dfc70bf Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Fri, 27 Mar 2026 03:38:36 +0000 Subject: [PATCH] Add README.md --- README.en.md | 19 +++++++++++++++++++ README.md | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..d963f11 --- /dev/null +++ b/README.en.md @@ -0,0 +1,19 @@ +# Demo01 + +This is a Gitee repository project. + +## Introduction + +This project is intended for demonstration purposes and is hosted on the Gitee platform. + +## Getting Started + +Please refer to the project files for details on features and usage instructions. + +## Contribution + +Issues and Pull Requests are welcome. + +## License + +Please refer to the LICENSE file in the project for specific licensing information. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..520a77c --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ + + +# Demo01 + +这是一个 Gitee 仓库项目。 + +## 简介 + +本项目用于演示目的,托管在 Gitee 平台上。 + +## 开始使用 + +请查看项目文件以了解具体功能和使用方法。 + +## 贡献 + +欢迎提交 Issue 和 Pull Request。 + +## 许可证 + +请查看项目中的 LICENSE 文件了解具体的许可证信息。 \ No newline at end of file -- Gitee