-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xianfei
committed
Mar 3, 2021
1 parent
49f0f32
commit 2b7e6f6
Showing
5,355 changed files
with
136,725 additions
and
269,527 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
# output bins | ||
OutApp/ | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Microbundle cache | ||
.rpt2_cache/ | ||
.rts2_cache_cjs/ | ||
.rts2_cache_es/ | ||
.rts2_cache_umd/ | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
.env.test | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
# Next.js build output | ||
.next | ||
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
|
||
# Gatsby files | ||
.cache/ | ||
# Comment in the public line in if your project uses Gatsby and *not* Next.js | ||
# https://nextjs.org/blog/next-9-1#public-directory-support | ||
# public | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# Serverless directories | ||
.serverless/ | ||
|
||
# FuseBox cache | ||
.fusebox/ | ||
|
||
# DynamoDB Local files | ||
.dynamodb/ | ||
|
||
# TernJS port file | ||
.tern-port |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
/* Webfont: Lato-Black */@font-face { | ||
font-family: 'LatoWebBlack'; | ||
src: url('fonts/Lato-Black.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Black.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-BlackItalic */@font-face { | ||
font-family: 'LatoWebBlack'; | ||
src: url('fonts/Lato-BlackItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-BlackItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-BlackItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-BlackItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Bold */@font-face { | ||
font-family: 'LatoWebBold'; | ||
src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Bold.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-BoldItalic */@font-face { | ||
font-family: 'LatoWebBold'; | ||
src: url('fonts/Lato-BoldItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-BoldItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Hairline */@font-face { | ||
font-family: 'LatoWebHairline'; | ||
src: url('fonts/Lato-Hairline.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Hairline.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Hairline.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Hairline.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-HairlineItalic */@font-face { | ||
font-family: 'LatoWebHairline'; | ||
src: url('fonts/Lato-HairlineItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-HairlineItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-HairlineItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-HairlineItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Heavy */@font-face { | ||
font-family: 'LatoWebHeavy'; | ||
src: url('fonts/Lato-Heavy.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Heavy.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Heavy.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-HeavyItalic */@font-face { | ||
font-family: 'LatoWebHeavy'; | ||
src: url('fonts/Lato-HeavyItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-HeavyItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-HeavyItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-HeavyItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-HeavyItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Italic */@font-face { | ||
font-family: 'LatoWeb'; | ||
src: url('fonts/Lato-Italic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Italic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Italic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Light */@font-face { | ||
font-family: 'LatoWebLight'; | ||
src: url('fonts/Lato-Light.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Light.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-LightItalic */@font-face { | ||
font-family: 'LatoWebLight'; | ||
src: url('fonts/Lato-LightItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-LightItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Medium */@font-face { | ||
font-family: 'LatoWebMedium'; | ||
src: url('fonts/Lato-Medium.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Medium.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-MediumItalic */@font-face { | ||
font-family: 'LatoWebMedium'; | ||
src: url('fonts/Lato-MediumItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-MediumItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-MediumItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-MediumItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Regular */@font-face { | ||
font-family: 'LatoWeb'; | ||
src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Regular.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Semibold */@font-face { | ||
font-family: 'LatoWebSemibold'; | ||
src: url('fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Semibold.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-SemiboldItalic */@font-face { | ||
font-family: 'LatoWebSemibold'; | ||
src: url('fonts/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-SemiboldItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-Thin */@font-face { | ||
font-family: 'LatoWebThin'; | ||
src: url('fonts/Lato-Thin.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-Thin.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-Thin.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-Thin.ttf') format('truetype'); | ||
font-style: normal; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
||
/* Webfont: Lato-ThinItalic */@font-face { | ||
font-family: 'LatoWebThin'; | ||
src: url('fonts/Lato-ThinItalic.eot'); /* IE9 Compat Modes */ | ||
src: url('fonts/Lato-ThinItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ | ||
url('fonts/Lato-ThinItalic.woff2') format('woff2'), /* Modern Browsers */ | ||
url('fonts/Lato-ThinItalic.woff') format('woff'), /* Modern Browsers */ | ||
url('fonts/Lato-ThinItalic.ttf') format('truetype'); | ||
font-style: italic; | ||
font-weight: normal; | ||
text-rendering: optimizeLegibility; | ||
} | ||
|
Oops, something went wrong.