From 64f040983166223bb297347c0c8bbe64ab4c6234 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 12 Jun 2026 03:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E8=A7=84=E5=88=99=E5=B9=B6=E4=BF=AE=E6=AD=A3=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- AGENTS.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 AGENTS.md diff --git a/.gitignore b/.gitignore index de921450..456cb4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # 屏蔽服务端运行日志 Mirserver/**/Log/** Mirserver/GCConfig.ini -cilent\996M2资源集成工具 -cilent\cache +client\996M2资源集成工具 +client\cache # 常见日志/临时文件 *.log diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..8e5bfa71 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# Project Rules + +- This project is split into `Mirserver` (server) and `client` (client). +- Files under `Mirserver` use GB2312/GBK encoding. Read and write them with the server encoding preserved; do not silently convert them to UTF-8. +- Files under `client` use UTF-8 encoding. Read and write them as UTF-8. +- When changing mirrored server/client logic, keep each side in its own encoding and verify Chinese text after edits.