Commit Graph

6 Commits

Author SHA1 Message Date
tukuaiai 6f4b7fd6d3 fix: Simplify Mermaid diagram for GitHub compatibility in README.md
This commit refactors the Mermaid diagram in README.md to improve GitHub rendering compatibility.
Key changes include:
- Removing classDef styling definitions.
- Simplifying subgraph titles and node labels.
- Standardizing arrow types to solid lines.
- Removing cross-cutting concerns and legend sections.
These adjustments aim to ensure the diagram displays correctly across various GitHub environments.
2025-12-13 10:00:55 +08:00
tukuaiai 016acbfe43 fix: Further refine Mermaid diagram syntax in README.md
This commit applies additional fixes to the Mermaid diagram in README.md
by introducing explicit subgraph IDs (e.g., subgraph ext_layer[...])
and standardizing parentheses in node labels (e.g., (外部接入预留) to (外部接入预留)).
These changes enhance the diagram's robustness and ensure consistent rendering.
2025-12-13 09:56:52 +08:00
tukuaiai b873c8f619 feat: Add detailed sponsorship addresses and fix Mermaid diagram in README.md
This commit adds detailed cryptocurrency sponsorship addresses to the README.md
under a new "赞助地址" section, enhancing transparency for community support.

Additionally, it includes a fix for a lexical error in the Mermaid diagram within
README.md by simplifying subgraph titles and ensuring proper classDef placement,
improving diagram rendering across platforms.
2025-12-13 09:54:24 +08:00
tukuaiai 45b9d3b8eb feat: Add GitHub community files and update contact information
This commit introduces standard GitHub community files including:
- Issue templates for bug reports and feature requests.
- Pull Request template.
- Security policy with contact email.
- Funding configuration with GitHub Sponsors and custom links.

Updates include:
- .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md.
- .github/PULL_REQUEST_TEMPLATE.md.
- .github/SECURITY.md with tukuai.ai@gmail.com as contact email.
- .github/FUNDING.yml with github: tukuaiai and custom crypto/social links.
- README.md with a new 联系方式 section and fixed Mermaid diagram syntax.
- .gitignore updated to track .github/ directory.

This ensures better community engagement and project maintainability.
2025-12-13 09:52:56 +08:00
tukuaiai 2c29c11689 Fix: Corrected Mermaid diagram syntax in README.md 2025-12-13 09:29:47 +08:00
tukuaiai febc83c1d1 Initial commit: Synchronize local state with remote 2025-12-13 09:25:16 +08:00