From 9e053d525f43475b516ed55c63b2096dc035e97b Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:14:03 +0800 Subject: [PATCH] =?UTF-8?q?style(analyzer):=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E5=88=86=E6=9E=90=E5=99=A8=E8=A7=84=E5=88=99=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将表格格式从简单的分隔符转换为标准markdown表格 - 添加表格头部分隔线以提高可读性 - 确保表格对齐和格式一致性 - [no tag] --- GFramework.Generator/AnalyzerReleases.Unshipped.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GFramework.Generator/AnalyzerReleases.Unshipped.md b/GFramework.Generator/AnalyzerReleases.Unshipped.md index 805387c..88d2578 100644 --- a/GFramework.Generator/AnalyzerReleases.Unshipped.md +++ b/GFramework.Generator/AnalyzerReleases.Unshipped.md @@ -3,7 +3,7 @@ ### New Rules -Rule ID | Category | Severity | Notes ---------|----------|----------|------- -GFLOG001 | GFramework.Logging | Error | Diagnostics -GFW_LOG001 | GFramework.Logging | Warning | Diagnostics \ No newline at end of file +| Rule ID | Category | Severity | Notes | +|------------|--------------------|----------|-------------| +| GFLOG001 | GFramework.Logging | Error | Diagnostics | +| GFW_LOG001 | GFramework.Logging | Warning | Diagnostics | \ No newline at end of file