You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
306 B

2 years ago
4 months ago
2 years ago
4 months ago
2 years ago
4 months ago
4 months ago
2 years ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. # README
  2. ```
  3. 说明文档: https://iflytop1.feishu.cn/wiki/QFwVwGnI8iYp0fk20W9cnpYAnkg
  4. ```
  5. ## 工程初始化
  6. ```
  7. ./init.sh
  8. ```
  9. ## 依赖
  10. ```
  11. ```
  12. ## 脚本说明
  13. ```shell
  14. # 编译
  15. ./tools/build.sh
  16. # 调试阶段部署
  17. ./tools/deply.sh root@192.168.8.10
  18. #打包
  19. ./tools/packet.sh version
  20. ```