Skip to content

Commit 3f4b297

Browse files
authored
Feature/about (#166): feat(core): env & about
* feat(core): env & about * optimize(about): add avatar and icon * optimize: about config
1 parent 250bb86 commit 3f4b297

22 files changed

Lines changed: 555 additions & 416 deletions

File tree

.env.development

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ENV = 'development'
2+
3+
VUE_APP_BASE_URL = 'http://dev.lin.colorful3.com'

.env.production

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
VUE_APP_BASE_URL = 'http://dev.lin.colorful3.com'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-cms",
3-
"version": "0.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"private": true,
55
"scripts": {
66
"serve": "node script/plugin-get-config.js && vue-cli-service serve",

public/iconfont.css

Lines changed: 18 additions & 6 deletions
Large diffs are not rendered by default.

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
height: 98px;
2727
position: fixed;
2828
left: 20%;
29+
top: 43%;
2930
}
3031
.spinner {
3132
position: relative;

src/assets/img/about/avatar.png

90.9 KB
Loading

src/assets/img/about/icon1.png

7.1 KB
Loading

src/assets/img/about/icon2.png

6.99 KB
Loading

src/assets/img/about/icon3.png

7.17 KB
Loading

src/assets/img/about/icon4.png

5.55 KB
Loading

0 commit comments

Comments
 (0)