From a057425fc3973195c698c12d712c0b90565271be Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 4 Dec 2020 16:18:31 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-6234=20feat:=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=AB=98=E9=98=B6=E7=94=A8=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + advance.html | 24 ++++++++++++++++++++++++ index.html | 2 +- package.json | 34 ++++++++++++++++++---------------- 4 files changed, 44 insertions(+), 17 deletions(-) create mode 100644 advance.html diff --git a/.gitignore b/.gitignore index 05a8e98..1efa1e2 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ crashlytics-build.properties /node_modules/ package-lock.json +yarn.lock \ No newline at end of file diff --git a/advance.html b/advance.html new file mode 100644 index 0000000..2e85732 --- /dev/null +++ b/advance.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + +
+ + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index fb8b800..fd39c4e 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ -
+
diff --git a/package.json b/package.json index c8d75b3..a65ed87 100644 --- a/package.json +++ b/package.json @@ -3,24 +3,26 @@ "version": "1.0.0", "description": "fineui start", "main": "index.js", - "dependencies": {}, + "dependencies": { + "fineui": "^2.0.0" + }, "devDependencies": { - "chai": "^4.1.2", - "eslint": "^4.12.0", - "eslint-plugin-prettier": "^2.3.1", - "express": "^4.15.2", - "grunt": "^1.0.1", - "grunt-contrib-concat": "^1.0.1", - "grunt-contrib-connect": "^1.0.2", - "grunt-contrib-cssmin": "^1.0.1", - "grunt-contrib-jshint": "^1.0.0", - "grunt-contrib-less": "^1.4.1", - "grunt-contrib-uglify": "^1.0.1", - "grunt-contrib-watch": "^1.0.0", - "lodash": "^4.17.10", - "mocha": "^4.0.1", + "chai": "4.1.2", + "eslint": "4.12.0", + "eslint-plugin-prettier": "2.3.1", + "express": "4.15.2", + "grunt": "1.0.1", + "grunt-contrib-concat": "1.0.1", + "grunt-contrib-connect": "1.0.2", + "grunt-contrib-cssmin": "1.0.1", + "grunt-contrib-jshint": "1.0.0", + "grunt-contrib-less": "1.4.1", + "grunt-contrib-uglify": "1.0.1", + "grunt-contrib-watch": "1.0.0", + "lodash": "4.17.10", + "mocha": "4.0.1", "open": "0.0.5", - "prettier": "^1.8.2" + "prettier": "1.8.2" }, "scripts": { "grunt": "grunt",