diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..1e9aec339881316ae175ad2d9089280ee4c47bc2 --- /dev/null +++ b/README.en.md @@ -0,0 +1,16 @@ +# Project Name + +This is a brief introduction. + +## Project Structure + +- `.gitignore`: Used to configure Git ignored files. +- `dist/index.html`: The main web page file, which defines the basic page structure, including a `div` with the class `container` and a `footer`. +- `icon.png`: Project icon. +- `lzc-build.yml`: Build configuration file. +- `lzc-deploy-params.yml`: Deployment parameters configuration file. +- `lzc-manifest.yml`: Manifest configuration file. + +## Installation and Usage + +Please refer to the relevant configuration files for build and deployment procedures. If you need further assistance, please contact the developer. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8f5439e8db167e02c2af13784f15159947d111d0 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ + + +# 项目名称 + +这是一个简单介绍。 + +## 项目结构 + +- `.gitignore`:用于配置 Git 忽略文件。 +- `dist/index.html`:网页的主文件,定义了页面的基本结构,包含一个带有 `container` 类的 `div` 和一个 `footer`。 +- `icon.png`:项目图标。 +- `lzc-build.yml`:构建配置文件。 +- `lzc-deploy-params.yml`:部署参数配置文件。 +- `lzc-manifest.yml`:清单配置文件。 + +## 安装与使用 + +请参考相关配置文件以了解构建和部署流程。如果需要进一步的帮助,请联系开发者。 \ No newline at end of file