From 2dbfaac9e43ba04ebf2dc1bd259860f88abba026 Mon Sep 17 00:00:00 2001 From: 8ga Date: Fri, 24 Jul 2026 12:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20a2s=5Fagent=5Farch.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a2s_agent_arch.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/a2s_agent_arch.md b/a2s_agent_arch.md index 64cefef..2b8cb48 100644 --- a/a2s_agent_arch.md +++ b/a2s_agent_arch.md @@ -21,12 +21,12 @@ ## 代码编写守则 -- 代码书写规范:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/clean_java_code_rules.md -- ORM实体类示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_entity.md -- 枚举类示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_enum.md -- SQL示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_mysql_ddl.md -- 书写HTTP接口文档示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_rest_api_doc.md -- DTO/VO示例:https://git.jkwlstv.cn/doc/prompts/raw/branch/main/example_dto_bean.md +- [代码书写规范](./clean_java_code_rules.md) +- [ORM实体类示例](./example_entity.md) +- [枚举类示例](./example_enum.md) +- [SQL示例](./example_mysql_ddl.md) +- [书写HTTP接口文档示例](./example_rest_api_doc.md) +- [DTO/VO示例](./example_dto_bean.md) ## 目录结构