Browse Source

first commit

dropLin 1 month ago
parent
commit
3092caf6c9
58 changed files with 25 additions and 0 deletions
  1. 3 0
      .gitignore
  2. BIN
      D3Dcompiler_47.dll
  3. BIN
      Qt5Core.dll
  4. BIN
      Qt5Gui.dll
  5. BIN
      Qt5Mqtt.dll
  6. BIN
      Qt5Network.dll
  7. BIN
      Qt5SerialPort.dll
  8. BIN
      Qt5Svg.dll
  9. BIN
      Qt5Widgets.dll
  10. BIN
      bearer/qgenericbearer.dll
  11. 2 0
      getlib.txt
  12. 7 0
      gitFocePushRemote.bat
  13. BIN
      iconengines/qsvgicon.dll
  14. BIN
      imageformats/qgif.dll
  15. BIN
      imageformats/qicns.dll
  16. BIN
      imageformats/qico.dll
  17. BIN
      imageformats/qjpeg.dll
  18. BIN
      imageformats/qsvg.dll
  19. BIN
      imageformats/qtga.dll
  20. BIN
      imageformats/qtiff.dll
  21. BIN
      imageformats/qwbmp.dll
  22. BIN
      imageformats/qwebp.dll
  23. BIN
      libEGL.dll
  24. BIN
      libgcc_s_seh-1.dll
  25. BIN
      libstdc++-6.dll
  26. BIN
      libwinpthread-1.dll
  27. BIN
      opengl32sw.dll
  28. BIN
      platforms/qwindows.dll
  29. 5 0
      restart.bat
  30. 8 0
      startContent.html
  31. BIN
      styles/qwindowsvistastyle.dll
  32. BIN
      translations/qt_ar.qm
  33. BIN
      translations/qt_bg.qm
  34. BIN
      translations/qt_ca.qm
  35. BIN
      translations/qt_cs.qm
  36. BIN
      translations/qt_da.qm
  37. BIN
      translations/qt_de.qm
  38. BIN
      translations/qt_en.qm
  39. BIN
      translations/qt_es.qm
  40. BIN
      translations/qt_fi.qm
  41. BIN
      translations/qt_fr.qm
  42. BIN
      translations/qt_gd.qm
  43. BIN
      translations/qt_he.qm
  44. BIN
      translations/qt_hu.qm
  45. BIN
      translations/qt_it.qm
  46. BIN
      translations/qt_ja.qm
  47. BIN
      translations/qt_ko.qm
  48. BIN
      translations/qt_lv.qm
  49. BIN
      translations/qt_pl.qm
  50. BIN
      translations/qt_ru.qm
  51. BIN
      translations/qt_sk.qm
  52. BIN
      translations/qt_tr.qm
  53. BIN
      translations/qt_uk.qm
  54. BIN
      translations/qt_zh_TW.qm
  55. BIN
      vollgoKit-update.exe
  56. BIN
      本地固件升级操作.png
  57. BIN
      网关设备远程固件升级操作.png
  58. BIN
      透传模块远程固件升级操作.png

+ 3 - 0
.gitignore

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

BIN
D3Dcompiler_47.dll


BIN
Qt5Core.dll


BIN
Qt5Gui.dll


BIN
Qt5Mqtt.dll


BIN
Qt5Network.dll


BIN
Qt5SerialPort.dll


BIN
Qt5Svg.dll


BIN
Qt5Widgets.dll


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
libgcc_s_seh-1.dll


BIN
libstdc++-6.dll


BIN
libwinpthread-1.dll


BIN
opengl32sw.dll


BIN
platforms/qwindows.dll


+ 5 - 0
restart.bat

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

File diff suppressed because it is too large
+ 8 - 0
startContent.html


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-update.exe


BIN
本地固件升级操作.png


BIN
网关设备远程固件升级操作.png


BIN
透传模块远程固件升级操作.png


Some files were not shown because too many files changed in this diff