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.

42 lines
424 B

2 years ago
4 months ago
2 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
  1. # README
  2. ```
  3. 说明文档: https://iflytop1.feishu.cn/wiki/QFwVwGnI8iYp0fk20W9cnpYAnkg
  4. 关联项目:
  5. A8000
  6. ```
  7. ## 工程初始化
  8. ```
  9. ./init.sh
  10. ```
  11. ## 版本
  12. ```
  13. V1.0.1
  14. 修复用户将系统时间修改到过去, 导致出现部分逻辑假死的现象
  15. ```
  16. ## 脚本说明
  17. ```shell
  18. # 编译
  19. ./tools/build.sh
  20. # 调试阶段部署
  21. ./tools/deply.sh root@192.168.8.10
  22. #打包
  23. ./tools/packet.sh version
  24. ```