Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tokumeikoi committed Dec 19, 2022
0 parents commit 7ec3785
Show file tree
Hide file tree
Showing 31 changed files with 9,362 additions and 0 deletions.
1 change: 1 addition & 0 deletions components.async.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions components.chunk.css

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions env.example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
window.settings = {
// 站点标题
title: 'V2Board',
// API
host: '',
// 主题
theme: {
sidebar: 'light',
header: 'dark',
color: 'default'
},
// 背景
background_url: '',
logo: '',
// 需与V2Board设置中的后台路径一致
secure_path: 'admin'
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><link rel="stylesheet" href="./components.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" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> --><script>window.publicPath = './'</script><script src="./env.js"></script><script>window.routerBase = "/";</script></head><body><div id="root"></div><script src="./vendors.async.js"></script><script src="./components.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.

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

Large diffs are not rendered by default.

3 changes: 3 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 7ec3785

Please sign in to comment.