aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Timeline/ClientApp/src/app/app.component.html2
-rw-r--r--Timeline/ClientApp/src/assets/timeline.svg10
-rw-r--r--Timeline/wwwroot/android-chrome-192x192.pngbin0 -> 1842 bytes
-rw-r--r--Timeline/wwwroot/android-chrome-512x512.pngbin0 -> 6184 bytes
-rw-r--r--Timeline/wwwroot/apple-touch-icon.pngbin0 -> 1529 bytes
-rw-r--r--Timeline/wwwroot/browserconfig.xml9
-rw-r--r--Timeline/wwwroot/favicon-16x16.pngbin0 -> 560 bytes
-rw-r--r--Timeline/wwwroot/favicon-32x32.pngbin0 -> 667 bytes
-rw-r--r--Timeline/wwwroot/favicon.icobin32038 -> 15086 bytes
-rw-r--r--Timeline/wwwroot/mstile-144x144.pngbin0 -> 1384 bytes
-rw-r--r--Timeline/wwwroot/mstile-150x150.pngbin0 -> 1432 bytes
-rw-r--r--Timeline/wwwroot/mstile-310x150.pngbin0 -> 1627 bytes
-rw-r--r--Timeline/wwwroot/mstile-310x310.pngbin0 -> 3352 bytes
-rw-r--r--Timeline/wwwroot/mstile-70x70.pngbin0 -> 1068 bytes
-rw-r--r--Timeline/wwwroot/safari-pinned-tab.svg34
-rw-r--r--Timeline/wwwroot/site.webmanifest19
-rw-r--r--timeline.pngbin0 -> 1003 bytes
17 files changed, 73 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.html b/Timeline/ClientApp/src/app/app.component.html
index fc2d6cfe..cb5da0fa 100644
--- a/Timeline/ClientApp/src/app/app.component.html
+++ b/Timeline/ClientApp/src/app/app.component.html
@@ -14,6 +14,6 @@
<footer>
<span class="fill-remaining-space"></span>
- <a class="icp-record" href="http://www.miitbeian.gov.cn/state/outPortal/loginPortal.action">鄂ICP备18030913号-1</a>
+ <a class="icp-record" href="http://www.miitbeian.gov.cn/state/outPortal/loginPortal.action" target=”_blank”>鄂ICP备18030913号-1</a>
</footer>
</body>
diff --git a/Timeline/ClientApp/src/assets/timeline.svg b/Timeline/ClientApp/src/assets/timeline.svg
new file mode 100644
index 00000000..1a01305f
--- /dev/null
+++ b/Timeline/ClientApp/src/assets/timeline.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
+ width="1000pt" height="1000pt" viewBox="0 0 1000 1000">
+<line fill="none" stroke="#2A60FF" stroke-width="80" x1="400" y1="0" x2="400" y2="250"/>
+<line fill="none" stroke="#2A60FF" stroke-width="80" x1="600" y1="0" x2="600" y2="250"/>
+<circle fill="none" stroke="#2A60FF" stroke-width="100" cx="500" cy="500" r="250"/>
+<line fill="none" stroke="#2A60FF" stroke-width="80" x1="400" y1="750" x2="400" y2="1000"/>
+<line fill="none" stroke="#2A60FF" stroke-width="80" x1="600" y1="750" x2="600" y2="1000"/>
+</svg>
diff --git a/Timeline/wwwroot/android-chrome-192x192.png b/Timeline/wwwroot/android-chrome-192x192.png
new file mode 100644
index 00000000..38d21c00
--- /dev/null
+++ b/Timeline/wwwroot/android-chrome-192x192.png
Binary files differ
diff --git a/Timeline/wwwroot/android-chrome-512x512.png b/Timeline/wwwroot/android-chrome-512x512.png
new file mode 100644
index 00000000..18e3b8af
--- /dev/null
+++ b/Timeline/wwwroot/android-chrome-512x512.png
Binary files differ
diff --git a/Timeline/wwwroot/apple-touch-icon.png b/Timeline/wwwroot/apple-touch-icon.png
new file mode 100644
index 00000000..42f2e938
--- /dev/null
+++ b/Timeline/wwwroot/apple-touch-icon.png
Binary files differ
diff --git a/Timeline/wwwroot/browserconfig.xml b/Timeline/wwwroot/browserconfig.xml
new file mode 100644
index 00000000..b3930d0f
--- /dev/null
+++ b/Timeline/wwwroot/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#da532c</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/Timeline/wwwroot/favicon-16x16.png b/Timeline/wwwroot/favicon-16x16.png
new file mode 100644
index 00000000..4ae6ff2f
--- /dev/null
+++ b/Timeline/wwwroot/favicon-16x16.png
Binary files differ
diff --git a/Timeline/wwwroot/favicon-32x32.png b/Timeline/wwwroot/favicon-32x32.png
new file mode 100644
index 00000000..91c79322
--- /dev/null
+++ b/Timeline/wwwroot/favicon-32x32.png
Binary files differ
diff --git a/Timeline/wwwroot/favicon.ico b/Timeline/wwwroot/favicon.ico
index a3a79998..37d55219 100644
--- a/Timeline/wwwroot/favicon.ico
+++ b/Timeline/wwwroot/favicon.ico
Binary files differ
diff --git a/Timeline/wwwroot/mstile-144x144.png b/Timeline/wwwroot/mstile-144x144.png
new file mode 100644
index 00000000..f4fbe29a
--- /dev/null
+++ b/Timeline/wwwroot/mstile-144x144.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-150x150.png b/Timeline/wwwroot/mstile-150x150.png
new file mode 100644
index 00000000..08142bd7
--- /dev/null
+++ b/Timeline/wwwroot/mstile-150x150.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-310x150.png b/Timeline/wwwroot/mstile-310x150.png
new file mode 100644
index 00000000..fdaa102c
--- /dev/null
+++ b/Timeline/wwwroot/mstile-310x150.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-310x310.png b/Timeline/wwwroot/mstile-310x310.png
new file mode 100644
index 00000000..0a2c2a0b
--- /dev/null
+++ b/Timeline/wwwroot/mstile-310x310.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-70x70.png b/Timeline/wwwroot/mstile-70x70.png
new file mode 100644
index 00000000..6ac84712
--- /dev/null
+++ b/Timeline/wwwroot/mstile-70x70.png
Binary files differ
diff --git a/Timeline/wwwroot/safari-pinned-tab.svg b/Timeline/wwwroot/safari-pinned-tab.svg
new file mode 100644
index 00000000..4a868ea2
--- /dev/null
+++ b/Timeline/wwwroot/safari-pinned-tab.svg
@@ -0,0 +1,34 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M2518 6178 l-3 -821 -108 -66 c-173 -106 -339 -246 -491 -414 -48
+-52 -148 -188 -199 -270 -47 -76 -112 -199 -116 -222 -1 -5 -8 -17 -16 -25 -7
+-8 -18 -31 -23 -50 -6 -19 -24 -71 -41 -115 -28 -75 -74 -243 -85 -310 -2 -16
+-7 -49 -11 -73 -4 -23 -9 -54 -11 -70 -2 -15 -6 -111 -8 -213 -3 -206 13 -357
+59 -542 118 -469 389 -873 786 -1174 42 -32 120 -83 172 -113 l96 -55 1 -822
+0 -823 280 0 280 0 0 721 0 721 43 -7 c23 -3 80 -12 127 -19 116 -17 437 -13
+560 8 52 9 98 16 103 16 4 0 7 -324 7 -720 l0 -720 280 0 280 0 2 822 3 821
+101 62 c351 215 619 508 797 870 65 131 134 322 153 419 2 10 8 33 13 50 5 17
+17 83 27 146 22 139 24 474 5 590 -7 41 -15 89 -17 105 -11 66 -57 236 -91
+330 -95 267 -286 569 -479 759 -129 128 -259 230 -408 321 l-101 62 -3 821 -2
+822 -280 0 -280 0 0 -720 c0 -569 -3 -720 -12 -720 -7 0 -53 8 -103 17 -125
+23 -483 23 -610 0 -49 -10 -96 -17 -102 -17 -10 0 -13 151 -13 720 l0 720
+-280 0 -280 0 -2 -822z m1227 -1302 c498 -93 887 -420 1068 -896 60 -160 82
+-293 81 -500 -2 -277 -75 -517 -230 -750 -68 -103 -86 -126 -172 -214 -57 -58
+-213 -186 -228 -186 -4 0 -15 -6 -23 -14 -26 -23 -144 -83 -226 -116 -87 -35
+-233 -74 -315 -85 -77 -11 -301 -13 -358 -5 -26 5 -69 11 -96 14 -27 4 -53 9
+-58 12 -5 3 -21 7 -36 10 -79 14 -255 86 -357 147 -233 139 -424 342 -540 572
+-67 133 -118 284 -131 384 -2 20 -7 47 -10 61 -10 46 -11 294 -2 365 11 86 56
+269 74 304 8 14 14 31 14 38 0 29 108 222 175 312 97 133 269 292 381 355 16
+9 43 25 59 36 47 29 234 107 300 125 86 23 152 36 215 42 30 3 57 7 59 9 9 8
+287 -7 356 -20z"/>
+</g>
+</svg>
diff --git a/Timeline/wwwroot/site.webmanifest b/Timeline/wwwroot/site.webmanifest
new file mode 100644
index 00000000..b20abb7c
--- /dev/null
+++ b/Timeline/wwwroot/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/timeline.png b/timeline.png
new file mode 100644
index 00000000..fd24d037
--- /dev/null
+++ b/timeline.png
Binary files differ