mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 01:48:22 +08:00
update docs
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
# 这些用户将被请求审查所有 PR
|
# 这些用户将被请求审查所有 PR
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
* @tinkle-community @hzb1115 @tangmengqiu @mykelio1001 @Icyoung @SkywalkerJi
|
* @NoFxAiOS @hzb1115 @tangmengqiu @mykelio1001 @Icyoung @SkywalkerJi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Specific Component Owners | 特定组件所有者
|
# Specific Component Owners | 特定组件所有者
|
||||||
|
|||||||
+1
-1
@@ -184,7 +184,7 @@ We follow a **coordinated disclosure** approach:
|
|||||||
|
|
||||||
For security concerns, reach out via:
|
For security concerns, reach out via:
|
||||||
|
|
||||||
- **Email**: Contact maintainers (see [GitHub profile](https://github.com/tinkle-community/nofx))
|
- **Email**: Contact maintainers (see [GitHub profile](https://github.com/NoFxAiOS/nofx))
|
||||||
- **Twitter**: [@nofx_official](https://x.com/nofx_official) (DM open)
|
- **Twitter**: [@nofx_official](https://x.com/nofx_official) (DM open)
|
||||||
- **Telegram**: [NOFX Developer Community](https://t.me/nofx_dev_community)
|
- **Telegram**: [NOFX Developer Community](https://t.me/nofx_dev_community)
|
||||||
- **GitHub**: Private security advisory (preferred for verified issues)
|
- **GitHub**: Private security advisory (preferred for verified issues)
|
||||||
|
|||||||
@@ -86,8 +86,8 @@ jobs:
|
|||||||
comment += '- ⚠️ Point out issues\n';
|
comment += '- ⚠️ Point out issues\n';
|
||||||
comment += '- 💡 Give specific suggestions on how to fix\n\n';
|
comment += '- 💡 Give specific suggestions on how to fix\n\n';
|
||||||
comment += '**Learn more:**\n';
|
comment += '**Learn more:**\n';
|
||||||
comment += '- [Migration Guide](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n';
|
comment += '- [Migration Guide](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n';
|
||||||
comment += '- [Contributing Guidelines](https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md)\n\n';
|
comment += '- [Contributing Guidelines](https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md)\n\n';
|
||||||
comment += '**Questions?** Just ask in the comments! We\'re here to help. 🙏\n\n';
|
comment += '**Questions?** Just ask in the comments! We\'re here to help. 🙏\n\n';
|
||||||
comment += '---\n\n';
|
comment += '---\n\n';
|
||||||
comment += '*This is an automated message. It won\'t affect your PR being merged.*';
|
comment += '*This is an automated message. It won\'t affect your PR being merged.*';
|
||||||
|
|||||||
@@ -256,11 +256,11 @@ jobs:
|
|||||||
|
|
||||||
comment += '\n---\n\n';
|
comment += '\n---\n\n';
|
||||||
comment += '### 📖 Resources\n\n';
|
comment += '### 📖 Resources\n\n';
|
||||||
comment += '- [Contributing Guidelines](https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md)\n';
|
comment += '- [Contributing Guidelines](https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md)\n';
|
||||||
comment += '- [Migration Guide](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n\n';
|
comment += '- [Migration Guide](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)\n\n';
|
||||||
comment += '**Questions?** Feel free to ask in the comments! 🙏\n\n';
|
comment += '**Questions?** Feel free to ask in the comments! 🙏\n\n';
|
||||||
comment += '---\n\n';
|
comment += '---\n\n';
|
||||||
comment += '*These checks are advisory and won\'t block your PR from being merged. This comment is automatically generated from [pr-checks-run.yml](https://github.com/tinkle-community/nofx/blob/dev/.github/workflows/pr-checks-run.yml).*';
|
comment += '*These checks are advisory and won\'t block your PR from being merged. This comment is automatically generated from [pr-checks-run.yml](https://github.com/NoFxAiOS/nofx/blob/dev/.github/workflows/pr-checks-run.yml).*';
|
||||||
|
|
||||||
// Post comment
|
// Post comment
|
||||||
await github.rest.issues.createComment({
|
await github.rest.issues.createComment({
|
||||||
|
|||||||
+1
-1
@@ -196,7 +196,7 @@ When releasing a new version, move [Unreleased] items to a new version section w
|
|||||||
- [Documentation](docs/README.md)
|
- [Documentation](docs/README.md)
|
||||||
- [Contributing Guidelines](CONTRIBUTING.md)
|
- [Contributing Guidelines](CONTRIBUTING.md)
|
||||||
- [Security Policy](SECURITY.md)
|
- [Security Policy](SECURITY.md)
|
||||||
- [GitHub Repository](https://github.com/tinkle-community/nofx)
|
- [GitHub Repository](https://github.com/NoFxAiOS/nofx)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -196,7 +196,7 @@ NOFX 项目的所有重要更改都将记录在此文件中。
|
|||||||
- [文档](docs/README.md)
|
- [文档](docs/README.md)
|
||||||
- [贡献指南](CONTRIBUTING.md)
|
- [贡献指南](CONTRIBUTING.md)
|
||||||
- [安全策略](SECURITY.md)
|
- [安全策略](SECURITY.md)
|
||||||
- [GitHub 仓库](https://github.com/tinkle-community/nofx)
|
- [GitHub 仓库](https://github.com/NoFxAiOS/nofx)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -85,7 +85,7 @@ git clone https://github.com/YOUR_USERNAME/nofx.git
|
|||||||
cd nofx
|
cd nofx
|
||||||
|
|
||||||
# Add upstream remote
|
# Add upstream remote
|
||||||
git remote add upstream https://github.com/tinkle-community/nofx.git
|
git remote add upstream https://github.com/NoFxAiOS/nofx.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Create a Feature Branch
|
### 2. Create a Feature Branch
|
||||||
@@ -440,7 +440,7 @@ Reviewers will check:
|
|||||||
|
|
||||||
### How It Works
|
### How It Works
|
||||||
|
|
||||||
1. Check [open bounty issues](https://github.com/tinkle-community/nofx/labels/bounty)
|
1. Check [open bounty issues](https://github.com/NoFxAiOS/nofx/labels/bounty)
|
||||||
2. Comment to claim (first come, first served)
|
2. Comment to claim (first come, first served)
|
||||||
3. Complete work within deadline
|
3. Complete work within deadline
|
||||||
4. Submit PR with bounty claim section filled
|
4. Submit PR with bounty claim section filled
|
||||||
@@ -459,7 +459,7 @@ Reviewers will check:
|
|||||||
## ❓ Questions?
|
## ❓ Questions?
|
||||||
|
|
||||||
- **General questions:** Join our [Telegram Community](https://t.me/nofx_dev_community)
|
- **General questions:** Join our [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
- **Technical questions:** Open a [Discussion](https://github.com/tinkle-community/nofx/discussions)
|
- **Technical questions:** Open a [Discussion](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- **Security issues:** See [Security Policy](SECURITY.md)
|
- **Security issues:** See [Security Policy](SECURITY.md)
|
||||||
- **Bug reports:** Use [Bug Report Template](.github/ISSUE_TEMPLATE/bug_report.md)
|
- **Bug reports:** Use [Bug Report Template](.github/ISSUE_TEMPLATE/bug_report.md)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
+3
-3
@@ -352,7 +352,7 @@ sudo apt-get install libta-lib0-dev
|
|||||||
### 2. プロジェクトをクローン
|
### 2. プロジェクトをクローン
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/tinkle-community/nofx.git
|
git clone https://github.com/NoFxAiOS/nofx.git
|
||||||
cd nofx
|
cd nofx
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -1314,7 +1314,7 @@ IssueとPull Requestを歓迎します!
|
|||||||
|
|
||||||
|
|
||||||
### 🐛 技術サポート
|
### 🐛 技術サポート
|
||||||
- **GitHub Issues**: [Issueを提出](https://github.com/tinkle-community/nofx/issues)
|
- **GitHub Issues**: [Issueを提出](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
- **開発者コミュニティ**: [Telegramグループ](https://t.me/nofx_dev_community)
|
- **開発者コミュニティ**: [Telegramグループ](https://t.me/nofx_dev_community)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -1337,4 +1337,4 @@ IssueとPull Requestを歓迎します!
|
|||||||
|
|
||||||
## ⭐ Star履歴
|
## ⭐ Star履歴
|
||||||
|
|
||||||
[](https://star-history.com/#tinkle-community/nofx&Date)
|
[](https://star-history.com/#NoFxAiOS/nofx&Date)
|
||||||
|
|||||||
+2
-2
@@ -188,7 +188,7 @@ git pull origin main
|
|||||||
go build -o nofx
|
go build -o nofx
|
||||||
|
|
||||||
# Subscribe to security advisories
|
# Subscribe to security advisories
|
||||||
# Watch GitHub releases: https://github.com/tinkle-community/nofx/releases
|
# Watch GitHub releases: https://github.com/NoFxAiOS/nofx/releases
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -428,7 +428,7 @@ git pull origin main
|
|||||||
go build -o nofx
|
go build -o nofx
|
||||||
|
|
||||||
# 订阅安全公告
|
# 订阅安全公告
|
||||||
# 关注 GitHub 发布:https://github.com/tinkle-community/nofx/releases
|
# 关注 GitHub 发布:https://github.com/NoFxAiOS/nofx/releases
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ Files GitHub needs to see:
|
|||||||
```
|
```
|
||||||
|
|
||||||
**GitHub URLs automatically redirect!**
|
**GitHub URLs automatically redirect!**
|
||||||
- Old: `github.com/tinkle-community/nofx/blob/main/DOCKER_DEPLOY.en.md`
|
- Old: `github.com/NoFxAiOS/nofx/blob/main/DOCKER_DEPLOY.en.md`
|
||||||
- Will redirect to: `github.com/.../docs/getting-started/docker-deploy.en.md`
|
- Will redirect to: `github.com/.../docs/getting-started/docker-deploy.en.md`
|
||||||
|
|
||||||
## 🛠️ For Contributors
|
## 🛠️ For Contributors
|
||||||
@@ -224,7 +224,7 @@ Closes #XXX
|
|||||||
3. Ask in [Telegram](https://t.me/nofx_dev_community)
|
3. Ask in [Telegram](https://t.me/nofx_dev_community)
|
||||||
|
|
||||||
**Link broken?**
|
**Link broken?**
|
||||||
- Report in [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- Report in [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
- We'll fix it ASAP!
|
- We'll fix it ASAP!
|
||||||
|
|
||||||
**Want to contribute docs?**
|
**Want to contribute docs?**
|
||||||
|
|||||||
+5
-5
@@ -58,7 +58,7 @@ Welcome to the NOFX documentation! This page helps you find the right documentat
|
|||||||
**Get Involved:**
|
**Get Involved:**
|
||||||
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
|
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
||||||
- 🐛 [Report Issues](https://github.com/tinkle-community/nofx/issues)
|
- 🐛 [Report Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -122,8 +122,8 @@ Welcome to the NOFX documentation! This page helps you find the right documentat
|
|||||||
|
|
||||||
### I want to...
|
### I want to...
|
||||||
- 🚀 **Get started quickly** → [Getting Started](getting-started/README.md) / [快速开始](getting-started/README.zh-CN.md)
|
- 🚀 **Get started quickly** → [Getting Started](getting-started/README.md) / [快速开始](getting-started/README.zh-CN.md)
|
||||||
- 🐛 **Report a bug** → [GitHub Issues](https://github.com/tinkle-community/nofx/issues/new)
|
- 🐛 **Report a bug** → [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues/new)
|
||||||
- 💡 **Suggest a feature** → [Feature Request](https://github.com/tinkle-community/nofx/issues/new?template=feature_request.md)
|
- 💡 **Suggest a feature** → [Feature Request](https://github.com/NoFxAiOS/nofx/issues/new?template=feature_request.md)
|
||||||
- 🔒 **Report security issue** → [Security Policy](../SECURITY.md)
|
- 🔒 **Report security issue** → [Security Policy](../SECURITY.md)
|
||||||
- 💰 **Claim a bounty** → [Bounty Guide](community/bounty-guide.md)
|
- 💰 **Claim a bounty** → [Bounty Guide](community/bounty-guide.md)
|
||||||
- 🤝 **Contribute code** → [Contributing Guide](../CONTRIBUTING.md)
|
- 🤝 **Contribute code** → [Contributing Guide](../CONTRIBUTING.md)
|
||||||
@@ -165,7 +165,7 @@ Welcome to the NOFX documentation! This page helps you find the right documentat
|
|||||||
1. **Search GitHub Issues** - Someone might have asked already
|
1. **Search GitHub Issues** - Someone might have asked already
|
||||||
2. **Join Telegram** - [NOFX Developer Community](https://t.me/nofx_dev_community)
|
2. **Join Telegram** - [NOFX Developer Community](https://t.me/nofx_dev_community)
|
||||||
3. **Ask on Twitter** - Mention [@nofx_official](https://x.com/nofx_official)
|
3. **Ask on Twitter** - Mention [@nofx_official](https://x.com/nofx_official)
|
||||||
4. **Create an Issue** - [New Issue](https://github.com/tinkle-community/nofx/issues/new)
|
4. **Create an Issue** - [New Issue](https://github.com/NoFxAiOS/nofx/issues/new)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -186,4 +186,4 @@ Found an error or want to improve the docs?
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Last Updated:** 2025-11-01
|
**Last Updated:** 2025-11-01
|
||||||
**Maintained by:** [Tinkle Community](https://github.com/tinkle-community)
|
**Maintained by:** [NOFX Community](https://github.com/NoFxAiOS)
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ If you prefer to do it manually:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Add upstream if not already added
|
# Add upstream if not already added
|
||||||
git remote add upstream https://github.com/tinkle-community/nofx.git
|
git remote add upstream https://github.com/NoFxAiOS/nofx.git
|
||||||
|
|
||||||
# Fetch latest changes
|
# Fetch latest changes
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
@@ -255,7 +255,7 @@ If the migration script doesn't work:
|
|||||||
**Stuck on migration?**
|
**Stuck on migration?**
|
||||||
- Comment on your PR
|
- Comment on your PR
|
||||||
- Ask in [Telegram](https://t.me/nofx_dev_community)
|
- Ask in [Telegram](https://t.me/nofx_dev_community)
|
||||||
- Open a [Discussion](https://github.com/tinkle-community/nofx/discussions)
|
- Open a [Discussion](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
|
|
||||||
**We're here to help you succeed!** 🚀
|
**We're here to help you succeed!** 🚀
|
||||||
|
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ git push -f origin <your-pr-branch>
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 如果还没添加 upstream,添加它
|
# 如果还没添加 upstream,添加它
|
||||||
git remote add upstream https://github.com/tinkle-community/nofx.git
|
git remote add upstream https://github.com/NoFxAiOS/nofx.git
|
||||||
|
|
||||||
# 获取最新更改
|
# 获取最新更改
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
@@ -255,7 +255,7 @@ git push -f origin <your-pr-branch>
|
|||||||
**迁移遇到困难?**
|
**迁移遇到困难?**
|
||||||
- 在你的 PR 中评论
|
- 在你的 PR 中评论
|
||||||
- 在 [Telegram](https://t.me/nofx_dev_community) 提问
|
- 在 [Telegram](https://t.me/nofx_dev_community) 提问
|
||||||
- 开启 [Discussion](https://github.com/tinkle-community/nofx/discussions)
|
- 开启 [Discussion](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
|
|
||||||
**我们在这里帮助你成功!** 🚀
|
**我们在这里帮助你成功!** 🚀
|
||||||
|
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ Don't panic! We're here to help.
|
|||||||
- Merge conflicts → Rebase on latest `dev`
|
- Merge conflicts → Rebase on latest `dev`
|
||||||
|
|
||||||
**Need help?** Just ask! Comment in your PR or reach out:
|
**Need help?** Just ask! Comment in your PR or reach out:
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- [Telegram Community](https://t.me/nofx_dev_community)
|
- [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -323,11 +323,11 @@ This new system helps YOU by:
|
|||||||
|
|
||||||
### Helpful Links
|
### Helpful Links
|
||||||
- [Conventional Commits](https://www.conventionalcommits.org/) - Commit format
|
- [Conventional Commits](https://www.conventionalcommits.org/) - Commit format
|
||||||
- [Good First Issues](https://github.com/tinkle-community/nofx/labels/good%20first%20issue) - Beginner-friendly tasks
|
- [Good First Issues](https://github.com/NoFxAiOS/nofx/labels/good%20first%20issue) - Beginner-friendly tasks
|
||||||
- [Bounty Program](../bounty-guide.md) - Get paid to contribute
|
- [Bounty Program](../bounty-guide.md) - Get paid to contribute
|
||||||
|
|
||||||
### Get Help
|
### Get Help
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions) - Ask questions
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions) - Ask questions
|
||||||
- [Telegram](https://t.me/nofx_dev_community) - Community chat
|
- [Telegram](https://t.me/nofx_dev_community) - Community chat
|
||||||
- [Twitter](https://x.com/nofx_official) - Updates and announcements
|
- [Twitter](https://x.com/nofx_official) - Updates and announcements
|
||||||
|
|
||||||
@@ -341,7 +341,7 @@ This is a new system and we want YOUR input:
|
|||||||
- 🤔 What concerns do you have?
|
- 🤔 What concerns do you have?
|
||||||
- 💡 How can we improve?
|
- 💡 How can we improve?
|
||||||
|
|
||||||
Share in the [Migration Feedback Discussion](https://github.com/tinkle-community/nofx/discussions) (link TBD)
|
Share in the [Migration Feedback Discussion](https://github.com/NoFxAiOS/nofx/discussions) (link TBD)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ perf(ai): optimize prompt generation
|
|||||||
- 合并冲突 → 基于最新 `dev` rebase
|
- 合并冲突 → 基于最新 `dev` rebase
|
||||||
|
|
||||||
**需要帮助?** 只管问!在你的 PR 中评论或联系:
|
**需要帮助?** 只管问!在你的 PR 中评论或联系:
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- [Telegram 社区](https://t.me/nofx_dev_community)
|
- [Telegram 社区](https://t.me/nofx_dev_community)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -323,11 +323,11 @@ perf(ai): optimize prompt generation
|
|||||||
|
|
||||||
### 有用链接
|
### 有用链接
|
||||||
- [Conventional Commits](https://www.conventionalcommits.org/) - Commit 格式
|
- [Conventional Commits](https://www.conventionalcommits.org/) - Commit 格式
|
||||||
- [Good First Issues](https://github.com/tinkle-community/nofx/labels/good%20first%20issue) - 适合初学者的任务
|
- [Good First Issues](https://github.com/NoFxAiOS/nofx/labels/good%20first%20issue) - 适合初学者的任务
|
||||||
- [悬赏计划](../bounty-guide.md) - 获得报酬来贡献
|
- [悬赏计划](../bounty-guide.md) - 获得报酬来贡献
|
||||||
|
|
||||||
### 获取帮助
|
### 获取帮助
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions) - 提问
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions) - 提问
|
||||||
- [Telegram](https://t.me/nofx_dev_community) - 社区聊天
|
- [Telegram](https://t.me/nofx_dev_community) - 社区聊天
|
||||||
- [Twitter](https://x.com/nofx_official) - 更新和公告
|
- [Twitter](https://x.com/nofx_official) - 更新和公告
|
||||||
|
|
||||||
@@ -341,7 +341,7 @@ perf(ai): optimize prompt generation
|
|||||||
- 🤔 你有什么顾虑?
|
- 🤔 你有什么顾虑?
|
||||||
- 💡 我们如何改进?
|
- 💡 我们如何改进?
|
||||||
|
|
||||||
在[迁移反馈讨论](https://github.com/tinkle-community/nofx/discussions)中分享(链接待定)
|
在[迁移反馈讨论](https://github.com/NoFxAiOS/nofx/discussions)中分享(链接待定)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ git push origin <your-branch-name>
|
|||||||
|
|
||||||
### 📖 Learn More
|
### 📖 Learn More
|
||||||
|
|
||||||
- [Migration Announcement](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)
|
- [Migration Announcement](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md)
|
||||||
- [Contributing Guidelines](https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md)
|
- [Contributing Guidelines](https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md)
|
||||||
|
|
||||||
### ❓ Questions?
|
### ❓ Questions?
|
||||||
|
|
||||||
@@ -108,8 +108,8 @@ git push origin <your-branch-name>
|
|||||||
|
|
||||||
### 📖 了解更多
|
### 📖 了解更多
|
||||||
|
|
||||||
- [迁移公告](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
|
- [迁移公告](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
|
||||||
- [贡献指南](https://github.com/tinkle-community/nofx/blob/dev/docs/i18n/zh-CN/CONTRIBUTING.md)
|
- [贡献指南](https://github.com/NoFxAiOS/nofx/blob/dev/docs/i18n/zh-CN/CONTRIBUTING.md)
|
||||||
|
|
||||||
### ❓ 问题?
|
### ❓ 问题?
|
||||||
|
|
||||||
@@ -136,7 +136,7 @@ We're introducing a new PR system. Your PR won't be blocked - we'll review it no
|
|||||||
./scripts/pr-check.sh
|
./scripts/pr-check.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
[Learn more](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!
|
[Learn more](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -159,7 +159,7 @@ We're introducing a new PR system. Your PR won't be blocked - we'll review it no
|
|||||||
./scripts/pr-check.sh
|
./scripts/pr-check.sh
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
||||||
[Learn more](https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!"
|
[Learn more](https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md) | This is optional!"
|
||||||
|
|
||||||
echo "✅ Commented on PR #$pr_number"
|
echo "✅ Commented on PR #$pr_number"
|
||||||
sleep 2 # Be nice to GitHub API
|
sleep 2 # Be nice to GitHub API
|
||||||
|
|||||||
@@ -28,14 +28,14 @@ We're introducing a new PR management system to improve code quality and make co
|
|||||||
- [Security Policy](../../SECURITY.md) - Report vulnerabilities
|
- [Security Policy](../../SECURITY.md) - Report vulnerabilities
|
||||||
|
|
||||||
2. **Find Something to Work On**
|
2. **Find Something to Work On**
|
||||||
- Browse [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- Browse [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
- Look for `good first issue` label
|
- Look for `good first issue` label
|
||||||
- Check out [bounty tasks](#-bounty-program)
|
- Check out [bounty tasks](#-bounty-program)
|
||||||
|
|
||||||
3. **Join the Community**
|
3. **Join the Community**
|
||||||
- 💬 [Telegram Developer Community](https://t.me/nofx_dev_community)
|
- 💬 [Telegram Developer Community](https://t.me/nofx_dev_community)
|
||||||
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
||||||
- 🐙 [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- 🐙 [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ NOFX offers bounties for valuable contributions:
|
|||||||
| Platform | Purpose | Link |
|
| Platform | Purpose | Link |
|
||||||
|----------|---------|------|
|
|----------|---------|------|
|
||||||
| 💬 Telegram | Real-time chat, questions | [Join](https://t.me/nofx_dev_community) |
|
| 💬 Telegram | Real-time chat, questions | [Join](https://t.me/nofx_dev_community) |
|
||||||
| 🐙 GitHub | Issues, PRs, discussions | [Visit](https://github.com/tinkle-community/nofx) |
|
| 🐙 GitHub | Issues, PRs, discussions | [Visit](https://github.com/NoFxAiOS/nofx) |
|
||||||
| 🐦 Twitter | Announcements, updates | [@nofx_official](https://x.com/nofx_official) |
|
| 🐦 Twitter | Announcements, updates | [@nofx_official](https://x.com/nofx_official) |
|
||||||
|
|
||||||
### Core Team
|
### Core Team
|
||||||
@@ -228,10 +228,10 @@ NOFX offers bounties for valuable contributions:
|
|||||||
|
|
||||||
| Metric | Count |
|
| Metric | Count |
|
||||||
|--------|-------|
|
|--------|-------|
|
||||||
| GitHub Stars | Check [repo](https://github.com/tinkle-community/nofx) |
|
| GitHub Stars | Check [repo](https://github.com/NoFxAiOS/nofx) |
|
||||||
| Contributors | 21+ |
|
| Contributors | 21+ |
|
||||||
| Open Issues | Check [issues](https://github.com/tinkle-community/nofx/issues) |
|
| Open Issues | Check [issues](https://github.com/NoFxAiOS/nofx/issues) |
|
||||||
| Merged PRs | Check [pulls](https://github.com/tinkle-community/nofx/pulls?q=is%3Apr+is%3Amerged) |
|
| Merged PRs | Check [pulls](https://github.com/NoFxAiOS/nofx/pulls?q=is%3Apr+is%3Amerged) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
1. **访问项目 Issues 页面**
|
1. **访问项目 Issues 页面**
|
||||||
```
|
```
|
||||||
https://github.com/tinkle-community/nofx/issues
|
https://github.com/NoFxAiOS/nofx/issues
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **点击 "New Issue" 按钮**
|
2. **点击 "New Issue" 按钮**
|
||||||
@@ -215,7 +215,7 @@ Details: [详情链接]
|
|||||||
|
|
||||||
## 📞 需要帮助?
|
## 📞 需要帮助?
|
||||||
|
|
||||||
- **GitHub Issues**: https://github.com/tinkle-community/nofx/issues
|
- **GitHub Issues**: https://github.com/NoFxAiOS/nofx/issues
|
||||||
- **Telegram**: https://t.me/nofx_dev_community
|
- **Telegram**: https://t.me/nofx_dev_community
|
||||||
- **Twitter/X**: [@Web3Tinkle](https://x.com/Web3Tinkle)
|
- **Twitter/X**: [@Web3Tinkle](https://x.com/Web3Tinkle)
|
||||||
|
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ For single-tenant/self-hosted usage, you can enable strict admin-only access:
|
|||||||
**Need more help?**
|
**Need more help?**
|
||||||
- 📖 [FAQ](../guides/faq.zh-CN.md)
|
- 📖 [FAQ](../guides/faq.zh-CN.md)
|
||||||
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
|
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ cp config.json.example config.json
|
|||||||
**需要更多帮助?**
|
**需要更多帮助?**
|
||||||
- 📖 [常见问题](../guides/faq.zh-CN.md)
|
- 📖 [常见问题](../guides/faq.zh-CN.md)
|
||||||
- 💬 [Telegram 社区](https://t.me/nofx_dev_community)
|
- 💬 [Telegram 社区](https://t.me/nofx_dev_community)
|
||||||
- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ Run multiple AI models simultaneously:
|
|||||||
|
|
||||||
**Can't find what you need?**
|
**Can't find what you need?**
|
||||||
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
|
- 💬 [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ sudo apt-get install libta-lib0-dev
|
|||||||
|
|
||||||
**找不到您需要的内容?**
|
**找不到您需要的内容?**
|
||||||
- 💬 [Telegram 社区](https://t.me/nofx_dev_community)
|
- 💬 [Telegram 社区](https://t.me/nofx_dev_community)
|
||||||
- 🐛 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- 🐛 [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
- 🐦 [Twitter @nofx_official](https://x.com/nofx_official)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ docker info | grep -A 10 "Registry Mirrors"
|
|||||||
# Should show your configured mirrors
|
# Should show your configured mirrors
|
||||||
```
|
```
|
||||||
|
|
||||||
**Related Issue:** [#168](https://github.com/tinkle-community/nofx/issues/168)
|
**Related Issue:** [#168](https://github.com/NoFxAiOS/nofx/issues/168)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -340,7 +340,7 @@ Binance has strict API rate limits:
|
|||||||
- Reduce number of traders
|
- Reduce number of traders
|
||||||
- Increase decision interval (e.g., from 1min to 3-5min)
|
- Increase decision interval (e.g., from 1min to 3-5min)
|
||||||
|
|
||||||
**Related Issue:** [#60](https://github.com/tinkle-community/nofx/issues/60)
|
**Related Issue:** [#60](https://github.com/NoFxAiOS/nofx/issues/60)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -559,7 +559,7 @@ If you've tried all the above and still have problems:
|
|||||||
|
|
||||||
3. **Join Community:**
|
3. **Join Community:**
|
||||||
- [Telegram Developer Community](https://t.me/nofx_dev_community)
|
- [Telegram Developer Community](https://t.me/nofx_dev_community)
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ docker info | grep -A 10 "Registry Mirrors"
|
|||||||
# 应该显示你配置的镜像源
|
# 应该显示你配置的镜像源
|
||||||
```
|
```
|
||||||
|
|
||||||
**相关 Issue:** [#168](https://github.com/tinkle-community/nofx/issues/168)
|
**相关 Issue:** [#168](https://github.com/NoFxAiOS/nofx/issues/168)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -340,7 +340,7 @@ environment:
|
|||||||
- 减少交易员数量
|
- 减少交易员数量
|
||||||
- 增加决策间隔时间(例如从 1 分钟改为 3-5 分钟)
|
- 增加决策间隔时间(例如从 1 分钟改为 3-5 分钟)
|
||||||
|
|
||||||
**相关 Issue:** [#60](https://github.com/tinkle-community/nofx/issues/60)
|
**相关 Issue:** [#60](https://github.com/NoFxAiOS/nofx/issues/60)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -559,7 +559,7 @@ docker compose exec postgres \
|
|||||||
|
|
||||||
3. **加入社区:**
|
3. **加入社区:**
|
||||||
- [Telegram 开发者社区](https://t.me/nofx_dev_community)
|
- [Telegram 开发者社区](https://t.me/nofx_dev_community)
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ Default: **3 positions**. This is a soft limit defined in the AI prompt, not har
|
|||||||
|
|
||||||
**Why**: NOFX uses `PositionSide(LONG/SHORT)` which requires Hedge Mode.
|
**Why**: NOFX uses `PositionSide(LONG/SHORT)` which requires Hedge Mode.
|
||||||
|
|
||||||
See [Issue #202](https://github.com/tinkle-community/nofx/issues/202) and [Troubleshooting Guide](TROUBLESHOOTING.md#-only-opening-short-positions-issue-202).
|
See [Issue #202](https://github.com/NoFxAiOS/nofx/issues/202) and [Troubleshooting Guide](TROUBLESHOOTING.md#-only-opening-short-positions-issue-202).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -178,13 +178,13 @@ See the comprehensive [Troubleshooting Guide](TROUBLESHOOTING.md) for:
|
|||||||
|
|
||||||
### How do I report a bug?
|
### How do I report a bug?
|
||||||
1. Check [Troubleshooting Guide](TROUBLESHOOTING.md) first
|
1. Check [Troubleshooting Guide](TROUBLESHOOTING.md) first
|
||||||
2. Search [existing issues](https://github.com/tinkle-community/nofx/issues)
|
2. Search [existing issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
3. If not found, use our [Bug Report Template](../../.github/ISSUE_TEMPLATE/bug_report.md)
|
3. If not found, use our [Bug Report Template](../../.github/ISSUE_TEMPLATE/bug_report.md)
|
||||||
|
|
||||||
### Where can I get help?
|
### Where can I get help?
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- [Telegram Community](https://t.me/nofx_dev_community)
|
- [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
- [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@ Yes! We welcome contributions:
|
|||||||
- See [Contributing Guide](../CONTRIBUTING.md)
|
- See [Contributing Guide](../CONTRIBUTING.md)
|
||||||
|
|
||||||
### How do I suggest new features?
|
### How do I suggest new features?
|
||||||
Open a [Feature Request](https://github.com/tinkle-community/nofx/issues/new/choose) with your idea!
|
Open a [Feature Request](https://github.com/NoFxAiOS/nofx/issues/new/choose) with your idea!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ AI 交易是**实验性**的,**不保证盈利**。请始终用小额资金测
|
|||||||
|
|
||||||
**原因**:NOFX 使用 `PositionSide(LONG/SHORT)`,需要双向持仓模式。
|
**原因**:NOFX 使用 `PositionSide(LONG/SHORT)`,需要双向持仓模式。
|
||||||
|
|
||||||
参见 [Issue #202](https://github.com/tinkle-community/nofx/issues/202) 和[故障排查指南](TROUBLESHOOTING.zh-CN.md#-只开空单-issue-202)。
|
参见 [Issue #202](https://github.com/NoFxAiOS/nofx/issues/202) 和[故障排查指南](TROUBLESHOOTING.zh-CN.md#-只开空单-issue-202)。
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -178,13 +178,13 @@ docker compose exec postgres \
|
|||||||
|
|
||||||
### 如何报告 Bug?
|
### 如何报告 Bug?
|
||||||
1. 先查看[故障排查指南](TROUBLESHOOTING.zh-CN.md)
|
1. 先查看[故障排查指南](TROUBLESHOOTING.zh-CN.md)
|
||||||
2. 搜索[现有 Issues](https://github.com/tinkle-community/nofx/issues)
|
2. 搜索[现有 Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
3. 如果没找到,使用我们的 [Bug 报告模板](../../.github/ISSUE_TEMPLATE/bug_report.md)
|
3. 如果没找到,使用我们的 [Bug 报告模板](../../.github/ISSUE_TEMPLATE/bug_report.md)
|
||||||
|
|
||||||
### 在哪里可以获得帮助?
|
### 在哪里可以获得帮助?
|
||||||
- [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- [Telegram 社区](https://t.me/nofx_dev_community)
|
- [Telegram 社区](https://t.me/nofx_dev_community)
|
||||||
- [GitHub Issues](https://github.com/tinkle-community/nofx/issues)
|
- [GitHub Issues](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -198,7 +198,7 @@ docker compose exec postgres \
|
|||||||
- 查看[贡献指南](../CONTRIBUTING.md)
|
- 查看[贡献指南](../CONTRIBUTING.md)
|
||||||
|
|
||||||
### 如何建议新功能?
|
### 如何建议新功能?
|
||||||
提交 [Feature Request](https://github.com/tinkle-community/nofx/issues/new/choose) 说明您的想法!
|
提交 [Feature Request](https://github.com/NoFxAiOS/nofx/issues/new/choose) 说明您的想法!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -219,7 +219,7 @@ faq.zh-CN.md → Chinese FAQ
|
|||||||
|
|
||||||
**Questions? / 有问题?**
|
**Questions? / 有问题?**
|
||||||
- 💬 Ask in [Telegram Community](https://t.me/nofx_dev_community)
|
- 💬 Ask in [Telegram Community](https://t.me/nofx_dev_community)
|
||||||
- 🐙 Open a [GitHub Issue](https://github.com/tinkle-community/nofx/issues)
|
- 🐙 Open a [GitHub Issue](https://github.com/NoFxAiOS/nofx/issues)
|
||||||
- 📧 Contact maintainers
|
- 📧 Contact maintainers
|
||||||
|
|
||||||
**Resources / 资源:**
|
**Resources / 资源:**
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ git clone https://github.com/YOUR_USERNAME/nofx.git
|
|||||||
cd nofx
|
cd nofx
|
||||||
|
|
||||||
# 添加 upstream remote
|
# 添加 upstream remote
|
||||||
git remote add upstream https://github.com/tinkle-community/nofx.git
|
git remote add upstream https://github.com/NoFxAiOS/nofx.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. 创建功能分支
|
### 2. 创建功能分支
|
||||||
@@ -442,7 +442,7 @@ docs: update Docker deployment guide
|
|||||||
|
|
||||||
### 工作方式
|
### 工作方式
|
||||||
|
|
||||||
1. 查看[悬赏 issue](https://github.com/tinkle-community/nofx/labels/bounty)
|
1. 查看[悬赏 issue](https://github.com/NoFxAiOS/nofx/labels/bounty)
|
||||||
2. 评论认领(先到先得)
|
2. 评论认领(先到先得)
|
||||||
3. 在截止日期前完成工作
|
3. 在截止日期前完成工作
|
||||||
4. 提交 PR 并填写悬赏认领部分
|
4. 提交 PR 并填写悬赏认领部分
|
||||||
@@ -461,7 +461,7 @@ docs: update Docker deployment guide
|
|||||||
## ❓ 问题?
|
## ❓ 问题?
|
||||||
|
|
||||||
- **一般问题:** 加入我们的 [Telegram 社区](https://t.me/nofx_dev_community)
|
- **一般问题:** 加入我们的 [Telegram 社区](https://t.me/nofx_dev_community)
|
||||||
- **技术问题:** 开启[讨论](https://github.com/tinkle-community/nofx/discussions)
|
- **技术问题:** 开启[讨论](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- **安全问题:** 查看[安全政策](../../../SECURITY.md)
|
- **安全问题:** 查看[安全政策](../../../SECURITY.md)
|
||||||
- **Bug 报告:** 使用 [Bug 报告模板](../../../.github/ISSUE_TEMPLATE/bug_report.md)
|
- **Bug 报告:** 使用 [Bug 报告模板](../../../.github/ISSUE_TEMPLATE/bug_report.md)
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ Everything here is transparent and designed to help you contribute successfully!
|
|||||||
|
|
||||||
## 📞 Questions?
|
## 📞 Questions?
|
||||||
|
|
||||||
- **Public questions:** Use [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- **Public questions:** Use [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- **Maintainer questions:** Use the maintainer channel
|
- **Maintainer questions:** Use the maintainer channel
|
||||||
- **Migration questions:** See [Migration Announcement](../community/MIGRATION_ANNOUNCEMENT.md)
|
- **Migration questions:** See [Migration Announcement](../community/MIGRATION_ANNOUNCEMENT.md)
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
## 📞 问题?
|
## 📞 问题?
|
||||||
|
|
||||||
- **公开问题:** 使用 [GitHub Discussions](https://github.com/tinkle-community/nofx/discussions)
|
- **公开问题:** 使用 [GitHub Discussions](https://github.com/NoFxAiOS/nofx/discussions)
|
||||||
- **维护者问题:** 使用维护者频道
|
- **维护者问题:** 使用维护者频道
|
||||||
- **迁移问题:** 查看[迁移公告](../community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
|
- **迁移问题:** 查看[迁移公告](../community/MIGRATION_ANNOUNCEMENT.zh-CN.md)
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -81,7 +81,7 @@ fi
|
|||||||
if ! git remote | grep -q "^upstream$"; then
|
if ! git remote | grep -q "^upstream$"; then
|
||||||
log_warning "Upstream remote not found"
|
log_warning "Upstream remote not found"
|
||||||
log_suggestion "Add upstream remote:"
|
log_suggestion "Add upstream remote:"
|
||||||
log_command "git remote add upstream https://github.com/tinkle-community/nofx.git"
|
log_command "git remote add upstream https://github.com/NoFxAiOS/nofx.git"
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -347,7 +347,7 @@ echo " ✅ UI/UX improvements"
|
|||||||
echo " ✅ Performance optimizations"
|
echo " ✅ Performance optimizations"
|
||||||
echo " ✅ Bug fixes"
|
echo " ✅ Bug fixes"
|
||||||
echo ""
|
echo ""
|
||||||
log_suggestion "Check roadmap: https://github.com/tinkle-community/nofx/blob/dev/docs/roadmap/README.md"
|
log_suggestion "Check roadmap: https://github.com/NoFxAiOS/nofx/blob/dev/docs/roadmap/README.md"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# ═══════════════════════════════════════════
|
# ═══════════════════════════════════════════
|
||||||
@@ -402,8 +402,8 @@ fi
|
|||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "📚 Resources:"
|
echo "📚 Resources:"
|
||||||
echo " - Contributing Guide: https://github.com/tinkle-community/nofx/blob/dev/CONTRIBUTING.md"
|
echo " - Contributing Guide: https://github.com/NoFxAiOS/nofx/blob/dev/CONTRIBUTING.md"
|
||||||
echo " - Migration Guide: https://github.com/tinkle-community/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md"
|
echo " - Migration Guide: https://github.com/NoFxAiOS/nofx/blob/dev/docs/community/MIGRATION_ANNOUNCEMENT.md"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Cleanup temp files
|
# Cleanup temp files
|
||||||
|
|||||||
+1
-1
@@ -104,7 +104,7 @@ log_info "Step 1: Verifying upstream sync..."
|
|||||||
# Check if upstream remote exists
|
# Check if upstream remote exists
|
||||||
if ! git remote | grep -q "^upstream$"; then
|
if ! git remote | grep -q "^upstream$"; then
|
||||||
log_warning "Upstream remote not found. Adding it..."
|
log_warning "Upstream remote not found. Adding it..."
|
||||||
git remote add upstream https://github.com/tinkle-community/nofx.git
|
git remote add upstream https://github.com/NoFxAiOS/nofx.git
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
log_success "Added upstream remote"
|
log_success "Added upstream remote"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ export function FAQLayout({ language }: FAQLayoutProps) {
|
|||||||
</p>
|
</p>
|
||||||
<div className="flex items-center justify-center gap-4">
|
<div className="flex items-center justify-center gap-4">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/tinkle-community/nofx"
|
href="https://github.com/NoFxAiOS/nofx"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="px-6 py-3 rounded-lg font-semibold transition-all hover:scale-105"
|
className="px-6 py-3 rounded-lg font-semibold transition-all hover:scale-105"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ const _e = (s: string) => btoa(s)
|
|||||||
const ENCODED_LINKS = {
|
const ENCODED_LINKS = {
|
||||||
twitter: 'aHR0cHM6Ly94LmNvbS9ub2Z4X29mZmljaWFs', // https://x.com/nofx_official
|
twitter: 'aHR0cHM6Ly94LmNvbS9ub2Z4X29mZmljaWFs', // https://x.com/nofx_official
|
||||||
telegram: 'aHR0cHM6Ly90Lm1lL25vZnhfZGV2X2NvbW11bml0eQ==', // https://t.me/nofx_dev_community
|
telegram: 'aHR0cHM6Ly90Lm1lL25vZnhfZGV2X2NvbW11bml0eQ==', // https://t.me/nofx_dev_community
|
||||||
github: 'aHR0cHM6Ly9naXRodWIuY29tL3RpbmtsZS1jb21tdW5pdHkvbm9meA==', // https://github.com/tinkle-community/nofx
|
github: 'aHR0cHM6Ly9naXRodWIuY29tL3RpbmtsZS1jb21tdW5pdHkvbm9meA==', // https://github.com/NoFxAiOS/nofx
|
||||||
}
|
}
|
||||||
|
|
||||||
// Integrity checksums (simple hash)
|
// Integrity checksums (simple hash)
|
||||||
@@ -41,7 +41,7 @@ function getVerifiedLink(key: keyof typeof ENCODED_LINKS): string {
|
|||||||
const fallbacks: Record<string, string> = {
|
const fallbacks: Record<string, string> = {
|
||||||
twitter: 'https://x.com/nofx_official',
|
twitter: 'https://x.com/nofx_official',
|
||||||
telegram: 'https://t.me/nofx_dev_community',
|
telegram: 'https://t.me/nofx_dev_community',
|
||||||
github: 'https://github.com/tinkle-community/nofx',
|
github: 'https://github.com/NoFxAiOS/nofx',
|
||||||
}
|
}
|
||||||
return fallbacks[key] || ''
|
return fallbacks[key] || ''
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -750,7 +750,7 @@ export const translations = {
|
|||||||
'Four simple steps to start your AI automated trading journey',
|
'Four simple steps to start your AI automated trading journey',
|
||||||
step1Title: 'Clone GitHub Repository',
|
step1Title: 'Clone GitHub Repository',
|
||||||
step1Desc:
|
step1Desc:
|
||||||
'git clone https://github.com/tinkle-community/nofx and switch to dev branch to test new features.',
|
'git clone https://github.com/NoFxAiOS/nofx and switch to dev branch to test new features.',
|
||||||
step2Title: 'Configure Environment',
|
step2Title: 'Configure Environment',
|
||||||
step2Desc:
|
step2Desc:
|
||||||
'Frontend setup for exchange APIs (like Binance, Hyperliquid), AI models and custom prompts.',
|
'Frontend setup for exchange APIs (like Binance, Hyperliquid), AI models and custom prompts.',
|
||||||
@@ -1858,7 +1858,7 @@ export const translations = {
|
|||||||
fourSimpleSteps: '四个简单步骤,开启 AI 自动交易之旅',
|
fourSimpleSteps: '四个简单步骤,开启 AI 自动交易之旅',
|
||||||
step1Title: '拉取 GitHub 仓库',
|
step1Title: '拉取 GitHub 仓库',
|
||||||
step1Desc:
|
step1Desc:
|
||||||
'git clone https://github.com/tinkle-community/nofx 并切换到 dev 分支测试新功能。',
|
'git clone https://github.com/NoFxAiOS/nofx 并切换到 dev 分支测试新功能。',
|
||||||
step2Title: '配置环境',
|
step2Title: '配置环境',
|
||||||
step2Desc:
|
step2Desc:
|
||||||
'前端设置交易所 API(如 Binance、Hyperliquid)、AI 模型和自定义提示词。',
|
'前端设置交易所 API(如 Binance、Hyperliquid)、AI 模型和自定义提示词。',
|
||||||
|
|||||||
Reference in New Issue
Block a user