Skip to content

Commit 5bca470

Browse files
committed
docs: 删除README文件中对PiFinder和OpenMV Polar Scope的提及
- 从README.md中移除参考项目和致谢部分 - 从README_EN.md中移除Reference Projects和Acknowledgments部分 - 从docs/development/README.md中移除参考项目部分 - 清理项目文档,移除外部项目依赖引用
1 parent f805b05 commit 5bca470

25 files changed

+4058
-444
lines changed

CLAUDE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,21 @@ ogscope/
8888
## 项目配置信息
8989

9090
### 服务器连接信息
91-
- **服务器地址**: [配置为环境变量]
91+
- **服务器地址**: [http://192.168.31.18]
9292
- **服务器项目目录**: [配置为环境变量]
9393
- **连接方式**: SSH
94-
- **用户名**: [配置为环境变量]
95-
- **端口**: [配置为环境变量]
94+
- **用户名**: [ogstartech]
95+
- **端口**: [22]
9696

9797
### 开发环境配置
98-
- **本地项目路径**: [用户自定义]
9998
- **Python 版本**: 3.9+
10099
- **包管理器**: Poetry
101100
- **虚拟环境**: Poetry 管理
102101

103102
### 部署配置
104103
- **生产环境**: Raspberry Pi Zero 2W 开发板
105104
- **测试环境**: [与生产环境相同]
106-
- **虚拟环境目录**: [用户自定义]
105+
- **虚拟环境目录**: [/home/ogstartech/.virtualenvs/OGScope]
107106

108107
### 系统服务配置
109108
项目已配置为系统服务,服务配置文件位于 `/etc/systemd/system/ogscope.service`
@@ -137,7 +136,7 @@ WantedBy=multi-user.target
137136
### 常用命令
138137
```bash
139138
# 连接服务器
140-
ssh [用户名]@[服务器地址] -p [端口]
139+
ssh [ogstartech]@[192.168.31.18] -p [22]
141140

142141
# 部署到服务器
143142
# 使用 git clone 或手动上传

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ OGScope/
9090
└── web/ # Web 前端资源
9191
```
9292

93-
## 参考项目
94-
95-
- [PiFinder](https://github.com/brickbots/PiFinder) - 板块求解寻星器
96-
- [OpenMV Polar Scope](https://frank26080115.github.io/OpenMV-Astrophotography-Gear/doc/Polar-Scope.html) - 极轴镜参考
9793

9894
## 许可证
9995

@@ -109,6 +105,3 @@ OGScope/
109105

110106
欢迎提交 Issue 和 Pull Request!
111107

112-
## 致谢
113-
114-
感谢 PiFinder 项目的开源贡献,为本项目提供了宝贵的参考。

README_EN.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ OGScope/
9090
└── web/ # Web frontend resources
9191
```
9292

93-
## Reference Projects
94-
95-
- [PiFinder](https://github.com/brickbots/PiFinder) - Plate solving star finder
96-
- [OpenMV Polar Scope](https://frank26080115.github.io/OpenMV-Astrophotography-Gear/doc/Polar-Scope.html) - Polar scope reference
9793

9894
## License
9995

@@ -109,6 +105,3 @@ See [LICENSE](LICENSE) file for details.
109105

110106
Issues and Pull Requests are welcome!
111107

112-
## Acknowledgments
113-
114-
Thanks to the PiFinder project for its open-source contributions, which provided valuable reference for this project.

TEST_LOCAL.md

Lines changed: 0 additions & 292 deletions
This file was deleted.

docs/development/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,3 @@ ogscope/
122122
- 硬件相关代码应提供模拟实现,便于在开发机上测试
123123
- 所有 API 端点应编写单元测试
124124
- 日志使用 Loguru,不要使用 print()
125-
126-
## 参考项目
127-
128-
- **PiFinder**: 板块求解寻星器架构参考
129-
- **OpenMV Polar Scope**: 极轴镜算法参考

0 commit comments

Comments
 (0)