dropLin 4 сар өмнө
commit
f8e988065e
58 өөрчлөгдсөн 24 нэмэгдсэн , 0 устгасан
  1. 3 0
      .gitignore
  2. BIN
      D3Dcompiler_47.dll
  3. BIN
      Qt5Charts.dll
  4. BIN
      Qt5Core.dll
  5. BIN
      Qt5Gui.dll
  6. BIN
      Qt5Mqtt.dll
  7. BIN
      Qt5Network.dll
  8. BIN
      Qt5SerialPort.dll
  9. BIN
      Qt5Svg.dll
  10. BIN
      Qt5Widgets.dll
  11. BIN
      app.ico
  12. BIN
      bearer/qgenericbearer.dll
  13. 2 0
      getlib.txt
  14. 7 0
      gitFocePushRemote.bat
  15. BIN
      iconengines/qsvgicon.dll
  16. BIN
      imageformats/qgif.dll
  17. BIN
      imageformats/qicns.dll
  18. BIN
      imageformats/qico.dll
  19. BIN
      imageformats/qjpeg.dll
  20. BIN
      imageformats/qsvg.dll
  21. BIN
      imageformats/qtga.dll
  22. BIN
      imageformats/qtiff.dll
  23. BIN
      imageformats/qwbmp.dll
  24. BIN
      imageformats/qwebp.dll
  25. BIN
      libEGL.dll
  26. BIN
      libGLESv2.dll
  27. BIN
      libgcc_s_seh-1.dll
  28. BIN
      libstdc++-6.dll
  29. BIN
      libwinpthread-1.dll
  30. BIN
      opengl32sw.dll
  31. BIN
      platforms/qwindows.dll
  32. 6 0
      readme.md
  33. 6 0
      restart.bat
  34. BIN
      styles/qwindowsvistastyle.dll
  35. BIN
      translations/qt_ar.qm
  36. BIN
      translations/qt_bg.qm
  37. BIN
      translations/qt_ca.qm
  38. BIN
      translations/qt_cs.qm
  39. BIN
      translations/qt_da.qm
  40. BIN
      translations/qt_de.qm
  41. BIN
      translations/qt_en.qm
  42. BIN
      translations/qt_es.qm
  43. BIN
      translations/qt_fi.qm
  44. BIN
      translations/qt_fr.qm
  45. BIN
      translations/qt_gd.qm
  46. BIN
      translations/qt_he.qm
  47. BIN
      translations/qt_hu.qm
  48. BIN
      translations/qt_it.qm
  49. BIN
      translations/qt_ja.qm
  50. BIN
      translations/qt_ko.qm
  51. BIN
      translations/qt_lv.qm
  52. BIN
      translations/qt_pl.qm
  53. BIN
      translations/qt_ru.qm
  54. BIN
      translations/qt_sk.qm
  55. BIN
      translations/qt_tr.qm
  56. BIN
      translations/qt_uk.qm
  57. BIN
      translations/qt_zh_TW.qm
  58. BIN
      vollgoKit-config.exe

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+.vscode
+gitPushRemote.bat
+gitInit.bat

BIN
D3Dcompiler_47.dll


BIN
Qt5Charts.dll


BIN
Qt5Core.dll


BIN
Qt5Gui.dll


BIN
Qt5Mqtt.dll


BIN
Qt5Network.dll


BIN
Qt5SerialPort.dll


BIN
Qt5Svg.dll


BIN
Qt5Widgets.dll


BIN
app.ico


BIN
bearer/qgenericbearer.dll


+ 2 - 0
getlib.txt

@@ -0,0 +1,2 @@
+cd /d E:\QT-project\gerneralEXE-vollgoKit\vollgoKit-config
+windeployqt vollgoKit-config.exe

+ 7 - 0
gitFocePushRemote.bat

@@ -0,0 +1,7 @@
+@echo off  
+setlocal  
+  
+:: 假设你已经处于正确的Git仓库目录中  
+  
+:: 添加所有更改到暂存区  
+git push -f --set-upstream origin master:master

BIN
iconengines/qsvgicon.dll


BIN
imageformats/qgif.dll


BIN
imageformats/qicns.dll


BIN
imageformats/qico.dll


BIN
imageformats/qjpeg.dll


BIN
imageformats/qsvg.dll


BIN
imageformats/qtga.dll


BIN
imageformats/qtiff.dll


BIN
imageformats/qwbmp.dll


BIN
imageformats/qwebp.dll


BIN
libEGL.dll


BIN
libGLESv2.dll


BIN
libgcc_s_seh-1.dll


BIN
libstdc++-6.dll


BIN
libwinpthread-1.dll


BIN
opengl32sw.dll


BIN
platforms/qwindows.dll


+ 6 - 0
readme.md

@@ -0,0 +1,6 @@
+## 基本说明
+- Windows端上位机配置工具,适用沃进科技所有的透传模块、网关设备
+- 支持串口操作
+- 远程MQTT操作
+- 操作日志查看
+- APP在线升级

+ 6 - 0
restart.bat

@@ -0,0 +1,6 @@
+timeout /t 1 > NUL
+del vollgoKit-config.exe
+timeout /t 1 > NUL
+ren vollgoKit-config-temp.exe vollgoKit-config.exe
+start vollgoKit-config.exe
+pause

BIN
styles/qwindowsvistastyle.dll


BIN
translations/qt_ar.qm


BIN
translations/qt_bg.qm


BIN
translations/qt_ca.qm


BIN
translations/qt_cs.qm


BIN
translations/qt_da.qm


BIN
translations/qt_de.qm


BIN
translations/qt_en.qm


BIN
translations/qt_es.qm


BIN
translations/qt_fi.qm


BIN
translations/qt_fr.qm


BIN
translations/qt_gd.qm


BIN
translations/qt_he.qm


BIN
translations/qt_hu.qm


BIN
translations/qt_it.qm


BIN
translations/qt_ja.qm


BIN
translations/qt_ko.qm


BIN
translations/qt_lv.qm


BIN
translations/qt_pl.qm


BIN
translations/qt_ru.qm


BIN
translations/qt_sk.qm


BIN
translations/qt_tr.qm


BIN
translations/qt_uk.qm


BIN
translations/qt_zh_TW.qm


BIN
vollgoKit-config.exe