commit 2fcaf7993481d006d8af8112141f428f1f7becfc Author: huyuanxiang Date: Thu Apr 2 10:54:07 2026 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60d7971 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> AL +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3a11d8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# official-website-china + +国内官网 \ No newline at end of file