提交 a52a5177 编写于 作者: X xjh22222228

angular9

上级 460c79c5
......@@ -8,6 +8,9 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false
* linguist-language=TypeScript
......@@ -72,7 +72,7 @@ npm run build
## 关于图标
项目中有一部分是使用本地图标,但我建议你直接使用网络图,方便管理。
项目中有一部分是使用本地图标,但我建议你直接使用网络图,方便管理。
## 支持开源
......
......@@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"nav": {
"my-dream-app": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
......@@ -17,12 +17,12 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/nav",
"outputPath": "dist/my-dream-app",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
......@@ -45,7 +45,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
......@@ -54,6 +53,11 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
......@@ -62,18 +66,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "nav:build"
"browserTarget": "my-dream-app:build"
},
"configurations": {
"production": {
"browserTarget": "nav:build:production"
"browserTarget": "my-dream-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "nav:build"
"browserTarget": "my-dream-app:build"
}
},
"test": {
......@@ -110,15 +114,19 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "nav:serve"
"devServerTarget": "my-dream-app:serve"
},
"configurations": {
"production": {
"devServerTarget": "nav:serve:production"
"devServerTarget": "my-dream-app:serve:production"
}
}
}
}
}},
"defaultProject": "nav"
}
},
"defaultProject": "my-dream-app",
"cli": {
"analytics": "b7b6207e-1ba6-47cd-be96-ca257fbed167"
}
}
\ No newline at end of file
......@@ -8,11 +8,8 @@ import javascript from './javascript';
import ts from './typescript';
import learData from './learData';
export default {
title: '前端资源',
title: 'WEB前端',
nav: [
react,
vue,
......@@ -24,4 +21,4 @@ export default {
ts,
learData
]
}
\ No newline at end of file
}
......@@ -900,6 +900,17 @@ export default {
'https://github.com/shipshapecode/shepherd'
]
},
{
icon: 'assets/icon/frontend/023.png',
name: 'bootstrap-tour',
desc: '使用Twitter Bootstrap Popovers快速方便地进行产品浏览',
link: 'http://bootstraptour.com/',
language: [
'',
'',
'https://github.com/sorich87/bootstrap-tour'
]
},
]
},
]
......
export default {
title: '学习资料',
title: '参考资料',
nav: [
{
subtitle: '',
......
......@@ -434,6 +434,17 @@ export default {
'https://github.com/bvaughn/react-virtualized'
]
},
{
icon: 'https://avatars3.githubusercontent.com/u/5078602?s=200&v=4',
name: 'react-live',
desc: '一个用于实时编辑React组件的灵活组件库',
link: 'https://react-live.netlify.com/',
language: [
'',
'',
'https://github.com/FormidableLabs/react-live'
]
},
]
},
{
......@@ -515,6 +526,12 @@ export default {
'https://github.com/umijs/hooks',
]
},
{
icon: 'https://avatars2.githubusercontent.com/u/33895495?s=200&v=4',
name: 'umi-plugin-cache-route',
desc: '路由缓存,类似vue keep-alive',
link: 'https://www.npmjs.com/package/umi-plugin-cache-route',
},
]
},
{
......
......@@ -87,6 +87,17 @@ export default {
desc: '用于类式Vue组件的ECMAScript / TypeScript装饰器。',
link: 'https://github.com/vuejs/vue-class-component',
},
{
icon: 'assets/icon/frontend/001.png',
name: 'eslint-plugin-vue',
desc: 'Vue.js的官方ESLint插件',
link: 'https://eslint.vuejs.org/',
language: [
'',
'',
'https://github.com/vuejs/eslint-plugin-vue'
]
},
]
},
{
......
......@@ -2,5 +2,4 @@ import frontend from './frontend';
export default [
frontend,
// ...
];
......@@ -16,7 +16,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, './coverage/nav'),
dir: require('path').join(__dirname, './coverage/my-dream-app'),
reports: ['html', 'lcovonly', 'text-summary'],
fixWebpackSourcePaths: true
},
......
因为 它太大了无法显示 image diff 。你可以改为 查看blob
此差异已折叠。
......@@ -12,49 +12,41 @@
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build --prod --base-href",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"build": "ng build --prod --base-href ./",
"build-gh": "ng build --prod --base-href ./ && node build.js"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.0.3",
"@angular/common": "~8.0.3",
"@angular/compiler": "~8.0.3",
"@angular/core": "~8.0.3",
"@angular/forms": "~8.0.3",
"@angular/platform-browser": "~8.0.3",
"@angular/platform-browser-dynamic": "~8.0.3",
"@angular/router": "~8.0.3",
"iscroll": "^5.2.0",
"jquery": "^3.4.1",
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
"zone.js": "~0.9.1"
"@angular/animations": "~9.1.9",
"@angular/common": "~9.1.9",
"@angular/compiler": "~9.1.9",
"@angular/core": "~9.1.9",
"@angular/forms": "~9.1.9",
"@angular/platform-browser": "~9.1.9",
"@angular/platform-browser-dynamic": "~9.1.9",
"@angular/router": "~9.1.9",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.6",
"@angular/cli": "~8.0.6",
"@angular/compiler-cli": "~8.0.3",
"@angular/language-service": "~8.0.3",
"@types/jasmine": "~3.3.8",
"@angular-devkit/build-angular": "~0.901.7",
"@angular/cli": "~9.1.7",
"@angular/compiler-cli": "~9.1.9",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"commander": "^2.20.0",
"fs-extra": "^8.1.0",
"jasmine-core": "~3.4.0",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"shelljs": "^0.8.3",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.8.3"
}
}
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="46" height="36" viewBox="0 0 46 36">
<defs>
<style>
.cls-1 {
fill: #32d3c3;
fill-rule: evenodd;
}
</style>
</defs>
<path d="M23.000,8.000 L34.000,0.000 L46.000,7.000 L35.000,16.000 L23.000,8.000 ZM0.000,7.000 L12.000,0.000 L23.000,8.000 L11.000,16.000 L0.000,7.000 ZM10.000,26.000 L-0.000,18.000 L-0.000,9.000 L10.000,17.000 L10.000,26.000 ZM34.000,18.000 L23.000,26.000 L12.000,18.000 L23.000,10.000 L34.000,18.000 ZM22.000,36.000 L12.000,28.000 L12.000,20.000 L22.000,27.000 L22.000,36.000 ZM34.000,28.000 L24.000,36.000 L24.000,27.000 L34.000,20.000 L34.000,28.000 ZM46.000,18.000 L36.000,26.000 L36.000,17.000 L45.996,9.000 L46.000,18.000 Z" class="cls-1"/>
</svg>
<?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="M3180 5894 c-157 -124 -303 -240 -324 -258 l-40 -32 75 -59 c41 -33
81 -65 89 -72 8 -7 123 -98 254 -203 l239 -190 36 27 c20 15 159 126 310 246
150 120 282 224 292 230 11 7 19 15 19 19 0 3 -66 59 -147 122 -82 64 -155
122 -163 129 -109 89 -340 267 -347 267 -4 -1 -136 -102 -293 -226z"/>
<path d="M4775 4661 c-1306 -1033 -1296 -1025 -1320 -1010 -21 13 -79 58 -438
342 -62 49 -127 101 -146 115 -19 15 -60 47 -91 72 -32 25 -73 57 -91 72 -90
70 -486 383 -698 550 -40 32 -78 58 -83 58 -5 0 -75 -53 -155 -117 -80 -65
-155 -125 -166 -133 -12 -8 -35 -27 -51 -42 -16 -16 -33 -28 -37 -28 -21 0 -5
-21 44 -60 28 -22 60 -47 69 -55 9 -7 70 -55 135 -106 65 -51 159 -125 208
-164 132 -104 218 -173 874 -691 327 -258 607 -477 621 -486 25 -17 27 -17 51
2 13 10 63 49 110 87 47 37 101 80 120 95 206 162 547 431 559 441 8 7 85 67
170 134 85 67 259 203 385 303 127 100 316 249 422 332 106 83 190 154 188
159 -6 8 -394 322 -410 330 -5 3 -127 -87 -270 -200z"/>
<path d="M396 3655 c-104 -84 -195 -160 -203 -168 -16 -15 -37 3 547 -457 227
-179 223 -176 394 -311 71 -56 248 -196 395 -311 261 -206 307 -242 360 -284
14 -12 157 -124 317 -250 159 -126 507 -400 772 -609 266 -209 486 -381 491
-383 5 -2 51 30 102 71 149 116 617 485 694 546 39 31 88 70 109 86 21 17 44
35 50 40 6 6 81 65 166 132 142 110 404 316 440 346 8 7 35 28 60 47 25 19 54
43 65 52 11 9 101 80 200 158 199 156 289 227 605 476 118 93 222 174 230 181
17 14 215 170 305 241 33 25 62 49 65 52 3 4 41 33 85 67 44 33 90 70 103 81
l23 20 -68 53 c-37 30 -70 56 -73 59 -8 9 -153 126 -206 166 -27 21 -50 41
-52 46 -9 21 -46 -1 -200 -123 -92 -72 -176 -138 -187 -147 -11 -10 -72 -57
-135 -107 -63 -49 -117 -92 -120 -95 -3 -3 -45 -37 -95 -75 -49 -38 -104 -80
-121 -94 -34 -28 -37 -30 -139 -111 -38 -30 -77 -60 -85 -67 -8 -7 -139 -110
-290 -228 -151 -119 -284 -224 -295 -233 -11 -10 -99 -79 -195 -154 -96 -75
-279 -219 -407 -320 -127 -101 -289 -228 -359 -283 -70 -55 -159 -125 -198
-156 l-71 -57 -30 21 c-16 12 -32 24 -35 27 -3 3 -34 28 -70 55 -81 63 -99 77
-114 90 -6 6 -29 24 -51 40 -22 17 -42 32 -45 35 -3 3 -47 39 -99 80 -52 40
-102 79 -110 86 -9 8 -117 93 -241 190 -123 97 -240 189 -260 204 -39 32 -229
182 -855 675 -236 186 -497 392 -580 457 -340 270 -377 298 -389 297 -6 0 -96
-70 -200 -154z"/>
</g>
</svg>
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524304451725" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3308" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 12.63616c-282.74688 0-512 229.21216-512 512 0 226.22208 146.69824 418.14016 350.12608 485.82656 25.57952 4.73088 35.00032-11.10016 35.00032-24.63744 0-12.20608-0.47104-52.55168-0.69632-95.31392-142.4384 30.96576-172.50304-60.416-172.50304-60.416-23.28576-59.16672-56.85248-74.91584-56.85248-74.91584-46.44864-31.78496 3.50208-31.1296 3.50208-31.1296 51.4048 3.60448 78.47936 52.75648 78.47936 52.75648 45.6704 78.27456 119.76704 55.64416 149.01248 42.55744 4.58752-33.09568 17.85856-55.68512 32.50176-68.46464-113.72544-12.94336-233.2672-56.85248-233.2672-253.0304 0-55.88992 20.00896-101.5808 52.75648-137.4208-5.3248-12.9024-22.85568-64.96256 4.95616-135.49568 0 0 43.008-13.74208 140.84096 52.49024 40.83712-11.34592 84.64384-17.03936 128.16384-17.24416 43.49952 0.2048 87.32672 5.87776 128.24576 17.24416 97.73056-66.2528 140.65664-52.49024 140.65664-52.49024 27.87328 70.53312 10.3424 122.59328 5.03808 135.49568 32.82944 35.86048 52.69504 81.53088 52.69504 137.4208 0 196.64896-119.78752 239.94368-233.79968 252.6208 18.37056 15.89248 34.73408 47.04256 34.73408 94.80192 0 68.5056-0.59392 123.63776-0.59392 140.51328 0 13.6192 9.216 29.5936 35.16416 24.576 203.32544-67.76832 349.83936-259.62496 349.83936-485.76512 0-282.78784-229.23264-512-512-512z" p-id="3309"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524308124383" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3449" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M544.949 561.422s0-71.387-34.779-75.050c-34.779-3.663-142.775 0-142.775 0v-219.654h161.078s-1.83-73.219-32.949-73.219h-261.755l43.93-117.148s-65.897 3.663-89.692 45.761-98.844 252.604-98.844 252.604 25.627 10.983 67.726-20.134c42.101-31.116 56.743-86.033 56.743-86.033l76.879-3.663 1.83 223.316s-133.621-1.83-161.078 0c-27.457 1.83-42.101 75.050-42.101 75.050h203.182s-18.307 124.47-69.557 214.164c-53.085 89.692-151.929 161.078-151.929 161.078s71.387 29.287 140.947-10.983c69.557-42.101 120.811-223.316 120.811-223.316l162.912 203.182s14.643-97.013-1.83-124.47c-18.307-27.457-113.49-137.283-113.49-137.283l-42.101 36.607 29.287-120.811h177.552zM587.050 188.010l-1.83 660.793h65.897l23.795 82.37 115.321-82.37h162.912v-660.793h-366.091zM879.92 775.584h-76.879l-97.013 75.050-21.965-75.050h-20.134v-512.527h215.991v512.527z" fill="#1296db" p-id="3450"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1538362020068" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3871" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M108.544 149.504h808.96v542.72H108.544z" fill="#FFEA00" p-id="3872"></path><path d="M788.48 921.6h-552.96c-16.384 0-30.72 14.336-30.72 30.72s14.336 30.72 30.72 30.72h552.96c16.384 0 30.72-14.336 30.72-30.72s-14.336-30.72-30.72-30.72zM471.04 430.08h368.64V225.28H471.04v204.8z m61.44-143.36h245.76v81.92H532.48v-81.92zM942.08 40.96H81.92C36.864 40.96 0 77.824 0 122.88v593.92c0 45.056 36.864 81.92 81.92 81.92h860.16c45.056 0 81.92-36.864 81.92-81.92V122.88c0-45.056-36.864-81.92-81.92-81.92z m20.48 655.36c0 22.528-18.432 40.96-40.96 40.96H102.4c-22.528 0-40.96-18.432-40.96-40.96V143.36c0-22.528 18.432-40.96 40.96-40.96h819.2c22.528 0 40.96 18.432 40.96 40.96v552.96zM307.2 430.08c57.344 0 102.4-45.056 102.4-102.4s-45.056-102.4-102.4-102.4-102.4 45.056-102.4 102.4 45.056 102.4 102.4 102.4z m0-143.36c22.528 0 40.96 18.432 40.96 40.96s-18.432 40.96-40.96 40.96-40.96-18.432-40.96-40.96 18.432-40.96 40.96-40.96z m-102.4 348.16h634.88v-61.44H471.04v-20.48h368.64v-61.44H204.8v143.36z" fill="" p-id="3873"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524320452572" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1392" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M0.002613 3.135755h1020.864245v1020.864245H0.002613z" fill="#0063CA" p-id="1393"></path><path d="M184.321354 268.664246v48.212016c78.18459 3.009848 174.899567-0.81499 281.533942-9.524664v206.638237H242.428947c-36.39381 1.031073-53.750204 14.715758-58.107593 37.048864v32.545153h281.533942V833.7058h89.087419V583.58215h281.532241v-32.543451c-4.353986-22.333107-21.715484-36.017792-58.105892-37.050566H554.944417V299.194893c90.407738-9.114616 185.822814-21.089354 281.608805-34.91696V178.651243c-223.979317 44.576037-449.517153 92.61961-652.231868 90.013003z" fill="#FFFFFF" p-id="1394"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524320977622" class="icon" style="" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1925" xmlns:xlink="http://www.w3.org/1999/xlink" width="200.1953125" height="200"><defs><style type="text/css"></style></defs><path d="M1.703827 0h1022.296173v1022.296173H1.703827z" fill="#E94618" p-id="1926"></path><path d="M501.799188 865.690622c-38.777398-23.478735-30.512133-64.416586-55.495348-90.18356-45.955621-47.388539-126.495521-49.818196-173.427434-104.054416-157.356938-181.844339-6.25986-521.808932 291.356113-471.721531 173.442769 29.18826 305.577957 272.184652 187.299993 443.973005-50.872865 73.896679-148.708313 79.747621-208.112239 159.553171-17.406296 17.273398-8.592399 60.780619-41.621085 62.433331zM252.06416 470.276686c-6.982283 131.959694 180.363714 125.277285 180.363714 6.937983 0-60.245617-54.101617-108.603634-124.866663-83.245577-49.779008 17.835661-53.437125 37.388779-55.497051 76.307594z m381.53797 97.11984c158.950017 44.573817 162.964233-230.536306 0-173.427434-77.096466 27.017584-68.110483 154.329238 0 173.427434z m-159.551468 83.247281c25.407468 5.697597 32.996313-68.502363 6.93628-69.374722-14.470602 14.327481-48.605072 59.225025-6.93628 69.374722z m62.429924 0h13.879374c17.914037-28.413018-6.004286-65.42014-34.686509-69.374722 2.320612 27.740007-8.91783 69.037364 20.807135 69.374722z" fill="#FFFFFF" p-id="1927"></path></svg>
\ No newline at end of file
<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
fill: #38f;
}
</style>
</defs>
<title>熊爪(64)</title>
<g>
<rect class="cls-1" width="64" height="64"/>
<g id="整理一致性">
<g id="重画图标">
<path class="cls-2" d="M13.78,34c6-1.3,5.22-8.42,5-10-.29-2.41-3.15-6.61-7-6.26-4.89.4-5.61,7.39-5.61,7.39C5.52,28.42,7.76,35.32,13.78,34Z"/>
<path class="cls-2" d="M20.17,46.45a5.17,5.17,0,0,0-.21,2.9A3.3,3.3,0,0,0,22.83,52H26V44.33H22.61A3.77,3.77,0,0,0,20.17,46.45Z"/>
<path class="cls-2" d="M25,22.06c3.33,0,6-3.8,6-8.49s-2.7-8.49-6-8.49-6,3.79-6,8.49S21.65,22.06,25,22.06Z"/>
<path class="cls-2" d="M39.33,22.61c4.45.59,7.34-4.13,7.89-7.69s-2.29-7.69-5.45-8.39-7.1,4.28-7.47,7.54C33.87,18.06,34.88,22.06,39.33,22.61Z"/>
<path class="cls-2" d="M57,28.61c0-1.7-1.42-6.84-6.75-6.84s-6,4.84-6,8.27.27,7.84,6.89,7.71S57,30.32,57,28.61Z"/>
<path class="cls-2" d="M50.22,43.58s-6.87-5.27-10.9-11c-5.45-8.42-13.21-5-15.79-.71s-6.6,7-7.19,7.71S8,44.44,9.76,52s7.75,7.4,7.75,7.4a34.53,34.53,0,0,0,9.6-.67,20.65,20.65,0,0,1,9.63.25s12.06,4,15.37-3.69S50.22,43.58,50.22,43.58ZM29.59,55H21.76a6.93,6.93,0,0,1-4.91-3.32,8.87,8.87,0,0,1-.61-5.38,6.83,6.83,0,0,1,5.64-5h4.18v-5H29.6Zm14.62,0h-9c-3.5-.88-3.67-3.36-3.67-3.36V41.75l3.67,0v8.89c.21.94,1.42,1.13,1.42,1.13h3.72v-10h3.89Z"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1000px" height="1000px" viewBox="0 0 1000 1000" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
<title>Group 3</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Group-3">
<rect id="Rectangle-2" fill="#FFFFFF" x="0" y="0" width="1000" height="1000"></rect>
<g id="搜索_熊掌_66icon" fill="#3388FF">
<g id="logo" transform="translate(121.212121, 90.909091)">
<path d="M281.391672,253.227889 C330.249408,253.227889 369.727536,197.170406 369.727536,127.855382 C369.727536,58.6000085 330.249408,2.55743903 281.391672,2.55743903 C232.593774,2.55743903 193.010929,58.6000085 193.010929,127.855382 C193.010929,197.170406 232.593774,253.227889 281.391672,253.227889" id="Fill-1"></path>
<path d="M491.804559,261.514971 C557.132708,269.955656 599.124032,200.47659 607.471435,147.819242 C615.983392,95.2513717 573.842473,34.1384261 527.617609,23.6397649 C481.273069,13.0516264 423.424672,87.0343798 418.158927,135.277518 C411.860976,194.24301 426.640965,253.133938 491.804559,261.514971" id="Fill-3"></path>
<path d="M117.173729,429.982693 C205.62927,411.028434 193.601829,305.639174 190.953997,282.583875 C186.600782,247.061417 144.699215,185.00896 87.7932658,189.900382 C16.1970852,196.298003 5.74039269,299.405594 5.74039269,299.405594 C-3.95336515,347.082043 28.9126626,448.936952 117.173729,429.982693" id="Fill-5"></path>
<path d="M750.702691,349.92891 C750.702691,324.755984 729.729468,248.879296 651.865256,248.879296 C573.851448,248.879296 563.439634,320.47599 563.439634,371.090274 C563.439634,419.407976 567.523579,486.843979 664.401319,484.696526 C761.308978,482.578898 750.702691,375.265878 750.702691,349.92891" id="Fill-7"></path>
<path d="M211.108936,613.306617 C208.520942,620.718314 202.731614,639.672573 207.728088,656.181121 C217.631279,693.194867 249.883967,694.865109 249.883967,694.865109 L296.198588,694.865109 L296.198588,581.959762 L246.577917,581.959762 C224.288258,588.59599 213.517416,605.880007 211.108936,613.306617" id="Fill-9"></path>
<path d="M563.358853,739.469506 L431.027091,739.469506 C379.760875,726.286528 377.322476,689.973687 377.322476,689.973687 L377.322476,544.066157 L431.027091,543.20121 L431.027091,674.344998 C434.303222,688.303446 451.731043,690.838634 451.731043,690.838634 L506.27339,690.838634 L506.27339,544.066157 L563.358853,544.066157 L563.358853,739.469506 Z M349.168691,740.259888 L234.189952,740.259888 C184.524403,730.402481 164.74794,696.595002 162.234744,690.838634 C159.766426,684.992788 145.719453,657.83645 153.169285,611.651288 C174.636172,542.410828 235.850457,537.429929 235.850457,537.429929 L297.064743,537.429929 L297.064743,462.4331 L349.168691,463.223483 L349.168691,740.259888 Z M651.859272,571.073366 C651.859272,571.073366 550.80783,493.138702 491.807551,408.910806 C411.863968,284.716416 298.261503,335.256136 260.279325,398.412145 C222.461702,461.568154 163.506302,501.519736 155.099061,512.092961 C146.631982,522.517058 33.0743963,583.615091 58.2811586,695.252844 C83.4879209,806.830945 172.018259,804.668579 172.018259,804.668579 C172.018259,804.668579 237.27161,811.081113 312.996613,794.18483 C388.691698,777.452589 453.91513,798.360434 453.91513,798.360434 C453.91513,798.360434 630.796292,857.415404 679.175324,743.719675 C727.539397,630.038858 651.859272,571.073366 651.859272,571.073366 L651.859272,571.073366 Z" id="Fill-11"></path>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1534515055105" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2317" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 32L156 188v334.4c0 148.8 75.2 287.2 199.2 368L512 992l156-101.6c124.8-80.8 199.2-219.2 199.2-368V188L512 32z" fill="#D6AB7F" p-id="2318"></path><path d="M388.8 839.2c-108-70.4-172-188.8-172-316.8V228L512 98.4l295.2 129.6v295.2c0 128.8-64 247.2-172 316.8L512 920l-123.2-80.8z" fill="#82CFCD" p-id="2319"></path><path d="M512 32L156 188v334.4c0 148.8 75.2 287.2 199.2 368L512 992V32z" fill="#FFFFFF" p-id="2320"></path><path d="M512 1000c-1.6 0-3.2-0.8-4-1.6L352 896.8c-128-82.4-204-222.4-204-374.4V188c0-3.2 1.6-6.4 4.8-7.2L508.8 24.8c2.4-0.8 4-0.8 6.4 0l356 156c3.2 1.6 4.8 4 4.8 7.2v334.4c0 152-76 292-203.2 374.4l-156 101.6c-1.6 0.8-3.2 1.6-4.8 1.6zM164 193.6v329.6c0 146.4 73.6 281.6 196 360.8l152 98.4 152-98.4c122.4-80 196-215.2 196-360.8V193.6L512 40.8 164 193.6z" fill="#6A576D" p-id="2321"></path><path d="M512 927.2c-1.6 0-3.2-0.8-4-1.6l-123.2-80c-109.6-71.2-175.2-192.8-175.2-324V228c0-3.2 1.6-6.4 4.8-7.2l295.2-129.6c2.4-0.8 4-0.8 6.4 0l295.2 129.6c3.2 1.6 4.8 4 4.8 7.2v295.2c0 131.2-65.6 252-175.2 324l-123.2 80H512zM224.8 232.8v289.6c0 125.6 63.2 241.6 168 310.4l118.4 76.8 118.4-76.8c105.6-68.8 168-184.8 168-310.4V232.8L512 107.2 224.8 232.8z" fill="#6A576D" p-id="2322"></path><path d="M512 599.2c-10.4 0-20-4.8-26.4-12.8L386.4 462.4l53.6-42.4 72 90.4 124-156.8 53.6 42.4-150.4 190.4c-7.2 8-16.8 12.8-27.2 12.8z" fill="#FFFFFF" p-id="2323"></path><path d="M512 607.2c-12.8 0-24.8-5.6-32.8-16L380 467.2c-1.6-1.6-1.6-4-1.6-5.6 0-2.4 1.6-4 3.2-5.6l53.6-42.4c3.2-2.4 8.8-2.4 11.2 1.6L512 497.6l118.4-148.8c2.4-3.2 8-4 11.2-1.6l53.6 42.4c3.2 2.4 4 8 1.6 11.2l-152 190.4c-8 10.4-20 16-32.8 16z m-114.4-144l94.4 118.4c4.8 6.4 12.8 9.6 20 9.6v8-8c8 0 15.2-4 20.8-9.6l145.6-184-40.8-32.8-119.2 150.4c-1.6 1.6-4 3.2-6.4 3.2-2.4 0-4.8-0.8-6.4-3.2l-67.2-84.8-40.8 32.8z" fill="#6A576D" p-id="2324"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1539481785023" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6785" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M 588.6 568.3 l -0.3 -0.3 c -52.2 -51.4 -104.7 -105.4 -157.4 -161.5 l -79.2 79.1 c 56.4 52.4 110.5 104.9 162.2 156.9 c 120.2 120.8 229.2 240.2 326.7 358.8 l 106.3 -106.2 c -118.7 -97.5 -238.1 -206.6 -358.3 -326.8 Z" fill="#f4c959" p-id="6786"></path><path d="M 415.6 363.2 l 110.9 -155.3 l -91.5 -91.6 l -218.5 121.5 L 69.1 495.4 l 84.3 85.6 l 155.1 -110.7 l 107.1 -107.1 Z" fill="#c2bbb4" p-id="6787"></path><path d="M 446.7 20.9 c -5 -0.8 -9.3 0 -13.2 2.3 L 177 169.6 c -3.3 1.8 -5.6 4.4 -7.5 7.5 L 23.2 433.6 c -2.3 3.8 -3.1 8.2 -2.3 13.1 c 0.2 4.4 2.3 8.5 5.6 11.9 l 115.1 115.1 c 3.3 3.3 7.8 5.4 13.2 5.9 c 4.9 0.2 9.3 -1 13.7 -3.9 l 157.2 -112.1 c 56.6 53.2 111.4 106.2 164.2 158.9 C 615 748.5 728 872.8 828.6 995.8 c 2.3 3.4 5.1 5.5 9 6.5 c 3.9 1.3 7.5 1.6 11.4 0.5 c 3.9 -0.8 7 -2.3 9.8 -5.1 l 138.6 -138.6 c 2.8 -2.8 4.7 -6.2 5.4 -10.1 c 1.1 -3.8 0.8 -7.5 -0.5 -11.3 c -1.3 -3.7 -3.4 -6.8 -6.2 -9.4 C 872.7 727.7 748.4 615 622.7 489.6 c -53 -52.5 -106.2 -107 -159.2 -163.9 l 112.2 -157.1 c 2.9 -4.5 4.2 -8.9 3.9 -13.8 c -0.5 -5.4 -2.6 -9.8 -6 -13.2 l -115.1 -115 c -3.3 -3.4 -7.5 -5.5 -11.8 -5.7 Z m 146.9 497.9 l 0.2 0.3 C 714 639.3 833.5 748.5 952.1 845.9 L 845.9 952.1 C 748.4 833.5 639.3 714 519 593.3 c -51.6 -52 -105.6 -104.5 -162 -156.9 l 79.1 -79.2 c 52.7 56.1 105.2 110.2 157.5 161.6 Z m -434.9 13 l -91.6 -91.6 l 135.3 -237.6 L 440.2 67.2 l 91.5 91.5 l -110.8 155.4 l -107.1 107 l -155.1 110.7 Z" fill="#543b2a" p-id="6788"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524321794528" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2211" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M809.472 454.144c-44.544-150.016-209.92-237.568-363.008-223.744-154.112 13.824-332.288 174.592-258.048 336.896 20.48 45.568 67.072 60.928 114.176 66.56 23.04 3.072 140.8-2.56 144.896 25.6 0 2.56 2.048 5.12 4.096 6.656 0 29.696-11.264 71.68-8.704 86.528 8.704 56.832 68.608 56.32 115.2 49.152 82.944-13.312 168.96-49.152 221.184-115.712 49.152-62.464 51.712-159.232 30.208-231.936z" fill="#FDF1CD" p-id="2212"></path><path d="M586.24 620.544c-44.544-8.704-98.304 25.6-103.424 70.144-2.048 18.432 9.216 40.96 26.624 48.64 2.048 1.024 4.608 1.024 7.168 1.024 26.112 21.504 64 32.256 90.112 6.144 33.28-32.768 34.816-114.688-20.48-125.952z" fill="#3FA672" p-id="2213"></path><path d="M524.288 719.36c-3.584-3.584-6.656-7.168-9.728-11.264-5.632-8.192-6.144-18.432-2.048-27.136 2.56-4.608 5.632-9.216 9.216-12.8 3.584 0 6.656-1.024 9.216-3.072 10.752-2.56 22.016-4.608 33.28-6.144 2.048 1.024 4.096 1.536 6.144 1.024 2.048-0.512 4.096-0.512 6.656-1.024 0 0.512 0.512 1.536 1.024 2.048 15.36 20.48 15.872 40.448 17.408 63.488-15.872 25.088-49.664 15.36-71.168-5.12z" fill="#A3F588" p-id="2214"></path><path d="M707.584 480.768c-30.208 7.68-42.496 48.64-36.352 74.752 1.024 3.072 2.56 6.144 4.608 8.704 1.536 10.752 7.168 20.48 15.36 27.136 8.704 8.192 22.016 9.728 32.768 4.096 13.312-7.68 18.432-25.088 20.992-39.936 4.608-9.728 8.704-19.968 11.264-30.208 1.024-4.608-1.024-9.728-5.12-12.288l-6.144-4.096c-4.096-18.432-14.336-33.792-37.376-28.16z m-15.872 80.384c0.512-5.12 0.512-9.728 0.512-14.848 0.512-1.024 0.512-2.048 1.024-3.584 1.024 9.216 2.048 17.92 2.56 27.136 0 1.024 0.512 2.56 1.024 3.584-2.56-3.584-4.096-7.68-5.12-12.288z" fill="#E5724C" p-id="2215"></path><path d="M680.448 416.256c13.312-34.304-23.552-78.336-50.688-94.72-37.376-23.04-83.968 9.728-69.632 51.2 9.216 26.624 25.6 57.856 50.176 73.216 17.408 10.752 36.352 2.56 49.152-11.776 9.728-2.56 17.408-9.216 20.992-17.92zM602.112 404.48v1.024c-7.168-11.264-13.312-23.04-17.92-35.328-3.584-8.704-4.096-14.336-1.024-19.968 8.704 9.216 10.24 20.992 13.824 32.768 1.024 3.072 3.072 5.632 5.632 6.656-1.024 4.608-1.024 9.728-0.512 14.848z m28.16-14.848h-3.584l1.536-7.68c1.536 3.072 3.584 5.632 5.12 8.704-0.512-0.512-1.536-1.024-3.072-1.024z" fill="#F588BE" p-id="2216"></path><path d="M491.52 329.728c3.584-4.096 3.072-10.752-1.024-14.336-0.512-0.512-1.024-1.024-1.536-1.024-0.512-5.12-3.584-9.728-8.704-11.264-3.072-4.096-6.144-7.68-9.728-10.24-2.048-4.608-7.168-7.68-12.288-7.68-23.552-10.752-53.76-6.656-70.656 14.336-1.024 1.024-1.536 2.56-2.56 3.584-33.28 34.304-44.544 126.976 23.552 115.712 38.912-6.656 83.456-46.08 81.92-86.528 0-1.536 0.512-2.048 1.024-2.56z" fill="#BF88F5" p-id="2217"></path><path d="M345.088 482.816c-4.096-27.136-35.328-40.448-60.416-47.616-3.072-3.584-8.192-4.608-12.288-2.56-5.632-0.512-10.752 3.072-12.288 8.704-1.024 7.168-2.048 13.824-2.048 20.992-7.168 22.016-10.752 47.104 4.096 64 13.824 16.384 36.864 13.312 53.76 4.608 3.072-1.536 6.144-3.584 8.704-5.632 2.048-0.512 3.584-1.536 4.608-2.56 7.168-7.168 15.36-13.824 18.432-23.552 1.024-3.584 0-7.168-2.56-9.216 0.512-2.56 0.512-5.12 0-7.168z" fill="#4C72E5" p-id="2218"></path><path d="M809.472 454.144c-44.544-150.016-209.92-237.568-363.008-223.744-154.112 13.824-332.288 174.592-258.048 336.896 20.48 45.568 67.072 60.928 114.176 66.56 23.04 3.072 140.8-2.56 144.896 25.6 0 2.56 2.048 5.12 4.096 6.656 0 29.696-11.264 71.68-8.704 86.528 8.704 56.832 68.608 56.32 115.2 49.152 82.944-13.312 168.96-49.152 221.184-115.712 49.152-62.464 51.712-159.232 30.208-231.936z m-15.872 130.048c-18.432 114.176-114.688 166.4-220.16 191.488-28.16 6.656-89.6 22.016-105.472-14.336-9.728-22.528-1.024-51.712 2.048-74.752 4.608-29.184 7.68-71.68-34.304-69.12-1.024 0-2.048 0.512-3.072 0.512-28.16-7.168-65.536-6.144-82.432-7.168-38.4-2.56-85.504-3.584-116.736-28.16-47.104-37.888-35.84-109.056-17.92-157.696 74.24-199.168 343.552-209.92 488.448-85.504 70.656 60.928 104.448 153.6 89.6 244.736z" fill="#3F72A6" p-id="2219"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524323631206" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1958" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M853.344 0 170.688 0C76.8 0 0 76.8 0 170.688l0 682.624C0 947.264 76.8 1024 170.688 1024L853.344 1024c93.888 0 170.656-76.736 170.656-170.688L1024 170.688C1024 76.8 947.232 0 853.344 0zM278.944 831.264C230.976 831.264 192 792.544 192 744.608c0-47.68 38.976-86.816 86.944-86.816 48.16 0 87.072 39.136 87.072 86.816C366.016 792.544 327.104 831.264 278.944 831.264zM497.472 832c0-81.824-31.808-158.816-89.472-216.448-57.728-57.76-134.368-89.632-215.904-89.632L192.096 400.736c237.664 0 431.136 193.44 431.136 431.264L497.472 832 497.472 832zM719.616 832c0-291.072-236.672-527.936-527.36-527.936L192.256 178.816c360 0 652.96 293.12 652.96 653.184L719.616 832 719.616 832z" p-id="1959" fill="#1afa29"></path></svg>
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册