瀏覽代碼

Merge remote-tracking branch 'origin/uat' into dev-5.3

heyang 3 年之前
父節點
當前提交
eef277b435
共有 5 個文件被更改,包括 2412 次插入1923 次删除
  1. 13 0
      .editorconfig
  2. 11 0
      .eslintrc.js
  3. 5 0
      .prettierrc
  4. 1256 971
      screenAndroid/WXtrialInterface.html
  5. 1127 952
      screenIos/WXtrialInterface.html

+ 13 - 0
.editorconfig

@@ -0,0 +1,13 @@
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false

+ 11 - 0
.eslintrc.js

@@ -0,0 +1,11 @@
+module.exports = {
+  root: true,
+  env: {
+    browser: true,
+    node: true,
+  },
+  extends: ['plugin:prettier/recommended'],
+  plugins: [],
+  // add your custom rules here
+  rules: {},
+};

+ 5 - 0
.prettierrc

@@ -0,0 +1,5 @@
+{
+  "semi": true,
+  "singleQuote": true,
+  "trailingComma": "all"
+}

文件差異過大導致無法顯示
+ 1256 - 971
screenAndroid/WXtrialInterface.html


文件差異過大導致無法顯示
+ 1127 - 952
screenIos/WXtrialInterface.html