Prechádzať zdrojové kódy

chore: auto bump version and changelog [skip ci]

iwt 2 mesiacov pred
rodič
commit
6a4d0496

+ 9 - 0
cfc-frontend/.postcssrc.js

@@ -0,0 +1,9 @@
+// PostCSS config for uni-app
+const path = require('path');
+module.exports = {
+  plugins: {
+    'autoprefixer': {
+      overrideBrowserslist: ['> 1%', 'last 2 versions', 'not dead']
+    }
+  }
+}

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 361 - 381
cfc-frontend/package-lock.json


+ 5 - 2
cfc-frontend/package.json

@@ -24,15 +24,18 @@
     "@dcloudio/uni-template-compiler": "^2.0.2-5010420260703001",
     "@dcloudio/webpack-uni-pages-loader": "^2.0.2-5010420260703001",
     "@vue/cli-plugin-babel": "^5.0.9",
-    "@vue/cli-service": "^5.0.9",
+    "@vue/cli-service": "^4.5.19",
     "babel-jest": "^26.6.3",
-    "copy-webpack-plugin": "^14.0.0",
+    "copy-webpack-plugin": "^5.1.2",
     "jest": "^26.6.3",
     "vue": "^2.7.16",
     "vuex": "^3.6.2"
   },
   "dependencies": {
     "@dcloudio/vue-cli-plugin-uni": "^2.0.2-5000720260410001",
+    "@dcloudio/webpack-uni-mp-loader": "^2.0.2-5010520260709001",
+    "postcss": "^8.4.49",
+    "regenerator-runtime": "^0.14.1",
     "yargs-parser": "^22.0.0"
   }
 }

+ 5 - 0
cfc-frontend/postcss.config.js

@@ -0,0 +1,5 @@
+// PostCSS config for uni-app mp-weixin build
+module.exports = {
+  plugins: []
+}
+

+ 6 - 0
cfc-frontend/vue.config.js

@@ -0,0 +1,6 @@
+// vue.config.js - disable thread-loader for compatibility
+module.exports = {
+  parallel: false,
+  // Ensure we use the correct source directory
+  pages: undefined,
+}

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-b8499cff675c1c649d1eb5e05b5be5de37e3c02f
+faedcc3354260dc538895e3607261202d8893c0b

+ 2 - 2
cfc-web/package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "cfc-web",
-  "version": "1.0.447",
+  "version": "1.0.448",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cfc-web",
-      "version": "1.0.447",
+      "version": "1.0.448",
       "dependencies": {
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^1.0.2",

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.448",
+  "version": "1.0.449",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov