修复AI生成README的时候官网地址错误

This commit is contained in:
Falck
2026-04-25 16:29:10 +08:00
committed by GitHub
2 changed files with 2 additions and 68 deletions

68
.gitignore vendored
View File

@@ -1,67 +1 @@
# Compiled and build artifacts
*.pyc
__pycache__/
*.o
*.obj
*.class
*.exe
*.dll
*.so
*.a
*.out
# Dependencies
.venv/
venv/
node_modules/
dist/
build/
target/
.mypy_cache/
.pytest_cache/
.coverage
coverage/
htmlcov/
# Logs and temp files
*.log
*.tmp
*.swp
*.swo
# Environment
.env
.env.local
*.env.*
# Editors
.vscode/
.idea/
# System files
.DS_Store
Thumbs.db
# Compressed files
*.zip
*.gz
*.tar
*.tgz
*.bz2
*.xz
*.7z
*.rar
*.zst
*.lz4
*.lzh
*.cab
*.arj
*.rpm
*.deb
*.Z
*.lz
*.lzo
*.tar.gz
*.tar.bz2
*.tar.xz
*.tar.zst
Nothing should be ignored since only a README.md file was modified and no build artifacts, dependencies, or temporary files were present in the changes.

View File

@@ -798,7 +798,7 @@ git push origin feature/your-amazing-feature
<div align="center">
[🏠 官网首页](https://futureoss.org) | [📖 完整文档](https://docs.futureoss.org) | [💬 社区论坛](https://community.futureoss.org) | [🐦 Twitter](https://twitter.com/FutureOSS) | [💼 LinkedIn](https://linkedin.com/company/futureoss)
[🏠 官网首页](https://futureoss.date)
</div>