Browse Source

build: H5

zhengxy 2 years ago
parent
commit
4814109d8e
55 changed files with 12019 additions and 197 deletions
  1. 5 0
      qwh5/auto-imports.d.ts
  2. 39 0
      qwh5/components.d.ts
  3. 1 0
      qwh5/dist/css/103.f80bfd69.css
  4. BIN
      qwh5/dist/css/103.f80bfd69.css.gz
  5. 1 0
      qwh5/dist/css/HomeView.2f758b26.css
  6. BIN
      qwh5/dist/css/HomeView.2f758b26.css.gz
  7. 0 1
      qwh5/dist/css/app.5a9d319b.css
  8. 1 0
      qwh5/dist/css/app.b60a5145.css
  9. 1 0
      qwh5/dist/css/chunk-vendors.0468bd4c.css
  10. BIN
      qwh5/dist/css/chunk-vendors.0468bd4c.css.gz
  11. 0 1
      qwh5/dist/css/chunk-vendors.31ed7038.css
  12. 1 0
      qwh5/dist/css/groupCodeH5.add5b325.css
  13. 1 0
      qwh5/dist/css/quickwordH5.011f1427.css
  14. BIN
      qwh5/dist/css/quickwordH5.011f1427.css.gz
  15. 1 0
      qwh5/dist/css/radar.c30eb996.css
  16. BIN
      qwh5/dist/css/radar.c30eb996.css.gz
  17. 1 0
      qwh5/dist/css/radarH5.8b97f40f.css
  18. BIN
      qwh5/dist/css/radarH5.8b97f40f.css.gz
  19. 1 0
      qwh5/dist/css/shareToGroupH5.487393cb.css
  20. 0 1
      qwh5/dist/css/userPortrait.8e0d5f52.css
  21. 1 0
      qwh5/dist/css/userPortrait.ac14053b.css
  22. BIN
      qwh5/dist/css/userPortrait.ac14053b.css.gz
  23. 1 0
      qwh5/dist/css/userSopH5.90ab588c.css
  24. BIN
      qwh5/dist/css/userSopH5.90ab588c.css.gz
  25. 1 1
      qwh5/dist/index.html
  26. 1 0
      qwh5/dist/js/540.1675333681266.js
  27. BIN
      qwh5/dist/js/540.1675333681266.js.gz
  28. 9 0
      qwh5/dist/js/HomeView.1675333681266.js
  29. BIN
      qwh5/dist/js/HomeView.1675333681266.js.gz
  30. 1 0
      qwh5/dist/js/app.1675333681266.js
  31. 0 1
      qwh5/dist/js/app.f8c58e55.js
  32. 20 0
      qwh5/dist/js/chunk-vendors.1675333681266.js
  33. BIN
      qwh5/dist/js/chunk-vendors.1675333681266.js.gz
  34. 0 48
      qwh5/dist/js/chunk-vendors.bf0633c3.js
  35. 1 0
      qwh5/dist/js/demo.1675333681266.js
  36. 0 1
      qwh5/dist/js/demo.7b3ab333.js
  37. 1 0
      qwh5/dist/js/extend.1675333681266.js
  38. 0 1
      qwh5/dist/js/extend.a307e55b.js
  39. 1 0
      qwh5/dist/js/groupCodeH5.1675333681266.js
  40. 1 0
      qwh5/dist/js/playletGroupH5.1675333681266.js
  41. 0 1
      qwh5/dist/js/playletGroupH5.c42dd632.js
  42. 1 0
      qwh5/dist/js/quickwordH5.1675333681266.js
  43. BIN
      qwh5/dist/js/quickwordH5.1675333681266.js.gz
  44. 1 0
      qwh5/dist/js/radar.1675333681266.js
  45. BIN
      qwh5/dist/js/radar.1675333681266.js.gz
  46. 1 0
      qwh5/dist/js/radarH5.1675333681266.js
  47. 1 0
      qwh5/dist/js/shareToGroupH5.1675333681266.js
  48. 1 0
      qwh5/dist/js/userPortrait.1675333681266.js
  49. BIN
      qwh5/dist/js/userPortrait.1675333681266.js.gz
  50. 0 1
      qwh5/dist/js/userPortrait.f355cb36.js
  51. 1 0
      qwh5/dist/js/userSopH5.1675333681266.js
  52. 0 1
      qwh5/dist/js/xh_demo.010387d0.js
  53. 1 0
      qwh5/dist/js/xh_demo.1675333681266.js
  54. 11917 138
      qwh5/package-lock.json
  55. 4 1
      qwh5/package.json

+ 5 - 0
qwh5/auto-imports.d.ts

@@ -0,0 +1,5 @@
1
+// Generated by 'unplugin-auto-import'
2
+export {}
3
+declare global {
4
+
5
+}

+ 39 - 0
qwh5/components.d.ts

@@ -0,0 +1,39 @@
1
+// generated by unplugin-vue-components
2
+// We suggest you to commit this file into source control
3
+// Read more: https://github.com/vuejs/core/pull/3399
4
+import '@vue/runtime-core'
5
+
6
+export {}
7
+
8
+declare module '@vue/runtime-core' {
9
+  export interface GlobalComponents {
10
+    ElButton: typeof import('element-plus/es')['ElButton']
11
+    ElOption: typeof import('element-plus/es')['ElOption']
12
+    ElSelect: typeof import('element-plus/es')['ElSelect']
13
+    HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
14
+    NoData: typeof import('./src/components/noData.vue')['default']
15
+    RouterLink: typeof import('vue-router')['RouterLink']
16
+    RouterView: typeof import('vue-router')['RouterView']
17
+    Tag: typeof import('./src/components/tag.vue')['default']
18
+    TestCom: typeof import('./src/components/TestCom.vue')['default']
19
+    VanActionSheet: typeof import('vant/es')['ActionSheet']
20
+    VanCellGroup: typeof import('vant/es')['CellGroup']
21
+    VanCollapse: typeof import('vant/es')['Collapse']
22
+    VanCollapseItem: typeof import('vant/es')['CollapseItem']
23
+    VanDialog: typeof import('vant/es')['Dialog']
24
+    VanEmpty: typeof import('vant/es')['Empty']
25
+    VanField: typeof import('vant/es')['Field']
26
+    VanIcon: typeof import('vant/es')['Icon']
27
+    VanList: typeof import('vant/es')['List']
28
+    VanLoading: typeof import('vant/es')['Loading']
29
+    VanOverlay: typeof import('vant/es')['Overlay']
30
+    VanPopover: typeof import('vant/es')['Popover']
31
+    VanSearch: typeof import('vant/es')['Search']
32
+    VanTab: typeof import('vant/es')['Tab']
33
+    VanTabs: typeof import('vant/es')['Tabs']
34
+  }
35
+  export interface ComponentCustomProperties {
36
+    vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
37
+    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
38
+  }
39
+}

File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/103.f80bfd69.css


BIN
qwh5/dist/css/103.f80bfd69.css.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/HomeView.2f758b26.css


BIN
qwh5/dist/css/HomeView.2f758b26.css.gz


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/css/app.5a9d319b.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/app.b60a5145.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/chunk-vendors.0468bd4c.css


BIN
qwh5/dist/css/chunk-vendors.0468bd4c.css.gz


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/css/chunk-vendors.31ed7038.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/groupCodeH5.add5b325.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/quickwordH5.011f1427.css


BIN
qwh5/dist/css/quickwordH5.011f1427.css.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/radar.c30eb996.css


BIN
qwh5/dist/css/radar.c30eb996.css.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/radarH5.8b97f40f.css


BIN
qwh5/dist/css/radarH5.8b97f40f.css.gz


+ 1 - 0
qwh5/dist/css/shareToGroupH5.487393cb.css

@@ -0,0 +1 @@
1
+.shareGroup-wrap[data-v-c1ebe434]{box-sizing:border-box;min-height:100vh;background-color:#fff;padding:5.33333vw}.shareGroup-wrap .title-1[data-v-c1ebe434]{margin-top:5.33333vw;font-size:4.26667vw;font-weight:600;color:#333}

File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/css/userPortrait.8e0d5f52.css


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/userPortrait.ac14053b.css


BIN
qwh5/dist/css/userPortrait.ac14053b.css.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/css/userSopH5.90ab588c.css


BIN
qwh5/dist/css/userSopH5.90ab588c.css.gz


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/540.1675333681266.js


BIN
qwh5/dist/js/540.1675333681266.js.gz


File diff suppressed because it is too large
+ 9 - 0
qwh5/dist/js/HomeView.1675333681266.js


BIN
qwh5/dist/js/HomeView.1675333681266.js.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.1675333681266.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.f8c58e55.js


File diff suppressed because it is too large
+ 20 - 0
qwh5/dist/js/chunk-vendors.1675333681266.js


BIN
qwh5/dist/js/chunk-vendors.1675333681266.js.gz


File diff suppressed because it is too large
+ 0 - 48
qwh5/dist/js/chunk-vendors.bf0633c3.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/demo.1675333681266.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/demo.7b3ab333.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/extend.1675333681266.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/extend.a307e55b.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/groupCodeH5.1675333681266.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/playletGroupH5.1675333681266.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/playletGroupH5.c42dd632.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/quickwordH5.1675333681266.js


BIN
qwh5/dist/js/quickwordH5.1675333681266.js.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/radar.1675333681266.js


BIN
qwh5/dist/js/radar.1675333681266.js.gz


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/radarH5.1675333681266.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/shareToGroupH5.1675333681266.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/userPortrait.1675333681266.js


BIN
qwh5/dist/js/userPortrait.1675333681266.js.gz


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/userPortrait.f355cb36.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/userSopH5.1675333681266.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/xh_demo.010387d0.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/xh_demo.1675333681266.js


File diff suppressed because it is too large
+ 11917 - 138
qwh5/package-lock.json


+ 4 - 1
qwh5/package.json

@@ -30,6 +30,9 @@
30 30
     "@vue/cli-service": "~5.0.0",
31 31
     "compression-webpack-plugin": "^10.0.0",
32 32
     "postcss-px-to-viewport": "^1.1.1",
33
-    "typescript": "~4.5.5"
33
+    "typescript": "~4.5.5",
34
+    "unplugin-auto-import": "^0.11.2",
35
+    "unplugin-element-plus": "^0.4.1",
36
+    "unplugin-vue-components": "^0.22.7"
34 37
   }
35 38
 }