Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AfishInLake
/
WordFormat
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
98
Code
Issues
5
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix/export bug
- #101
#101
Merged
AfishInLake
merged 20 commits into
master
AfishInLake/WordFormat:master
from
fix/export_bug
AfishInLake/WordFormat:fix/export_bug
Copy head branch name to clipboard
Jul 12, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Fix/export bug
#101
AfishInLake
merged 20 commits into
master
AfishInLake/WordFormat:master
from
fix/export_bug
AfishInLake/WordFormat:fix/export_bug
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2026
refactor: 消除冗余 + 自动注册装饰器 + 清理死代码
Show description for e5a6fa2
AfishInLake
committed
e5a6fa2
View commit details
Copy full SHA for e5a6fa2
Browse repository at this point
refactor: Pydantic 配置模型 → DEFAULTS + DotDict(WIP)
Show description for d5cd157
AfishInLake
committed
d5cd157
View commit details
Copy full SHA for d5cd157
Browse repository at this point
fix: 重写测试为行为测试,修复 DotDict.__getattr__ 返回 None
Show description for 7803905
AfishInLake
committed
7803905
View commit details
Copy full SHA for 7803905
Browse repository at this point
fix: 完成 DEFAULTS + DotDict 迁移,修复测试
Show description for 0d6c6d4
AfishInLake
committed
0d6c6d4
View commit details
Copy full SHA for 0d6c6d4
Browse repository at this point
fix: 移除 GlobalFormatConfig 等残存 Pydantic 模型类
Show description for d0c13c2
AfishInLake
committed
d0c13c2
View commit details
Copy full SHA for d0c13c2
Browse repository at this point
feat: export_defaults() 导出完整配置 + 统一 BASE_FORMAT
Show description for 2de5fb1
AfishInLake
committed
2de5fb1
View commit details
Copy full SHA for 2de5fb1
Browse repository at this point
fix: wordf config 显示完整配置树(不再打印静态字符串)
Show description for 5298189
AfishInLake
committed
5298189
View commit details
Copy full SHA for 5298189
Browse repository at this point
refactor: 拆分 test_rules.py 为每个 rules/*.py 对应一个测试文件
Show description for e492a4f
AfishInLake
committed
e492a4f
View commit details
Copy full SHA for e492a4f
Browse repository at this point
refactor: tests/ 目录结构镜像 src/,一对一对应
Show description for 4b24d10
AfishInLake
committed
4b24d10
View commit details
Copy full SHA for 4b24d10
Browse repository at this point
refactor: tests/ 目录结构镜像 src/ + 拆分 utils 测试
Show description for 094ae22
AfishInLake
committed
094ae22
View commit details
Copy full SHA for 094ae22
Browse repository at this point
refactor: tests/ 目录结构镜像 src/ 完成
Show description for a6d1c8b
AfishInLake
committed
a6d1c8b
View commit details
Copy full SHA for a6d1c8b
Browse repository at this point
refactor: 降低耦合 — LazyConfig 去单例 + style 去模块变量
Show description for 9210a9c
AfishInLake
committed
9210a9c
View commit details
Copy full SHA for 9210a9c
Browse repository at this point
refactor: 拆分 test_caption_numbering → utils/test_text + rules/test_caption
Show description for 81bfff7
AfishInLake
committed
81bfff7
View commit details
Copy full SHA for 81bfff7
Browse repository at this point
fix: 补测试覆盖至 87.26% (955 passed)
Show description for dc25c00
AfishInLake
committed
dc25c00
View commit details
Copy full SHA for dc25c00
Browse repository at this point
Commits on Jul 11, 2026
docs: 同步文档至当前代码状态
Show description for ac249f0
AfishInLake
committed
ac249f0
View commit details
Copy full SHA for ac249f0
Browse repository at this point
fix: 批注颜色现已生效 — _element → _comments_elm + 严重=红
Show description for 87e0827
AfishInLake
committed
87e0827
View commit details
Copy full SHA for 87e0827
Browse repository at this point
feat: 批注富文本上色 — 位置-问题类型 前缀按严重度染色,正文黑
Show description for 6c04e93
AfishInLake
committed
6c04e93
View commit details
Copy full SHA for 6c04e93
Browse repository at this point
feat: 样式继承链统一到 StyleResolver,run 级属性沿完整链解析
Show description for cb52cda
AfishInLake
committed
cb52cda
View commit details
Copy full SHA for cb52cda
Browse repository at this point
refactor: 底层 XML 操作改用 python-docx 官方封装
Show description for fa26ec5
AfishInLake
committed
fa26ec5
View commit details
Copy full SHA for fa26ec5
Browse repository at this point
Commits on Jul 12, 2026
refactor: 精简 config loader、消除 WarningConfig 重复定义、为继承链/reader 补注释
Show description for a4138b5
AfishInLake
committed
a4138b5
View commit details
Copy full SHA for a4138b5
Browse repository at this point
You can’t perform that action at this time.