Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saifsas committed Feb 17, 2020
0 parents commit 916104c
Show file tree
Hide file tree
Showing 30 changed files with 9,360 additions and 0 deletions.
1 change: 1 addition & 0 deletions antd.async.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions antd.chunk.css

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions env.example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
window.v2board = {
// 站点标题
title: 'V2Board',
// 站点描述
description: 'V2Board is best',
// API
host: '',
// 主题
theme: {
sidebar: 'light',
header: 'dark',
color: 'default'
},
// 背景
background_url: ''
}
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html><html><head><link rel="stylesheet" href="./antd.chunk.css"><link rel="stylesheet" href="./umi.css"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"><!-- <link rel="stylesheet/less" type="text/css" href="https://ant.design/color.less">
<script type="text/javascript" src="https://gw.alipayobjects.com/os/lib/less/3.10.3/dist/less.min.js"></script> --><!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> --><script src="./env.js"></script><script>window.routerBase = "/";</script></head><body><div id="root"></div><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=G-P1E9Z5LRRK"></script><script>window.dataLayer = window.dataLayer || [];

function gtag () {
dataLayer.push(arguments);
}

gtag('js', new Date());

gtag('config', 'G-P1E9Z5LRRK');</script><script src="./vendors.async.js"></script><script src="./antd.async.js"></script><script src="./umi.js"></script></body></html>
Binary file added static/Simple-Line-Icons.0cb0b9c5.woff2
Binary file not shown.
Binary file added static/Simple-Line-Icons.78f07e2c.woff
Binary file not shown.
Binary file added static/Simple-Line-Icons.d2285965.ttf
Binary file not shown.
391 changes: 391 additions & 0 deletions static/Simple-Line-Icons.ed67e5a3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/Simple-Line-Icons.f33df365.eot
Binary file not shown.
Binary file added static/fa-brands-400.14c590d1.eot
Binary file not shown.
Binary file added static/fa-brands-400.3e1b2a65.woff2
Binary file not shown.
Binary file added static/fa-brands-400.5e8aa9ea.ttf
Binary file not shown.
3,450 changes: 3,450 additions & 0 deletions static/fa-brands-400.91fd86e5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fa-brands-400.df02c782.woff
Binary file not shown.
Binary file added static/fa-regular-400.285a9d2a.ttf
Binary file not shown.
Binary file added static/fa-regular-400.5623624d.woff
Binary file not shown.
804 changes: 804 additions & 0 deletions static/fa-regular-400.6b5ed912.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fa-regular-400.aa66d0e0.eot
Binary file not shown.
Binary file added static/fa-regular-400.ac21cac3.woff2
Binary file not shown.
Binary file added static/fa-solid-900.3ded831d.woff
Binary file not shown.
Binary file added static/fa-solid-900.42e1fbd2.eot
Binary file not shown.
4,650 changes: 4,650 additions & 0 deletions static/fa-solid-900.649208f1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fa-solid-900.896e20e2.ttf
Binary file not shown.
Binary file added static/fa-solid-900.d6d8d5da.woff2
Binary file not shown.
4 changes: 4 additions & 0 deletions theme/black.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions theme/darkblue.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions theme/default.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions umi.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions umi.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendors.async.js

Large diffs are not rendered by default.

0 comments on commit 916104c

Please sign in to comment.