瀏覽代碼

first commit

dropLin 4 月之前
當前提交
f8e988065e
共有 58 個文件被更改,包括 24 次插入0 次删除
  1. 3 0
      .gitignore
  2. 二進制
      D3Dcompiler_47.dll
  3. 二進制
      Qt5Charts.dll
  4. 二進制
      Qt5Core.dll
  5. 二進制
      Qt5Gui.dll
  6. 二進制
      Qt5Mqtt.dll
  7. 二進制
      Qt5Network.dll
  8. 二進制
      Qt5SerialPort.dll
  9. 二進制
      Qt5Svg.dll
  10. 二進制
      Qt5Widgets.dll
  11. 二進制
      app.ico
  12. 二進制
      bearer/qgenericbearer.dll
  13. 2 0
      getlib.txt
  14. 7 0
      gitFocePushRemote.bat
  15. 二進制
      iconengines/qsvgicon.dll
  16. 二進制
      imageformats/qgif.dll
  17. 二進制
      imageformats/qicns.dll
  18. 二進制
      imageformats/qico.dll
  19. 二進制
      imageformats/qjpeg.dll
  20. 二進制
      imageformats/qsvg.dll
  21. 二進制
      imageformats/qtga.dll
  22. 二進制
      imageformats/qtiff.dll
  23. 二進制
      imageformats/qwbmp.dll
  24. 二進制
      imageformats/qwebp.dll
  25. 二進制
      libEGL.dll
  26. 二進制
      libGLESv2.dll
  27. 二進制
      libgcc_s_seh-1.dll
  28. 二進制
      libstdc++-6.dll
  29. 二進制
      libwinpthread-1.dll
  30. 二進制
      opengl32sw.dll
  31. 二進制
      platforms/qwindows.dll
  32. 6 0
      readme.md
  33. 6 0
      restart.bat
  34. 二進制
      styles/qwindowsvistastyle.dll
  35. 二進制
      translations/qt_ar.qm
  36. 二進制
      translations/qt_bg.qm
  37. 二進制
      translations/qt_ca.qm
  38. 二進制
      translations/qt_cs.qm
  39. 二進制
      translations/qt_da.qm
  40. 二進制
      translations/qt_de.qm
  41. 二進制
      translations/qt_en.qm
  42. 二進制
      translations/qt_es.qm
  43. 二進制
      translations/qt_fi.qm
  44. 二進制
      translations/qt_fr.qm
  45. 二進制
      translations/qt_gd.qm
  46. 二進制
      translations/qt_he.qm
  47. 二進制
      translations/qt_hu.qm
  48. 二進制
      translations/qt_it.qm
  49. 二進制
      translations/qt_ja.qm
  50. 二進制
      translations/qt_ko.qm
  51. 二進制
      translations/qt_lv.qm
  52. 二進制
      translations/qt_pl.qm
  53. 二進制
      translations/qt_ru.qm
  54. 二進制
      translations/qt_sk.qm
  55. 二進制
      translations/qt_tr.qm
  56. 二進制
      translations/qt_uk.qm
  57. 二進制
      translations/qt_zh_TW.qm
  58. 二進制
      vollgoKit-config.exe

+ 3 - 0
.gitignore

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

二進制
D3Dcompiler_47.dll


二進制
Qt5Charts.dll


二進制
Qt5Core.dll


二進制
Qt5Gui.dll


二進制
Qt5Mqtt.dll


二進制
Qt5Network.dll


二進制
Qt5SerialPort.dll


二進制
Qt5Svg.dll


二進制
Qt5Widgets.dll


二進制
app.ico


二進制
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

二進制
iconengines/qsvgicon.dll


二進制
imageformats/qgif.dll


二進制
imageformats/qicns.dll


二進制
imageformats/qico.dll


二進制
imageformats/qjpeg.dll


二進制
imageformats/qsvg.dll


二進制
imageformats/qtga.dll


二進制
imageformats/qtiff.dll


二進制
imageformats/qwbmp.dll


二進制
imageformats/qwebp.dll


二進制
libEGL.dll


二進制
libGLESv2.dll


二進制
libgcc_s_seh-1.dll


二進制
libstdc++-6.dll


二進制
libwinpthread-1.dll


二進制
opengl32sw.dll


二進制
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

二進制
styles/qwindowsvistastyle.dll


二進制
translations/qt_ar.qm


二進制
translations/qt_bg.qm


二進制
translations/qt_ca.qm


二進制
translations/qt_cs.qm


二進制
translations/qt_da.qm


二進制
translations/qt_de.qm


二進制
translations/qt_en.qm


二進制
translations/qt_es.qm


二進制
translations/qt_fi.qm


二進制
translations/qt_fr.qm


二進制
translations/qt_gd.qm


二進制
translations/qt_he.qm


二進制
translations/qt_hu.qm


二進制
translations/qt_it.qm


二進制
translations/qt_ja.qm


二進制
translations/qt_ko.qm


二進制
translations/qt_lv.qm


二進制
translations/qt_pl.qm


二進制
translations/qt_ru.qm


二進制
translations/qt_sk.qm


二進制
translations/qt_tr.qm


二進制
translations/qt_uk.qm


二進制
translations/qt_zh_TW.qm


二進制
vollgoKit-config.exe