Browse Source

Merge branch 'hqy声部播放' of http://git.dayaedu.com/tianyong/gym-music-score into gym-test

黄琪勇 3 months ago
parent
commit
9ad8466edc
86 changed files with 365 additions and 2614 deletions
  1. 1 0
      dist/css/instrument-1323ac03.css
  2. 1 0
      dist/css/instrument-449746a5.css
  3. 14 0
      dist/instrument.html
  4. 1 0
      dist/js/index-2412b618.js
  5. 4 0
      dist/js/index-299749c4.js
  6. 5 0
      dist/js/index-30867e06.js
  7. 1 0
      dist/js/index-3cafac81.js
  8. 1 0
      dist/js/index-400de80d.js
  9. 1 0
      dist/js/index-7826c722.js
  10. 1 0
      dist/js/index-98d0eeb2.js
  11. 1 0
      dist/js/index-fe32afe2.js
  12. 1 0
      dist/js/index-legacy-1e181a89.js
  13. 1 0
      dist/js/index-legacy-47631c19.js
  14. 1 0
      dist/js/index-legacy-4944a4a2.js
  15. 4 0
      dist/js/index-legacy-91c51a9d.js
  16. 5 0
      dist/js/index-legacy-93f3f88c.js
  17. 1 0
      dist/js/index-legacy-a51f59d8.js
  18. 1 0
      dist/js/index-legacy-c80b06c2.js
  19. 1 0
      dist/js/index-legacy-d037e21c.js
  20. 0 0
      dist/js/instrument-78478f22.js
  21. 0 0
      dist/js/instrument-legacy-66a7e915.js
  22. 0 0
      dist/js/modeView-593dcee8.js
  23. 0 0
      dist/js/modeView-legacy-2bbb69ed.js
  24. 0 0
      dist/js/polyfills-858fb2ee.js
  25. 0 0
      dist/js/polyfills-legacy-7ea27e1e.js
  26. 0 20
      dist/svg/background-339c2bb0.svg
  27. 0 12
      dist/svg/close2-851f5aa1.svg
  28. 0 195
      dist/svg/clx1-04861a74.svg
  29. 0 235
      dist/svg/clx2-1c450860.svg
  30. 0 256
      dist/svg/clx3-c5121d5e.svg
  31. 0 274
      dist/svg/clx4-2bbc0c38.svg
  32. 0 294
      dist/svg/clx5-f9cec754.svg
  33. 0 27
      dist/svg/cursor-icon-1-35a09bde.svg
  34. 0 25
      dist/svg/cursor-icon-2-e277d6c8.svg
  35. 0 28
      dist/svg/cursor-icon-3-64b29b2d.svg
  36. 0 16
      dist/svg/down-c6403c5c.svg
  37. 0 12
      dist/svg/guding-8da6abc6.svg
  38. 0 12
      dist/svg/guding-active-a30cec46.svg
  39. 0 13
      dist/svg/icon-staff-6a809c25.svg
  40. 0 13
      dist/svg/icon-staff-active-937cf7ca.svg
  41. 0 467
      dist/svg/icon_bg-b8b32f61.svg
  42. 0 51
      dist/svg/icon_cancel-537e7528.svg
  43. 0 14
      dist/svg/icon_close-728e02a6.svg
  44. 0 51
      dist/svg/icon_confirm-77c45bbf.svg
  45. 0 13
      dist/svg/icon_evaluatingOff-05461279.svg
  46. 0 12
      dist/svg/icon_evaluatingOn-a6a49955.svg
  47. 0 9
      dist/svg/icon_menu-99ffdcc1.svg
  48. 0 28
      dist/svg/icon_minus-549a0b1d.svg
  49. 0 21
      dist/svg/icon_pause-13985e91.svg
  50. 0 30
      dist/svg/icon_play-f0c384fb.svg
  51. 0 28
      dist/svg/icon_plus-b3d97051.svg
  52. 0 25
      dist/svg/icon_resetbtn-68afe187.svg
  53. 0 19
      dist/svg/icon_speed-9c32fdc9.svg
  54. 0 33
      dist/svg/icon_speedRest-e296c675.svg
  55. 0 49
      dist/svg/icon_title-d80e504a.svg
  56. 0 9
      dist/svg/icon_zhuanpu-cdc8567c.svg
  57. 0 19
      dist/svg/info-99f8d45a.svg
  58. 0 15
      dist/svg/modeType-50f7e8a4.svg
  59. 0 25
      dist/svg/music-e800b1ef.svg
  60. 0 42
      dist/svg/off-604231f2.svg
  61. 0 45
      dist/svg/on-5f47e293.svg
  62. 0 8
      dist/svg/shenggui-eda4e462.svg
  63. 0 11
      dist/svg/shuodiao-5a39d9ca.svg
  64. 0 11
      dist/svg/shuodiao-active-15d1fbac.svg
  65. 0 9
      dist/svg/task-bg-8f66edfc.svg
  66. 0 20
      dist/svg/tv-dc7f6f77.svg
  67. 0 21
      dist/svg/yijian-739ef8fd.svg
  68. 1 1
      osmd-extended
  69. 2 2
      src/helpers/formateMusic.ts
  70. 1 1
      src/helpers/svgToPng.ts
  71. 8 1
      src/page-instrument/header-top/index.tsx
  72. 17 1
      src/page-instrument/header-top/settting/index.tsx
  73. 2 1
      src/page-instrument/header-top/speed/index.tsx
  74. 25 1
      src/state.ts
  75. 141 69
      src/view/audio-list/index.tsx
  76. BIN
      src/view/music-score/combineAudio/imgs/lock.png
  77. BIN
      src/view/music-score/combineAudio/imgs/open.png
  78. 13 0
      src/view/music-score/combineAudio/index.module.less
  79. 54 0
      src/view/music-score/combineAudio/index.tsx
  80. 7 5
      src/view/music-score/index.tsx
  81. 23 3
      src/view/plugins/move-music-score/index.tsx
  82. BIN
      src/view/plugins/toggleMusicSheet/choosePartName/imgs/resetBtn.png
  83. 10 6
      src/view/plugins/toggleMusicSheet/choosePartName/index.module.less
  84. 13 5
      src/view/plugins/toggleMusicSheet/choosePartName/index.tsx
  85. 1 0
      stats.html
  86. 1 1
      vite.config.ts

File diff suppressed because it is too large
+ 1 - 0
dist/css/instrument-1323ac03.css


File diff suppressed because it is too large
+ 1 - 0
dist/css/instrument-449746a5.css


+ 14 - 0
dist/instrument.html

@@ -2,7 +2,11 @@
 <html lang="en">
 
 <head>
+<<<<<<< HEAD
   <script type="module" crossorigin src="./js/polyfills-a6b45a45.js"></script>
+=======
+  <script type="module" crossorigin src="./js/polyfills-858fb2ee.js"></script>
+>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b
 
   <meta charset="UTF-8" />
   <meta name="viewport"
@@ -41,8 +45,13 @@
       })
     }
   </script>
+<<<<<<< HEAD
   <script type="module" crossorigin src="./js/instrument-e6c6579f.js"></script>
   <link rel="stylesheet" href="./css/instrument-449746a5.css">
+=======
+  <script type="module" crossorigin src="./js/instrument-78478f22.js"></script>
+  <link rel="stylesheet" href="./css/instrument-1323ac03.css">
+>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b
   <script type="module">import.meta.url;import("_").catch(()=>1);async function* g(){};window.__vite_is_modern_browser=true;</script>
   <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
 </head>
@@ -65,8 +74,13 @@
     var vConsole = new window.VConsole();
   </script>  
   <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
+<<<<<<< HEAD
   <script nomodule crossorigin id="vite-legacy-polyfill" src="./js/polyfills-legacy-55a61f59.js"></script>
   <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-dce40994.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
+=======
+  <script nomodule crossorigin id="vite-legacy-polyfill" src="./js/polyfills-legacy-7ea27e1e.js"></script>
+  <script nomodule crossorigin id="vite-legacy-entry" data-src="./js/instrument-legacy-66a7e915.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
+>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b
 </body>
 
 </html>

File diff suppressed because it is too large
+ 1 - 0
dist/js/index-2412b618.js


+ 4 - 0
dist/js/index-299749c4.js

@@ -1 +1,5 @@
+<<<<<<<< HEAD:dist/js/index-299749c4.js
 import{d as i,g as l,r as d,E as e,o as r,s as c,b as s,M as u}from"./instrument-e6c6579f.js";const f="_skeleton_vtlsh_1",m="_detail_vtlsh_12",p="_container_vtlsh_20",a={skeleton:f,detail:m,container:p},y=i({name:"music-list",setup(){const n=l(),t=d({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:e.staff,base64:""},{state:!1,name:"首调",type:e.firstTone,base64:""},{state:!1,name:"固定调",type:e.fixedTone,base64:""}]});r(()=>{window.appName="colexiu",c.xmlUrl=n.xmlUrl,t.isLoading=!1});const o=async()=>{console.log("渲染完成")};return()=>s("div",{class:a.detail},[s("div",{id:"scrollContainer",class:[a.container,"hideCursor"]},[!t.isLoading&&s(u,{onRendered:o},null)])])}});export{y as default};
+========
+import{d as i,g as l,r as d,E as e,o as r,s as c,b as s,M as u}from"./instrument-78478f22.js";const f="_skeleton_vtlsh_1",m="_detail_vtlsh_12",p="_container_vtlsh_20",a={skeleton:f,detail:m,container:p},y=i({name:"music-list",setup(){const n=l(),t=d({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:e.staff,base64:""},{state:!1,name:"首调",type:e.firstTone,base64:""},{state:!1,name:"固定调",type:e.fixedTone,base64:""}]});r(()=>{window.appName="colexiu",c.xmlUrl=n.xmlUrl,t.isLoading=!1});const o=async()=>{console.log("渲染完成")};return()=>s("div",{class:a.detail},[s("div",{id:"scrollContainer",class:[a.container,"hideCursor"]},[!t.isLoading&&s(u,{onRendered:o},null)])])}});export{y as default};
+>>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b:dist/js/index-30867e06.js

+ 5 - 0
dist/js/index-30867e06.js

@@ -0,0 +1,5 @@
+<<<<<<<< HEAD:dist/js/index-299749c4.js
+import{d as i,g as l,r as d,E as e,o as r,s as c,b as s,M as u}from"./instrument-e6c6579f.js";const f="_skeleton_vtlsh_1",m="_detail_vtlsh_12",p="_container_vtlsh_20",a={skeleton:f,detail:m,container:p},y=i({name:"music-list",setup(){const n=l(),t=d({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:e.staff,base64:""},{state:!1,name:"首调",type:e.firstTone,base64:""},{state:!1,name:"固定调",type:e.fixedTone,base64:""}]});r(()=>{window.appName="colexiu",c.xmlUrl=n.xmlUrl,t.isLoading=!1});const o=async()=>{console.log("渲染完成")};return()=>s("div",{class:a.detail},[s("div",{id:"scrollContainer",class:[a.container,"hideCursor"]},[!t.isLoading&&s(u,{onRendered:o},null)])])}});export{y as default};
+========
+import{d as i,g as l,r as d,E as e,o as r,s as c,b as s,M as u}from"./instrument-78478f22.js";const f="_skeleton_vtlsh_1",m="_detail_vtlsh_12",p="_container_vtlsh_20",a={skeleton:f,detail:m,container:p},y=i({name:"music-list",setup(){const n=l(),t=d({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:e.staff,base64:""},{state:!1,name:"首调",type:e.firstTone,base64:""},{state:!1,name:"固定调",type:e.fixedTone,base64:""}]});r(()=>{window.appName="colexiu",c.xmlUrl=n.xmlUrl,t.isLoading=!1});const o=async()=>{console.log("渲染完成")};return()=>s("div",{class:a.detail},[s("div",{id:"scrollContainer",class:[a.container,"hideCursor"]},[!t.isLoading&&s(u,{onRendered:o},null)])])}});export{y as default};
+>>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b:dist/js/index-30867e06.js

File diff suppressed because it is too large
+ 1 - 0
dist/js/index-3cafac81.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-400de80d.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-7826c722.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-98d0eeb2.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-fe32afe2.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-legacy-1e181a89.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-legacy-47631c19.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-legacy-4944a4a2.js


+ 4 - 0
dist/js/index-legacy-91c51a9d.js

@@ -1 +1,5 @@
+<<<<<<<< HEAD:dist/js/index-legacy-91c51a9d.js
 System.register(["./instrument-legacy-dce40994.js"],(function(e,t){"use strict";var i,n,a,o,r,s,l,d,c=document.createElement("style");return c.textContent="._skeleton_vtlsh_1{position:fixed;left:0;top:0;width:100vw;height:100vh;padding:.53333rem .8rem;background-color:#fff;z-index:1000;--van-skeleton-paragraph-height: .8rem}._detail_vtlsh_12{width:100vw;height:100vh;overflow:hidden;overflow-y:auto;--header-height: 1.65333rem;background:var(--container-background)}._detail_vtlsh_12 ._container_vtlsh_20{margin:0 .26667rem;border-radius:.26667rem}._detail_vtlsh_12 #musicAndSelection{overflow:initial!important;height:initial!important;max-height:initial!important}\n",document.head.appendChild(c),{setters:[e=>{i=e.d,n=e.g,a=e.r,o=e.E,r=e.o,s=e.s,l=e.b,d=e.M}],execute:function(){const t="_detail_vtlsh_12",c="_container_vtlsh_20";e("default",i({name:"music-list",setup(){const e=n(),i=a({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:o.staff,base64:""},{state:!1,name:"首调",type:o.firstTone,base64:""},{state:!1,name:"固定调",type:o.fixedTone,base64:""}]});r((()=>{window.appName="colexiu",s.xmlUrl=e.xmlUrl,i.isLoading=!1}));const h=async()=>{console.log("渲染完成")};return()=>l("div",{class:t},[l("div",{id:"scrollContainer",class:[c,"hideCursor"]},[!i.isLoading&&l(d,{onRendered:h},null)])])}}))}}}));
+========
+System.register(["./instrument-legacy-66a7e915.js"],(function(e,t){"use strict";var i,n,a,o,r,s,l,d,c=document.createElement("style");return c.textContent="._skeleton_vtlsh_1{position:fixed;left:0;top:0;width:100vw;height:100vh;padding:.53333rem .8rem;background-color:#fff;z-index:1000;--van-skeleton-paragraph-height: .8rem}._detail_vtlsh_12{width:100vw;height:100vh;overflow:hidden;overflow-y:auto;--header-height: 1.65333rem;background:var(--container-background)}._detail_vtlsh_12 ._container_vtlsh_20{margin:0 .26667rem;border-radius:.26667rem}._detail_vtlsh_12 #musicAndSelection{overflow:initial!important;height:initial!important;max-height:initial!important}\n",document.head.appendChild(c),{setters:[e=>{i=e.d,n=e.g,a=e.r,o=e.E,r=e.o,s=e.s,l=e.b,d=e.M}],execute:function(){const t="_detail_vtlsh_12",c="_container_vtlsh_20";e("default",i({name:"music-list",setup(){const e=n(),i=a({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:o.staff,base64:""},{state:!1,name:"首调",type:o.firstTone,base64:""},{state:!1,name:"固定调",type:o.fixedTone,base64:""}]});r((()=>{window.appName="colexiu",s.xmlUrl=e.xmlUrl,i.isLoading=!1}));const h=async()=>{console.log("渲染完成")};return()=>l("div",{class:t},[l("div",{id:"scrollContainer",class:[c,"hideCursor"]},[!i.isLoading&&l(d,{onRendered:h},null)])])}}))}}}));
+>>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b:dist/js/index-legacy-93f3f88c.js

+ 5 - 0
dist/js/index-legacy-93f3f88c.js

@@ -0,0 +1,5 @@
+<<<<<<<< HEAD:dist/js/index-legacy-91c51a9d.js
+System.register(["./instrument-legacy-dce40994.js"],(function(e,t){"use strict";var i,n,a,o,r,s,l,d,c=document.createElement("style");return c.textContent="._skeleton_vtlsh_1{position:fixed;left:0;top:0;width:100vw;height:100vh;padding:.53333rem .8rem;background-color:#fff;z-index:1000;--van-skeleton-paragraph-height: .8rem}._detail_vtlsh_12{width:100vw;height:100vh;overflow:hidden;overflow-y:auto;--header-height: 1.65333rem;background:var(--container-background)}._detail_vtlsh_12 ._container_vtlsh_20{margin:0 .26667rem;border-radius:.26667rem}._detail_vtlsh_12 #musicAndSelection{overflow:initial!important;height:initial!important;max-height:initial!important}\n",document.head.appendChild(c),{setters:[e=>{i=e.d,n=e.g,a=e.r,o=e.E,r=e.o,s=e.s,l=e.b,d=e.M}],execute:function(){const t="_detail_vtlsh_12",c="_container_vtlsh_20";e("default",i({name:"music-list",setup(){const e=n(),i=a({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:o.staff,base64:""},{state:!1,name:"首调",type:o.firstTone,base64:""},{state:!1,name:"固定调",type:o.fixedTone,base64:""}]});r((()=>{window.appName="colexiu",s.xmlUrl=e.xmlUrl,i.isLoading=!1}));const h=async()=>{console.log("渲染完成")};return()=>l("div",{class:t},[l("div",{id:"scrollContainer",class:[c,"hideCursor"]},[!i.isLoading&&l(d,{onRendered:h},null)])])}}))}}}));
+========
+System.register(["./instrument-legacy-66a7e915.js"],(function(e,t){"use strict";var i,n,a,o,r,s,l,d,c=document.createElement("style");return c.textContent="._skeleton_vtlsh_1{position:fixed;left:0;top:0;width:100vw;height:100vh;padding:.53333rem .8rem;background-color:#fff;z-index:1000;--van-skeleton-paragraph-height: .8rem}._detail_vtlsh_12{width:100vw;height:100vh;overflow:hidden;overflow-y:auto;--header-height: 1.65333rem;background:var(--container-background)}._detail_vtlsh_12 ._container_vtlsh_20{margin:0 .26667rem;border-radius:.26667rem}._detail_vtlsh_12 #musicAndSelection{overflow:initial!important;height:initial!important;max-height:initial!important}\n",document.head.appendChild(c),{setters:[e=>{i=e.d,n=e.g,a=e.r,o=e.E,r=e.o,s=e.s,l=e.b,d=e.M}],execute:function(){const t="_detail_vtlsh_12",c="_container_vtlsh_20";e("default",i({name:"music-list",setup(){const e=n(),i=a({isLoading:!0,isProductLoading:!1,product:[{state:!1,name:"五线谱",type:o.staff,base64:""},{state:!1,name:"首调",type:o.firstTone,base64:""},{state:!1,name:"固定调",type:o.fixedTone,base64:""}]});r((()=>{window.appName="colexiu",s.xmlUrl=e.xmlUrl,i.isLoading=!1}));const h=async()=>{console.log("渲染完成")};return()=>l("div",{class:t},[l("div",{id:"scrollContainer",class:[c,"hideCursor"]},[!i.isLoading&&l(d,{onRendered:h},null)])])}}))}}}));
+>>>>>>>> b6db5edcb0f0ab4c6a0a66404a33ba5399f5337b:dist/js/index-legacy-93f3f88c.js

File diff suppressed because it is too large
+ 1 - 0
dist/js/index-legacy-a51f59d8.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-legacy-c80b06c2.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/index-legacy-d037e21c.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/instrument-78478f22.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/instrument-legacy-66a7e915.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/modeView-593dcee8.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/modeView-legacy-2bbb69ed.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/polyfills-858fb2ee.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/polyfills-legacy-7ea27e1e.js


+ 0 - 20
dist/svg/background-339c2bb0.svg

@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <defs>
-        <path d="M14.5,5 C14.9198469,5 15.3333326,5.02709975 15.7387868,5.0796372 L15.739461,11.4914597 C15.425484,11.3833985 15.0883542,11.3247036 14.7374468,11.3247036 C13.0452347,11.3247036 11.6734257,12.6896792 11.6734257,14.3734619 C11.6734257,16.0572446 13.0452347,17.4222202 14.7374468,17.4222202 C16.429659,17.4222202 17.801468,16.0572446 17.801468,14.3734619 C17.801468,14.2313884 17.7917013,14.0915846 17.7727995,13.954679 L17.7707276,5.57515703 C21.4060448,6.90159152 24,10.3757181 24,14.4526775 C24,19.6732471 19.7467051,23.9053549 14.5,23.9053549 C9.25329488,23.9053549 5,19.6732471 5,14.4526775 C5,9.23210785 9.25329488,5 14.5,5 Z M13.6485145,7.42213135 L13.5380921,7.43232999 C11.1412583,7.78453026 9.07005055,9.32180515 8.06867876,11.570923 C6.47021778,15.1611251 8.09835858,19.3711273 11.7018864,20.9755213 C15.3054142,22.5799152 19.5234944,20.9728183 21.1219554,17.3826162 C22.085337,15.2188257 21.8982132,12.7571482 20.6799325,10.7712115 C20.3864474,10.2927972 19.7606992,10.1428825 19.2822849,10.4363676 C18.8038706,10.7298528 18.6539559,11.355601 18.947441,11.8340153 C19.8194764,13.2555325 19.9529316,15.011182 19.2651692,16.5559217 C18.1242057,19.1185678 15.108704,20.2674799 12.5285809,19.1187351 C9.9484578,17.9699903 8.78450142,14.9602635 9.92546495,12.3976175 C10.6403077,10.7920543 12.1179292,9.69534616 13.8335833,9.44324113 C14.3888811,9.36164347 14.7728909,8.8453377 14.6912933,8.29003993 C14.6096956,7.73474215 14.0933898,7.35073233 13.5380921,7.43232999 Z" id="path-1"></path>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-517.000000, -13.000000)">
-            <g id="编组-9" transform="translate(399.000000, 13.000000)">
-                <g id="伴奏" transform="translate(118.000000, 0.000000)">
-                    <rect id="矩形备份-27" fill="#1CACF1" x="0" y="0" width="29" height="29" rx="14.5"></rect>
-                    <mask id="mask-2" fill="white">
-                        <use xlink:href="#path-1"></use>
-                    </mask>
-                    <use id="形状结合" fill="#FFFFFF" xlink:href="#path-1"></use>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 12
dist/svg/close2-851f5aa1.svg

@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g transform="translate(-493.000000, -57.000000)" fill="#01C1B5" fill-rule="nonzero">
-            <g transform="translate(143.000000, 40.000000)">
-                <g transform="translate(350.000000, 17.000000)">
-                    <path d="M1.05548433,1.07092551 L0.973890205,1.16134969 C0.666012474,1.54828454 0.694001358,2.11481906 1.05785686,2.46909941 L6.537,7.949 L1.05548433,13.4315873 C0.672191496,13.8148801 0.672191496,14.4441272 1.05548433,14.8274201 L1.08636669,14.8583024 L1.17896103,14.9399506 C1.56501142,15.2393273 2.12839072,15.2121112 2.48219949,14.8583024 L7.964,9.376 L13.4470285,14.8583024 C13.8303213,15.2415953 14.4595684,15.2415953 14.8428613,14.8583024 L14.8737436,14.8274201 L14.9553918,14.7348257 C15.2547684,14.3487753 15.2275524,13.785396 14.8737436,13.4315873 L9.391,7.949 L14.8737436,2.46675831 C15.2570364,2.08346548 15.2570364,1.45421835 14.8737436,1.07092551 L14.8428613,1.04004316 L14.7502669,0.958394979 C14.3642165,0.659018325 13.8008372,0.686234384 13.4470285,1.04004316 L7.964,6.53 L2.48231995,1.0401637 C2.09890665,0.65675032 1.46965952,0.65675032 1.08636669,1.04004316 L1.05548433,1.07092551 Z" id="路径"></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

File diff suppressed because it is too large
+ 0 - 195
dist/svg/clx1-04861a74.svg


File diff suppressed because it is too large
+ 0 - 235
dist/svg/clx2-1c450860.svg


+ 0 - 256
dist/svg/clx3-c5121d5e.svg

@@ -1,256 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="159px" height="114px" viewBox="0 0 159 114" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>真棒备份 2</title>
-    <defs>
-        <linearGradient x1="77.612246%" y1="100%" x2="27.4288906%" y2="41.393852%" id="linearGradient-1">
-            <stop stop-color="#F2D0A4" offset="0%"></stop>
-            <stop stop-color="#F3AC27" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,1.69685642 C0,1.69685642 5.42067225,10.5503378 9.07772833,18.0021135 L9.07772833,18.0021135 C13.9610155,27.9534586 26.4464391,29.4458996 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L0,1.69685642 Z" id="path-2"></path>
-        <linearGradient x1="50%" y1="0%" x2="76.4096289%" y2="93.0869575%" id="linearGradient-4">
-            <stop stop-color="#F4C250" offset="0%"></stop>
-            <stop stop-color="#F2A81A" offset="100%"></stop>
-        </linearGradient>
-        <path d="M2.60640621,0.224926471 C6.41776096,3.42187211 17.85821,17.1837566 19.4810065,21.4243333 L19.4810065,21.4243333 C20.0272593,22.8517646 20.2695259,23.9179926 20.341532,24.711319 L20.341532,24.711319 C20.9849752,23.3183046 20.3241512,20.5434002 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L2.60640621,0.224926471 Z" id="path-5"></path>
-        <linearGradient x1="88.1456915%" y1="7.47758299%" x2="70.9473686%" y2="92.522417%" id="linearGradient-7">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,1.69685642 C0,1.69685642 5.42067225,10.5503378 9.07772833,18.0021135 L9.07772833,18.0021135 C13.9610155,27.9534586 26.4464391,29.4458996 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L0,1.69685642 Z" id="path-8"></path>
-        <path d="M2.60640621,0.224926471 C6.41776096,3.42187211 17.85821,17.1837566 19.4810065,21.4243333 L19.4810065,21.4243333 C20.0272593,22.8517646 20.2695259,23.9179926 20.341532,24.711319 L20.341532,24.711319 C20.9849752,23.3183046 20.3241512,20.5434002 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L2.60640621,0.224926471 Z" id="path-10"></path>
-        <linearGradient x1="88.1456915%" y1="0.723333002%" x2="70.9473686%" y2="99.276667%" id="linearGradient-12">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="32.4288665%" y1="50%" x2="57.5753419%" y2="89.3692122%" id="linearGradient-13">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="69.6826821%" y1="61.5784612%" x2="44.0145447%" y2="87.6718365%" id="linearGradient-14">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-15">
-            <stop stop-color="#FFE948" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="4.82316256%" y1="41.2727339%" x2="99.9027017%" y2="60.9776914%" id="linearGradient-16">
-            <stop stop-color="#40C9AA" offset="0%"></stop>
-            <stop stop-color="#4CCFAF" offset="100%"></stop>
-        </linearGradient>
-        <path d="M5.43564712,48.7090823 C4.71541977,51.9524209 3.84130046,55.5655479 2.7444943,58.7008952 L2.7444943,58.7008952 C1.67148921,61.7675207 0.380361858,65.4074819 0.103225936,68.7365591 L0.103225936,68.7365591 C-1.7216326,90.6574832 20.9343921,97.6556465 45.4191878,97.5555091 L45.4191878,97.5555091 C69.9039835,97.4556989 90.8205727,89.0487401 90.8238331,68.2764507 L90.8238331,68.2764507 C90.8238331,62.7436966 89.0211455,60.9598767 87.9230351,57.9017596 L87.9230351,57.9017596 C86.8007977,54.7755752 85.6068309,51.5711789 84.6909782,48.3782362 L84.6909782,48.3782362 C79.7843682,31.2688152 68.7250147,23.2905491 45.3008344,22.5143208 L45.3008344,22.5143208 C44.6660302,22.493377 44.0367686,22.4829051 43.4140279,22.4829051 L43.4140279,22.4829051 C22.6483962,22.4829051 8.68922285,34.0530272 5.43564712,48.7090823" id="path-17"></path>
-        <filter x="-5.0%" y="-6.0%" width="109.9%" height="112.0%" filterUnits="objectBoundingBox" id="filter-18">
-            <feGaussianBlur stdDeviation="2.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="-3" dy="4" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.462831117   0 0 0 0 0.944481449   0 0 0 0 0.78701884  0 0 0 0.559394463 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M47.0491017,84.2969811 C47.0491017,84.2969811 41.7877983,86.929063 36.8429647,84.6256828 C36.6587541,84.3105087 42.3883945,92.0463038 47.0491017,84.2969811 Z" id="path-19"></path>
-        <filter x="-46.5%" y="-151.8%" width="193.0%" height="374.6%" filterUnits="objectBoundingBox" id="filter-20">
-            <feOffset dx="0" dy="-0.5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.247864196 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-12.5%" y="-13.2%" width="125.1%" height="126.4%" filterUnits="objectBoundingBox" id="filter-21">
-            <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <path d="M14.8206154,16.9086956 C13.1011589,15.8302649 10.8774563,15.1025938 8.13210614,14.667773 C4.77252958,14.1356684 3.2099549,14.6070556 2.06082644,15.1412619 C0.5521372,13.1780086 0,12.1307174 0,9.18898055 C0,3.98734102 4.08109036,0 8.96221032,0 C13.8429715,0 17.7995309,4.21705986 17.7995309,9.41869938 C17.7995309,12.0716141 16.4766585,15.1968194 14.8206154,16.9086956 Z" id="path-22"></path>
-        <filter x="-8.4%" y="-8.9%" width="116.9%" height="117.7%" filterUnits="objectBoundingBox" id="filter-24">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.128233583 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="48.9356923%" y1="92.9466699%" x2="51.2727375%" y2="-1.36853401%" id="linearGradient-25">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#F7F4EB" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="49.9984235%" y1="100.001272%" x2="49.9984235%" y2="0.00138610816%" id="linearGradient-26">
-            <stop stop-color="#152479" offset="0%"></stop>
-            <stop stop-color="#0B4B79" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0.000502853684%" y1="49.999885%" x2="99.9989619%" y2="49.999885%" id="linearGradient-27">
-            <stop stop-color="#000000" offset="0%"></stop>
-            <stop stop-color="#00003D" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="57.5618021%" y1="0%" x2="60.4622466%" y2="11.9988623%" id="linearGradient-28">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0.619523025,22.0742182 C0.426465505,23.0524242 2.48084578,24.2876025 5.20815074,24.8334632 C7.9354557,25.3789948 10.302452,25.0285779 10.4951828,24.050372 C10.6882403,23.072166 8.63386006,21.8369877 5.90688176,21.291127 C3.1795768,20.7455954 0.812253882,21.0960123 0.619523025,22.0742182" id="path-29"></path>
-        <filter x="-30.3%" y="-73.9%" width="160.6%" height="247.9%" filterUnits="objectBoundingBox" id="filter-30">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 0.568627451   0 0 0 0 0.568627451  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-12.5%" y="-13.2%" width="125.1%" height="126.4%" filterUnits="objectBoundingBox" id="filter-31">
-            <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <path d="M14.8206154,16.9086956 C13.1011589,15.8302649 10.8774563,15.1025938 8.13210614,14.667773 C4.77252958,14.1356684 3.2099549,14.6070556 2.06082644,15.1412619 C0.5521372,13.1780086 0,12.1307174 0,9.18898055 C0,3.98734102 4.08109036,0 8.96221032,0 C13.8429715,0 17.7995309,4.21705986 17.7995309,9.41869938 C17.7995309,12.0716141 16.4766585,15.1968194 14.8206154,16.9086956 Z" id="path-32"></path>
-        <filter x="-8.4%" y="-8.9%" width="116.9%" height="117.7%" filterUnits="objectBoundingBox" id="filter-34">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.128233583 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <path d="M0.619523025,22.0742182 C0.426465505,23.0524242 2.48084578,24.2876025 5.20815074,24.8334632 C7.9354557,25.3789948 10.302452,25.0285779 10.4951828,24.050372 C10.6882403,23.072166 8.63386006,21.8369877 5.90688176,21.291127 C3.1795768,20.7455954 0.812253882,21.0960123 0.619523025,22.0742182" id="path-35"></path>
-        <filter x="-30.3%" y="-73.9%" width="160.6%" height="247.9%" filterUnits="objectBoundingBox" id="filter-36">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 0.568627451   0 0 0 0 0.568627451  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="-0.00139152473%" y1="50.000508%" x2="99.99952%" y2="50.000508%" id="linearGradient-37">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F29942" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="59.2364439%" x2="101.94585%" y2="59.2364439%" id="linearGradient-38">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F8B911" offset="48.5652346%"></stop>
-            <stop stop-color="#F7D510" offset="49.0626726%"></stop>
-            <stop stop-color="#F5CB0D" offset="100%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="35.7866085%" y1="99.1220678%" x2="64.2147804%" y2="0.868067724%" id="linearGradient-39">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="64.2132492%" y1="99.1220678%" x2="35.7853605%" y2="0.868067724%" id="linearGradient-40">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-41">
-            <stop stop-color="#43CAAB" offset="0%"></stop>
-            <stop stop-color="#4BCFAF" offset="100%"></stop>
-        </linearGradient>
-        <path d="M12.0947355,1.23453948 C12.5183707,4.18848781 9.1598501,4.32072491 3.50173449,8.75834089 L3.50173449,8.75834089 C-2.15670625,13.1953038 -0.132490438,22.233465 3.76801023,24.2966903 L3.76801023,24.2966903 C6.4941666,25.738891 7.89187039,26.1816404 7.89187039,26.1816404 L7.89187039,26.1816404 C9.72718974,27.0694248 12.973868,27.807014 10.6414356,25.6108985 L10.6414356,25.6108985 C7.88114133,23.0125211 13.4641535,21.4420014 14.8816898,16.8264367 L14.8816898,16.8264367 C16.5112063,11.519974 14.2704586,8.5862694 14.1725966,6.29938379 L14.1725966,6.29938379 C14.0721336,3.95372613 12.5817697,-0.000326511366 12.1405778,0 L12.1405778,0 C12.0072774,0.000326511366 11.9695631,0.36079506 12.0947355,1.23453948" id="path-42"></path>
-        <filter x="-12.9%" y="-7.4%" width="125.9%" height="114.8%" filterUnits="objectBoundingBox" id="filter-44">
-            <feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.415686275   0 0 0 0 0.905882353   0 0 0 0 0.768627451  0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="修改" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="评测备份-2" transform="translate(-450.000000, -12.000000)">
-            <g id="编组-2" transform="translate(450.393105, 12.000000)">
-                <g id="真棒备份-4" transform="translate(78.407426, 83.042586) rotate(-1.000000) translate(-78.407426, -83.042586) translate(27.907426, 7.548901)">
-                    <g id="右翅膀" transform="translate(64.387500, 95.257012)">
-                        <g id="Fill-11" transform="translate(16.046683, 9.038832)">
-                            <mask id="mask-3" fill="white">
-                                <use xlink:href="#path-2"></use>
-                            </mask>
-                            <use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                            <mask id="mask-6" fill="white">
-                                <use xlink:href="#path-5"></use>
-                            </mask>
-                            <use id="Clip-12" fill="url(#linearGradient-4)" xlink:href="#path-5"></use>
-                        </g>
-                        <path d="M12.3239913,0.856688508 C18.516157,3.37920238 26.1026861,11.6371674 24.5142965,15.2196517 C23.045444,18.5327108 19.9789794,16.8487173 19.9789794,16.8487173 C19.9789794,16.8487173 20.2443022,21.444935 14.414295,20.389484 C14.414295,20.389484 11.5258947,24.0202909 7.96283666,22.3773195 C4.33451206,20.7044506 -2.05309859,7.63959481 0.648015089,3.17270111 C0.648015089,3.17270111 5.33408374,-1.99087366 12.3239913,0.856688508 Z" id="Fill-15" fill="url(#linearGradient-7)"></path>
-                    </g>
-                    <g id="右翅膀备份-3" transform="translate(18.306250, 113.563262) scale(-1, 1) translate(-18.306250, -113.563262) translate(0.000000, 95.257012)">
-                        <g id="Fill-11" transform="translate(16.046683, 9.038832)">
-                            <mask id="mask-9" fill="white">
-                                <use xlink:href="#path-8"></use>
-                            </mask>
-                            <use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-8"></use>
-                            <mask id="mask-11" fill="white">
-                                <use xlink:href="#path-10"></use>
-                            </mask>
-                            <use id="Clip-12" fill="url(#linearGradient-4)" xlink:href="#path-10"></use>
-                        </g>
-                        <path d="M12.3239913,0.856688508 C18.516157,3.37920238 26.1026861,11.6371674 24.5142965,15.2196517 C23.045444,18.5327108 19.9789794,16.8487173 19.9789794,16.8487173 C19.9789794,16.8487173 20.2443022,21.444935 14.414295,20.389484 C14.414295,20.389484 11.5258947,24.0202909 7.96283666,22.3773195 C4.33451206,20.7044506 -2.05309859,7.63959481 0.648015089,3.17270111 C0.648015089,3.17270111 5.33408374,-1.99087366 12.3239913,0.856688508 Z" id="Fill-15" fill="url(#linearGradient-7)"></path>
-                    </g>
-                    <g id="身" transform="translate(22.631102, 86.735137)">
-                        <path d="M8.08841408,0.970180215 C8.08841408,0.970180215 6.31729051,12.4635139 4.1917473,16.5380737 C0.606943816,23.4101562 -6.80435721,44.6217191 14.6943931,51.5884212 C36.1934683,58.5551234 58.1450702,44.7882891 53.0867127,26.6827485 C49.0116991,12.0975198 45.1520661,6.29680799 44.7904996,0 L8.08841408,0.970180215 Z" id="Fill-57" fill="url(#linearGradient-12)"></path>
-                        <path d="M13.9174312,7.39580895 C13.9174312,7.39580895 12.6459386,15.646119 11.1204074,18.5711154 C8.54656074,23.5041516 3.22669287,38.730363 18.6593775,43.7314071 C34.0920621,48.7324512 49.8057485,38.450775 46.218671,25.8532165 C43.2420009,15.3983994 40.522618,11.2196923 40.2633817,6.69930301 L13.9174312,7.39580895 Z" id="Fill-61" fill="#F8F4EC"></path>
-                        <g id="脖子毛" transform="translate(17.059970, 2.143463)">
-                            <path d="M4.12505343,15.606083 C4.82595311,16.1752451 5.88390867,16.251198 6.75260149,15.9247621 C7.04690008,15.8142263 7.31939878,15.6577956 7.5496189,15.4583788 C7.69957576,15.3284509 7.83136603,15.1801003 7.93904431,15.0146199 C8.13028885,14.7208276 8.2558034,14.3821099 8.33111213,14.0168895 C8.42359654,13.5656969 8.43945101,13.0734574 8.40642087,12.575077 C8.32846972,11.3818083 7.97306536,10.1516943 7.73392711,9.35241108 C6.50718751,5.251277 6.0517018,2.32757467 5.12751834,1.14723408 C5.01389464,1.00211554 4.8910225,0.885762142 4.76253523,0.796234666 C4.56567556,0.659519423 4.35659474,0.585828937 4.14784423,0.566759908 C3.53084111,0.51116884 2.92011372,0.935858743 2.66115738,1.63688797 C2.47519767,2.13947001 2.35034372,2.87637486 2.3691709,3.95458302 C2.40220104,5.86083952 2.38601627,8.00206525 2.52375198,10.4522739 C2.5974092,11.7712689 2.754963,12.9490239 3.06280395,13.8837295 C3.19657604,14.2890272 3.35875405,14.6484299 3.55462282,14.9538576 C3.71977354,15.2111279 3.90870597,15.4302601 4.12505343,15.606083" id="Fill-65" fill="url(#linearGradient-13)" transform="translate(5.394758, 8.339796) rotate(19.000000) translate(-5.394758, -8.339796) "></path>
-                            <path d="M10.6515863,15.2671083 C11.2245455,15.9863725 12.2655158,16.2546108 13.1709677,16.0522274 C13.4000883,16.0011497 13.6200693,15.9201963 13.8217711,15.8087248 C14.0111817,15.7036782 14.1845191,15.5722896 14.3332742,15.4139166 C14.6686034,15.0563726 14.8961483,14.5844659 15.0467943,14.0579478 C15.2248591,13.4366629 15.2960851,12.7395645 15.3121582,12.0646319 C15.3323284,11.2326112 15.2686662,10.4346424 15.2179256,9.85511915 C14.8498199,5.62434234 14.9793502,2.68785556 14.3386319,1.36176242 C14.2497571,1.17801114 14.1429182,1.02766919 14.023788,0.909130337 C13.8974093,0.782881644 13.7571635,0.692612222 13.6093539,0.636073367 C13.0253642,0.411202921 12.329493,0.709316883 11.93712,1.37139972 C11.6679742,1.82628051 11.4108045,2.52080894 11.2236,3.57577258 C10.8920527,5.44026981 10.4694244,7.5244976 10.1328346,9.9389637 C10.0058255,10.8461553 9.93018729,11.6942381 9.9339692,12.4533365 C9.93680563,13.083295 9.99416458,13.651896 10.1224343,14.1427561 C10.2374674,14.5847871 10.4101745,14.9638544 10.6515863,15.2671083" id="Fill-69" fill="url(#linearGradient-14)" transform="translate(12.624910, 8.339796) rotate(-13.000000) translate(-12.624910, -8.339796) "></path>
-                            <path d="M6.79458078,19.2295328 C7.49411195,20.0221552 8.68079913,20.3150666 9.74463543,20.1147909 C10.0553567,20.0560781 10.3559492,19.9552878 10.63073,19.8130725 C10.9202138,19.6627026 11.1809451,19.4660148 11.3959342,19.2233354 C11.7883382,18.7787492 12.046129,18.2056474 12.208841,17.570571 C12.3865827,16.8764556 12.450622,16.1082969 12.4529091,15.3544902 C12.4565032,14.2386215 12.3241771,13.1537401 12.2241974,12.3852552 C11.5550522,7.23320997 11.5713887,3.63803159 10.7062049,2.05017745 C10.5621165,1.78499146 10.3928698,1.57623495 10.1925837,1.42488649 C9.98151544,1.26603584 9.76489276,1.17111687 9.54990373,1.12969175 C8.81443213,0.987802566 8.10019805,1.47479234 7.71008118,2.18260736 C7.39641937,2.75212119 7.1105297,3.61389412 6.92886724,4.9124248 C6.60736388,7.20776777 6.18392044,9.77645129 5.88300114,12.7443816 C5.7647245,13.90983 5.71277427,14.9934067 5.76537797,15.9520557 C5.80589262,16.6859653 5.9078327,17.3468101 6.08851497,17.9153454 C6.25351416,18.4352796 6.48451301,18.8782348 6.79458078,19.2295328" id="Fill-77" fill="url(#linearGradient-15)"></path>
-                        </g>
-                    </g>
-                    <g id="头" transform="translate(5.139105, 0.000000)">
-                        <g id="Fill-71">
-                            <use fill="url(#linearGradient-16)" fill-rule="evenodd" xlink:href="#path-17"></use>
-                            <use fill="black" fill-opacity="1" filter="url(#filter-18)" xlink:href="#path-17"></use>
-                        </g>
-                        <path d="M39.0724674,62.041086 C39.0724674,62.041086 41.4337527,43.2712671 27.5741482,42.6838132 C13.5214457,42.0882048 12.3641644,53.5792717 11.2738628,61.3061979 C10.2279967,68.7196632 1.29026885,78.1068559 11.7721277,89.8314691 C22.6447569,100.90013 61.9534429,98.7463503 73.4017721,92.3502468 C82.1816889,87.4451214 84.2992329,81.3226846 84.0813033,73.9907648 C83.8359282,65.7223764 76.0950162,61.086025 74.8527847,55.6955407 C73.6102266,50.3053826 69.9805713,41.5959961 62.3370251,40.8937262 C54.550044,40.1777566 45.4809702,41.2479599 47.3279808,62.0890348 C47.3279808,62.0890348 43.7185829,68.4401252 39.0724674,62.041086" id="Fill-81" fill="#F8F4EC"></path>
-                        <g id="下巴" transform="translate(41.943868, 86.026726) scale(1, -1) translate(-41.943868, -86.026726) ">
-                            <use fill="black" fill-opacity="1" filter="url(#filter-20)" xlink:href="#path-19"></use>
-                            <use fill="#FFF9EF" fill-rule="evenodd" xlink:href="#path-19"></use>
-                        </g>
-                        <g id="左眼" transform="translate(13.093688, 44.740490)">
-                            <path d="M13.3645925,21.1420557 C22.7563818,21.1420557 23.7449465,27.9170439 23.7449465,23.7334869 C23.7449465,19.54993 26.1706837,2.33125135 12.2331212,2.33125135 C-1.70444117,2.33125135 0.0734571987,18.2379519 0.0734571987,22.4215088 C0.0734571987,26.6050658 3.97280322,21.1420557 13.3645925,21.1420557 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-21)"></path>
-                            <g transform="translate(12.019336, 14.885040) rotate(-9.000000) translate(-12.019336, -14.885040) translate(3.119570, 6.430692)">
-                                <mask id="mask-23" fill="white">
-                                    <use xlink:href="#path-22"></use>
-                                </mask>
-                                <g id="Fill-102">
-                                    <use fill="black" fill-opacity="1" filter="url(#filter-24)" xlink:href="#path-22"></use>
-                                    <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-22"></use>
-                                </g>
-                                <path d="M8.21358148,17.8051839 C12.7498971,17.8051839 16.427163,13.9474927 16.427163,9.18898055 C16.427163,4.43009037 12.7498971,0.572399183 8.21358148,0.572399183 C3.6772659,0.572399183 -1.43529633e-13,4.43009037 -1.43529633e-13,9.18898055 C-1.43529633e-13,13.9474927 3.6772659,17.8051839 8.21358148,17.8051839 Z" id="Fill-104" fill="url(#linearGradient-25)" mask="url(#mask-23)"></path>
-                                <path d="M7.45713361,16.6278693 C10.8640781,16.6278693 13.6265495,13.5192782 13.6265495,9.68450766 C13.6265495,5.84934883 10.8640781,2.74036933 7.45713361,2.74036933 C4.05018911,2.74036933 1.28806276,5.84934883 1.28806276,9.68450766 C1.28806276,13.5192782 4.05018911,16.6278693 7.45713361,16.6278693 Z" id="Fill-106" fill="url(#linearGradient-26)" mask="url(#mask-23)"></path>
-                                <path d="M5.89434012,13.6911434 C8.06374161,13.6911434 9.82277088,11.7623561 9.82277088,9.38313351 C9.82277088,7.00353832 8.06374161,5.07475105 5.89434012,5.07475105 C3.72459891,5.07475105 1.96590936,7.00353832 1.96590936,9.38313351 C1.96590936,11.7623561 3.72459891,13.6911434 5.89434012,13.6911434 Z" id="Fill-110" fill="url(#linearGradient-27)" mask="url(#mask-23)"></path>
-                                <path d="M3.73521943,10.7073904 C2.93584139,10.7073904 2.28760223,9.93267724 2.28760223,8.97733738 C2.28760223,8.02199752 2.93584139,7.24728435 3.73521943,7.24728435 C4.53459748,7.24728435 5.18283664,8.02199752 5.18283664,8.97733738 C5.18283664,9.93267724 4.53459748,10.7073904 3.73521943,10.7073904 Z" id="Fill-124" fill="#FFFFFF" mask="url(#mask-23)" transform="translate(3.735219, 8.977337) rotate(29.000000) translate(-3.735219, -8.977337) "></path>
-                                <path d="M5.3495453,12.7801345 C4.91104309,12.7801345 4.55572134,12.3483834 4.55572134,11.8164111 C4.55572134,11.2840578 4.91104309,10.8526878 5.3495453,10.8526878 C5.7880475,10.8526878 6.14336925,11.2840578 6.14336925,11.8164111 C6.14336925,12.3483834 5.7880475,12.7801345 5.3495453,12.7801345 Z" id="Fill-126" fill="#FFFFFF" mask="url(#mask-23)" transform="translate(5.349545, 11.816411) rotate(33.000000) translate(-5.349545, -11.816411) "></path>
-                                <path d="M6.788099,10.5009613 C6.50279282,10.5009613 6.271607,10.2181593 6.271607,9.86971126 C6.271607,9.52101366 6.50279282,9.23846126 6.788099,9.23846126 C7.07340517,9.23846126 7.30459099,9.52101366 7.30459099,9.86971126 C7.30459099,10.2181593 7.07340517,10.5009613 6.788099,10.5009613 Z" id="Fill-126备份" fill="#FFFFFF" mask="url(#mask-23)" transform="translate(6.788099, 9.869711) rotate(30.000000) translate(-6.788099, -9.869711) "></path>
-                            </g>
-                            <path d="M13.1343152,44.138111 C20.4555399,44.138111 23.518812,29.7284281 23.518812,26.5907604 C23.518812,23.4530927 18.9421826,21.1420557 11.8073332,21.1420557 C9.4882078,21.1420557 5.34822464,21.862605 3.61791117,22.4215088 C-3.21172334,24.6275304 5.81309052,44.138111 13.1343152,44.138111 Z" id="椭圆形" fill="url(#linearGradient-28)"></path>
-                            <g id="脸蛋" opacity="0.509331839" transform="translate(5.557353, 23.062295) rotate(-12.000000) translate(-5.557353, -23.062295) ">
-                                <use fill="black" fill-opacity="1" filter="url(#filter-30)" xlink:href="#path-29"></use>
-                                <use fill="#FF9191" fill-rule="evenodd" xlink:href="#path-29"></use>
-                            </g>
-                            <path d="M21.2307762,6.13270119 C20.1848876,6.13270119 19.336885,4.71972881 19.336885,2.97645119 C19.336885,1.23317357 20.1848876,-0.179798809 21.2307762,-0.179798809 C22.2766648,-0.179798809 23.124385,1.23317357 23.124385,2.97645119 C23.124385,4.71972881 22.2766648,6.13270119 21.2307762,6.13270119 Z" id="眉毛" fill="#FFD155" transform="translate(21.230635, 2.976451) rotate(67.000000) translate(-21.230635, -2.976451) "></path>
-                        </g>
-                        <g id="左眼备份" transform="translate(58.987901, 66.809545) scale(-1, 1) translate(-58.987901, -66.809545) translate(45.918688, 44.740490)">
-                            <path d="M13.3645925,21.1420557 C22.7563818,21.1420557 23.7449465,27.9170439 23.7449465,23.7334869 C23.7449465,19.54993 26.1706837,2.33125135 12.2331212,2.33125135 C-1.70444117,2.33125135 0.0734571987,18.2379519 0.0734571987,22.4215088 C0.0734571987,26.6050658 3.97280322,21.1420557 13.3645925,21.1420557 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-31)"></path>
-                            <g id="左眼" transform="translate(12.019336, 14.885040) scale(-1, 1) rotate(-9.000000) translate(-12.019336, -14.885040) translate(3.119570, 6.430692)">
-                                <mask id="mask-33" fill="white">
-                                    <use xlink:href="#path-32"></use>
-                                </mask>
-                                <g id="Fill-102">
-                                    <use fill="black" fill-opacity="1" filter="url(#filter-34)" xlink:href="#path-32"></use>
-                                    <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-32"></use>
-                                </g>
-                                <path d="M8.21358148,17.8051839 C12.7498971,17.8051839 16.427163,13.9474927 16.427163,9.18898055 C16.427163,4.43009037 12.7498971,0.572399183 8.21358148,0.572399183 C3.6772659,0.572399183 -1.43529633e-13,4.43009037 -1.43529633e-13,9.18898055 C-1.43529633e-13,13.9474927 3.6772659,17.8051839 8.21358148,17.8051839 Z" id="Fill-104" fill="url(#linearGradient-25)" mask="url(#mask-33)"></path>
-                                <path d="M7.45713361,16.6278693 C10.8640781,16.6278693 13.6265495,13.5192782 13.6265495,9.68450766 C13.6265495,5.84934883 10.8640781,2.74036933 7.45713361,2.74036933 C4.05018911,2.74036933 1.28806276,5.84934883 1.28806276,9.68450766 C1.28806276,13.5192782 4.05018911,16.6278693 7.45713361,16.6278693 Z" id="Fill-106" fill="url(#linearGradient-26)" mask="url(#mask-33)"></path>
-                                <path d="M5.89434012,13.6911434 C8.06374161,13.6911434 9.82277088,11.7623561 9.82277088,9.38313351 C9.82277088,7.00353832 8.06374161,5.07475105 5.89434012,5.07475105 C3.72459891,5.07475105 1.96590936,7.00353832 1.96590936,9.38313351 C1.96590936,11.7623561 3.72459891,13.6911434 5.89434012,13.6911434 Z" id="Fill-110" fill="url(#linearGradient-27)" mask="url(#mask-33)"></path>
-                                <path d="M3.73521943,10.7073904 C2.93584139,10.7073904 2.28760223,9.93267724 2.28760223,8.97733738 C2.28760223,8.02199752 2.93584139,7.24728435 3.73521943,7.24728435 C4.53459748,7.24728435 5.18283664,8.02199752 5.18283664,8.97733738 C5.18283664,9.93267724 4.53459748,10.7073904 3.73521943,10.7073904 Z" id="Fill-124" fill="#FFFFFF" mask="url(#mask-33)" transform="translate(3.735219, 8.977337) rotate(29.000000) translate(-3.735219, -8.977337) "></path>
-                                <path d="M5.3495453,12.7801345 C4.91104309,12.7801345 4.55572134,12.3483834 4.55572134,11.8164111 C4.55572134,11.2840578 4.91104309,10.8526878 5.3495453,10.8526878 C5.7880475,10.8526878 6.14336925,11.2840578 6.14336925,11.8164111 C6.14336925,12.3483834 5.7880475,12.7801345 5.3495453,12.7801345 Z" id="Fill-126" fill="#FFFFFF" mask="url(#mask-33)" transform="translate(5.349545, 11.816411) rotate(33.000000) translate(-5.349545, -11.816411) "></path>
-                                <path d="M6.788099,10.5009613 C6.50279282,10.5009613 6.271607,10.2181593 6.271607,9.86971126 C6.271607,9.52101366 6.50279282,9.23846126 6.788099,9.23846126 C7.07340517,9.23846126 7.30459099,9.52101366 7.30459099,9.86971126 C7.30459099,10.2181593 7.07340517,10.5009613 6.788099,10.5009613 Z" id="Fill-126备份" fill="#FFFFFF" mask="url(#mask-33)" transform="translate(6.788099, 9.869711) rotate(30.000000) translate(-6.788099, -9.869711) "></path>
-                            </g>
-                            <path d="M13.1343152,44.138111 C20.4555399,44.138111 23.518812,29.7284281 23.518812,26.5907604 C23.518812,23.4530927 18.9421826,21.1420557 11.8073332,21.1420557 C9.4882078,21.1420557 5.34822464,21.862605 3.61791117,22.4215088 C-3.21172334,24.6275304 5.81309052,44.138111 13.1343152,44.138111 Z" id="椭圆形" fill="url(#linearGradient-28)"></path>
-                            <g id="脸蛋" opacity="0.509331839" transform="translate(5.557353, 23.062295) rotate(-12.000000) translate(-5.557353, -23.062295) ">
-                                <use fill="black" fill-opacity="1" filter="url(#filter-36)" xlink:href="#path-35"></use>
-                                <use fill="#FF9191" fill-rule="evenodd" xlink:href="#path-35"></use>
-                            </g>
-                            <path d="M22.4932762,6.13270119 C21.4473876,6.13270119 20.599385,4.71972881 20.599385,2.97645119 C20.599385,1.23317357 21.4473876,-0.179798809 22.4932762,-0.179798809 C23.5391648,-0.179798809 24.386885,1.23317357 24.386885,2.97645119 C24.386885,4.71972881 23.5391648,6.13270119 22.4932762,6.13270119 Z" id="眉毛" fill="#FFD155" transform="translate(22.493135, 2.976451) rotate(67.000000) translate(-22.493135, -2.976451) "></path>
-                        </g>
-                        <path d="M36.3376332,73.628112 C36.4305967,75.5253327 36.8059416,79.5525023 38.6842252,81.0141137 C40.5625089,82.4757251 41.7949369,81.2435984 43.0572246,81.3831368 C44.2095722,81.5105218 45.2425902,82.1680825 47.1768777,81.3831368 C49.1111651,80.5981911 47.9226138,79.5469742 48.8407485,76.784261 C49.5084246,74.7761054 49.9291565,72.7093175 49.7390764,71.7761981 C49.5212031,70.7068252 48.0376202,69.2996505 46.1269163,68.4131704 C44.2162123,67.5266902 44.1951278,65.6937652 42.7859796,65.6784408 C42.7792709,65.6784408 42.7725622,65.6784408 42.7658535,65.6784408 C41.384818,65.6784408 42.2080723,67.2561822 39.6009405,68.7846192 C36.9391807,70.3453705 36.2440307,71.7305582 36.3376332,73.628112 Z" id="Fill-85备份" fill="url(#linearGradient-37)"></path>
-                        <path d="M45.6386816,68.4189046 C43.8230885,67.6134554 43.8031799,65.9485348 42.4644125,65.93444 C41.1253188,65.9205475 41.9268821,67.361244 39.4379888,68.7563797 C36.9089521,70.1739704 36.2487068,71.4327493 36.3371529,73.1565734 C36.4259254,74.8803975 37.7802634,79.8039754 39.4379888,80.7081068 C41.0957142,81.6122381 41.8427952,80.6422207 43.0572246,80.7081068 C44.0856796,80.7639033 45.6709176,81.4645593 46.7574548,80.7081068 C47.843992,79.9516543 47.3136095,78.1770443 48.185995,75.667297 C48.8201308,73.8429138 49.2512648,72.3221605 49.0707825,71.4740794 C48.8638643,70.5026588 47.4542747,69.2243539 45.6386816,68.4189046 Z" id="Fill-87备份" fill="#B12D1F"></path>
-                        <g id="嘴" transform="translate(30.807363, 56.209691)">
-                            <g id="编组" transform="translate(5.522170, 0.000000)" fill="#FFFFFF">
-                                <path d="M0.170608521,9.93241216 C0.37067298,10.8472072 1.74860471,12.0483843 3.5250335,12.8033913 C5.30178867,13.5583982 5.3174544,15.1269903 6.62880676,15.1371347 C7.94015913,15.1471672 7.15817798,13.791409 9.5994213,12.4711231 C12.079829,11.1293586 12.7296305,9.94184975 12.647059,8.31760846 C12.5641612,6.69336716 11.0896241,3.9756675 9.67252805,1.79070335 C8.25543199,-0.393935356 5.27535275,-0.526712444 3.6157642,1.1037121 C1.95617566,2.73413663 1.87719426,3.27565888 1.01688445,5.64286608 C0.391560624,7.36343585 -0.00432549268,9.13347159 0.170608521,9.93241216" id="Fill-89"></path>
-                            </g>
-                            <g id="编组" transform="translate(0.000000, 2.705357)">
-                                <path d="M10.7072925,0.212672095 C9.7768129,0.543206741 9.04054857,1.26012275 8.3871018,2.06990017 C7.94540816,2.61732788 7.54138839,3.20729001 7.14029159,3.7488733 C6.93276053,4.02843158 6.76452722,4.25993571 6.61837858,4.46708807 C6.54173175,4.57520992 6.46768311,4.68495521 6.39428402,4.79534989 C6.08412414,5.2632285 5.79864715,5.74961445 5.5190161,6.24054607 C5.19846344,6.80258484 4.88538059,7.37046804 4.54988829,7.92211673 C4.10657077,8.65104628 2.64336667,9.87604511 2.10131763,10.5702328 C0.924500656,11.9055229 -1.242613,16.7860272 0.924500656,19.4297841 C3.09161431,22.073541 8.3871018,20.1610145 9.48947749,20.6412068 C10.5918532,21.1213991 11.423096,21.1339172 11.9154545,21.1405193 C12.3714383,21.1465801 14.1100819,20.6290046 14.8330228,20.2660977 C15.5559636,19.9031907 19.4532889,21.7968724 22.4259065,19.208169 C25.3985241,16.6194657 20.9193784,9.96646797 20.4419596,9.447613 C20.0931515,9.06805013 19.8246937,8.66305981 19.4820564,8.32181039 C19.1829388,8.02406946 18.9003848,7.7438618 18.6574533,7.48573307 C18.6006177,7.425016 18.545406,7.36559769 18.4927925,7.30682876 C18.2703218,6.96720278 17.987443,6.50354515 17.6769584,5.98728769 C17.0118197,4.8813928 16.2209932,3.53198024 15.6263307,2.63388708 C14.9706105,1.64228314 14.156725,0.74581344 13.1161467,0.273389167 C12.7267418,0.0967576862 12.3373369,0 11.9677433,0 C11.9502054,0 11.9326676,0 11.9154545,0.000649380444 C11.4809059,0.0113641578 11.084356,0.0785750337 10.7072925,0.212672095 Z" id="Fill-91" fill="url(#linearGradient-38)"></path>
-                                <path d="M6.00637132,6.02172592 C5.5615459,6.93953357 5.47327932,7.8236392 5.8088828,7.99640299 L5.8088828,7.99640299 C6.14448628,8.16916679 6.77759256,7.56514792 7.22241799,6.64799467 L7.22241799,6.64799467 C7.66724341,5.73018702 7.75550999,4.8467358 7.419589,4.6736448 L7.419589,4.6736448 C7.38085331,4.65368535 7.33830755,4.64419643 7.29258674,4.64419643 L7.29258674,4.64419643 C6.94079047,4.64419643 6.39976083,5.21025962 6.00637132,6.02172592" id="Fill-143" fill="url(#linearGradient-39)" transform="translate(6.614362, 6.335045) rotate(15.000000) translate(-6.614362, -6.335045) "></path>
-                                <path d="M15.1449985,4.6736448 C14.8087633,4.8467358 14.8973465,5.73018702 15.3421675,6.64799467 L15.3421675,6.64799467 C15.7869885,7.56514792 16.419771,8.16916679 16.7556886,7.99640299 L16.7556886,7.99640299 C17.0912888,7.8236392 17.0027056,6.93953357 16.5578846,6.02172592 L16.5578846,6.02172592 C16.164499,5.21025962 15.6237922,4.64419643 15.2719995,4.64419643 L15.2719995,4.64419643 C15.2262791,4.64419643 15.1837338,4.65368535 15.1449985,4.6736448" id="Fill-145" fill="url(#linearGradient-40)" transform="translate(15.950092, 6.335045) rotate(-14.000000) translate(-15.950092, -6.335045) "></path>
-                            </g>
-                        </g>
-                        <g id="头顶毛" transform="translate(50.802533, 14.096298) rotate(55.000000) translate(-50.802533, -14.096298) translate(43.065688, 0.569512)">
-                            <mask id="mask-43" fill="white">
-                                <use xlink:href="#path-42"></use>
-                            </mask>
-                            <g id="Clip-117备份">
-                                <use fill="url(#linearGradient-41)" fill-rule="evenodd" xlink:href="#path-42"></use>
-                                <use fill="black" fill-opacity="1" filter="url(#filter-44)" xlink:href="#path-42"></use>
-                            </g>
-                            <path d="M11.1484324,-2.33308697 L12.2158113,0.360305293 C12.2158113,0.360305293 13.7568943,4.33786676 11.9488853,7.20365702 C10.1405511,10.0694473 6.14478943,14.3189927 6.11260225,17.8133174 C6.08008995,21.307642 7.6949759,25.976428 11.5106195,26.9709816 C11.5106195,26.9709816 6.12235594,26.434197 5.28126273,19.2228669 C4.44049465,12.0115369 10.9179202,8.33763099 11.6432696,6.55945009 C12.3689442,4.78126919 13.1635448,2.42842829 11.1484324,-2.33308697" id="Fill-116" fill="#F6FFFD" opacity="0.487753005" mask="url(#mask-43)"></path>
-                            <path d="M15.6296678,9.23351288 C15.6127614,9.01638282 15.1387321,15.8473271 12.5227924,18.544964 C10.1357393,21.0062067 6.24791844,25.999545 11.5106845,26.9709163 C16.7741008,27.9419611 8.70974982,24.2471585 11.9414725,22.1754439 C16.5201797,19.2407597 16.0194903,14.2023628 15.6296678,9.23351288" id="Fill-114" fill="#4AD7BC" mask="url(#mask-43)"></path>
-                        </g>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 274
dist/svg/clx4-2bbc0c38.svg

@@ -1,274 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="159px" height="114px" viewBox="0 0 159 114" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>真棒备份 2</title>
-    <defs>
-        <linearGradient x1="77.612246%" y1="100%" x2="27.4288906%" y2="41.393852%" id="linearGradient-1">
-            <stop stop-color="#F2D0A4" offset="0%"></stop>
-            <stop stop-color="#F3AC27" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,1.69685642 C0,1.69685642 5.42067225,10.5503378 9.07772833,18.0021135 L9.07772833,18.0021135 C13.9610155,27.9534586 26.4464391,29.4458996 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L0,1.69685642 Z" id="path-2"></path>
-        <linearGradient x1="50%" y1="0%" x2="76.4096289%" y2="93.0869575%" id="linearGradient-4">
-            <stop stop-color="#F4C250" offset="0%"></stop>
-            <stop stop-color="#F2A81A" offset="100%"></stop>
-        </linearGradient>
-        <path d="M2.60640621,0.224926471 C6.41776096,3.42187211 17.85821,17.1837566 19.4810065,21.4243333 L19.4810065,21.4243333 C20.0272593,22.8517646 20.2695259,23.9179926 20.341532,24.711319 L20.341532,24.711319 C20.9849752,23.3183046 20.3241512,20.5434002 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L2.60640621,0.224926471 Z" id="path-5"></path>
-        <linearGradient x1="88.1456915%" y1="7.47758299%" x2="70.9473686%" y2="92.522417%" id="linearGradient-7">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,1.69685642 C0,1.69685642 5.42067225,10.5503378 9.07772833,18.0021135 L9.07772833,18.0021135 C13.9610155,27.9534586 26.4464391,29.4458996 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L0,1.69685642 Z" id="path-8"></path>
-        <path d="M2.60640621,0.224926471 C6.41776096,3.42187211 17.85821,17.1837566 19.4810065,21.4243333 L19.4810065,21.4243333 C20.0272593,22.8517646 20.2695259,23.9179926 20.341532,24.711319 L20.341532,24.711319 C20.9849752,23.3183046 20.3241512,20.5434002 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L2.60640621,0.224926471 Z" id="path-10"></path>
-        <linearGradient x1="88.1456915%" y1="0.723333002%" x2="70.9473686%" y2="99.276667%" id="linearGradient-12">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="32.4288665%" y1="50%" x2="57.5753419%" y2="89.3692122%" id="linearGradient-13">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="69.6826821%" y1="61.5784612%" x2="44.0145447%" y2="87.6718365%" id="linearGradient-14">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-15">
-            <stop stop-color="#FFE948" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="4.82316256%" y1="41.2727339%" x2="99.9027017%" y2="60.9776914%" id="linearGradient-16">
-            <stop stop-color="#40C9AA" offset="0%"></stop>
-            <stop stop-color="#4CCFAF" offset="100%"></stop>
-        </linearGradient>
-        <path d="M5.43564712,48.7090823 C4.71541977,51.9524209 3.84130046,55.5655479 2.7444943,58.7008952 L2.7444943,58.7008952 C1.67148921,61.7675207 0.380361858,65.4074819 0.103225936,68.7365591 L0.103225936,68.7365591 C-1.7216326,90.6574832 20.9343921,97.6556465 45.4191878,97.5555091 L45.4191878,97.5555091 C69.9039835,97.4556989 90.8205727,89.0487401 90.8238331,68.2764507 L90.8238331,68.2764507 C90.8238331,62.7436966 89.0211455,60.9598767 87.9230351,57.9017596 L87.9230351,57.9017596 C86.8007977,54.7755752 85.6068309,51.5711789 84.6909782,48.3782362 L84.6909782,48.3782362 C79.7843682,31.2688152 68.7250147,23.2905491 45.3008344,22.5143208 L45.3008344,22.5143208 C44.6660302,22.493377 44.0367686,22.4829051 43.4140279,22.4829051 L43.4140279,22.4829051 C22.6483962,22.4829051 8.68922285,34.0530272 5.43564712,48.7090823" id="path-17"></path>
-        <filter x="-5.0%" y="-6.0%" width="109.9%" height="112.0%" filterUnits="objectBoundingBox" id="filter-18">
-            <feGaussianBlur stdDeviation="2.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="-3" dy="4" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.462831117   0 0 0 0 0.944481449   0 0 0 0 0.78701884  0 0 0 0.559394463 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M47.0491017,84.2969811 C47.0491017,84.2969811 41.7877983,86.929063 36.8429647,84.6256828 C36.6587541,84.3105087 42.3883945,92.0463038 47.0491017,84.2969811 Z" id="path-19"></path>
-        <filter x="-46.5%" y="-151.8%" width="193.0%" height="374.6%" filterUnits="objectBoundingBox" id="filter-20">
-            <feOffset dx="0" dy="-0.5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.247864196 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-12.5%" y="-13.2%" width="125.1%" height="126.4%" filterUnits="objectBoundingBox" id="filter-21">
-            <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <path d="M14.8206154,16.9086956 C13.1011589,15.8302649 10.8774563,15.1025938 8.13210614,14.667773 C4.77252958,14.1356684 3.2099549,14.6070556 2.06082644,15.1412619 C0.5521372,13.1780086 0,12.1307174 0,9.18898055 C0,3.98734102 4.08109036,0 8.96221032,0 C13.8429715,0 17.7995309,4.21705986 17.7995309,9.41869938 C17.7995309,12.0716141 16.4766585,15.1968194 14.8206154,16.9086956 Z" id="path-22"></path>
-        <filter x="-8.4%" y="-8.9%" width="116.9%" height="117.7%" filterUnits="objectBoundingBox" id="filter-24">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.128233583 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="48.9356923%" y1="92.9466699%" x2="51.2727375%" y2="-1.36853401%" id="linearGradient-25">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#F7F4EB" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="49.9984235%" y1="100.001272%" x2="49.9984235%" y2="0.00138610816%" id="linearGradient-26">
-            <stop stop-color="#152479" offset="0%"></stop>
-            <stop stop-color="#0B4B79" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0.000502853684%" y1="49.999885%" x2="99.9989619%" y2="49.999885%" id="linearGradient-27">
-            <stop stop-color="#000000" offset="0%"></stop>
-            <stop stop-color="#00003D" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="57.5618021%" y1="0%" x2="60.4622466%" y2="11.9988623%" id="linearGradient-28">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <filter x="-12.5%" y="-13.2%" width="125.1%" height="126.4%" filterUnits="objectBoundingBox" id="filter-29">
-            <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <path d="M14.8206154,16.9086956 C13.1011589,15.8302649 10.8774563,15.1025938 8.13210614,14.667773 C4.77252958,14.1356684 3.2099549,14.6070556 2.06082644,15.1412619 C0.5521372,13.1780086 0,12.1307174 0,9.18898055 C0,3.98734102 4.08109036,0 8.96221032,0 C13.8429715,0 17.7995309,4.21705986 17.7995309,9.41869938 C17.7995309,12.0716141 16.4766585,15.1968194 14.8206154,16.9086956 Z" id="path-30"></path>
-        <filter x="-8.4%" y="-8.9%" width="116.9%" height="117.7%" filterUnits="objectBoundingBox" id="filter-32">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.128233583 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-33">
-            <stop stop-color="#BBE8FC" offset="0%"></stop>
-            <stop stop-color="#85CCF7" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-34">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.528894811" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="-0.00139152473%" y1="50.000508%" x2="99.99952%" y2="50.000508%" id="linearGradient-35">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F29942" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="59.2364439%" x2="101.94585%" y2="59.2364439%" id="linearGradient-36">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F8B911" offset="48.5652346%"></stop>
-            <stop stop-color="#F7D510" offset="49.0626726%"></stop>
-            <stop stop-color="#F5CB0D" offset="100%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="35.7866085%" y1="99.1220678%" x2="64.2147804%" y2="0.868067724%" id="linearGradient-37">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="64.2132492%" y1="99.1220678%" x2="35.7853605%" y2="0.868067724%" id="linearGradient-38">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-39">
-            <stop stop-color="#43CAAB" offset="0%"></stop>
-            <stop stop-color="#4BCFAF" offset="100%"></stop>
-        </linearGradient>
-        <path d="M12.0947355,1.23453948 C12.5183707,4.18848781 9.1598501,4.32072491 3.50173449,8.75834089 L3.50173449,8.75834089 C-2.15670625,13.1953038 -0.132490438,22.233465 3.76801023,24.2966903 L3.76801023,24.2966903 C6.4941666,25.738891 7.89187039,26.1816404 7.89187039,26.1816404 L7.89187039,26.1816404 C9.72718974,27.0694248 12.973868,27.807014 10.6414356,25.6108985 L10.6414356,25.6108985 C7.88114133,23.0125211 13.4641535,21.4420014 14.8816898,16.8264367 L14.8816898,16.8264367 C16.5112063,11.519974 14.2704586,8.5862694 14.1725966,6.29938379 L14.1725966,6.29938379 C14.0721336,3.95372613 12.5817697,-0.000326511366 12.1405778,5.68434189e-14 L12.1405778,5.68434189e-14 C12.0072774,0.000326511366 11.9695631,0.36079506 12.0947355,1.23453948" id="path-40"></path>
-        <filter x="-12.9%" y="-7.4%" width="125.9%" height="114.8%" filterUnits="objectBoundingBox" id="filter-42">
-            <feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.415686275   0 0 0 0 0.905882353   0 0 0 0 0.768627451  0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="76.9945329%" y1="0%" x2="40.4500795%" y2="99.4213184%" id="linearGradient-43">
-            <stop stop-color="#FF8C6E" offset="0%"></stop>
-            <stop stop-color="#FF5D10" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="58.2441752%" y1="0%" x2="47.0834384%" y2="99.4213184%" id="linearGradient-44">
-            <stop stop-color="#FF8C6E" offset="0%"></stop>
-            <stop stop-color="#FF5D10" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="修改" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="评测备份-3" transform="translate(-450.000000, -12.000000)">
-            <g id="编组-2" transform="translate(450.393105, 12.000000)">
-                <g id="真棒备份-5" transform="translate(27.907426, 6.548901)">
-                    <g id="右翅膀" transform="translate(64.387500, 95.257012)">
-                        <g id="Fill-11" transform="translate(16.046683, 9.038832)">
-                            <mask id="mask-3" fill="white">
-                                <use xlink:href="#path-2"></use>
-                            </mask>
-                            <use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                            <mask id="mask-6" fill="white">
-                                <use xlink:href="#path-5"></use>
-                            </mask>
-                            <use id="Clip-12" fill="url(#linearGradient-4)" xlink:href="#path-5"></use>
-                        </g>
-                        <path d="M12.3239913,0.856688508 C18.516157,3.37920238 26.1026861,11.6371674 24.5142965,15.2196517 C23.045444,18.5327108 19.9789794,16.8487173 19.9789794,16.8487173 C19.9789794,16.8487173 20.2443022,21.444935 14.414295,20.389484 C14.414295,20.389484 11.5258947,24.0202909 7.96283666,22.3773195 C4.33451206,20.7044506 -2.05309859,7.63959481 0.648015089,3.17270111 C0.648015089,3.17270111 5.33408374,-1.99087366 12.3239913,0.856688508 Z" id="Fill-15" fill="url(#linearGradient-7)"></path>
-                    </g>
-                    <g id="右翅膀备份-3" transform="translate(18.306250, 113.563262) scale(-1, 1) translate(-18.306250, -113.563262) translate(0.000000, 95.257012)">
-                        <g id="Fill-11" transform="translate(16.046683, 9.038832)">
-                            <mask id="mask-9" fill="white">
-                                <use xlink:href="#path-8"></use>
-                            </mask>
-                            <use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-8"></use>
-                            <mask id="mask-11" fill="white">
-                                <use xlink:href="#path-10"></use>
-                            </mask>
-                            <use id="Clip-12" fill="url(#linearGradient-4)" xlink:href="#path-10"></use>
-                        </g>
-                        <path d="M12.3239913,0.856688508 C18.516157,3.37920238 26.1026861,11.6371674 24.5142965,15.2196517 C23.045444,18.5327108 19.9789794,16.8487173 19.9789794,16.8487173 C19.9789794,16.8487173 20.2443022,21.444935 14.414295,20.389484 C14.414295,20.389484 11.5258947,24.0202909 7.96283666,22.3773195 C4.33451206,20.7044506 -2.05309859,7.63959481 0.648015089,3.17270111 C0.648015089,3.17270111 5.33408374,-1.99087366 12.3239913,0.856688508 Z" id="Fill-15" fill="url(#linearGradient-7)"></path>
-                    </g>
-                    <g id="身" transform="translate(22.631102, 86.735137)">
-                        <path d="M8.08841408,0.970180215 C8.08841408,0.970180215 6.31729051,12.4635139 4.1917473,16.5380737 C0.606943816,23.4101562 -6.80435721,44.6217191 14.6943931,51.5884212 C36.1934683,58.5551234 58.1450702,44.7882891 53.0867127,26.6827485 C49.0116991,12.0975198 45.1520661,6.29680799 44.7904996,0 L8.08841408,0.970180215 Z" id="Fill-57" fill="url(#linearGradient-12)"></path>
-                        <path d="M13.9174312,7.39580895 C13.9174312,7.39580895 12.6459386,15.646119 11.1204074,18.5711154 C8.54656074,23.5041516 3.22669287,38.730363 18.6593775,43.7314071 C34.0920621,48.7324512 49.8057485,38.450775 46.218671,25.8532165 C43.2420009,15.3983994 40.522618,11.2196923 40.2633817,6.69930301 L13.9174312,7.39580895 Z" id="Fill-61" fill="#F8F4EC"></path>
-                        <g id="脖子毛" transform="translate(17.059970, 2.143463)">
-                            <path d="M4.12505343,15.606083 C4.82595311,16.1752451 5.88390867,16.251198 6.75260149,15.9247621 C7.04690008,15.8142263 7.31939878,15.6577956 7.5496189,15.4583788 C7.69957576,15.3284509 7.83136603,15.1801003 7.93904431,15.0146199 C8.13028885,14.7208276 8.2558034,14.3821099 8.33111213,14.0168895 C8.42359654,13.5656969 8.43945101,13.0734574 8.40642087,12.575077 C8.32846972,11.3818083 7.97306536,10.1516943 7.73392711,9.35241108 C6.50718751,5.251277 6.0517018,2.32757467 5.12751834,1.14723408 C5.01389464,1.00211554 4.8910225,0.885762142 4.76253523,0.796234666 C4.56567556,0.659519423 4.35659474,0.585828937 4.14784423,0.566759908 C3.53084111,0.51116884 2.92011372,0.935858743 2.66115738,1.63688797 C2.47519767,2.13947001 2.35034372,2.87637486 2.3691709,3.95458302 C2.40220104,5.86083952 2.38601627,8.00206525 2.52375198,10.4522739 C2.5974092,11.7712689 2.754963,12.9490239 3.06280395,13.8837295 C3.19657604,14.2890272 3.35875405,14.6484299 3.55462282,14.9538576 C3.71977354,15.2111279 3.90870597,15.4302601 4.12505343,15.606083" id="Fill-65" fill="url(#linearGradient-13)" transform="translate(5.394758, 8.339796) rotate(19.000000) translate(-5.394758, -8.339796) "></path>
-                            <path d="M10.6515863,15.2671083 C11.2245455,15.9863725 12.2655158,16.2546108 13.1709677,16.0522274 C13.4000883,16.0011497 13.6200693,15.9201963 13.8217711,15.8087248 C14.0111817,15.7036782 14.1845191,15.5722896 14.3332742,15.4139166 C14.6686034,15.0563726 14.8961483,14.5844659 15.0467943,14.0579478 C15.2248591,13.4366629 15.2960851,12.7395645 15.3121582,12.0646319 C15.3323284,11.2326112 15.2686662,10.4346424 15.2179256,9.85511915 C14.8498199,5.62434234 14.9793502,2.68785556 14.3386319,1.36176242 C14.2497571,1.17801114 14.1429182,1.02766919 14.023788,0.909130337 C13.8974093,0.782881644 13.7571635,0.692612222 13.6093539,0.636073367 C13.0253642,0.411202921 12.329493,0.709316883 11.93712,1.37139972 C11.6679742,1.82628051 11.4108045,2.52080894 11.2236,3.57577258 C10.8920527,5.44026981 10.4694244,7.5244976 10.1328346,9.9389637 C10.0058255,10.8461553 9.93018729,11.6942381 9.9339692,12.4533365 C9.93680563,13.083295 9.99416458,13.651896 10.1224343,14.1427561 C10.2374674,14.5847871 10.4101745,14.9638544 10.6515863,15.2671083" id="Fill-69" fill="url(#linearGradient-14)" transform="translate(12.624910, 8.339796) rotate(-13.000000) translate(-12.624910, -8.339796) "></path>
-                            <path d="M6.79458078,19.2295328 C7.49411195,20.0221552 8.68079913,20.3150666 9.74463543,20.1147909 C10.0553567,20.0560781 10.3559492,19.9552878 10.63073,19.8130725 C10.9202138,19.6627026 11.1809451,19.4660148 11.3959342,19.2233354 C11.7883382,18.7787492 12.046129,18.2056474 12.208841,17.570571 C12.3865827,16.8764556 12.450622,16.1082969 12.4529091,15.3544902 C12.4565032,14.2386215 12.3241771,13.1537401 12.2241974,12.3852552 C11.5550522,7.23320997 11.5713887,3.63803159 10.7062049,2.05017745 C10.5621165,1.78499146 10.3928698,1.57623495 10.1925837,1.42488649 C9.98151544,1.26603584 9.76489276,1.17111687 9.54990373,1.12969175 C8.81443213,0.987802566 8.10019805,1.47479234 7.71008118,2.18260736 C7.39641937,2.75212119 7.1105297,3.61389412 6.92886724,4.9124248 C6.60736388,7.20776777 6.18392044,9.77645129 5.88300114,12.7443816 C5.7647245,13.90983 5.71277427,14.9934067 5.76537797,15.9520557 C5.80589262,16.6859653 5.9078327,17.3468101 6.08851497,17.9153454 C6.25351416,18.4352796 6.48451301,18.8782348 6.79458078,19.2295328" id="Fill-77" fill="url(#linearGradient-15)"></path>
-                        </g>
-                    </g>
-                    <g id="头" transform="translate(5.139105, 0.000000)">
-                        <g id="Fill-71">
-                            <use fill="url(#linearGradient-16)" fill-rule="evenodd" xlink:href="#path-17"></use>
-                            <use fill="black" fill-opacity="1" filter="url(#filter-18)" xlink:href="#path-17"></use>
-                        </g>
-                        <path d="M39.0724674,62.041086 C39.0724674,62.041086 41.4337527,43.2712671 27.5741482,42.6838132 C13.5214457,42.0882048 12.3641644,53.5792717 11.2738628,61.3061979 C10.2279967,68.7196632 1.29026885,78.1068559 11.7721277,89.8314691 C22.6447569,100.90013 61.9534429,98.7463503 73.4017721,92.3502468 C82.1816889,87.4451214 84.2992329,81.3226846 84.0813033,73.9907648 C83.8359282,65.7223764 76.0950162,61.086025 74.8527847,55.6955407 C73.6102266,50.3053826 69.9805713,41.5959961 62.3370251,40.8937262 C54.550044,40.1777566 45.4809702,41.2479599 47.3279808,62.0890348 C47.3279808,62.0890348 43.7185829,68.4401252 39.0724674,62.041086" id="Fill-81" fill="#F8F4EC"></path>
-                        <g id="下巴" transform="translate(41.943868, 86.026726) scale(1, -1) translate(-41.943868, -86.026726) ">
-                            <use fill="black" fill-opacity="1" filter="url(#filter-20)" xlink:href="#path-19"></use>
-                            <use fill="#FFF9EF" fill-rule="evenodd" xlink:href="#path-19"></use>
-                        </g>
-                        <g id="左眼" transform="translate(13.093688, 44.740490)">
-                            <path d="M13.3645925,21.1420557 C22.7563818,21.1420557 23.7449465,27.9170439 23.7449465,23.7334869 C23.7449465,19.54993 26.1706837,2.33125135 12.2331212,2.33125135 C-1.70444117,2.33125135 0.0734571987,18.2379519 0.0734571987,22.4215088 C0.0734571987,26.6050658 3.97280322,21.1420557 13.3645925,21.1420557 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-21)"></path>
-                            <g transform="translate(12.019336, 14.885040) rotate(-9.000000) translate(-12.019336, -14.885040) translate(3.119570, 6.430692)">
-                                <mask id="mask-23" fill="white">
-                                    <use xlink:href="#path-22"></use>
-                                </mask>
-                                <g id="Fill-102">
-                                    <use fill="black" fill-opacity="1" filter="url(#filter-24)" xlink:href="#path-22"></use>
-                                    <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-22"></use>
-                                </g>
-                                <path d="M8.21358148,17.8051839 C12.7498971,17.8051839 16.427163,13.9474927 16.427163,9.18898055 C16.427163,4.43009037 12.7498971,0.572399183 8.21358148,0.572399183 C3.6772659,0.572399183 -1.43529633e-13,4.43009037 -1.43529633e-13,9.18898055 C-1.43529633e-13,13.9474927 3.6772659,17.8051839 8.21358148,17.8051839 Z" id="Fill-104" fill="url(#linearGradient-25)" mask="url(#mask-23)"></path>
-                                <path d="M7.45713361,16.6278693 C10.8640781,16.6278693 13.6265495,13.5192782 13.6265495,9.68450766 C13.6265495,5.84934883 10.8640781,2.74036933 7.45713361,2.74036933 C4.05018911,2.74036933 1.28806276,5.84934883 1.28806276,9.68450766 C1.28806276,13.5192782 4.05018911,16.6278693 7.45713361,16.6278693 Z" id="Fill-106" fill="url(#linearGradient-26)" mask="url(#mask-23)"></path>
-                                <path d="M5.89434012,13.6911434 C8.06374161,13.6911434 9.82277088,11.7623561 9.82277088,9.38313351 C9.82277088,7.00353832 8.06374161,5.07475105 5.89434012,5.07475105 C3.72459891,5.07475105 1.96590936,7.00353832 1.96590936,9.38313351 C1.96590936,11.7623561 3.72459891,13.6911434 5.89434012,13.6911434 Z" id="Fill-110" fill="url(#linearGradient-27)" mask="url(#mask-23)"></path>
-                                <path d="M3.73521943,10.7073904 C2.93584139,10.7073904 2.28760223,9.93267724 2.28760223,8.97733738 C2.28760223,8.02199752 2.93584139,7.24728435 3.73521943,7.24728435 C4.53459748,7.24728435 5.18283664,8.02199752 5.18283664,8.97733738 C5.18283664,9.93267724 4.53459748,10.7073904 3.73521943,10.7073904 Z" id="Fill-124" fill="#FFFFFF" mask="url(#mask-23)" transform="translate(3.735219, 8.977337) rotate(29.000000) translate(-3.735219, -8.977337) "></path>
-                                <path d="M5.3495453,12.7801345 C4.91104309,12.7801345 4.55572134,12.3483834 4.55572134,11.8164111 C4.55572134,11.2840578 4.91104309,10.8526878 5.3495453,10.8526878 C5.7880475,10.8526878 6.14336925,11.2840578 6.14336925,11.8164111 C6.14336925,12.3483834 5.7880475,12.7801345 5.3495453,12.7801345 Z" id="Fill-126" fill="#FFFFFF" mask="url(#mask-23)" transform="translate(5.349545, 11.816411) rotate(33.000000) translate(-5.349545, -11.816411) "></path>
-                                <path d="M6.788099,10.5009613 C6.50279282,10.5009613 6.271607,10.2181593 6.271607,9.86971126 C6.271607,9.52101366 6.50279282,9.23846126 6.788099,9.23846126 C7.07340517,9.23846126 7.30459099,9.52101366 7.30459099,9.86971126 C7.30459099,10.2181593 7.07340517,10.5009613 6.788099,10.5009613 Z" id="Fill-126备份" fill="#FFFFFF" mask="url(#mask-23)" transform="translate(6.788099, 9.869711) rotate(30.000000) translate(-6.788099, -9.869711) "></path>
-                            </g>
-                            <path d="M13.1343152,44.138111 C20.4555399,44.138111 23.518812,29.7284281 23.518812,26.5907604 C23.518812,23.4530927 18.9421826,21.1420557 11.8073332,21.1420557 C9.4882078,21.1420557 5.34822464,21.862605 3.61791117,22.4215088 C-3.21172334,24.6275304 5.81309052,44.138111 13.1343152,44.138111 Z" id="椭圆形" fill="url(#linearGradient-28)"></path>
-                            <path d="M21.2307762,6.13270119 C20.1848876,6.13270119 19.336885,4.71972881 19.336885,2.97645119 C19.336885,1.23317357 20.1848876,-0.179798809 21.2307762,-0.179798809 C22.2766648,-0.179798809 23.124385,1.23317357 23.124385,2.97645119 C23.124385,4.71972881 22.2766648,6.13270119 21.2307762,6.13270119 Z" id="眉毛" fill="#FFD155" transform="translate(21.230635, 2.976451) rotate(67.000000) translate(-21.230635, -2.976451) "></path>
-                        </g>
-                        <g id="左眼备份" transform="translate(58.987901, 66.809545) scale(-1, 1) translate(-58.987901, -66.809545) translate(45.918688, 44.740490)">
-                            <path d="M13.3645925,21.1420557 C22.7563818,21.1420557 23.7449465,27.9170439 23.7449465,23.7334869 C23.7449465,19.54993 26.1706837,2.33125135 12.2331212,2.33125135 C-1.70444117,2.33125135 0.0734571987,18.2379519 0.0734571987,22.4215088 C0.0734571987,26.6050658 3.97280322,21.1420557 13.3645925,21.1420557 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-29)"></path>
-                            <g id="左眼" transform="translate(12.019336, 14.885040) scale(-1, 1) rotate(-9.000000) translate(-12.019336, -14.885040) translate(3.119570, 6.430692)">
-                                <mask id="mask-31" fill="white">
-                                    <use xlink:href="#path-30"></use>
-                                </mask>
-                                <g id="Fill-102">
-                                    <use fill="black" fill-opacity="1" filter="url(#filter-32)" xlink:href="#path-30"></use>
-                                    <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-30"></use>
-                                </g>
-                                <path d="M8.21358148,17.8051839 C12.7498971,17.8051839 16.427163,13.9474927 16.427163,9.18898055 C16.427163,4.43009037 12.7498971,0.572399183 8.21358148,0.572399183 C3.6772659,0.572399183 -1.43529633e-13,4.43009037 -1.43529633e-13,9.18898055 C-1.43529633e-13,13.9474927 3.6772659,17.8051839 8.21358148,17.8051839 Z" id="Fill-104" fill="url(#linearGradient-25)" mask="url(#mask-31)"></path>
-                                <path d="M7.45713361,16.6278693 C10.8640781,16.6278693 13.6265495,13.5192782 13.6265495,9.68450766 C13.6265495,5.84934883 10.8640781,2.74036933 7.45713361,2.74036933 C4.05018911,2.74036933 1.28806276,5.84934883 1.28806276,9.68450766 C1.28806276,13.5192782 4.05018911,16.6278693 7.45713361,16.6278693 Z" id="Fill-106" fill="url(#linearGradient-26)" mask="url(#mask-31)"></path>
-                                <path d="M5.89434012,13.6911434 C8.06374161,13.6911434 9.82277088,11.7623561 9.82277088,9.38313351 C9.82277088,7.00353832 8.06374161,5.07475105 5.89434012,5.07475105 C3.72459891,5.07475105 1.96590936,7.00353832 1.96590936,9.38313351 C1.96590936,11.7623561 3.72459891,13.6911434 5.89434012,13.6911434 Z" id="Fill-110" fill="url(#linearGradient-27)" mask="url(#mask-31)"></path>
-                                <path d="M3.73521943,10.7073904 C2.93584139,10.7073904 2.28760223,9.93267724 2.28760223,8.97733738 C2.28760223,8.02199752 2.93584139,7.24728435 3.73521943,7.24728435 C4.53459748,7.24728435 5.18283664,8.02199752 5.18283664,8.97733738 C5.18283664,9.93267724 4.53459748,10.7073904 3.73521943,10.7073904 Z" id="Fill-124" fill="#FFFFFF" mask="url(#mask-31)" transform="translate(3.735219, 8.977337) rotate(29.000000) translate(-3.735219, -8.977337) "></path>
-                                <path d="M5.3495453,12.7801345 C4.91104309,12.7801345 4.55572134,12.3483834 4.55572134,11.8164111 C4.55572134,11.2840578 4.91104309,10.8526878 5.3495453,10.8526878 C5.7880475,10.8526878 6.14336925,11.2840578 6.14336925,11.8164111 C6.14336925,12.3483834 5.7880475,12.7801345 5.3495453,12.7801345 Z" id="Fill-126" fill="#FFFFFF" mask="url(#mask-31)" transform="translate(5.349545, 11.816411) rotate(33.000000) translate(-5.349545, -11.816411) "></path>
-                                <path d="M6.788099,10.5009613 C6.50279282,10.5009613 6.271607,10.2181593 6.271607,9.86971126 C6.271607,9.52101366 6.50279282,9.23846126 6.788099,9.23846126 C7.07340517,9.23846126 7.30459099,9.52101366 7.30459099,9.86971126 C7.30459099,10.2181593 7.07340517,10.5009613 6.788099,10.5009613 Z" id="Fill-126备份" fill="#FFFFFF" mask="url(#mask-31)" transform="translate(6.788099, 9.869711) rotate(30.000000) translate(-6.788099, -9.869711) "></path>
-                            </g>
-                            <path d="M13.1343152,44.138111 C20.4555399,44.138111 23.518812,29.7284281 23.518812,26.5907604 C23.518812,23.4530927 18.9421826,21.1420557 11.8073332,21.1420557 C9.4882078,21.1420557 5.34822464,21.862605 3.61791117,22.4215088 C-3.21172334,24.6275304 5.81309052,44.138111 13.1343152,44.138111 Z" id="椭圆形" fill="url(#linearGradient-28)"></path>
-                            <path d="M22.4932762,6.13270119 C21.4473876,6.13270119 20.599385,4.71972881 20.599385,2.97645119 C20.599385,1.23317357 21.4473876,-0.179798809 22.4932762,-0.179798809 C23.5391648,-0.179798809 24.386885,1.23317357 24.386885,2.97645119 C24.386885,4.71972881 23.5391648,6.13270119 22.4932762,6.13270119 Z" id="眉毛" fill="#FFD155" transform="translate(22.493135, 2.976451) rotate(67.000000) translate(-22.493135, -2.976451) "></path>
-                        </g>
-                        <g id="编组-24" transform="translate(16.881188, 65.811105)">
-                            <path d="M8.97865848,0.071439987 C12.0415292,0.310200652 14.469903,0.774575938 14.2512851,1.6543843 C14.0326671,2.53419267 12.0025202,2.27977023 10.9814651,2.50406588 L10.5523164,2.58973887 C10.4774257,2.6033258 10.4008962,2.61655793 10.3227942,2.629422 L9.83584436,2.70208347 L9.31434083,2.76527449 L8.76146809,2.81835818 L8.18041055,2.86069764 L7.57435263,2.891656 L7.575,2.9168843 C7.575,3.270373 7.42972347,3.58993055 7.19561902,3.81910833 C7.42972859,4.39054684 7.575,5.18942813 7.575,6.0731343 C7.575,7.81628304 6.90333668,9.1780441 5.42936861,8.86672857 C3.95540054,8.55541303 3.49596571,7.10882823 3.90221544,6.0731343 C4.23730835,5.21884773 5.19527141,4.39054684 5.42936861,3.81760453 C5.22871826,3.6224554 5.09332014,3.35979998 5.05872987,3.06613308 L5.05027781,2.89013264 L4.44440976,2.85950651 L3.86349721,2.81745002 L3.31072951,2.76460379 L2.789296,2.70160841 L2.30238605,2.62910448 L1.85318901,2.54773262 C0.708449096,2.31948649 0,2.00348211 0,1.6543843 C0,1.29450843 1.09446722,0.621859168 2.30238605,0.391884302 C4.71132051,0.0190809817 6.93674465,-0.0877337899 8.97865848,0.071439987 Z" id="形状结合" fill="url(#linearGradient-33)" fill-rule="nonzero"></path>
-                            <path d="M5.77130474,8.53059106 C5.92062124,8.3384081 4.93021,7.80771653 4.93021,6.74379073 C4.93021,5.67986492 5.97863205,4.99880994 5.56940082,4.78519067 C5.1601696,4.57157139 3.73462097,5.38696841 4.14617693,6.95877973 C4.5577329,8.53059106 5.62198824,8.72277401 5.77130474,8.53059106 Z" id="椭圆形" fill="url(#linearGradient-34)" opacity="0.666886829" transform="translate(4.929509, 6.671718) scale(-1, 1) rotate(-180.000000) translate(-4.929509, -6.671718) "></path>
-                        </g>
-                        <g id="编组-23" transform="translate(61.888674, 70.266743) scale(-1, 1) translate(-61.888674, -70.266743) translate(54.756188, 65.811105)">
-                            <path d="M8.97865848,0.071439987 C12.0415292,0.310200652 14.469903,0.774575938 14.2512851,1.6543843 C14.0326671,2.53419267 12.0025202,2.27977023 10.9814651,2.50406588 L10.5523164,2.58973887 C10.4774257,2.6033258 10.4008962,2.61655793 10.3227942,2.629422 L9.83584436,2.70208347 L9.31434083,2.76527449 L8.76146809,2.81835818 L8.18041055,2.86069764 L7.57435263,2.891656 L7.575,2.9168843 C7.575,3.270373 7.42972347,3.58993055 7.19561902,3.81910833 C7.42972859,4.39054684 7.575,5.18942813 7.575,6.0731343 C7.575,7.81628304 6.90333668,9.1780441 5.42936861,8.86672857 C3.95540054,8.55541303 3.49596571,7.10882823 3.90221544,6.0731343 C4.23730835,5.21884773 5.19527141,4.39054684 5.42936861,3.81760453 C5.22871826,3.6224554 5.09332014,3.35979998 5.05872987,3.06613308 L5.05027781,2.89013264 L4.44440976,2.85950651 L3.86349721,2.81745002 L3.31072951,2.76460379 L2.789296,2.70160841 L2.30238605,2.62910448 L1.85318901,2.54773262 C0.708449096,2.31948649 0,2.00348211 0,1.6543843 C0,1.29450843 1.09446722,0.621859168 2.30238605,0.391884302 C4.71132051,0.0190809817 6.93674465,-0.0877337899 8.97865848,0.071439987 Z" id="形状结合" fill="url(#linearGradient-33)" fill-rule="nonzero"></path>
-                            <path d="M5.77130474,8.53059106 C5.92062124,8.3384081 4.93021,7.80771653 4.93021,6.74379073 C4.93021,5.67986492 5.97863205,4.99880994 5.56940082,4.78519067 C5.1601696,4.57157139 3.73462097,5.38696841 4.14617693,6.95877973 C4.5577329,8.53059106 5.62198824,8.72277401 5.77130474,8.53059106 Z" id="椭圆形" fill="url(#linearGradient-34)" opacity="0.666886829" transform="translate(4.929509, 6.671718) scale(-1, 1) rotate(-180.000000) translate(-4.929509, -6.671718) "></path>
-                        </g>
-                        <path d="M36.3376332,73.628112 C36.4305967,75.5253327 36.8059416,79.5525023 38.6842252,81.0141137 C40.5625089,82.4757251 41.7949369,81.2435984 43.0572246,81.3831368 C44.2095722,81.5105218 45.2425902,82.1680825 47.1768777,81.3831368 C49.1111651,80.5981911 47.9226138,79.5469742 48.8407485,76.784261 C49.5084246,74.7761054 49.9291565,72.7093175 49.7390764,71.7761981 C49.5212031,70.7068252 48.0376202,69.2996505 46.1269163,68.4131704 C44.2162123,67.5266902 44.1951278,65.6937652 42.7859796,65.6784408 C42.7792709,65.6784408 42.7725622,65.6784408 42.7658535,65.6784408 C41.384818,65.6784408 42.2080723,67.2561822 39.6009405,68.7846192 C36.9391807,70.3453705 36.2440307,71.7305582 36.3376332,73.628112 Z" id="Fill-85备份" fill="url(#linearGradient-35)"></path>
-                        <path d="M45.6386816,68.4189046 C43.8230885,67.6134554 43.8031799,65.9485348 42.4644125,65.93444 C41.1253188,65.9205475 41.9268821,67.361244 39.4379888,68.7563797 C36.9089521,70.1739704 36.2487068,71.4327493 36.3371529,73.1565734 C36.4259254,74.8803975 37.7802634,79.8039754 39.4379888,80.7081068 C41.0957142,81.6122381 41.8427952,80.6422207 43.0572246,80.7081068 C44.0856796,80.7639033 45.6709176,81.4645593 46.7574548,80.7081068 C47.843992,79.9516543 47.3136095,78.1770443 48.185995,75.667297 C48.8201308,73.8429138 49.2512648,72.3221605 49.0707825,71.4740794 C48.8638643,70.5026588 47.4542747,69.2243539 45.6386816,68.4189046 Z" id="Fill-87备份" fill="#B12D1F"></path>
-                        <g id="嘴" transform="translate(30.807363, 56.209691)">
-                            <g id="编组" transform="translate(5.522170, 0.000000)" fill="#FFFFFF">
-                                <path d="M0.170608521,9.93241216 C0.37067298,10.8472072 1.74860471,12.0483843 3.5250335,12.8033913 C5.30178867,13.5583982 5.3174544,15.1269903 6.62880676,15.1371347 C7.94015913,15.1471672 7.15817798,13.791409 9.5994213,12.4711231 C12.079829,11.1293586 12.7296305,9.94184975 12.647059,8.31760846 C12.5641612,6.69336716 11.0896241,3.9756675 9.67252805,1.79070335 C8.25543199,-0.393935356 5.27535275,-0.526712444 3.6157642,1.1037121 C1.95617566,2.73413663 1.87719426,3.27565888 1.01688445,5.64286608 C0.391560624,7.36343585 -0.00432549268,9.13347159 0.170608521,9.93241216" id="Fill-89"></path>
-                            </g>
-                            <g id="编组" transform="translate(0.000000, 2.705357)">
-                                <path d="M10.7072925,0.212672095 C9.7768129,0.543206741 9.04054857,1.26012275 8.3871018,2.06990017 C7.94540816,2.61732788 7.54138839,3.20729001 7.14029159,3.7488733 C6.93276053,4.02843158 6.76452722,4.25993571 6.61837858,4.46708807 C6.54173175,4.57520992 6.46768311,4.68495521 6.39428402,4.79534989 C6.08412414,5.2632285 5.79864715,5.74961445 5.5190161,6.24054607 C5.19846344,6.80258484 4.88538059,7.37046804 4.54988829,7.92211673 C4.10657077,8.65104628 2.64336667,9.87604511 2.10131763,10.5702328 C0.924500656,11.9055229 -1.242613,16.7860272 0.924500656,19.4297841 C3.09161431,22.073541 8.3871018,20.1610145 9.48947749,20.6412068 C10.5918532,21.1213991 11.423096,21.1339172 11.9154545,21.1405193 C12.3714383,21.1465801 14.1100819,20.6290046 14.8330228,20.2660977 C15.5559636,19.9031907 19.4532889,21.7968724 22.4259065,19.208169 C25.3985241,16.6194657 20.9193784,9.96646797 20.4419596,9.447613 C20.0931515,9.06805013 19.8246937,8.66305981 19.4820564,8.32181039 C19.1829388,8.02406946 18.9003848,7.7438618 18.6574533,7.48573307 C18.6006177,7.425016 18.545406,7.36559769 18.4927925,7.30682876 C18.2703218,6.96720278 17.987443,6.50354515 17.6769584,5.98728769 C17.0118197,4.8813928 16.2209932,3.53198024 15.6263307,2.63388708 C14.9706105,1.64228314 14.156725,0.74581344 13.1161467,0.273389167 C12.7267418,0.0967576862 12.3373369,0 11.9677433,0 C11.9502054,0 11.9326676,0 11.9154545,0.000649380444 C11.4809059,0.0113641578 11.084356,0.0785750337 10.7072925,0.212672095 Z" id="Fill-91" fill="url(#linearGradient-36)"></path>
-                                <path d="M6.00637132,6.02172592 C5.5615459,6.93953357 5.47327932,7.8236392 5.8088828,7.99640299 L5.8088828,7.99640299 C6.14448628,8.16916679 6.77759256,7.56514792 7.22241799,6.64799467 L7.22241799,6.64799467 C7.66724341,5.73018702 7.75550999,4.8467358 7.419589,4.6736448 L7.419589,4.6736448 C7.38085331,4.65368535 7.33830755,4.64419643 7.29258674,4.64419643 L7.29258674,4.64419643 C6.94079047,4.64419643 6.39976083,5.21025962 6.00637132,6.02172592" id="Fill-143" fill="url(#linearGradient-37)" transform="translate(6.614362, 6.335045) rotate(15.000000) translate(-6.614362, -6.335045) "></path>
-                                <path d="M15.1449985,4.6736448 C14.8087633,4.8467358 14.8973465,5.73018702 15.3421675,6.64799467 L15.3421675,6.64799467 C15.7869885,7.56514792 16.419771,8.16916679 16.7556886,7.99640299 L16.7556886,7.99640299 C17.0912888,7.8236392 17.0027056,6.93953357 16.5578846,6.02172592 L16.5578846,6.02172592 C16.164499,5.21025962 15.6237922,4.64419643 15.2719995,4.64419643 L15.2719995,4.64419643 C15.2262791,4.64419643 15.1837338,4.65368535 15.1449985,4.6736448" id="Fill-145" fill="url(#linearGradient-38)" transform="translate(15.950092, 6.335045) rotate(-14.000000) translate(-15.950092, -6.335045) "></path>
-                            </g>
-                        </g>
-                        <g id="头顶毛" transform="translate(50.802533, 14.096298) rotate(55.000000) translate(-50.802533, -14.096298) translate(43.065688, 0.569512)">
-                            <mask id="mask-41" fill="white">
-                                <use xlink:href="#path-40"></use>
-                            </mask>
-                            <g id="Clip-117备份">
-                                <use fill="url(#linearGradient-39)" fill-rule="evenodd" xlink:href="#path-40"></use>
-                                <use fill="black" fill-opacity="1" filter="url(#filter-42)" xlink:href="#path-40"></use>
-                            </g>
-                            <path d="M11.1484324,-2.33308697 L12.2158113,0.360305293 C12.2158113,0.360305293 13.7568943,4.33786676 11.9488853,7.20365702 C10.1405511,10.0694473 6.14478943,14.3189927 6.11260225,17.8133174 C6.08008995,21.307642 7.6949759,25.976428 11.5106195,26.9709816 C11.5106195,26.9709816 6.12235594,26.434197 5.28126273,19.2228669 C4.44049465,12.0115369 10.9179202,8.33763099 11.6432696,6.55945009 C12.3689442,4.78126919 13.1635448,2.42842829 11.1484324,-2.33308697" id="Fill-116" fill="#F6FFFD" opacity="0.487753005" mask="url(#mask-41)"></path>
-                            <path d="M15.6296678,9.23351288 C15.6127614,9.01638282 15.1387321,15.8473271 12.5227924,18.544964 C10.1357393,21.0062067 6.24791844,25.999545 11.5106845,26.9709163 C16.7741008,27.9419611 8.70974982,24.2471585 11.9414725,22.1754439 C16.5201797,19.2407597 16.0194903,14.2023628 15.6296678,9.23351288" id="Fill-114" fill="#4AD7BC" mask="url(#mask-41)"></path>
-                        </g>
-                    </g>
-                </g>
-                <g id="编组-17" transform="translate(77.294111, 59.492933) rotate(2.000000) translate(-77.294111, -59.492933) translate(4.281298, 35.996986)" fill-rule="nonzero">
-                    <g id="编组" transform="translate(10.803609, 35.373768) rotate(-9.000000) translate(-10.803609, -35.373768) translate(1.494884, 25.085177)" fill="url(#linearGradient-43)">
-                        <path d="M17.3886882,0.0850624029 L5.70084641,1.93438018 C5.66296042,1.94006238 5.62754471,1.95068666 5.59321289,1.96310155 L5.17102225,1.96310155 C4.88313407,1.96310155 4.65443173,2.1811978 4.65443173,2.450028 L4.65443173,15.1050781 C4.19838821,14.8553239 3.66808512,14.7127436 3.10292087,14.7127436 C1.38932954,14.7127436 -2.27373675e-13,16.0254276 -2.27373675e-13,17.6449982 C-2.27373675e-13,19.2646882 1.38930434,20.5771812 3.10292087,20.5771812 C4.81646178,20.5771812 6.20581655,19.2646643 6.20581655,17.6449982 C6.20581655,17.5262927 6.19827967,17.4096644 6.18408818,17.2958293 C6.19827967,17.2507776 6.20581655,17.203983 6.20581655,17.1542279 L6.20581655,6.86228117 L17.0660396,5.04839361 L17.0660396,12.1718446 C16.6099709,11.9230454 16.0797182,11.779534 15.5145288,11.779534 C13.8009374,11.779534 12.4116331,13.0930775 12.4116331,14.7127436 C12.4116331,16.3314786 13.8009122,17.6449982 15.5145288,17.6449982 C17.2281453,17.6449982 18.6174497,16.3314548 18.6174497,14.7127436 C18.6174497,14.5940859 18.6098876,14.4774575 18.5957465,14.3626198 C18.6099128,14.317568 18.6174497,14.2707496 18.6174497,14.2210422 L18.6174497,0.537609148 C18.6174497,0.298359834 18.4341198,0.0984800359 18.1927383,0.0582510045 C18.108396,0.00854366917 18.0023505,-0.011606648 17.8856677,0.00660982946 L17.6109375,0.0506349606 L17.5826302,0.0506349606 C17.5139665,0.050658805 17.4482521,0.0630737166 17.3886882,0.0850624029 L17.3886882,0.0850624029 Z" id="路径"></path>
-                    </g>
-                    <g id="编组" transform="translate(139.016582, 13.108827) rotate(-9.000000) translate(-139.016582, -13.108827) translate(133.627321, 2.330304)" fill="url(#linearGradient-44)">
-                        <path d="M9.1963554,0.158528744 C8.91075429,0.534884597 7.36850835,1.18006604 6.05474331,1.44889164 C4.39825694,1.77148237 3.54145363,2.04030797 2.68465033,2.47042894 C1.54224594,3.11561041 0.913923523,3.92208721 1.02816396,4.67479892 C1.08528417,4.83609427 2.45616946,6.71787352 4.05553561,8.86847838 C5.71202198,11.0190832 7.08290727,12.8470973 7.14002748,12.9008625 C7.1971477,13.0083927 6.96866683,13.0083927 6.16898374,12.9546276 C3.65569407,12.7933322 1.37088528,14.02993 0.342721327,15.9654744 C0.0571202173,16.5568907 -2.27373675e-13,16.8794814 -2.27373675e-13,17.578428 C-2.27373675e-13,19.1913816 0.913923523,20.4817446 2.62753011,21.2344562 C3.31297274,21.5032819 3.54145363,21.557047 4.96945913,21.557047 C6.51170507,21.557047 6.56882529,21.557047 7.59698925,21.0731609 C10.3387598,19.8365631 11.4811642,17.4171326 10.3387598,15.2127627 C10.1102789,14.7288766 8.68227342,12.4169764 7.14002748,10.051311 L4.3411367,5.69633622 L4.79809846,5.69633622 C6.62594551,5.58880598 7.88259033,5.05115477 8.73939364,4.13714771 C9.48195649,3.33067088 9.71043738,2.52419408 9.65331716,1.23383116 C9.59619694,0.0509985062 9.48195651,-0.217827109 9.1963554,0.158528744 L9.1963554,0.158528744 Z" id="路径"></path>
-                    </g>
-                    <g id="编组" transform="translate(123.828663, 8.699431) rotate(-8.000000) translate(-123.828663, -8.699431) translate(117.954232, 0.740103)" fill="#FFCF00">
-                        <path d="M5.96876548,0.610334892 C5.10331258,4.8157963 5.08773443,6.91577113 0.975102253,8.65748254 C4.10977265,9.76166879 5.24178504,11.1102091 6.08819798,15.3083215 C6.55900436,10.4120547 8.82822186,9.71757483 10.77376,8.40026778 C6.84806562,7.15093892 6.20243776,3.64914362 5.96876548,0.610334892 Z" id="路径" transform="translate(5.874431, 7.959328) rotate(8.000000) translate(-5.874431, -7.959328) "></path>
-                    </g>
-                    <g id="编组备份-2" transform="translate(8.353945, 11.367056)" fill="#FFD256">
-                        <path d="M3.99493058,0 C3.30256826,3.08400503 3.29010574,4.62398658 0,5.90124161 C2.50773632,6.71097819 3.41334623,7.69990772 4.09047658,10.7785235 C4.46712168,7.18792785 6.28249568,6.67864262 7.83892617,5.71261745 C4.6983707,4.79644295 4.18186841,2.22845973 3.99493058,0 Z" id="路径"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 294
dist/svg/clx5-f9cec754.svg

@@ -1,294 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="159px" height="114px" viewBox="0 0 159 114" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>真棒备份 2</title>
-    <defs>
-        <linearGradient x1="88.1456915%" y1="8.81735907%" x2="70.9473686%" y2="91.1826409%" id="linearGradient-1">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="88.1456915%" y1="0.723333002%" x2="70.9473686%" y2="99.276667%" id="linearGradient-2">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="32.4288665%" y1="50%" x2="57.5753419%" y2="89.3692122%" id="linearGradient-3">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="69.6826821%" y1="61.5784612%" x2="44.0145447%" y2="87.6718365%" id="linearGradient-4">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-5">
-            <stop stop-color="#FFE948" offset="0%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="4.82316256%" y1="41.2727339%" x2="99.9027017%" y2="60.9776914%" id="linearGradient-6">
-            <stop stop-color="#40C9AA" offset="0%"></stop>
-            <stop stop-color="#4CCFAF" offset="100%"></stop>
-        </linearGradient>
-        <path d="M18.5769327,48.7090823 C17.8567053,51.9524209 16.982586,55.5655479 15.8857799,58.7008952 L15.8857799,58.7008952 C14.8127748,61.7675207 13.5216474,65.4074819 13.2445115,68.7365591 L13.2445115,68.7365591 C11.419653,90.6574832 34.0756776,97.6556465 58.5604733,97.5555091 L58.5604733,97.5555091 C83.0452691,97.4556989 103.961858,89.0487401 103.965119,68.2764507 L103.965119,68.2764507 C103.965119,62.7436966 102.162431,60.9598767 101.064321,57.9017596 L101.064321,57.9017596 C99.9420832,54.7755752 98.7481165,51.5711789 97.8322638,48.3782362 L97.8322638,48.3782362 C92.9256538,31.2688152 81.8663002,23.2905491 58.44212,22.5143208 L58.44212,22.5143208 C57.8073157,22.493377 57.1780542,22.4829051 56.5553134,22.4829051 L56.5553134,22.4829051 C35.7896818,22.4829051 21.8305084,34.0530272 18.5769327,48.7090823" id="path-7"></path>
-        <filter x="-5.0%" y="-6.0%" width="109.9%" height="112.0%" filterUnits="objectBoundingBox" id="filter-8">
-            <feGaussianBlur stdDeviation="2.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="-3" dy="4" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.462831117   0 0 0 0 0.944481449   0 0 0 0 0.78701884  0 0 0 0.559394463 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M60.1903873,84.2969811 C60.1903873,84.2969811 54.9290839,86.929063 49.9842502,84.6256828 C49.8000396,84.3105087 55.52968,92.0463038 60.1903873,84.2969811 Z" id="path-9"></path>
-        <filter x="-46.5%" y="-151.8%" width="193.0%" height="374.6%" filterUnits="objectBoundingBox" id="filter-10">
-            <feOffset dx="0" dy="-0.5" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.247864196 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-12.5%" y="-13.2%" width="125.1%" height="126.4%" filterUnits="objectBoundingBox" id="filter-11">
-            <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <linearGradient x1="57.5618021%" y1="0%" x2="60.4622466%" y2="11.9988623%" id="linearGradient-12">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <path d="M28.8091114,3.66543059 C23.3421788,1.08879286 12.0426358,-1.07948237 4.24782864,0.581734809 C-0.94870949,1.68921293 -1.37739842,2.97525046 2.96176186,4.43984741 C0.292553541,5.72328879 -0.34415201,6.58216803 1.05164521,7.01648513 C3.14534104,7.66796079 12.8017442,4.43984741 16.8867183,4.43984741 C20.9716925,4.43984741 25.8806085,6.12067968 28.8091114,6.08988411 C31.7376144,6.05908853 34.276044,6.24206831 28.8091114,3.66543059 Z" id="path-13"></path>
-        <filter x="-12.5%" y="-13.2%" width="125.1%" height="126.4%" filterUnits="objectBoundingBox" id="filter-15">
-            <feGaussianBlur stdDeviation="1" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <path d="M28.8091114,3.66543059 C23.3421788,1.08879286 12.0426358,-1.07948237 4.24782864,0.581734809 C-0.94870949,1.68921293 -1.37739842,2.97525046 2.96176186,4.43984741 C0.292553541,5.72328879 -0.34415201,6.58216803 1.05164521,7.01648513 C3.14534104,7.66796079 12.8017442,4.43984741 16.8867183,4.43984741 C20.9716925,4.43984741 25.8806085,6.12067968 28.8091114,6.08988411 C31.7376144,6.05908853 34.276044,6.24206831 28.8091114,3.66543059 Z" id="path-16"></path>
-        <linearGradient x1="-0.00139152473%" y1="50.000508%" x2="99.99952%" y2="50.000508%" id="linearGradient-18">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F29942" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="59.2364439%" x2="101.94585%" y2="59.2364439%" id="linearGradient-19">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F8B911" offset="48.5652346%"></stop>
-            <stop stop-color="#F7D510" offset="49.0626726%"></stop>
-            <stop stop-color="#F5CB0D" offset="100%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="35.7866085%" y1="99.1220678%" x2="64.2147804%" y2="0.868067724%" id="linearGradient-20">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="64.2132492%" y1="99.1220678%" x2="35.7853605%" y2="0.868067724%" id="linearGradient-21">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-22">
-            <stop stop-color="#43CAAB" offset="0%"></stop>
-            <stop stop-color="#4BCFAF" offset="100%"></stop>
-        </linearGradient>
-        <path d="M12.0947355,1.23453948 C12.5183707,4.18848781 9.1598501,4.32072491 3.50173449,8.75834089 L3.50173449,8.75834089 C-2.15670625,13.1953038 -0.132490438,22.233465 3.76801023,24.2966903 L3.76801023,24.2966903 C6.4941666,25.738891 7.89187039,26.1816404 7.89187039,26.1816404 L7.89187039,26.1816404 C9.72718974,27.0694248 12.973868,27.807014 10.6414356,25.6108985 L10.6414356,25.6108985 C7.88114133,23.0125211 13.4641535,21.4420014 14.8816898,16.8264367 L14.8816898,16.8264367 C16.5112063,11.519974 14.2704586,8.5862694 14.1725966,6.29938379 L14.1725966,6.29938379 C14.0721336,3.95372613 12.5817697,-0.000326511366 12.1405778,5.68434189e-14 L12.1405778,5.68434189e-14 C12.0072774,0.000326511366 11.9695631,0.36079506 12.0947355,1.23453948" id="path-23"></path>
-        <filter x="-12.9%" y="-7.4%" width="125.9%" height="114.8%" filterUnits="objectBoundingBox" id="filter-25">
-            <feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.415686275   0 0 0 0 0.905882353   0 0 0 0 0.768627451  0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="61.6022393%" y1="100%" x2="40.5159685%" y2="41.393852%" id="linearGradient-26">
-            <stop stop-color="#F2D0A4" offset="0%"></stop>
-            <stop stop-color="#F3AC27" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,2.32400844 C0,2.32400844 0.0815832102,18.6873223 6.61391538,18.2259971 L6.61391538,18.2259971 C13.1462475,17.7650195 6.24324384,0 6.24324384,0 L6.24324384,0 L0,2.32400844 Z" id="path-27"></path>
-        <linearGradient x1="48.5255252%" y1="18.2349448%" x2="55.3263914%" y2="87.0632093%" id="linearGradient-29">
-            <stop stop-color="#F4C148" offset="0%"></stop>
-            <stop stop-color="#F2A615" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="63.4507393%" y1="91.0330977%" x2="43.5726068%" y2="14.0719495%" id="linearGradient-30">
-            <stop stop-color="#F2D0A4" offset="0%"></stop>
-            <stop stop-color="#F3AC27" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,1.5922152 C0,1.5922152 4.97444756,25.1973271 11.4603128,22.6417869 L11.4603128,22.6417869 C18.5573426,19.844981 4.41719877,0 4.41719877,0 L4.41719877,0 L0,1.5922152 Z" id="path-31"></path>
-        <linearGradient x1="47.9895755%" y1="18.2349448%" x2="57.2624555%" y2="87.0632093%" id="linearGradient-33">
-            <stop stop-color="#F4C148" offset="0%"></stop>
-            <stop stop-color="#F2A615" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="77.612246%" y1="100%" x2="27.4288906%" y2="41.393852%" id="linearGradient-34">
-            <stop stop-color="#F2D0A4" offset="0%"></stop>
-            <stop stop-color="#F3AC27" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,1.69685642 C0,1.69685642 5.42067225,10.5503378 9.07772833,18.0021135 L9.07772833,18.0021135 C13.9610155,27.9534586 26.4464391,29.4458996 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L0,1.69685642 Z" id="path-35"></path>
-        <linearGradient x1="50%" y1="0%" x2="76.4096289%" y2="93.0869575%" id="linearGradient-37">
-            <stop stop-color="#F4C250" offset="0%"></stop>
-            <stop stop-color="#F2A81A" offset="100%"></stop>
-        </linearGradient>
-        <path d="M2.60640621,0.224926471 C6.41776096,3.42187211 17.85821,17.1837566 19.4810065,21.4243333 L19.4810065,21.4243333 C20.0272593,22.8517646 20.2695259,23.9179926 20.341532,24.711319 L20.341532,24.711319 C20.9849752,23.3183046 20.3241512,20.5434002 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L2.60640621,0.224926471 Z" id="path-38"></path>
-        <linearGradient x1="88.1456915%" y1="18.3345083%" x2="70.9473686%" y2="81.6654917%" id="linearGradient-40">
-            <stop stop-color="#80E9C7" offset="0%"></stop>
-            <stop stop-color="#2DC0A1" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,2.32400844 C0,2.32400844 0.0815832102,18.6873223 6.61391538,18.2259971 L6.61391538,18.2259971 C13.1462475,17.7650195 6.24324384,0 6.24324384,0 L6.24324384,0 L0,2.32400844 Z" id="path-41"></path>
-        <path d="M0,1.5922152 C0,1.5922152 4.97444756,25.1973271 11.4603128,22.6417869 L11.4603128,22.6417869 C18.5573426,19.844981 4.41719877,0 4.41719877,0 L4.41719877,0 L0,1.5922152 Z" id="path-43"></path>
-        <path d="M0,1.69685642 C0,1.69685642 5.42067225,10.5503378 9.07772833,18.0021135 L9.07772833,18.0021135 C13.9610155,27.9534586 26.4464391,29.4458996 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L0,1.69685642 Z" id="path-45"></path>
-        <path d="M2.60640621,0.224926471 C6.41776096,3.42187211 17.85821,17.1837566 19.4810065,21.4243333 L19.4810065,21.4243333 C20.0272593,22.8517646 20.2695259,23.9179926 20.341532,24.711319 L20.341532,24.711319 C20.9849752,23.3183046 20.3241512,20.5434002 17.3091195,16.1595937 L17.3091195,16.1595937 C8.17215469,2.87328792 3.00439039,0 3.00439039,0 L3.00439039,0 L2.60640621,0.224926471 Z" id="path-47"></path>
-        <linearGradient x1="76.9945329%" y1="0%" x2="40.4500795%" y2="99.4213184%" id="linearGradient-49">
-            <stop stop-color="#FF8C6E" offset="0%"></stop>
-            <stop stop-color="#FF5D10" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="58.2441752%" y1="0%" x2="47.0834384%" y2="99.4213184%" id="linearGradient-50">
-            <stop stop-color="#FF8C6E" offset="0%"></stop>
-            <stop stop-color="#FF5D10" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="修改" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="评测备份-4" transform="translate(-450.000000, -12.000000)">
-            <g id="编组-8" transform="translate(450.393105, 12.000000)">
-                <g id="真棒备份-5" transform="translate(17.097398, 3.548901)">
-                    <g id="身" transform="translate(8.846142, 76.775916)">
-                        <path d="M22.1488146,6.762122 C25.1841318,5.65292825 31.3464688,10.4913289 36.0877511,16.1640534 C39.7799827,20.5816373 37.6367194,33.8743074 36.811991,35.7344156 C35.3431385,39.0474748 32.806241,25.7383094 32.806241,25.7383094 C32.806241,25.7383094 33.0715638,30.3345271 27.2415566,29.2790762 C27.2415566,29.2790762 24.3531563,32.9098831 20.7900982,31.2669116 C19.0461151,30.4628339 19.4750896,26.9033388 17.1887883,21.4260016 C14.718482,15.50784 4.22518042,22.004857 5.62798231,19.6850113 C5.62798231,19.6850113 15.1759054,9.31022712 22.1488146,6.762122 Z" id="Fill-15" fill="url(#linearGradient-1)" transform="translate(21.841039, 21.433378) scale(-1, -1) rotate(-34.000000) translate(-21.841039, -21.433378) "></path>
-                        <path d="M83.1488146,6.762122 C86.1841318,5.65292825 92.3464688,10.4913289 97.0877511,16.1640534 C100.779983,20.5816373 98.6367194,33.8743074 97.811991,35.7344156 C96.3431385,39.0474748 93.806241,25.7383094 93.806241,25.7383094 C93.806241,25.7383094 94.0715638,30.3345271 88.2415566,29.2790762 C88.2415566,29.2790762 85.3531563,32.9098831 81.7900982,31.2669116 C80.0461151,30.4628339 80.4750896,26.9033388 78.1887883,21.4260016 C75.718482,15.50784 65.2251804,22.004857 66.6279823,19.6850113 C66.6279823,19.6850113 76.1759054,9.31022712 83.1488146,6.762122 Z" id="Fill-15备份" fill="url(#linearGradient-1)" transform="translate(82.841039, 21.433378) scale(1, -1) rotate(-34.000000) translate(-82.841039, -21.433378) "></path>
-                        <path d="M34.6834027,10.9294018 C34.6834027,10.9294018 32.9122791,22.4227355 30.7867359,26.4972953 C27.2019324,33.3693778 19.7906314,54.5809407 41.2893818,61.5476428 C62.788457,68.514345 84.7400588,54.7475107 79.6817013,36.6419701 C75.6066877,22.0567413 71.7470547,16.2560296 71.3854882,9.95922157 L34.6834027,10.9294018 Z" id="Fill-57" fill="url(#linearGradient-2)"></path>
-                        <path d="M40.5124199,17.3550305 C40.5124199,17.3550305 39.2409273,25.6053406 37.715396,28.530337 C35.1415493,33.4633732 29.8216815,48.6895845 45.2543661,53.6906286 C60.6870507,58.6916727 76.4007371,48.4099965 72.8136596,35.8124381 C69.8369895,25.357621 67.1176066,21.1789139 66.8583703,16.6585246 L40.5124199,17.3550305 Z" id="Fill-61" fill="#F8F4EC"></path>
-                        <g id="脖子毛" transform="translate(43.654959, 12.102685)">
-                            <path d="M4.12505343,15.606083 C4.82595311,16.1752451 5.88390867,16.251198 6.75260149,15.9247621 C7.04690008,15.8142263 7.31939878,15.6577956 7.5496189,15.4583788 C7.69957576,15.3284509 7.83136603,15.1801003 7.93904431,15.0146199 C8.13028885,14.7208276 8.2558034,14.3821099 8.33111213,14.0168895 C8.42359654,13.5656969 8.43945101,13.0734574 8.40642087,12.575077 C8.32846972,11.3818083 7.97306536,10.1516943 7.73392711,9.35241108 C6.50718751,5.251277 6.0517018,2.32757467 5.12751834,1.14723408 C5.01389464,1.00211554 4.8910225,0.885762142 4.76253523,0.796234666 C4.56567556,0.659519423 4.35659474,0.585828937 4.14784423,0.566759908 C3.53084111,0.51116884 2.92011372,0.935858743 2.66115738,1.63688797 C2.47519767,2.13947001 2.35034372,2.87637486 2.3691709,3.95458302 C2.40220104,5.86083952 2.38601627,8.00206525 2.52375198,10.4522739 C2.5974092,11.7712689 2.754963,12.9490239 3.06280395,13.8837295 C3.19657604,14.2890272 3.35875405,14.6484299 3.55462282,14.9538576 C3.71977354,15.2111279 3.90870597,15.4302601 4.12505343,15.606083" id="Fill-65" fill="url(#linearGradient-3)" transform="translate(5.394758, 8.339796) rotate(19.000000) translate(-5.394758, -8.339796) "></path>
-                            <path d="M10.6515863,15.2671083 C11.2245455,15.9863725 12.2655158,16.2546108 13.1709677,16.0522274 C13.4000883,16.0011497 13.6200693,15.9201963 13.8217711,15.8087248 C14.0111817,15.7036782 14.1845191,15.5722896 14.3332742,15.4139166 C14.6686034,15.0563726 14.8961483,14.5844659 15.0467943,14.0579478 C15.2248591,13.4366629 15.2960851,12.7395645 15.3121582,12.0646319 C15.3323284,11.2326112 15.2686662,10.4346424 15.2179256,9.85511915 C14.8498199,5.62434234 14.9793502,2.68785556 14.3386319,1.36176242 C14.2497571,1.17801114 14.1429182,1.02766919 14.023788,0.909130337 C13.8974093,0.782881644 13.7571635,0.692612222 13.6093539,0.636073367 C13.0253642,0.411202921 12.329493,0.709316883 11.93712,1.37139972 C11.6679742,1.82628051 11.4108045,2.52080894 11.2236,3.57577258 C10.8920527,5.44026981 10.4694244,7.5244976 10.1328346,9.9389637 C10.0058255,10.8461553 9.93018729,11.6942381 9.9339692,12.4533365 C9.93680563,13.083295 9.99416458,13.651896 10.1224343,14.1427561 C10.2374674,14.5847871 10.4101745,14.9638544 10.6515863,15.2671083" id="Fill-69" fill="url(#linearGradient-4)" transform="translate(12.624910, 8.339796) rotate(-13.000000) translate(-12.624910, -8.339796) "></path>
-                            <path d="M6.79458078,19.2295328 C7.49411195,20.0221552 8.68079913,20.3150666 9.74463543,20.1147909 C10.0553567,20.0560781 10.3559492,19.9552878 10.63073,19.8130725 C10.9202138,19.6627026 11.1809451,19.4660148 11.3959342,19.2233354 C11.7883382,18.7787492 12.046129,18.2056474 12.208841,17.570571 C12.3865827,16.8764556 12.450622,16.1082969 12.4529091,15.3544902 C12.4565032,14.2386215 12.3241771,13.1537401 12.2241974,12.3852552 C11.5550522,7.23320997 11.5713887,3.63803159 10.7062049,2.05017745 C10.5621165,1.78499146 10.3928698,1.57623495 10.1925837,1.42488649 C9.98151544,1.26603584 9.76489276,1.17111687 9.54990373,1.12969175 C8.81443213,0.987802566 8.10019805,1.47479234 7.71008118,2.18260736 C7.39641937,2.75212119 7.1105297,3.61389412 6.92886724,4.9124248 C6.60736388,7.20776777 6.18392044,9.77645129 5.88300114,12.7443816 C5.7647245,13.90983 5.71277427,14.9934067 5.76537797,15.9520557 C5.80589262,16.6859653 5.9078327,17.3468101 6.08851497,17.9153454 C6.25351416,18.4352796 6.48451301,18.8782348 6.79458078,19.2295328" id="Fill-77" fill="url(#linearGradient-5)"></path>
-                        </g>
-                    </g>
-                    <g id="头" transform="translate(4.807847, 0.000000)">
-                        <g id="Fill-71">
-                            <use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
-                            <use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
-                        </g>
-                        <path d="M52.2137529,62.041086 C52.2137529,62.041086 54.5750382,43.2712671 40.7154338,42.6838132 C26.6627313,42.0882048 25.5054499,53.5792717 24.4151484,61.3061979 C23.3692823,68.7196632 14.4315544,78.1068559 24.9134133,89.8314691 C35.7860424,100.90013 75.0947284,98.7463503 86.5430577,92.3502468 C95.3229745,87.4451214 97.4405184,81.3226846 97.2225888,73.9907648 C96.9772138,65.7223764 89.2363018,61.086025 87.9940703,55.6955407 C86.7515121,50.3053826 83.1218569,41.5959961 75.4783107,40.8937262 C67.6913295,40.1777566 58.6222558,41.2479599 60.4692664,62.0890348 C60.4692664,62.0890348 56.8598685,68.4401252 52.2137529,62.041086" id="Fill-81" fill="#F8F4EC"></path>
-                        <g id="下巴" transform="translate(55.085154, 86.026726) scale(1, -1) translate(-55.085154, -86.026726) ">
-                            <use fill="black" fill-opacity="1" filter="url(#filter-10)" xlink:href="#path-9"></use>
-                            <use fill="#FFF9EF" fill-rule="evenodd" xlink:href="#path-9"></use>
-                        </g>
-                        <g id="左眼" transform="translate(0.000000, 44.740490)">
-                            <path d="M39.5995661,21.1420557 C48.9913554,21.1420557 49.97992,27.9170439 49.97992,23.7334869 C49.97992,19.54993 52.4056572,2.33125135 38.4680948,2.33125135 C24.5305324,2.33125135 26.3084307,18.2379519 26.3084307,22.4215088 C26.3084307,26.6050658 30.2077768,21.1420557 39.5995661,21.1420557 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-11)"></path>
-                            <path d="M44.2784779,17.9931625 C44.8121778,13.4809867 43.5010462,10.6454317 40.3450832,9.48649742 C37.1891202,8.3275631 34.0877555,9.56466949 31.0409889,13.1978166 C35.3585572,12.6374466 38.2649184,12.5785831 39.7600725,13.0212263 C41.2552266,13.4638694 42.7613617,15.1211815 44.2784779,17.9931625 Z" id="路径-9" fill="#DDDDDD" transform="translate(37.717632, 13.529619) rotate(8.000000) translate(-37.717632, -13.529619) "></path>
-                            <path d="M30.4957359,13.6699967 C29.6723613,12.9626696 32.3236715,12.1914588 37.2670521,12.7183503 C42.2104328,13.2452417 44.6264901,14.8365597 44.4207918,16.4137939 C44.25612,17.6764489 39.4122403,18.6515497 36.5024021,18.9135031 C33.592564,19.1754565 30.4871835,19.7690745 30.3615918,18.8754432 C30.2360001,17.9818118 32.6760733,17.282379 35.9171901,16.8268698 C38.2732347,16.4957493 40.4257391,15.7686245 40.710869,15.7686349 C40.9959989,15.7686452 39.6106849,15.2680984 36.8318503,14.9530625 C33.7783419,14.6068868 30.9125703,14.028082 30.4957359,13.6699967 Z" id="路径-8" fill="#000025" transform="translate(37.390138, 15.947294) rotate(8.000000) translate(-37.390138, -15.947294) "></path>
-                            <path d="M39.3692888,44.138111 C46.6905135,44.138111 49.7537856,29.7284281 49.7537856,26.5907604 C49.7537856,23.4530927 45.1771562,21.1420557 38.0423068,21.1420557 C35.7231813,21.1420557 31.5831982,21.862605 29.8528847,22.4215088 C23.0232502,24.6275304 32.048064,44.138111 39.3692888,44.138111 Z" id="椭圆形" fill="url(#linearGradient-12)"></path>
-                            <path d="M47.4657497,6.13270119 C46.4198611,6.13270119 45.5718586,4.71972881 45.5718586,2.97645119 C45.5718586,1.23317357 46.4198611,-0.179798809 47.4657497,-0.179798809 C48.5116383,-0.179798809 49.3593586,1.23317357 49.3593586,2.97645119 C49.3593586,4.71972881 48.5116383,6.13270119 47.4657497,6.13270119 Z" id="眉毛" fill="#FFD155" transform="translate(47.465609, 2.976451) rotate(67.000000) translate(-47.465609, -2.976451) "></path>
-                            <g id="编组-3" transform="translate(0.000000, 12.250515)">
-                                <g id="路径-3" transform="translate(3.000000, 0.697370)">
-                                    <mask id="mask-14" fill="white">
-                                        <use xlink:href="#path-13"></use>
-                                    </mask>
-                                    <use id="蒙版" fill="#C3EAFC" xlink:href="#path-13"></use>
-                                    <path d="M27.4847604,2.33136139 C24.7448541,1.89255238 22.8615369,2.11523506 21.8348088,2.99940944 C20.2947167,4.32567101 21.6198122,5.75272046 22.2515292,6.08988411 C22.8832462,6.42704775 27.2297267,7.13337032 28.6579364,7.56171853 C30.0861461,7.99006675 35.1883102,7.77391904 35.1883102,7.56171853 C35.1883102,7.34951802 35.9864825,4.10390827 35.1883102,3.55165885 C34.6561954,3.18349258 32.0883454,2.77672676 27.4847604,2.33136139 Z" fill="#75D3FD" mask="url(#mask-14)"></path>
-                                </g>
-                                <circle id="椭圆形" fill="#75D3FD" cx="23" cy="3.00899583" r="1"></circle>
-                                <circle id="椭圆形备份-5" fill="#75D3FD" cx="1" cy="6.00899583" r="1"></circle>
-                                <circle id="椭圆形备份-4" fill="#75D3FD" cx="20.5" cy="4.50899583" r="1"></circle>
-                                <path d="M32.1332207,2.81041411 C32.5062317,1.92404381 28.8295529,0.481040044 27.6355029,0.481040044 C26.4414529,0.481040044 25.3511797,0.882246817 26.0224735,1.27910473 C26.6937674,1.67596263 28.6248857,1.63138682 29.5039693,1.92404381 C31.2543529,2.50676647 31.9676833,3.20377339 32.1332207,2.81041411 Z" id="路径-2" fill="#C3EAFC" transform="translate(28.988458, 1.703144) rotate(9.000000) translate(-28.988458, -1.703144) "></path>
-                            </g>
-                        </g>
-                        <g id="左眼备份-2" transform="translate(88.555450, 66.809545) scale(-1, 1) translate(-88.555450, -66.809545) translate(63.000000, 44.740490)">
-                            <path d="M39.5995661,21.1420557 C48.9913554,21.1420557 49.97992,27.9170439 49.97992,23.7334869 C49.97992,19.54993 52.4056572,2.33125135 38.4680948,2.33125135 C24.5305324,2.33125135 26.3084307,18.2379519 26.3084307,22.4215088 C26.3084307,26.6050658 30.2077768,21.1420557 39.5995661,21.1420557 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-15)"></path>
-                            <path d="M44.2784779,17.9931625 C44.8121778,13.4809867 43.5010462,10.6454317 40.3450832,9.48649742 C37.1891202,8.3275631 34.0877555,9.56466949 31.0409889,13.1978166 C35.3585572,12.6374466 38.2649184,12.5785831 39.7600725,13.0212263 C41.2552266,13.4638694 42.7613617,15.1211815 44.2784779,17.9931625 Z" id="路径-9" fill="#DDDDDD" transform="translate(37.717632, 13.529619) rotate(8.000000) translate(-37.717632, -13.529619) "></path>
-                            <path d="M30.4957359,13.6699967 C29.6723613,12.9626696 32.3236715,12.1914588 37.2670521,12.7183503 C42.2104328,13.2452417 44.6264901,14.8365597 44.4207918,16.4137939 C44.25612,17.6764489 39.4122403,18.6515497 36.5024021,18.9135031 C33.592564,19.1754565 30.4871835,19.7690745 30.3615918,18.8754432 C30.2360001,17.9818118 32.6760733,17.282379 35.9171901,16.8268698 C38.2732347,16.4957493 40.4257391,15.7686245 40.710869,15.7686349 C40.9959989,15.7686452 39.6106849,15.2680984 36.8318503,14.9530625 C33.7783419,14.6068868 30.9125703,14.028082 30.4957359,13.6699967 Z" id="路径-8" fill="#000025" transform="translate(37.390138, 15.947294) rotate(8.000000) translate(-37.390138, -15.947294) "></path>
-                            <path d="M39.3692888,44.138111 C46.6905135,44.138111 49.7537856,29.7284281 49.7537856,26.5907604 C49.7537856,23.4530927 45.1771562,21.1420557 38.0423068,21.1420557 C35.7231813,21.1420557 31.5831982,21.862605 29.8528847,22.4215088 C23.0232502,24.6275304 32.048064,44.138111 39.3692888,44.138111 Z" id="椭圆形" fill="url(#linearGradient-12)"></path>
-                            <path d="M47.4657497,6.13270119 C46.4198611,6.13270119 45.5718586,4.71972881 45.5718586,2.97645119 C45.5718586,1.23317357 46.4198611,-0.179798809 47.4657497,-0.179798809 C48.5116383,-0.179798809 49.3593586,1.23317357 49.3593586,2.97645119 C49.3593586,4.71972881 48.5116383,6.13270119 47.4657497,6.13270119 Z" id="眉毛" fill="#FFD155" transform="translate(47.465609, 2.976451) rotate(67.000000) translate(-47.465609, -2.976451) "></path>
-                            <g id="编组-3" transform="translate(0.000000, 12.250515)">
-                                <g id="路径-3" transform="translate(3.000000, 0.697370)">
-                                    <mask id="mask-17" fill="white">
-                                        <use xlink:href="#path-16"></use>
-                                    </mask>
-                                    <use id="蒙版" fill="#C3EAFC" xlink:href="#path-16"></use>
-                                    <path d="M27.4847604,2.33136139 C24.7448541,1.89255238 22.8615369,2.11523506 21.8348088,2.99940944 C20.2947167,4.32567101 21.6198122,5.75272046 22.2515292,6.08988411 C22.8832462,6.42704775 27.2297267,7.13337032 28.6579364,7.56171853 C30.0861461,7.99006675 35.1883102,7.77391904 35.1883102,7.56171853 C35.1883102,7.34951802 35.9864825,4.10390827 35.1883102,3.55165885 C34.6561954,3.18349258 32.0883454,2.77672676 27.4847604,2.33136139 Z" fill="#75D3FD" mask="url(#mask-17)"></path>
-                                </g>
-                                <circle id="椭圆形" fill="#75D3FD" cx="23" cy="3.00899583" r="1"></circle>
-                                <circle id="椭圆形备份-5" fill="#75D3FD" cx="1" cy="6.00899583" r="1"></circle>
-                                <circle id="椭圆形备份-4" fill="#75D3FD" cx="20.5" cy="4.50899583" r="1"></circle>
-                                <path d="M32.1332207,2.81041411 C32.5062317,1.92404381 28.8295529,0.481040044 27.6355029,0.481040044 C26.4414529,0.481040044 25.3511797,0.882246817 26.0224735,1.27910473 C26.6937674,1.67596263 28.6248857,1.63138682 29.5039693,1.92404381 C31.2543529,2.50676647 31.9676833,3.20377339 32.1332207,2.81041411 Z" id="路径-2" fill="#C3EAFC" transform="translate(28.988458, 1.703144) rotate(9.000000) translate(-28.988458, -1.703144) "></path>
-                            </g>
-                        </g>
-                        <path d="M49.4789188,73.628112 C49.5718823,75.5253327 49.9472271,79.5525023 51.8255108,81.0141137 C53.7037944,82.4757251 54.9362225,81.2435984 56.1985102,81.3831368 C57.3508578,81.5105218 58.3838758,82.1680825 60.3181632,81.3831368 C62.2524507,80.5981911 61.0638994,79.5469742 61.982034,76.784261 C62.6497102,74.7761054 63.0704421,72.7093175 62.880362,71.7761981 C62.6624887,70.7068252 61.1789058,69.2996505 59.2682018,68.4131704 C57.3574978,67.5266902 57.3364133,65.6937652 55.9272652,65.6784408 C55.9205564,65.6784408 55.9138477,65.6784408 55.907139,65.6784408 C54.5261035,65.6784408 55.3493579,67.2561822 52.7422261,68.7846192 C50.0804663,70.3453705 49.3853163,71.7305582 49.4789188,73.628112 Z" id="Fill-85备份" fill="url(#linearGradient-18)"></path>
-                        <path d="M58.7799671,68.4189046 C56.964374,67.6134554 56.9444655,65.9485348 55.6056981,65.93444 C54.2666043,65.9205475 55.0681676,67.361244 52.5792744,68.7563797 C50.0502377,70.1739704 49.3899923,71.4327493 49.4784384,73.1565734 C49.5672109,74.8803975 50.921549,79.8039754 52.5792744,80.7081068 C54.2369998,81.6122381 54.9840807,80.6422207 56.1985102,80.7081068 C57.2269652,80.7639033 58.8122032,81.4645593 59.8987404,80.7081068 C60.9852776,79.9516543 60.454895,78.1770443 61.3272805,75.667297 C61.9614163,73.8429138 62.3925503,72.3221605 62.212068,71.4740794 C62.0051498,70.5026588 60.5955603,69.2243539 58.7799671,68.4189046 Z" id="Fill-87备份" fill="#B12D1F"></path>
-                        <g id="嘴" transform="translate(43.948649, 56.209691)">
-                            <g id="编组" transform="translate(5.522170, 0.000000)" fill="#FFFFFF">
-                                <path d="M0.170608521,9.93241216 C0.37067298,10.8472072 1.74860471,12.0483843 3.5250335,12.8033913 C5.30178867,13.5583982 5.3174544,15.1269903 6.62880676,15.1371347 C7.94015913,15.1471672 7.15817798,13.791409 9.5994213,12.4711231 C12.079829,11.1293586 12.7296305,9.94184975 12.647059,8.31760846 C12.5641612,6.69336716 11.0896241,3.9756675 9.67252805,1.79070335 C8.25543199,-0.393935356 5.27535275,-0.526712444 3.6157642,1.1037121 C1.95617566,2.73413663 1.87719426,3.27565888 1.01688445,5.64286608 C0.391560624,7.36343585 -0.00432549268,9.13347159 0.170608521,9.93241216" id="Fill-89"></path>
-                            </g>
-                            <g id="编组" transform="translate(0.000000, 2.705357)">
-                                <path d="M10.7072925,0.212672095 C9.7768129,0.543206741 9.04054857,1.26012275 8.3871018,2.06990017 C7.94540816,2.61732788 7.54138839,3.20729001 7.14029159,3.7488733 C6.93276053,4.02843158 6.76452722,4.25993571 6.61837858,4.46708807 C6.54173175,4.57520992 6.46768311,4.68495521 6.39428402,4.79534989 C6.08412414,5.2632285 5.79864715,5.74961445 5.5190161,6.24054607 C5.19846344,6.80258484 4.88538059,7.37046804 4.54988829,7.92211673 C4.10657077,8.65104628 2.64336667,9.87604511 2.10131763,10.5702328 C0.924500656,11.9055229 -1.242613,16.7860272 0.924500656,19.4297841 C3.09161431,22.073541 8.3871018,20.1610145 9.48947749,20.6412068 C10.5918532,21.1213991 11.423096,21.1339172 11.9154545,21.1405193 C12.3714383,21.1465801 14.1100819,20.6290046 14.8330228,20.2660977 C15.5559636,19.9031907 19.4532889,21.7968724 22.4259065,19.208169 C25.3985241,16.6194657 20.9193784,9.96646797 20.4419596,9.447613 C20.0931515,9.06805013 19.8246937,8.66305981 19.4820564,8.32181039 C19.1829388,8.02406946 18.9003848,7.7438618 18.6574533,7.48573307 C18.6006177,7.425016 18.545406,7.36559769 18.4927925,7.30682876 C18.2703218,6.96720278 17.987443,6.50354515 17.6769584,5.98728769 C17.0118197,4.8813928 16.2209932,3.53198024 15.6263307,2.63388708 C14.9706105,1.64228314 14.156725,0.74581344 13.1161467,0.273389167 C12.7267418,0.0967576862 12.3373369,0 11.9677433,0 C11.9502054,0 11.9326676,0 11.9154545,0.000649380444 C11.4809059,0.0113641578 11.084356,0.0785750337 10.7072925,0.212672095 Z" id="Fill-91" fill="url(#linearGradient-19)"></path>
-                                <path d="M6.00637132,6.02172592 C5.5615459,6.93953357 5.47327932,7.8236392 5.8088828,7.99640299 L5.8088828,7.99640299 C6.14448628,8.16916679 6.77759256,7.56514792 7.22241799,6.64799467 L7.22241799,6.64799467 C7.66724341,5.73018702 7.75550999,4.8467358 7.419589,4.6736448 L7.419589,4.6736448 C7.38085331,4.65368535 7.33830755,4.64419643 7.29258674,4.64419643 L7.29258674,4.64419643 C6.94079047,4.64419643 6.39976083,5.21025962 6.00637132,6.02172592" id="Fill-143" fill="url(#linearGradient-20)" transform="translate(6.614362, 6.335045) rotate(15.000000) translate(-6.614362, -6.335045) "></path>
-                                <path d="M15.1449985,4.6736448 C14.8087633,4.8467358 14.8973465,5.73018702 15.3421675,6.64799467 L15.3421675,6.64799467 C15.7869885,7.56514792 16.419771,8.16916679 16.7556886,7.99640299 L16.7556886,7.99640299 C17.0912888,7.8236392 17.0027056,6.93953357 16.5578846,6.02172592 L16.5578846,6.02172592 C16.164499,5.21025962 15.6237922,4.64419643 15.2719995,4.64419643 L15.2719995,4.64419643 C15.2262791,4.64419643 15.1837338,4.65368535 15.1449985,4.6736448" id="Fill-145" fill="url(#linearGradient-21)" transform="translate(15.950092, 6.335045) rotate(-14.000000) translate(-15.950092, -6.335045) "></path>
-                            </g>
-                        </g>
-                        <g id="头顶毛" transform="translate(63.943818, 14.096298) rotate(55.000000) translate(-63.943818, -14.096298) translate(56.206973, 0.569512)">
-                            <mask id="mask-24" fill="white">
-                                <use xlink:href="#path-23"></use>
-                            </mask>
-                            <g id="Clip-117备份">
-                                <use fill="url(#linearGradient-22)" fill-rule="evenodd" xlink:href="#path-23"></use>
-                                <use fill="black" fill-opacity="1" filter="url(#filter-25)" xlink:href="#path-23"></use>
-                            </g>
-                            <path d="M11.1484324,-2.33308697 L12.2158113,0.360305293 C12.2158113,0.360305293 13.7568943,4.33786676 11.9488853,7.20365702 C10.1405511,10.0694473 6.14478943,14.3189927 6.11260225,17.8133174 C6.08008995,21.307642 7.6949759,25.976428 11.5106195,26.9709816 C11.5106195,26.9709816 6.12235594,26.434197 5.28126273,19.2228669 C4.44049465,12.0115369 10.9179202,8.33763099 11.6432696,6.55945009 C12.3689442,4.78126919 13.1635448,2.42842829 11.1484324,-2.33308697" id="Fill-116" fill="#F6FFFD" opacity="0.487753005" mask="url(#mask-24)"></path>
-                            <path d="M15.6296678,9.23351288 C15.6127614,9.01638282 15.1387321,15.8473271 12.5227924,18.544964 C10.1357393,21.0062067 6.24791844,25.999545 11.5106845,26.9709163 C16.7741008,27.9419611 8.70974982,24.2471585 11.9414725,22.1754439 C16.5201797,19.2407597 16.0194903,14.2023628 15.6296678,9.23351288" id="Fill-114" fill="#4AD7BC" mask="url(#mask-24)"></path>
-                        </g>
-                    </g>
-                    <g id="右翅膀备份-5" transform="translate(29.292397, 85.406164) scale(-1, -1) rotate(71.000000) translate(-29.292397, -85.406164) translate(5.742631, 62.534754)">
-                        <g id="编组-2" transform="translate(29.972023, 28.554365) rotate(17.000000) translate(-29.972023, -28.554365) translate(16.276985, 14.767531)">
-                            <g id="Fill-11备份" transform="translate(0.000000, 8.367821)">
-                                <mask id="mask-28" fill="white">
-                                    <use xlink:href="#path-27"></use>
-                                </mask>
-                                <use id="蒙版" fill="url(#linearGradient-26)" xlink:href="#path-27"></use>
-                                <path d="M2.9244758,0.672784224 C4.15300378,2.69340571 8.16166849,9.7389289 8.76212767,12.5745997 C9.36258684,15.4102706 8.54083196,17.9830606 7.53645085,19.0721539 L9.84294559,18.7014424 C10.4882963,17.3073984 10.3897337,14.2980058 8.51090668,8.98197228 C7.52626427,6.43380714 5.45386204,-0.276968218 3.90665354,-1.12031834 C3.76262966,-1.19882267 3.43523708,-0.601121813 2.9244758,0.672784224 Z" fill="url(#linearGradient-29)" mask="url(#mask-28)" transform="translate(6.563611, 8.972500) rotate(4.000000) translate(-6.563611, -8.972500) "></path>
-                            </g>
-                            <g id="Fill-11备份" transform="translate(4.643858, 4.738405)">
-                                <mask id="mask-32" fill="white">
-                                    <use xlink:href="#path-31"></use>
-                                </mask>
-                                <use id="蒙版" fill="url(#linearGradient-30)" xlink:href="#path-31"></use>
-                                <path d="M5.09929062,3.62941632 C6.33079733,5.65154457 11.7334839,14.4792928 12.4633083,16.9774884 C13.1931327,19.475684 12.4632532,21.5541912 11.4603128,22.6417869 L13.7665114,22.2743079 C14.4099546,20.8812934 14.0791521,17.8114638 11.4603128,12.747202 C10.0077818,10.2131494 7.20454921,2.22957682 5.65599519,1.38416418 C5.42476608,1.25792769 5.23919789,2.00634508 5.09929062,3.62941632 Z" fill="url(#linearGradient-33)" mask="url(#mask-32)"></path>
-                            </g>
-                            <g id="Fill-11" transform="translate(6.824258, 0.000000)">
-                                <mask id="mask-36" fill="white">
-                                    <use xlink:href="#path-35"></use>
-                                </mask>
-                                <use id="蒙版" fill="url(#linearGradient-34)" xlink:href="#path-35"></use>
-                                <mask id="mask-39" fill="white">
-                                    <use xlink:href="#path-38"></use>
-                                </mask>
-                                <use id="Clip-12" fill="url(#linearGradient-37)" xlink:href="#path-38"></use>
-                            </g>
-                        </g>
-                        <path d="M16.498582,0.00121342271 C19.8665715,-0.0600763297 28.263654,2.20152347 31.2939427,6.53847909 C34.5665529,11.2222458 33.8477244,17.3895722 33.0229959,19.2496805 C31.5541434,22.5627397 28.4876788,20.8787461 28.4876788,20.8787461 C28.4876788,20.8787461 28.7530016,25.4749639 22.9229945,24.4195129 C22.9229945,24.4195129 20.0345941,28.0503198 16.4715361,26.4073484 C14.727553,25.6032706 15.1565275,22.0437756 12.8702262,16.5664384 C10.3999199,10.6482768 -3.68260743,15.9716825 0.916259353,9.29143673 C5.51512614,2.611191 11.7754491,0.0871637029 16.498582,0.00121342271 Z" id="Fill-15" fill="url(#linearGradient-40)"></path>
-                    </g>
-                    <g id="右翅膀备份-6" transform="translate(94.292397, 85.406164) scale(1, -1) rotate(71.000000) translate(-94.292397, -85.406164) translate(70.742631, 62.534754)">
-                        <g id="编组-2" transform="translate(29.972023, 28.554365) rotate(17.000000) translate(-29.972023, -28.554365) translate(16.276985, 14.767531)">
-                            <g id="Fill-11备份" transform="translate(0.000000, 8.367821)">
-                                <mask id="mask-42" fill="white">
-                                    <use xlink:href="#path-41"></use>
-                                </mask>
-                                <use id="蒙版" fill="url(#linearGradient-26)" xlink:href="#path-41"></use>
-                                <path d="M2.9244758,0.672784224 C4.15300378,2.69340571 8.16166849,9.7389289 8.76212767,12.5745997 C9.36258684,15.4102706 8.54083196,17.9830606 7.53645085,19.0721539 L9.84294559,18.7014424 C10.4882963,17.3073984 10.3897337,14.2980058 8.51090668,8.98197228 C7.52626427,6.43380714 5.45386204,-0.276968218 3.90665354,-1.12031834 C3.76262966,-1.19882267 3.43523708,-0.601121813 2.9244758,0.672784224 Z" fill="url(#linearGradient-29)" mask="url(#mask-42)" transform="translate(6.563611, 8.972500) rotate(4.000000) translate(-6.563611, -8.972500) "></path>
-                            </g>
-                            <g id="Fill-11备份" transform="translate(4.643858, 4.738405)">
-                                <mask id="mask-44" fill="white">
-                                    <use xlink:href="#path-43"></use>
-                                </mask>
-                                <use id="蒙版" fill="url(#linearGradient-30)" xlink:href="#path-43"></use>
-                                <path d="M5.09929062,3.62941632 C6.33079733,5.65154457 11.7334839,14.4792928 12.4633083,16.9774884 C13.1931327,19.475684 12.4632532,21.5541912 11.4603128,22.6417869 L13.7665114,22.2743079 C14.4099546,20.8812934 14.0791521,17.8114638 11.4603128,12.747202 C10.0077818,10.2131494 7.20454921,2.22957682 5.65599519,1.38416418 C5.42476608,1.25792769 5.23919789,2.00634508 5.09929062,3.62941632 Z" fill="url(#linearGradient-33)" mask="url(#mask-44)"></path>
-                            </g>
-                            <g id="Fill-11" transform="translate(6.824258, 0.000000)">
-                                <mask id="mask-46" fill="white">
-                                    <use xlink:href="#path-45"></use>
-                                </mask>
-                                <use id="蒙版" fill="url(#linearGradient-34)" xlink:href="#path-45"></use>
-                                <mask id="mask-48" fill="white">
-                                    <use xlink:href="#path-47"></use>
-                                </mask>
-                                <use id="Clip-12" fill="url(#linearGradient-37)" xlink:href="#path-47"></use>
-                            </g>
-                        </g>
-                        <path d="M16.498582,0.00121342271 C19.8665715,-0.0600763297 28.263654,2.20152347 31.2939427,6.53847909 C34.5665529,11.2222458 33.8477244,17.3895722 33.0229959,19.2496805 C31.5541434,22.5627397 28.4876788,20.8787461 28.4876788,20.8787461 C28.4876788,20.8787461 28.7530016,25.4749639 22.9229945,24.4195129 C22.9229945,24.4195129 20.0345941,28.0503198 16.4715361,26.4073484 C14.727553,25.6032706 15.1565275,22.0437756 12.8702262,16.5664384 C10.3999199,10.6482768 -3.68260743,15.9716825 0.916259353,9.29143673 C5.51512614,2.611191 11.7754491,0.0871637029 16.498582,0.00121342271 Z" id="Fill-15" fill="url(#linearGradient-40)"></path>
-                    </g>
-                </g>
-                <g id="编组-17" transform="translate(77.294111, 59.492933) rotate(2.000000) translate(-77.294111, -59.492933) translate(4.281298, 35.996986)" fill-rule="nonzero">
-                    <g id="编组" transform="translate(10.803609, 35.373768) rotate(-9.000000) translate(-10.803609, -35.373768) translate(1.494884, 25.085177)" fill="url(#linearGradient-49)">
-                        <path d="M17.3886882,0.0850624029 L5.70084641,1.93438018 C5.66296042,1.94006238 5.62754471,1.95068666 5.59321289,1.96310155 L5.17102225,1.96310155 C4.88313407,1.96310155 4.65443173,2.1811978 4.65443173,2.450028 L4.65443173,15.1050781 C4.19838821,14.8553239 3.66808512,14.7127436 3.10292087,14.7127436 C1.38932954,14.7127436 -2.27373675e-13,16.0254276 -2.27373675e-13,17.6449982 C-2.27373675e-13,19.2646882 1.38930434,20.5771812 3.10292087,20.5771812 C4.81646178,20.5771812 6.20581655,19.2646643 6.20581655,17.6449982 C6.20581655,17.5262927 6.19827967,17.4096644 6.18408818,17.2958293 C6.19827967,17.2507776 6.20581655,17.203983 6.20581655,17.1542279 L6.20581655,6.86228117 L17.0660396,5.04839361 L17.0660396,12.1718446 C16.6099709,11.9230454 16.0797182,11.779534 15.5145288,11.779534 C13.8009374,11.779534 12.4116331,13.0930775 12.4116331,14.7127436 C12.4116331,16.3314786 13.8009122,17.6449982 15.5145288,17.6449982 C17.2281453,17.6449982 18.6174497,16.3314548 18.6174497,14.7127436 C18.6174497,14.5940859 18.6098876,14.4774575 18.5957465,14.3626198 C18.6099128,14.317568 18.6174497,14.2707496 18.6174497,14.2210422 L18.6174497,0.537609148 C18.6174497,0.298359834 18.4341198,0.0984800359 18.1927383,0.0582510045 C18.108396,0.00854366917 18.0023505,-0.011606648 17.8856677,0.00660982946 L17.6109375,0.0506349606 L17.5826302,0.0506349606 C17.5139665,0.050658805 17.4482521,0.0630737166 17.3886882,0.0850624029 L17.3886882,0.0850624029 Z" id="路径"></path>
-                    </g>
-                    <g id="编组" transform="translate(139.016582, 13.108827) rotate(-9.000000) translate(-139.016582, -13.108827) translate(133.627321, 2.330304)" fill="url(#linearGradient-50)">
-                        <path d="M9.1963554,0.158528744 C8.91075429,0.534884597 7.36850835,1.18006604 6.05474331,1.44889164 C4.39825694,1.77148237 3.54145363,2.04030797 2.68465033,2.47042894 C1.54224594,3.11561041 0.913923523,3.92208721 1.02816396,4.67479892 C1.08528417,4.83609427 2.45616946,6.71787352 4.05553561,8.86847838 C5.71202198,11.0190832 7.08290727,12.8470973 7.14002748,12.9008625 C7.1971477,13.0083927 6.96866683,13.0083927 6.16898374,12.9546276 C3.65569407,12.7933322 1.37088528,14.02993 0.342721327,15.9654744 C0.0571202173,16.5568907 -2.27373675e-13,16.8794814 -2.27373675e-13,17.578428 C-2.27373675e-13,19.1913816 0.913923523,20.4817446 2.62753011,21.2344562 C3.31297274,21.5032819 3.54145363,21.557047 4.96945913,21.557047 C6.51170507,21.557047 6.56882529,21.557047 7.59698925,21.0731609 C10.3387598,19.8365631 11.4811642,17.4171326 10.3387598,15.2127627 C10.1102789,14.7288766 8.68227342,12.4169764 7.14002748,10.051311 L4.3411367,5.69633622 L4.79809846,5.69633622 C6.62594551,5.58880598 7.88259033,5.05115477 8.73939364,4.13714771 C9.48195649,3.33067088 9.71043738,2.52419408 9.65331716,1.23383116 C9.59619694,0.0509985062 9.48195651,-0.217827109 9.1963554,0.158528744 L9.1963554,0.158528744 Z" id="路径"></path>
-                    </g>
-                    <g id="编组" transform="translate(123.828663, 8.699431) rotate(-8.000000) translate(-123.828663, -8.699431) translate(117.954232, 0.740103)" fill="#FFCF00">
-                        <path d="M5.96876548,0.610334892 C5.10331258,4.8157963 5.08773443,6.91577113 0.975102253,8.65748254 C4.10977265,9.76166879 5.24178504,11.1102091 6.08819798,15.3083215 C6.55900436,10.4120547 8.82822186,9.71757483 10.77376,8.40026778 C6.84806562,7.15093892 6.20243776,3.64914362 5.96876548,0.610334892 Z" id="路径" transform="translate(5.874431, 7.959328) rotate(8.000000) translate(-5.874431, -7.959328) "></path>
-                    </g>
-                    <g id="编组备份-2" transform="translate(8.353945, 11.367056)" fill="#FFD256">
-                        <path d="M3.99493058,0 C3.30256826,3.08400503 3.29010574,4.62398658 0,5.90124161 C2.50773632,6.71097819 3.41334623,7.69990772 4.09047658,10.7785235 C4.46712168,7.18792785 6.28249568,6.67864262 7.83892617,5.71261745 C4.6983707,4.79644295 4.18186841,2.22845973 3.99493058,0 Z" id="路径"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 27
dist/svg/cursor-icon-1-35a09bde.svg

@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>音符指针</title>
-    <defs>
-        <linearGradient x1="-7.37257477e-16%" y1="-4.51028104e-15%" x2="100%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#FF9C63" offset="0%"></stop>
-            <stop stop-color="#FF7144" offset="100%"></stop>
-        </linearGradient>
-        <circle id="path-2" cx="14.5" cy="14.5" r="14.5"></circle>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="画板" transform="translate(-215.000000, -27.000000)">
-            <g id="编组-5备份-4" transform="translate(210.000000, 27.000000)">
-                <g id="音符指针" transform="translate(5.000000, 0.000000)">
-                    <g id="椭圆形">
-                        <use fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                        <use fill="#1CACF1" xlink:href="#path-2"></use>
-                    </g>
-                    <g id="编组" transform="translate(9.500000, 4.000000)" fill="#FFFFFF">
-                        <rect id="矩形" opacity="0.347728911" x="2" y="0" width="6" height="22" rx="1"></rect>
-                        <path d="M8.10330055,2.25120225 C7.87639869,1.98341174 7.48794121,1.92145821 7.18899698,2.10538362 C6.94867021,2.20392714 6.7916895,2.43789665 6.79162391,2.69764225 L6.79162391,11.2173207 C6.04522781,10.5782918 5.09452643,10.2279237 4.11194732,10.2297622 C1.84173775,10.2297622 0,12.0590605 0,14.3157939 C0,16.5725274 1.84035559,18.4018256 4.11194732,18.4018256 C6.38353905,18.4018256 8.22389464,16.5725274 8.22389464,14.3157939 C8.22389464,14.1990008 8.21871152,14.0835898 8.20903634,13.9702521 C8.21883164,13.925531 8.22381277,13.8798899 8.22389464,13.8341087 L8.22389464,5.18052517 L9.49407213,6.7244221 C9.7596145,7.0207141 10.2815366,6.88938529 10.5833148,6.64410705 C10.7932609,6.47346778 10.9816503,6.18864132 10.997479,6.00232982 C11.0133077,5.81601831 10.954132,5.63109339 10.8330807,5.48858331 L8.10330055,2.25120225 Z" id="路径" fill-rule="nonzero"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 25
dist/svg/cursor-icon-2-e277d6c8.svg

@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>节拍指针</title>
-    <defs>
-        <linearGradient x1="-7.37257477e-16%" y1="-4.51028104e-15%" x2="100%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#FF9C63" offset="0%"></stop>
-            <stop stop-color="#FF7144" offset="100%"></stop>
-        </linearGradient>
-        <circle id="path-2" cx="14.5" cy="14.5" r="14.5"></circle>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="画板" transform="translate(-268.000000, -27.000000)">
-            <g id="编组-5备份-9" transform="translate(263.000000, 27.000000)">
-                <g id="编组-2" transform="translate(5.000000, 0.000000)">
-                    <g id="椭圆形">
-                        <use fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                        <use fill="#1CACF1" xlink:href="#path-2"></use>
-                    </g>
-                    <rect id="矩形" fill="#FFFFFF" opacity="0.347728911" x="11.2951222" y="4" width="5.81088201" height="21.3065674" rx="1"></rect>
-                    <path d="M15.6450859,5.8 L13.161022,5.8 C12.4487588,5.8 11.7955891,6.35139505 11.6066345,7.10706476 L7.5646309,17.8957605 L7.55192599,17.9974532 C7.36158798,18.6570202 7.24878302,19.3437043 7.21172159,20.0069002 C7.14144899,21.16499 7.38706812,22.030375 7.95070818,22.5965135 C8.37666016,22.9988072 8.90712493,23.2001243 9.55495798,23.2001243 L19.2170982,23.2001243 C19.8639973,23.2017406 20.3951137,23.0004652 20.8182769,22.6028117 C21.3947139,22.0935076 21.6332069,21.2614132 21.5963084,20.0452008 L21.5648027,19.6419562 C21.5240858,19.2363778 21.4555125,18.8236085 21.3570795,18.4019405 L21.2510124,17.988 L19.9497116,14.6532837 C19.8019891,14.3282274 19.4301651,14.1525086 19.0975612,14.2428626 C18.7439808,14.3841921 18.5528207,14.7448334 18.652166,15.0718013 L19.9497116,18.3578559 L20.0651769,18.8882582 L20.1070124,19.107 L20.0367725,19.0548306 C19.0543245,18.3596771 17.798317,17.8493584 16.4277908,17.6005981 L16.3650124,17.59 L21.5034123,8.27827317 C21.6952043,7.96299563 21.5593838,7.57889323 21.2185186,7.39607102 L21.118299,7.35202608 C20.8136898,7.24617381 20.4804683,7.37409641 20.3060903,7.66105506 L14.8820124,17.408 L14.4520041,17.3815515 C14.4298899,17.3809723 14.408173,17.3807135 14.3851768,17.3807135 L14.0431062,17.3858125 C11.9978793,17.4468359 10.0898219,18.0526267 8.7304013,19.0432241 L8.69701235,19.068 L8.78257671,18.6584442 C8.80567826,18.5527879 8.83205182,18.4351069 8.86221148,18.3022202 L12.9040107,7.48289762 L12.9323221,7.42128138 C13.0143084,7.21599958 13.1275263,7.099892 13.1899627,7.099892 L15.6093317,7.099892 C15.6568291,7.099892 15.7352584,7.18260646 15.8226875,7.37770929 L16.8659387,9.82241207 C17.0120244,10.1433299 17.3259492,10.3692228 17.7193463,10.2677839 C18.0729267,10.1264544 18.240984,9.76897881 18.1416386,9.442011 L17.1910361,7.08103741 C17.0085744,6.35125149 16.3555748,5.8 15.6450859,5.8 Z" id="路径" fill="#FFF7F7" fill-rule="nonzero"></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 28
dist/svg/cursor-icon-3-64b29b2d.svg

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>关闭指针</title>
-    <defs>
-        <linearGradient x1="-7.37257477e-16%" y1="-4.51028104e-15%" x2="100%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#FF9C63" offset="0%"></stop>
-            <stop stop-color="#FF7144" offset="100%"></stop>
-        </linearGradient>
-        <circle id="path-2" cx="14.5" cy="14.5" r="14.5"></circle>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="画板" transform="translate(-324.000000, -27.000000)">
-            <g id="编组-5备份-6" transform="translate(319.000000, 27.000000)">
-                <g id="关闭指针" transform="translate(5.000000, 0.000000)">
-                    <g id="椭圆形">
-                        <use fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                        <use fill="#1CACF1" xlink:href="#path-2"></use>
-                    </g>
-                    <g id="编组" transform="translate(8.130908, 4.000000)">
-                        <rect id="矩形" fill="#FFFFFF" opacity="0.347728911" x="3.36909222" y="0" width="6" height="22" rx="1"></rect>
-                        <path d="M9.59209222,12.457 L9.59298686,13.8341087 C9.59290499,13.8798899 9.58792386,13.925531 9.57812856,13.9702521 C9.58780373,14.0835898 9.59298686,14.1990008 9.59298686,14.3157939 C9.59298686,16.5725274 7.75263127,18.4018256 5.48103954,18.4018256 C4.81443695,18.4018256 4.1849698,18.2442975 3.62824694,17.9646669 L9.59209222,12.457 Z M5.48103954,10.2297622 C6.28077626,10.2282658 7.05939528,10.4600918 7.72392612,10.8909773 L1.87876267,16.2879862 C1.55393344,15.7032676 1.36909222,15.0309961 1.36909222,14.3157939 C1.36909222,12.0590605 3.21082996,10.2297622 5.48103954,10.2297622 Z M8.55808919,2.10538362 C8.85703342,1.92145821 9.24549091,1.98341174 9.47239277,2.25120225 L12.2021729,5.48858331 C12.3232242,5.63109339 12.3823999,5.81601831 12.3665712,6.00232982 C12.3507426,6.18864132 12.1623531,6.47346778 11.952407,6.64410705 C11.6506289,6.88938529 11.1287067,7.0207141 10.8631643,6.7244221 L9.59298686,5.18052517 L9.59209222,9.166 L8.16009222,10.488 L8.16071612,2.69764225 C8.16077351,2.47036485 8.28096905,2.26282227 8.47201719,2.14847137 Z" id="形状结合" fill="#FFFFFF" fill-rule="nonzero"></path>
-                        <line x1="0.531038992" y1="5.72996127" x2="14.3380528" y2="18.4748971" id="直线备份-3" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" transform="translate(7.434546, 12.102429) scale(-1, 1) translate(-7.434546, -12.102429) "></line>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 16
dist/svg/down-c6403c5c.svg

@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="22px" height="23px" viewBox="0 0 22 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>编组</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="弹框" transform="translate(-269.000000, -299.000000)" fill-rule="nonzero">
-            <g id="编组-22" transform="translate(246.000000, 23.000000)">
-                <g id="编组-16" transform="translate(16.000000, 272.000000)">
-                    <g id="编组" transform="translate(7.000000, 4.500000)">
-                        <path d="M15.5714286,14.2142857 L15.5714286,15.0714286 C15.5714286,15.1472047 15.5413266,15.2198773 15.4877448,15.2734591 C15.434163,15.3270409 15.3614904,15.3571429 15.2857143,15.3571429 L6.71428572,15.3571429 C6.63850958,15.3571429 6.56583703,15.3270409 6.5122552,15.2734591 C6.45867338,15.2198773 6.42857142,15.1472047 6.42857142,15.0714286 L6.42857142,14.2142857 C6.42857142,13.5831031 5.91689685,13.0714286 5.28571428,13.0714286 L4.14285714,13.0714286 C3.51167457,13.0714286 3,13.5831031 3,14.2142857 L3,16.7857143 C3,17.7324881 3.76751186,18.5 4.71428572,18.5 L17.2857143,18.5 C18.2324881,18.5 19,17.7324881 19,16.7857143 L19,14.2142857 C19,13.5831031 18.4883254,13.0714286 17.8571429,13.0714286 L16.7142857,13.0714286 C16.0831031,13.0714286 15.5714286,13.5831031 15.5714286,14.2142857 Z" id="路径" fill="#1CACF1"></path>
-                        <path d="M13,4.64285714 C13,4.01167457 12.4883254,3.5 11.8571429,3.5 L10.1428571,3.5 C9.51167457,3.5 9,4.01167457 9,4.64285714 L9,8.02285714 C9,8.18065278 8.87208136,8.30857142 8.71428572,8.30857142 L7.37714286,8.30857142 C7.15520126,8.30949809 6.95387202,8.43885339 6.8607871,8.64033324 C6.76770218,8.84181309 6.79970163,9.07896767 6.94285714,9.24857142 L10.5657143,13.5114286 C10.6741903,13.6344288 10.8302854,13.7048927 10.9942857,13.7048927 C11.158286,13.7048927 11.3143811,13.6344288 11.4228571,13.5114286 L15.0571429,9.24857142 C15.2002984,9.07896767 15.2322978,8.84181309 15.1392129,8.64033324 C15.046128,8.43885339 14.8447987,8.30949809 14.6228571,8.30857142 L13.2857143,8.30857142 C13.1279186,8.30857142 13,8.18065278 13,8.02285714 L13,4.64285714 Z" id="路径" fill="#F9BA48"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

File diff suppressed because it is too large
+ 0 - 12
dist/svg/guding-8da6abc6.svg


File diff suppressed because it is too large
+ 0 - 12
dist/svg/guding-active-a30cec46.svg


File diff suppressed because it is too large
+ 0 - 13
dist/svg/icon-staff-6a809c25.svg


File diff suppressed because it is too large
+ 0 - 13
dist/svg/icon-staff-active-937cf7ca.svg


+ 0 - 467
dist/svg/icon_bg-b8b32f61.svg

@@ -1,467 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="264px" height="143px" viewBox="0 0 264 143" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>弹窗</title>
-    <defs>
-        <linearGradient x1="-0.0244894336%" y1="49.9949859%" x2="70.0234389%" y2="49.9949859%" id="linearGradient-1">
-            <stop stop-color="#F2F6FA" stop-opacity="0" offset="0%"></stop>
-            <stop stop-color="#DDE4F2" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="49.9487602%" x2="70%" y2="49.9487602%" id="linearGradient-2">
-            <stop stop-color="#F2F6FA" stop-opacity="0" offset="0%"></stop>
-            <stop stop-color="#DDE4F2" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="5.09029467%" y1="50%" x2="76.7880827%" y2="50%" id="linearGradient-3">
-            <stop stop-color="#EBF1F4" offset="0%"></stop>
-            <stop stop-color="#DAE0ED" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="95.2575452%" id="linearGradient-4">
-            <stop stop-color="#D1E0F4" stop-opacity="0.614780239" offset="0%"></stop>
-            <stop stop-color="#D6DBE2" stop-opacity="0.555939788" offset="64.7084234%"></stop>
-            <stop stop-color="#D8D8D8" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="5.09029467%" y1="50%" x2="76.7880827%" y2="50%" id="linearGradient-5">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="58.318734%" id="linearGradient-6">
-            <stop stop-color="#D4E0F4" offset="0%"></stop>
-            <stop stop-color="#EEEEEE" stop-opacity="0" offset="100%"></stop>
-            <stop stop-color="#DDE4F2" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="326.303745%" y1="63.1438775%" x2="-84.820187%" y2="63.1438775%" id="linearGradient-7">
-            <stop stop-color="#FFD65E" offset="0%"></stop>
-            <stop stop-color="#FFAC0D" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="326.303745%" y1="63.1438775%" x2="-84.820187%" y2="63.1438775%" id="linearGradient-8">
-            <stop stop-color="#FFD65E" offset="0%"></stop>
-            <stop stop-color="#FFAC0D" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="326.303745%" y1="63.1438775%" x2="-84.820187%" y2="63.1438775%" id="linearGradient-9">
-            <stop stop-color="#FFD65E" offset="0%"></stop>
-            <stop stop-color="#FFAC0D" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-10">
-            <stop stop-color="#FFFFFF" stop-opacity="0.378442724" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-11">
-            <stop stop-color="#FFFFFF" stop-opacity="0.378442724" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-12">
-            <stop stop-color="#FFFFFF" stop-opacity="0.378442724" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-13">
-            <stop stop-color="#FFFFFF" stop-opacity="0.214718265" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-14">
-            <stop stop-color="#FFFFFF" stop-opacity="0.214718265" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-15">
-            <stop stop-color="#FFFFFF" stop-opacity="0.214718265" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="49.999948%" y1="0.000119714316%" x2="49.999948%" y2="99.9996127%" id="linearGradient-16">
-            <stop stop-color="#7EDAF5" offset="0%"></stop>
-            <stop stop-color="#00B4E0" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="49.999948%" y1="0.000119714316%" x2="49.999948%" y2="99.9996127%" id="linearGradient-17">
-            <stop stop-color="#7EDAF5" offset="0%"></stop>
-            <stop stop-color="#00B4E0" offset="100%"></stop>
-        </linearGradient>
-        <radialGradient cx="50%" cy="36.3210319%" fx="50%" fy="36.3210319%" r="62.043198%" gradientTransform="translate(0.500000,0.363210),scale(0.943592,1.000000),rotate(92.796051),translate(-0.500000,-0.363210)" id="radialGradient-18">
-            <stop stop-color="#7EDAF5" offset="0%"></stop>
-            <stop stop-color="#00B4E0" offset="100%"></stop>
-        </radialGradient>
-        <path d="M0,12.3503567 C0,18.8389356 5.71727466,24.0988465 12.7697329,24.0988465 L12.7697329,24.0988465 C19.8223854,24.0988465 25.5394658,18.8389356 25.5394658,12.3503567 L25.5394658,12.3503567 C25.5394658,5.8617779 22.3909428,0 12.7697329,0 L12.7697329,0 C3.42033926,0 0,5.8617779 0,12.3503567" id="path-19"></path>
-        <filter x="-5.9%" y="-6.2%" width="111.7%" height="112.4%" filterUnits="objectBoundingBox" id="filter-20">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.963654435   0 0 0 0 1   0 0 0 0 0.817785942  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
-            <feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner2"></feGaussianBlur>
-            <feOffset dx="0" dy="-2" in="shadowBlurInner2" result="shadowOffsetInner2"></feOffset>
-            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.0379071198   0 0 0 0 0.660020874   0 0 0 0 0.808870177  0 0 0 1 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
-            <feMerge>
-                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
-                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
-            </feMerge>
-        </filter>
-        <path d="M9.57236739,5.87845189 C9.57236739,5.87845189 3.84340912,12.2054888 1.53312229,11.637332 C-0.777164539,11.069416 4.9148392,6.34400813 7.68517226,5.12556581 C10.4555053,3.9071235 10.0764071,5.34016002 9.57236739,5.87845189" id="path-21"></path>
-        <filter x="-16.8%" y="-21.4%" width="133.6%" height="142.7%" filterUnits="objectBoundingBox" id="filter-22">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.510063282   0 0 0 0 0.510063282   0 0 0 0 0.510063282  0 0 0 0.130195244 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M8.91251528,3.87143005 C8.91251528,3.87143005 2.76800705,9.82997184 0.50095954,9.11971558 C-1.76608797,8.40945933 4.23311604,4.04700713 7.08012348,3.00293766 C9.92713091,1.95910904 9.4517498,3.36565245 8.91251528,3.87143005" id="path-23"></path>
-        <filter x="-16.1%" y="-22.9%" width="132.2%" height="145.8%" filterUnits="objectBoundingBox" id="filter-24">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.510063282   0 0 0 0 0.510063282   0 0 0 0 0.510063282  0 0 0 0.130195244 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M1.08886343,5.98117291 C-1.12614606,5.13339332 5.15260517,1.14786586 8.06346602,0.280818549 C10.9743269,-0.586228761 10.4059309,0.788041225 9.83401554,1.25985947 C9.83401554,1.25985947 3.30362153,6.82895251 1.08886343,5.98117291 Z" id="path-25"></path>
-        <filter x="-15.5%" y="-24.7%" width="131.0%" height="149.4%" filterUnits="objectBoundingBox" id="filter-26">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.510063282   0 0 0 0 0.510063282   0 0 0 0 0.510063282  0 0 0 0.130195244 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="49.999948%" y1="0.000119714316%" x2="49.999948%" y2="99.9996127%" id="linearGradient-27">
-            <stop stop-color="#7EDAF5" offset="0%"></stop>
-            <stop stop-color="#00B4E0" offset="100%"></stop>
-        </linearGradient>
-        <path d="M4.09007989,6.03494397 C4.09007989,6.03494397 3.22378176,8.09040582 5.45069366,8.40894438 C5.45069366,8.40894438 5.53440841,10.9186493 7.83083344,9.78967287 C10.6051302,8.4255226 14.6117279,2.58478057 12.3309993,0.50539873 C11.9380882,0.147072451 11.4295709,0 10.8612574,0 C8.62861504,0 5.47112404,2.27003132 4.7580538,2.92794962 C4.7580538,2.92794962 1.87089167,5.26689895 4.09007989,6.03494397 Z" id="path-28"></path>
-        <filter x="-15.4%" y="-14.9%" width="130.8%" height="129.8%" filterUnits="objectBoundingBox" id="filter-29">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.963654435   0 0 0 0 1   0 0 0 0 0.817785942  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
-            <feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner2"></feGaussianBlur>
-            <feOffset dx="0" dy="-2" in="shadowBlurInner2" result="shadowOffsetInner2"></feOffset>
-            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.0379071198   0 0 0 0 0.660020874   0 0 0 0 0.808870177  0 0 0 0.759662335 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
-            <feMerge>
-                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
-                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
-            </feMerge>
-        </filter>
-        <path d="M9.57236739,5.87845189 C9.57236739,5.87845189 3.84340912,12.2054888 1.53312229,11.637332 C-0.777164539,11.069416 4.9148392,6.34400813 7.68517226,5.12556581 C10.4555053,3.9071235 10.0764071,5.34016002 9.57236739,5.87845189" id="path-30"></path>
-        <filter x="-16.8%" y="-21.4%" width="133.6%" height="142.7%" filterUnits="objectBoundingBox" id="filter-31">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.510063282   0 0 0 0 0.510063282   0 0 0 0 0.510063282  0 0 0 0.130195244 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M8.91251528,3.87143005 C8.91251528,3.87143005 2.76800705,9.82997184 0.50095954,9.11971558 C-1.76608797,8.40945933 4.23311604,4.04700713 7.08012348,3.00293766 C9.92713091,1.95910904 9.4517498,3.36565245 8.91251528,3.87143005" id="path-32"></path>
-        <filter x="-16.1%" y="-22.9%" width="132.2%" height="145.8%" filterUnits="objectBoundingBox" id="filter-33">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.510063282   0 0 0 0 0.510063282   0 0 0 0 0.510063282  0 0 0 0.130195244 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M1.08886343,5.98117291 C-1.12614606,5.13339332 5.15260517,1.14786586 8.06346602,0.280818549 C10.9743269,-0.586228761 10.4059309,0.788041225 9.83401554,1.25985947 C9.83401554,1.25985947 3.30362153,6.82895251 1.08886343,5.98117291 Z" id="path-34"></path>
-        <filter x="-15.5%" y="-24.7%" width="131.0%" height="149.4%" filterUnits="objectBoundingBox" id="filter-35">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.510063282   0 0 0 0 0.510063282   0 0 0 0 0.510063282  0 0 0 0.130195244 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M4.09007989,6.03494397 C4.09007989,6.03494397 3.22378176,8.09040582 5.45069366,8.40894438 C5.45069366,8.40894438 5.53440841,10.9186493 7.83083344,9.78967287 C10.6051302,8.4255226 14.6117279,2.58478057 12.3309993,0.50539873 C11.9380882,0.147072451 11.4295709,5.69092099e-14 10.8612574,5.69092099e-14 C8.62861504,5.69092099e-14 5.47112404,2.27003132 4.7580538,2.92794962 C4.7580538,2.92794962 1.87089167,5.26689895 4.09007989,6.03494397 Z" id="path-36"></path>
-        <filter x="-15.4%" y="-14.9%" width="130.8%" height="129.8%" filterUnits="objectBoundingBox" id="filter-37">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.963654435   0 0 0 0 1   0 0 0 0 0.817785942  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
-            <feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner2"></feGaussianBlur>
-            <feOffset dx="0" dy="-2" in="shadowBlurInner2" result="shadowOffsetInner2"></feOffset>
-            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.0379071198   0 0 0 0 0.660020874   0 0 0 0 0.808870177  0 0 0 0.759662335 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
-            <feMerge>
-                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
-                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
-            </feMerge>
-        </filter>
-        <radialGradient cx="50%" cy="36.3210319%" fx="50%" fy="36.3210319%" r="62.0517369%" gradientTransform="translate(0.500000,0.363210),scale(0.893334,1.000000),rotate(92.953083),translate(-0.500000,-0.363210)" id="radialGradient-38">
-            <stop stop-color="#7EDAF5" offset="0%"></stop>
-            <stop stop-color="#00B4E0" offset="100%"></stop>
-        </radialGradient>
-        <path d="M19.7758976,36.7114737 C31.9559983,36.7897164 40.8500079,33.7380017 41.0909502,20.4285424 C41.3318924,7.11908315 33.7332894,0 19.7758976,0 C7.25603358,0 0.0960723846,9.3468521 0.0239292217,19.4466941 C-0.480625281,33.1279799 7.02292854,36.6293047 19.7758976,36.7114737 Z" id="path-39"></path>
-        <filter x="-3.6%" y="-4.1%" width="107.3%" height="108.2%" filterUnits="objectBoundingBox" id="filter-40">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.963654435   0 0 0 0 1   0 0 0 0 0.817785942  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1" result="shadowMatrixInner1"></feColorMatrix>
-            <feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner2"></feGaussianBlur>
-            <feOffset dx="0" dy="-2" in="shadowBlurInner2" result="shadowOffsetInner2"></feOffset>
-            <feComposite in="shadowOffsetInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.0379071198   0 0 0 0 0.660020874   0 0 0 0 0.808870177  0 0 0 1 0" type="matrix" in="shadowInnerInner2" result="shadowMatrixInner2"></feColorMatrix>
-            <feMerge>
-                <feMergeNode in="shadowMatrixInner1"></feMergeNode>
-                <feMergeNode in="shadowMatrixInner2"></feMergeNode>
-            </feMerge>
-        </filter>
-        <filter x="-15.7%" y="-16.4%" width="131.4%" height="132.8%" filterUnits="objectBoundingBox" id="filter-41">
-            <feGaussianBlur stdDeviation="0.4599936" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <filter x="-15.7%" y="-16.4%" width="131.4%" height="132.8%" filterUnits="objectBoundingBox" id="filter-42">
-            <feGaussianBlur stdDeviation="0.4599936" in="SourceGraphic"></feGaussianBlur>
-        </filter>
-        <path d="M0,3.79107995 C0,5.88502391 1.74292375,7.58250935 3.89296033,7.58250935 L3.89296033,7.58250935 C6.0429969,7.58250935 7.78610008,5.88502391 7.78610008,3.79107995 L7.78610008,3.79107995 C7.78610008,1.69748544 6.0429969,0 3.89296033,0 L3.89296033,0 C1.74292375,0 0,1.69748544 0,3.79107995" id="path-43"></path>
-        <filter x="-6.4%" y="-6.6%" width="112.8%" height="113.2%" filterUnits="objectBoundingBox" id="filter-44">
-            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <linearGradient x1="49.9994754%" y1="99.9999421%" x2="49.9994754%" y2="0.00100872426%" id="linearGradient-45">
-            <stop stop-color="#3DD8CD" offset="0%"></stop>
-            <stop stop-color="#007FC1" offset="100%"></stop>
-        </linearGradient>
-        <path d="M6.10794835,2.97405041 C6.10794835,4.61667117 4.74073825,5.94827555 3.05397418,5.94827555 C1.36721011,5.94827555 0,4.61667117 0,2.97405041 C0,1.33160438 1.36721011,0 3.05397418,0 C4.74073825,0 6.10794835,1.33160438 6.10794835,2.97405041" id="path-46"></path>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-48">
-            <stop stop-color="#2785AB" offset="0%"></stop>
-            <stop stop-color="#175169" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0.00080078125%" y1="50.000744%" x2="99.9996171%" y2="50.000744%" id="linearGradient-49">
-            <stop stop-color="#0B2B56" offset="0%"></stop>
-            <stop stop-color="#1C8795" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="-0.00139152473%" y1="50.000508%" x2="99.99952%" y2="50.000508%" id="linearGradient-50">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F29942" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="0%" y1="59.2364439%" x2="101.94585%" y2="59.2364439%" id="linearGradient-51">
-            <stop stop-color="#F9DE13" offset="0%"></stop>
-            <stop stop-color="#F8B911" offset="48.5652346%"></stop>
-            <stop stop-color="#F7D510" offset="49.0626726%"></stop>
-            <stop stop-color="#F5CB0D" offset="100%"></stop>
-            <stop stop-color="#F1BA08" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="25.7675489%" y1="99.1220678%" x2="74.2348192%" y2="0.868067724%" id="linearGradient-52">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="74.2260743%" y1="99.1220678%" x2="25.771556%" y2="0.868067724%" id="linearGradient-53">
-            <stop stop-color="#F4CF07" offset="0%"></stop>
-            <stop stop-color="#F28042" offset="100%"></stop>
-        </linearGradient>
-        <path d="M6.79551688,12.1382042 C6.79551688,12.1382042 4.35061946,13.368173 2.0527837,12.2918061 C1.96718209,12.1445256 4.62971303,15.7594538 6.79551688,12.1382042 Z" id="path-54"></path>
-        <filter x="-63.2%" y="-185.6%" width="226.5%" height="471.1%" filterUnits="objectBoundingBox" id="filter-55">
-            <feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.156990105 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-        <path d="M0,3.79107995 C0,5.88502391 1.74292375,7.58250935 3.89296033,7.58250935 L3.89296033,7.58250935 C6.0429969,7.58250935 7.78610008,5.88502391 7.78610008,3.79107995 L7.78610008,3.79107995 C7.78610008,1.69748544 6.0429969,0 3.89296033,0 L3.89296033,0 C1.74292375,0 0,1.69748544 0,3.79107995" id="path-56"></path>
-        <filter x="-6.4%" y="-6.6%" width="112.8%" height="113.2%" filterUnits="objectBoundingBox" id="filter-57">
-            <feOffset dx="0" dy="-1" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M6.10794835,2.97405041 C6.10794835,4.61667117 4.74073825,5.94827555 3.05397418,5.94827555 C1.36721011,5.94827555 0,4.61667117 0,2.97405041 C0,1.33160438 1.36721011,0 3.05397418,0 C4.74073825,0 6.10794835,1.33160438 6.10794835,2.97405041" id="path-58"></path>
-        <linearGradient x1="57.4785438%" y1="0%" x2="60.3470534%" y2="11.9988623%" id="linearGradient-60">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="57.4790082%" y1="0%" x2="60.3476959%" y2="11.9988623%" id="linearGradient-61">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="49.999948%" y1="0.000119714316%" x2="49.999948%" y2="99.9996127%" id="linearGradient-62">
-            <stop stop-color="#00B4E0" offset="0%"></stop>
-            <stop stop-color="#7EDAF5" offset="100%"></stop>
-        </linearGradient>
-        <path d="M19.7282816,3.87486046 C19.9195842,5.48006804 20.7449349,7.88312197 20.0861111,8.63687727 L20.0861111,8.63687727 C19.5794337,9.21646263 19.9620566,9.44437173 19.9620566,9.44437173 L19.9620566,9.44437173 C20.3183147,9.63667546 20.7234711,9.3237875 21.3420451,8.87086536 L21.3420451,8.87086536 C22.2620022,8.19683552 24.2811494,6.15479616 24.8198373,4.59395311 L24.8198373,4.59395311 C25.300654,3.20024379 25.0855818,1.38019251 23.2086318,0.864284816 L23.2086318,0.864284816 C22.9129444,0.783082917 22.6238442,0.744022428 22.3460002,0.743292409 L22.3460002,0.743292409 C20.7311222,0.739286289 19.5088327,2.03243553 19.7282816,3.87486046" id="path-63"></path>
-        <filter x="-37.5%" y="-22.8%" width="175.0%" height="145.7%" filterUnits="objectBoundingBox" id="filter-64">
-            <feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="-1" dy="2" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 0.963654435   0 0 0 0 1   0 0 0 0 0.817785942  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <path d="M0.14736819,0.0146874316 C-0.0263255418,0.0868231717 -0.0499231311,0.406786081 0.0949505936,0.729351826 L0.0949505936,0.729351826 C0.239824318,1.05191757 0.498430687,1.25493878 0.672124418,1.18261712 L0.672124418,1.18261712 C0.846011572,1.11048138 0.869415739,0.790518471 0.724735437,0.467952726 L0.724735437,0.467952726 C0.599397421,0.189449276 0.389727037,0 0.222803106,0 L0.222803106,0 C0.196497597,0 0.171159202,0.00483383825 0.14736819,0.0146874316" id="path-65"></path>
-        <linearGradient x1="34.99868%" y1="1.21970101%" x2="65.0004535%" y2="98.7839599%" id="linearGradient-67">
-            <stop stop-color="#F2A305" offset="0%"></stop>
-            <stop stop-color="#F2D677" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0.0949637336,0.467952726 C-0.0499300399,0.790518471 -0.0263291849,1.11048138 0.147388584,1.18261712 L0.147388584,1.18261712 C0.321299802,1.25493878 0.579555059,1.05191757 0.724642282,0.729351826 L0.724642282,0.729351826 C0.869536056,0.406786081 0.845935201,0.0868231717 0.672023982,0.0146874316 L0.672023982,0.0146874316 C0.648423128,0.00483383825 0.623081226,0 0.596772076,0 L0.596772076,0 C0.429825045,0 0.219932195,0.189449276 0.0949637336,0.467952726" id="path-68"></path>
-        <linearGradient x1="65.0010633%" y1="1.21970101%" x2="34.9951379%" y2="98.7839599%" id="linearGradient-70">
-            <stop stop-color="#F2A305" offset="0%"></stop>
-            <stop stop-color="#F2D677" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="权限弹窗、" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="网络异常" transform="translate(-274.000000, -45.000000)">
-            <g id="编组-5备份" transform="translate(274.000000, 45.000000)">
-                <g id="编组-6" transform="translate(0.000000, -2.000000)">
-                    <rect id="矩形备份" x="46" y="0" width="173" height="173"></rect>
-                    <g id="编组-5" transform="translate(58.254167, 27.391667)">
-                        <path d="M0.0177655446,68.7205949 C0.868348878,65.5777615 4.22743221,56.0483449 12.4809739,61.8582615 C12.4809739,61.8582615 17.1015155,46.5838032 30.9847655,58.5928865 C30.9847655,58.5928865 38.0345155,54.1669699 41.5089322,62.9178865 C41.5089322,62.9178865 45.8339322,64.7271782 45.1130989,68.3601782 L0.745807211,69.6000115 C0.522440351,69.6077526 0.308117751,69.5114439 0.165591877,69.3392839 C0.0230660024,69.1671239 -0.0315387657,68.9385897 0.0177655446,68.7205949 Z" id="路径" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
-                        <path d="M108.193224,38.8420532 C108.193224,38.8420532 110.420599,32.6140532 114.125682,34.9928032 C114.125682,34.9928032 118.378599,27.0636365 126.185224,32.9168032 C126.185224,32.9168032 129.868682,31.8499699 131.822141,36.1533449 C131.822141,36.1533449 133.746766,35.8289699 134.510849,37.2634282 L108.193224,38.8420532 Z" id="路径" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
-                        <g id="编组-4" transform="translate(33.802111, 0.000000)">
-                            <g id="编组-3">
-                                <path d="M31.1166962,1.44521986 L31.1366962,1.44521986 C35.9084364,1.44521986 39.7766962,5.31347962 39.7766962,10.0852199 L39.7766962,15.1510532 C39.7766962,19.9227934 35.9084364,23.7910532 31.1366962,23.7910532 L31.1166962,23.7910532 C26.3449559,23.7910532 22.4766962,19.9227934 22.4766962,15.1510532 L22.4766962,10.0852199 C22.4766962,5.31347962 26.3449559,1.44521986 31.1166962,1.44521986 Z" id="矩形" fill="#E2E5ED" transform="translate(31.126696, 12.618137) rotate(-11.000000) translate(-31.126696, -12.618137) "></path>
-                                <circle id="椭圆形" fill="#FDFDFD" cx="26.8016962" cy="6.4910532" r="2.1625"></circle>
-                                <ellipse id="椭圆形" fill="url(#linearGradient-3)" transform="translate(34.010030, 22.709803) rotate(-10.000000) translate(-34.010030, -22.709803) " cx="34.0100295" cy="22.7098032" rx="32.4375" ry="11.89375"></ellipse>
-                            </g>
-                            <path d="M23.382899,26.5271687 L8.28879311,118.22022 L93.8010874,113.008595 L45.7013601,22.7098032 C43.0668962,21.3032813 39.2014448,21.0812553 34.1050059,22.0437253 C29.0085669,23.0061952 25.4345313,24.5006764 23.382899,26.5271687 Z" id="路径-18" fill="url(#linearGradient-4)"></path>
-                            <ellipse id="椭圆形" fill="url(#linearGradient-5)" opacity="0.596843175" transform="translate(34.730863, 25.593137) rotate(-10.000000) translate(-34.730863, -25.593137) " cx="34.7308628" cy="25.5931365" rx="11.5333333" ry="3.60416667"></ellipse>
-                            <path d="M34.0100295,54.8383746 C35.7300392,54.8383746 37.2707931,55.6052737 38.3095139,56.8155867 C38.4757609,57.0131433 38.5763799,57.2679208 38.5763799,57.5463266 C38.5763799,58.1719166 38.0692319,58.6790647 37.4436419,58.6790647 C37.1028293,58.6790647 36.7974148,58.5283398 36.589752,58.2901639 L36.4516296,58.1387121 C35.8338844,57.5006037 34.9683272,57.1038508 34.0100295,57.1038508 C32.9780166,57.1038508 32.0535607,57.5639903 31.4303424,58.2901816 L31.3355057,58.3867006 C31.1346605,58.568328 30.8685422,58.6790647 30.5764172,58.6790647 C29.9508271,58.6790647 29.4436791,58.1719166 29.4436791,57.5463266 C29.4436791,57.2679208 29.5442981,57.0131433 29.7109168,56.8159053 C30.7492659,55.6052737 32.2900198,54.8383746 34.0100295,54.8383746 Z M34.0100295,49.7410532 C37.0174491,49.7410532 39.7205516,51.0434542 41.5865252,53.1148428 C41.8036216,53.3211958 41.9391962,53.6125396 41.9391962,53.935724 C41.9391962,54.561314 41.4320481,55.068462 40.8064581,55.068462 C40.4809198,55.068462 40.1876645,54.9309406 39.981046,54.7110478 C38.5239377,53.0546661 36.3894344,52.0065294 34.0100295,52.0065294 C31.6306246,52.0065294 29.4961213,53.0546661 28.0427475,54.7143221 C27.8323945,54.9309406 27.5391392,55.068462 27.2136009,55.068462 C26.5880109,55.068462 26.0808628,54.561314 26.0808628,53.935724 C26.0808628,53.6125396 26.2164374,53.3211958 26.4335338,53.1148428 C28.2995074,51.0434542 31.0026099,49.7410532 34.0100295,49.7410532 Z M32.5941069,61.3516187 C32.5941069,62.1336111 33.228037,62.7675413 34.0100295,62.7675413 C34.792022,62.7675413 35.4259521,62.1336111 35.4259521,61.3516187 C35.4259521,60.5696262 34.792022,59.9356961 34.0100295,59.9356961 C33.228037,59.9356961 32.5941069,60.5696262 32.5941069,61.3516187 Z" id="形状结合" fill="#C0C6DE" fill-rule="nonzero" transform="translate(34.010030, 56.254297) rotate(-18.000000) translate(-34.010030, -56.254297) "></path>
-                        </g>
-                        <path d="M56.8926263,93.109235 L60.4351184,98.7300027 C66.0475319,97.9062226 71.9366279,97.4229405 77.9732064,97.3318433 L78.8317742,94.1899817 C79.0652523,93.3355937 79.7697574,92.6790041 80.4053302,92.7234477 L88.4609755,93.2867533 C89.0965484,93.3311969 89.7028176,94.0794448 89.8151158,94.9580117 L90.1647623,97.6852267 C121.562623,99.9915234 147.103807,112.82537 147.103807,128.311887 C147.103807,145.430413 115.602579,137.853056 79.7731063,137.853056 C43.9436331,137.853056 13.0288072,145.430413 13.0288072,128.311887 C13.0288072,118.810458 22.6429686,110.307541 37.325284,104.621789 L37.1554678,99.1434899 C37.1169651,97.9063752 38.0116318,96.6204259 39.1537616,96.2712417 L53.6298249,91.8454651 C54.7719547,91.4962809 56.2327607,92.06209 56.8926263,93.109235 Z" id="形状结合" fill="url(#linearGradient-6)" opacity="0.607172648"></path>
-                        <g id="鸟" transform="translate(86.139621, 83.616666) rotate(-1.000000) translate(-86.139621, -83.616666) translate(59.829080, 49.737499)">
-                            <rect id="矩形" x="0.238475119" y="0" width="52.0457558" height="67.7583333"></rect>
-                            <g id="编组-2" transform="translate(-0.000000, 0.193174)">
-                                <g id="编组-18" transform="translate(16.270577, 56.052121)">
-                                    <g id="编组-13" transform="translate(10.779863, 0.000000)">
-                                        <path d="M4.97039622,0 C5.44326037,2.58792154 5.34919104,5.01753667 4.90506194,7.14975799 L4.83908211,7.45295379 C4.82810502,7.50124499 4.81715137,7.54840666 4.80624164,7.59442561 L4.74147439,7.85672095 C4.73082236,7.89811618 4.72025525,7.93834227 4.70979354,7.97738601 L4.64845222,8.19735477 L4.59062447,8.3883135 L4.537294,8.54962838 L4.51262265,8.6189713 L2.67929101,7.97671702 L2.73096105,7.81926885 L2.77088443,7.68622625 C2.84737605,7.42425832 2.92463008,7.11715522 2.99719883,6.76875959 C3.37691922,4.94575834 3.47147251,2.86656995 3.10865295,0.652907288 L3.05369161,0.335768116 L4.97039622,0 Z" id="Stroke-13" fill="url(#linearGradient-7)" fill-rule="nonzero"></path>
-                                        <g id="编组-12" transform="translate(0.000000, 6.951804)">
-                                            <path d="M0,1.34591361 C0,2.08939679 0.6227124,2.69203837 1.39095709,2.69203837 L1.39095709,2.69203837 C2.15920179,2.69203837 2.78191419,2.08939679 2.78191419,1.34591361 L2.78191419,1.34591361 C2.78191419,0.602430424 2.15920179,0 1.39095709,0 L1.39095709,0 C0.6227124,0 0,0.602430424 0,1.34591361" id="Fill-19" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
-                                            <path d="M3.59597865,2.69203837 C4.36400515,2.69203837 4.98693574,2.08939679 4.98693574,1.34591361 C4.98693574,0.602430424 4.36400515,-2.84546049e-14 3.59597865,-2.84546049e-14 C2.82773395,-2.84546049e-14 2.20523974,0.602430424 2.20523974,1.34591361 C2.20523974,2.08939679 2.82773395,2.69203837 3.59597865,2.69203837 Z" id="Fill-17" fill="url(#linearGradient-9)" fill-rule="nonzero"></path>
-                                            <path d="M6.08028257,2.69203837 C6.84874545,2.69203837 7.47145785,2.08939679 7.47145785,1.34591361 C7.47145785,0.602430424 6.84874545,0 6.08028257,0 C5.31225606,0 4.68954366,0.602430424 4.68954366,1.34591361 C4.68954366,2.08939679 5.31225606,2.69203837 6.08028257,2.69203837 Z" id="Fill-21" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
-                                            <g id="编组-17" transform="translate(0.849848, 1.302415)">
-                                                <path d="M0,0.383837446 C0.00698205914,0.4369742 0.0240008283,0.490326956 0.0521472542,0.541951689 L0.0521472542,0.541951689 L0.234117171,0.875028414 C0.322047478,1.0363827 0.553546376,1.0428628 0.650640636,0.886476577 L0.650640636,0.886476577 L0.850938458,0.564200005 C0.884103239,0.511063251 0.904613038,0.454902454 0.91399518,0.39895766 L0.91399518,0.39895766 C0.886066943,0.188786678 0.710860896,0.00691209807 0.46867072,0.000216003065 L0.46867072,0.000216003065 C0.464088744,0.000216003065 0.459506767,0 0.454924791,0 L0.454924791,0 C0.215789265,0 0.0349102957,0.174962482 0,0.383837446" id="Fill-43" fill="url(#linearGradient-10)"></path>
-                                                <path d="M2.28793351,0.383621443 C2.29513375,0.436758196 2.31215252,0.490326956 2.34029895,0.541951689 L2.34029895,0.541951689 L2.52205068,0.875028414 C2.61019917,1.0363827 2.84191626,1.0428628 2.93857414,0.886476577 L2.93857414,0.886476577 L3.13930834,0.564200005 C3.17225493,0.511063251 3.19276473,0.455118457 3.20236506,0.399173663 L3.20236506,0.399173663 C3.17443683,0.189002681 2.99923078,0.00691209806 2.7570406,0.000216003065 L2.7570406,0.000216003065 C2.75245863,0.000216003065 2.74765846,-2.91076637e-14 2.74329467,-2.91076637e-14 L2.74329467,-2.91076637e-14 C2.50394096,-2.91076637e-14 2.32306199,0.174962482 2.28793351,0.383621443" id="Fill-47" fill="url(#linearGradient-11)"></path>
-                                                <path d="M4.9079512,0.383837446 C4.91515145,0.4369742 4.93217022,0.490326956 4.96031664,0.541951689 L4.96031664,0.541951689 L5.14185018,0.875028414 C5.22999868,1.0363827 5.46171576,1.0428628 5.55859183,0.886476577 L5.55859183,0.886476577 L5.75888966,0.564200005 C5.79205444,0.510847248 5.81256424,0.454686451 5.82216457,0.398525654 L5.82216457,0.398525654 C5.79379995,0.188570675 5.61881209,0.00691209806 5.37684011,0.000216003065 L5.37684011,0.000216003065 C5.37225813,0.000216003065 5.36745797,-2.91076637e-14 5.36309418,-2.91076637e-14 L5.36309418,-2.91076637e-14 C5.12374046,-2.91076637e-14 4.94286149,0.174962482 4.9079512,0.383837446" id="Fill-51" fill="url(#linearGradient-12)"></path>
-                                            </g>
-                                        </g>
-                                    </g>
-                                    <g id="左脚" transform="translate(0.000000, 0.000000)">
-                                        <path d="M2.57688243,0 L4.49358704,0.335768116 C4.0674477,2.66797108 4.15227751,4.85894876 4.55007982,6.76875959 C4.60813482,7.04747609 4.6691884,7.29976538 4.73045134,7.52366001 L4.79740283,7.75718538 L4.85897355,7.95120075 L4.86798764,7.97671702 L3.034656,8.6189713 L2.98394306,8.47271604 C2.97504782,8.44582583 2.96594469,8.41768724 2.95665418,8.3883135 L2.89882643,8.19735477 L2.8374851,7.97738601 C2.8270234,7.93834227 2.81645629,7.89811618 2.80580426,7.85672095 L2.74103701,7.59442561 L2.67521545,7.30470484 C2.66421198,7.2541678 2.65320557,7.20251445 2.64221671,7.14975799 C2.21739757,5.11024194 2.11285996,2.79863024 2.5184018,0.336645784 L2.57688243,0 Z" id="Stroke-15" fill="url(#linearGradient-7)" fill-rule="nonzero"></path>
-                                        <path d="M0,8.29771747 C0,9.04120065 0.622930589,9.64384223 1.39095709,9.64384223 L1.39095709,9.64384223 C2.15920179,9.64384223 2.78191419,9.04120065 2.78191419,8.29771747 L2.78191419,8.29771747 C2.78191419,7.55423429 2.15920179,6.95180386 1.39095709,6.95180386 L1.39095709,6.95180386 C0.622930589,6.95180386 0,7.55423429 0,8.29771747" id="Fill-25" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
-                                        <path d="M4.68954366,8.29771747 C4.68954366,9.04120065 5.31247425,9.64384223 6.08071894,9.64384223 L6.08071894,9.64384223 C6.84874545,9.64384223 7.47123966,9.04120065 7.47123966,8.29771747 L7.47123966,8.29771747 C7.47123966,7.55423429 6.84874545,6.95180386 6.08071894,6.95180386 L6.08071894,6.95180386 C5.31247425,6.95180386 4.68954366,7.55423429 4.68954366,8.29771747" id="Fill-27" fill="url(#linearGradient-9)" fill-rule="nonzero"></path>
-                                        <path d="M2.20502155,8.29771747 C2.20502155,9.04120065 2.82795214,9.64384223 3.59619684,9.64384223 L3.59619684,9.64384223 C4.36422334,9.64384223 4.98693574,9.04120065 4.98693574,8.29771747 L4.98693574,8.29771747 C4.98693574,7.55423429 4.36422334,6.95180386 3.59619684,6.95180386 L3.59619684,6.95180386 C2.82795214,6.95180386 2.20502155,7.55423429 2.20502155,8.29771747" id="Fill-23" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
-                                        <g id="编组-16" transform="translate(0.833579, 8.124991)">
-                                            <path d="M0.0561969924,0.659020453 L0.237948719,0.984624279 C0.326097216,1.14235843 0.557814304,1.14869313 0.654690374,0.99581559 L0.654690374,0.99581559 L0.854988196,0.680769606 C1.0413219,0.387895089 0.83011461,0.00992437081 0.47533873,0.000211156826 L0.47533873,0.000211156826 C0.470756754,0.000211156826 0.466174778,0 0.461810991,0 L0.461810991,0 C0.11401717,0 -0.11049967,0.360444702 0.0561969924,0.659020453" id="Fill-29" fill="url(#linearGradient-13)"></path>
-                                            <path d="M2.30442004,0.504453657 C2.3114021,0.556398236 2.32842086,0.608553972 2.35678548,0.659020453 L2.35678548,0.659020453 L2.53831902,0.984624279 C2.6266857,1.14235843 2.85796641,1.14869313 2.95527886,0.99581559 L2.95527886,0.99581559 L3.15557668,0.680769606 C3.18852328,0.628825027 3.20903307,0.573924252 3.21863341,0.519234635 L3.21863341,0.519234635 C3.19048698,0.313779043 3.01528093,0.135984996 2.77309076,0.129439134 L2.77309076,0.129439134 C2.76850878,0.129439134 2.7639268,0.129227977 2.75934483,0.129227977 L2.75934483,0.129227977 C2.5202093,0.129227977 2.33911214,0.300265006 2.30442004,0.504453657" id="Fill-35" fill="url(#linearGradient-14)"></path>
-                                            <path d="M4.94167469,0.504453657 C4.94887494,0.556398236 4.96589371,0.608553972 4.99404013,0.659020453 L4.99404013,0.659020453 L5.17579186,0.984624279 C5.26415854,1.14235843 5.49543925,1.14869313 5.5927517,0.99581559 L5.5927517,0.99581559 L5.79326771,0.680769606 C5.82621431,0.628825027 5.84650591,0.574135409 5.85610625,0.519445791 L5.85610625,0.519445791 C5.82817801,0.3139902 5.65297196,0.135984996 5.41078179,0.129439134 L5.41078179,0.129439134 C5.40619981,0.129439134 5.40161783,0.129227977 5.39703586,0.129227977 L5.39703586,0.129227977 C5.15768214,0.129227977 4.97658498,0.300265006 4.94167469,0.504453657" id="Fill-39" fill="url(#linearGradient-15)"></path>
-                                        </g>
-                                    </g>
-                                </g>
-                                <path d="M24.3744895,59.1952954 C24.3708866,59.2147729 23.9159262,61.7120075 25.4201178,63.5951404 L25.4201178,63.5951404 C25.4919747,63.6854109 25.641293,63.6766086 25.7015407,63.5792214 L25.7015407,63.5792214 C26.0384076,63.0336653 26.8850783,61.3919405 26.4799574,59.1966064 L26.4799574,59.1966064 C26.4797572,59.1958573 26.4791568,59.1952954 26.4783561,59.1952954 L26.4783561,59.1952954 L24.3758906,59.1952954 C24.3752901,59.1952954 24.3748898,59.1951082 24.3746896,59.1951082 L24.3746896,59.1951082 C24.3746896,59.1951082 24.3744895,59.1951082 24.3744895,59.1952954" id="Fill-3备份" fill="url(#linearGradient-16)"></path>
-                                <path d="M22.9928276,58.7492256 C22.990032,58.7664902 22.6258527,61.0144137 23.8292844,62.7090867 L23.8292844,62.7090867 C23.8866883,62.7901124 24.0063419,62.7820687 24.0544269,62.6945688 L24.0544269,62.6945688 C24.3241134,62.2037061 25.0014049,60.7262133 24.6771101,58.7502065 L24.6771101,58.7502065 C24.6771101,58.749618 24.676551,58.7492256 24.6759919,58.7492256 L24.6759919,58.7492256 L22.9939459,58.7492256 C22.9935731,58.7492256 22.9932004,58.7488332 22.993014,58.7488332 L22.993014,58.7488332 C22.993014,58.7488332 22.9928276,58.7490294 22.9928276,58.7492256" id="Fill-5备份" fill="url(#linearGradient-17)"></path>
-                                <path d="M26.1852608,58.7492256 C26.1824652,58.7664902 25.8182862,61.0144137 27.021717,62.7090867 L27.021717,62.7090867 C27.0791209,62.7901124 27.1987744,62.7820687 27.2470458,62.6945688 L27.2470458,62.6945688 C27.5165457,62.2037061 28.1938367,60.7262133 27.8695422,58.7502065 L27.8695422,58.7502065 C27.8693558,58.749618 27.8689831,58.7492256 27.8682376,58.7492256 L27.8682376,58.7492256 L26.1863791,58.7492256 C26.1858199,58.7492256 26.1856336,58.7488332 26.1854472,58.7488332 L26.1854472,58.7488332 C26.1854472,58.7488332 26.1852608,58.7490294 26.1852608,58.7492256" id="Fill-7备份" fill="url(#linearGradient-17)"></path>
-                                <g id="Fill-19" transform="translate(12.905573, 36.435086)">
-                                    <use fill="url(#radialGradient-18)" fill-rule="evenodd" xlink:href="#path-19"></use>
-                                    <use fill="black" fill-opacity="1" filter="url(#filter-20)" xlink:href="#path-19"></use>
-                                </g>
-                                <g id="翅膀备份" transform="translate(7.601926, 39.099982) scale(1, -1) rotate(10.000000) translate(-7.601926, -39.099982) translate(1.099020, 32.202047)">
-                                    <g id="编组备份-25" transform="translate(-0.000000, 2.122441)">
-                                        <g id="Fill-21">
-                                            <use fill="#5DD0EF" fill-rule="evenodd" xlink:href="#path-21"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-22)" xlink:href="#path-21"></use>
-                                        </g>
-                                        <g id="Fill-23">
-                                            <use fill="#5DD0EF" fill-rule="evenodd" xlink:href="#path-23"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-24)" xlink:href="#path-23"></use>
-                                        </g>
-                                        <g id="Fill-25">
-                                            <use fill="#5DD0EF" fill-rule="evenodd" xlink:href="#path-25"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-26)" xlink:href="#path-25"></use>
-                                        </g>
-                                    </g>
-                                    <g id="Fill-27">
-                                        <use fill="url(#linearGradient-27)" fill-rule="evenodd" xlink:href="#path-28"></use>
-                                        <use fill="black" fill-opacity="1" filter="url(#filter-29)" xlink:href="#path-28"></use>
-                                    </g>
-                                </g>
-                                <g id="翅膀备份-2" transform="translate(44.226717, 42.003910) scale(-1, -1) rotate(19.000000) translate(-44.226717, -42.003910) translate(37.723811, 35.105976)">
-                                    <g id="编组备份-25" transform="translate(0.000000, 2.122441)">
-                                        <g id="Fill-21">
-                                            <use fill="#5DD0EF" fill-rule="evenodd" xlink:href="#path-30"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-31)" xlink:href="#path-30"></use>
-                                        </g>
-                                        <g id="Fill-23">
-                                            <use fill="#5DD0EF" fill-rule="evenodd" xlink:href="#path-32"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-33)" xlink:href="#path-32"></use>
-                                        </g>
-                                        <g id="Fill-25">
-                                            <use fill="#5DD0EF" fill-rule="evenodd" xlink:href="#path-34"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-35)" xlink:href="#path-34"></use>
-                                        </g>
-                                    </g>
-                                    <g id="Fill-27">
-                                        <use fill="url(#linearGradient-27)" fill-rule="evenodd" xlink:href="#path-36"></use>
-                                        <use fill="black" fill-opacity="1" filter="url(#filter-37)" xlink:href="#path-36"></use>
-                                    </g>
-                                </g>
-                                <path d="M35.2526056,48.0435351 C35.2526056,52.9700885 30.9647884,56.9637335 25.6753059,56.9637335 C20.386017,56.9637335 16.0980062,52.9700885 16.0980062,48.0435351 C16.0980062,43.1169817 18.663261,38.6664612 25.6753059,38.6664612 C32.8910531,38.6664612 35.2526056,43.1169817 35.2526056,48.0435351" id="Fill-37备份-2" fill="#F4FBFF"></path>
-                                <g id="头" transform="translate(27.412877, 22.538376) rotate(3.000000) translate(-27.412877, -22.538376) translate(6.864623, 1.045958)">
-                                    <g id="Fill-41" transform="translate(0.000000, 6.271908)">
-                                        <use fill="url(#radialGradient-38)" fill-rule="evenodd" xlink:href="#path-39"></use>
-                                        <use fill="black" fill-opacity="1" filter="url(#filter-40)" xlink:href="#path-39"></use>
-                                    </g>
-                                    <path d="M29.8441512,15.8498146 C25.1085338,15.8498146 21.7542997,20.1528226 21.7542997,25.4606171 L18.5500474,25.4606171 C18.5500474,20.1528226 15.1959896,15.8498146 10.4603722,15.8498146 C5.72493105,15.8498146 2.0053477,19.8321857 2.0053477,25.3958796 C2.07725435,26.9197522 2.19040159,28.4666726 2.44859584,29.7787079 C2.98542839,34.9578748 6.10473215,42.6114705 20.322335,42.5881903 C38.477079,42.3157456 38.5244127,32.7379898 38.4722451,25.5946677 C38.4722451,20.2868732 34.5795923,15.8498146 29.8441512,15.8498146 Z" id="Fill-45备份-2" fill="#F4FBFF"></path>
-                                    <path d="M30.0879403,27.1999512 C33.5385568,27.1999512 33.9017632,29.7030865 33.9017632,28.1573998 C33.9017632,26.6117131 34.7929979,20.2499778 29.6722289,20.2499778 C24.5514599,20.2499778 25.2046736,26.1269804 25.2046736,27.6726671 C25.2046736,29.2183538 26.6373237,27.1999512 30.0879403,27.1999512 Z" id="椭圆形" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-41)"></path>
-                                    <path d="M11.0615868,28.2026691 C14.5122034,28.2026691 14.8754098,30.7058043 14.8754098,29.1601177 C14.8754098,27.614431 15.7666445,21.2526956 10.6458755,21.2526956 C5.52510643,21.2526956 6.17832014,27.1296982 6.17832014,28.6753849 C6.17832014,30.2210716 7.61097026,28.2026691 11.0615868,28.2026691 Z" id="椭圆形备份-7" fill="#D8D8D8" opacity="0.479851132" filter="url(#filter-42)"></path>
-                                    <g id="右眼备份-4" transform="translate(6.922885, 21.836006)">
-                                        <g id="Fill-86">
-                                            <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-43"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-44)" xlink:href="#path-43"></use>
-                                        </g>
-                                        <g id="椭圆形备份-17" transform="translate(0.838986, 0.817030)">
-                                            <mask id="mask-47" fill="white">
-                                                <use xlink:href="#path-46"></use>
-                                            </mask>
-                                            <use id="蒙版" fill="url(#linearGradient-45)" xlink:href="#path-46"></use>
-                                            <ellipse fill="url(#linearGradient-48)" mask="url(#mask-47)" cx="3.1973609" cy="1.13206466" rx="2.43392419" ry="2.27146791"></ellipse>
-                                        </g>
-                                        <path d="M1.91786205,3.79107995 C1.91786205,4.85342802 2.80206302,5.71448909 3.89296033,5.71448909 L3.89296033,5.71448909 C4.9836782,5.71448909 5.8680586,4.85342802 5.8680586,3.79107995 L5.8680586,3.79107995 C5.8680586,2.72890661 4.9836782,1.86784554 3.89296033,1.86784554 L3.89296033,1.86784554 C2.80206302,1.86784554 1.91786205,2.72890661 1.91786205,3.79107995" id="Fill-92" fill="url(#linearGradient-49)"></path>
-                                        <path d="M3.0856455,3.25962302 C3.0856455,3.67669947 2.73846025,4.01479874 2.31035483,4.01479874 C1.88206999,4.01479874 1.53488474,3.67669947 1.53488474,3.25962302 C1.53488474,2.84254656 1.88206999,2.5044473 2.31035483,2.5044473 C2.73846025,2.5044473 3.0856455,2.84254656 3.0856455,3.25962302" id="Fill-96" fill="#FFFFFF"></path>
-                                        <path d="M3.29761389,4.84226288 C3.29761389,5.07465152 3.10419493,5.2628339 2.86574056,5.2628339 C2.62710678,5.2628339 2.43368782,5.07465152 2.43368782,4.84226288 C2.43368782,4.60987424 2.62710678,4.42169186 2.86574056,4.42169186 C3.10419493,4.42169186 3.29761389,4.60987424 3.29761389,4.84226288" id="Fill-98" fill="#FFFFFF"></path>
-                                        <path d="M3.7541831,4.08561204 C3.7541831,4.21061078 3.65014564,4.31183156 3.52188423,4.31183156 C3.39352632,4.31183156 3.28948885,4.21061078 3.28948885,4.08561204 C3.28948885,3.96061331 3.39352632,3.85939253 3.52188423,3.85939253 C3.65014564,3.85939253 3.7541831,3.96061331 3.7541831,4.08561204" id="Fill-98备份" fill="#FFFFFF"></path>
-                                    </g>
-                                    <g id="嘴" transform="translate(15.312501, 22.322772)">
-                                        <path d="M2.08333286,6.61914012 C2.11835357,7.34009924 2.25975141,8.8704561 2.9673281,9.42588018 C3.67490479,9.98130427 4.13917831,9.51308622 4.61470037,9.5661119 C5.04880643,9.61451926 5.43795929,9.86439758 6.16663342,9.5661119 C6.89530756,9.26782622 6.44756304,8.86835534 6.79343767,7.81850214 C7.04496098,7.05538685 7.20345676,6.26999083 7.13185084,5.91539794 C7.04977482,5.50902765 6.49088763,4.97428993 5.77109774,4.63742036 C5.05130784,4.30055079 5.043365,3.60402452 4.51251845,3.59820115 C4.50999118,3.59820115 4.50746391,3.59820115 4.50493665,3.59820115 C3.98468055,3.59820115 4.29481239,4.19775556 3.31266805,4.7785739 C2.30994452,5.37167197 2.04807146,5.89805441 2.08333286,6.61914012 Z" id="Fill-85备份" fill="url(#linearGradient-50)"></path>
-                                        <path d="M5.58717265,4.63959943 C4.90321239,4.33352224 4.89571256,3.70083904 4.39137947,3.69548291 C3.88692343,3.69020363 4.18888396,4.23767988 3.25128178,4.76784268 C2.29855698,5.30653854 2.04983298,5.78488463 2.08315192,6.43995166 C2.1165938,7.09501868 2.62679259,8.96601789 3.25128178,9.30959508 C3.87577097,9.65317227 4.1572072,9.28455783 4.61470037,9.30959508 C5.00213428,9.3307982 5.59931644,9.59705311 6.00863076,9.30959508 C6.41794508,9.02213705 6.21814228,8.34777099 6.54678254,7.39404682 C6.78567069,6.70076652 6.94808512,6.12286805 6.88009483,5.80059041 C6.80214573,5.43144277 6.27113291,4.94567662 5.58717265,4.63959943 Z" id="Fill-87备份" fill="#B12D1F"></path>
-                                        <g id="编组">
-                                            <g transform="translate(2.080281, 0.000000)" fill="#FFFFFF">
-                                                <path d="M0.0642707036,3.7743965 C0.139637886,4.12202599 0.658724747,4.57848293 1.32793123,4.86539165 C1.99726067,5.15230037 2.00316218,5.74837797 2.49716763,5.75223293 C2.99117307,5.75604536 2.69658944,5.24084634 3.61624119,4.73912708 C4.55064672,4.22924576 4.79543638,3.77798286 4.76433051,3.16075811 C4.7331017,2.54353335 4.1776222,1.51078562 3.64378157,0.680481675 C3.10994093,-0.149698603 1.98730187,-0.200154965 1.3621108,0.419419472 C0.736919736,1.03899391 0.707166297,1.24477672 0.383075116,2.14433449 C0.147506565,2.79816484 -0.00162947581,3.47079266 0.0642707036,3.7743965" id="Fill-89"></path>
-                                            </g>
-                                            <g transform="translate(-0.000000, 1.028057)">
-                                                <path d="M4.03359235,0.0808171066 C3.68306718,0.20642293 3.40570573,0.47885678 3.15954286,0.786578709 C2.99315046,0.994605643 2.84095035,1.218796 2.68985137,1.424602 C2.61167142,1.5308364 2.54829549,1.61880983 2.49323918,1.69752939 C2.4643652,1.73861656 2.43647001,1.78032066 2.40881951,1.82227152 C2.29197778,2.00006916 2.18443446,2.18489973 2.07909339,2.37145769 C1.95833655,2.58503695 1.84039371,2.80083713 1.71400889,3.01046807 C1.54700475,3.28746716 0.995794553,3.75297657 0.791596822,4.01677347 C0.348272802,4.52419446 -0.468110335,6.37882534 0.348272802,7.38347422 C1.16465594,8.38812311 3.15954286,7.66134765 3.57482377,7.84382458 C3.99010467,8.02630151 4.30324591,8.03105848 4.4887245,8.03356734 C4.66050018,8.03587049 5.31547247,7.83918767 5.58781475,7.70128009 C5.86015704,7.56337251 7.328336,8.2829868 8.44816415,7.2992587 C9.56799231,6.31553061 7.88063319,3.78733798 7.70078258,3.59016892 C7.56938152,3.44593198 7.46824958,3.2920324 7.33917312,3.16235487 C7.22649121,3.04921092 7.12004901,2.94272976 7.02853319,2.84463877 C7.0071224,2.82156579 6.98632335,2.79898636 6.96650308,2.77665369 C6.88269515,2.64759309 6.7761306,2.47139946 6.65916653,2.27521747 C6.40859916,1.85496852 6.11068335,1.34218089 5.88666535,1.00089827 C5.63964604,0.624080802 5.33304358,0.283415105 4.94104266,0.103890082 C4.79434819,0.0367686989 4.64765371,0 4.50842242,0 C4.50181567,0 4.49520891,0 4.4887245,0.000246769791 C4.32502374,0.00431847135 4.17563762,0.0298591447 4.03359235,0.0808171066 Z" id="Fill-91" fill="url(#linearGradient-51)"></path>
-                                                <path d="M2.26229507,2.28787282 C2.09538045,2.63607836 2.06283764,2.97177787 2.18948063,3.03766772 L2.18948063,3.03766772 C2.31612362,3.10355756 2.55426627,2.87468009 2.72118143,2.52672309 L2.72118143,2.52672309 C2.88809605,2.17851755 2.9206394,1.84306658 2.79387646,1.7770522 L2.79387646,1.7770522 C2.77925918,1.76943996 2.76321438,1.76580115 2.7459806,1.76576321 L2.7459806,1.76576321 C2.61337623,1.76547384 2.40990924,1.98001204 2.26229507,2.28787282" id="Fill-143" fill="url(#linearGradient-52)" transform="translate(2.491726, 2.407368) rotate(15.000000) translate(-2.491726, -2.407368) "></path>
-                                                <path d="M5.70646975,1.77696534 C5.57960647,1.84296789 5.61231111,2.17844768 5.7792578,2.52670116 L5.7792578,2.52670116 C5.946205,2.87470609 6.18423834,3.10363247 6.3109817,3.03775444 L6.3109817,3.03775444 C6.43760539,2.97187665 6.40490125,2.63614831 6.23795456,2.28789483 L6.23795456,2.28789483 C6.09031203,1.97999166 5.88695336,1.76541024 5.75436012,1.76568195 L5.75436012,1.76568195 C5.73712778,1.76571756 5.7210848,1.76935449 5.70646975,1.77696534" id="Fill-145" fill="url(#linearGradient-53)" transform="translate(6.008631, 2.407368) rotate(-14.000000) translate(-6.008631, -2.407368) "></path>
-                                            </g>
-                                        </g>
-                                        <g id="下巴" transform="translate(4.423144, 12.946512) scale(1, -1) translate(-4.423144, -12.946512) ">
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-55)" xlink:href="#path-54"></use>
-                                            <use fill="#FFF9EF" fill-rule="evenodd" xlink:href="#path-54"></use>
-                                        </g>
-                                    </g>
-                                    <g id="右眼备份-5" transform="translate(25.773443, 21.836006)">
-                                        <g id="Fill-86">
-                                            <use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-56"></use>
-                                            <use fill="black" fill-opacity="1" filter="url(#filter-57)" xlink:href="#path-56"></use>
-                                        </g>
-                                        <g id="椭圆形备份-17" transform="translate(0.838986, 0.817030)">
-                                            <mask id="mask-59" fill="white">
-                                                <use xlink:href="#path-58"></use>
-                                            </mask>
-                                            <use id="蒙版" fill="url(#linearGradient-45)" xlink:href="#path-58"></use>
-                                            <ellipse fill="url(#linearGradient-48)" mask="url(#mask-59)" cx="3.1973609" cy="1.13206466" rx="2.43392419" ry="2.27146791"></ellipse>
-                                        </g>
-                                        <path d="M1.91786205,3.79107995 C1.91786205,4.85342802 2.80206302,5.71448909 3.89296033,5.71448909 L3.89296033,5.71448909 C4.9836782,5.71448909 5.8680586,4.85342802 5.8680586,3.79107995 L5.8680586,3.79107995 C5.8680586,2.72890661 4.9836782,1.86784554 3.89296033,1.86784554 L3.89296033,1.86784554 C2.80206302,1.86784554 1.91786205,2.72890661 1.91786205,3.79107995" id="Fill-92" fill="url(#linearGradient-49)"></path>
-                                        <path d="M3.0856455,3.25962302 C3.0856455,3.67669947 2.73846025,4.01479874 2.31035483,4.01479874 C1.88206999,4.01479874 1.53488474,3.67669947 1.53488474,3.25962302 C1.53488474,2.84254656 1.88206999,2.5044473 2.31035483,2.5044473 C2.73846025,2.5044473 3.0856455,2.84254656 3.0856455,3.25962302" id="Fill-96" fill="#FFFFFF"></path>
-                                        <path d="M3.29761389,4.84226288 C3.29761389,5.07465152 3.10419493,5.2628339 2.86574056,5.2628339 C2.62710678,5.2628339 2.43368782,5.07465152 2.43368782,4.84226288 C2.43368782,4.60987424 2.62710678,4.42169186 2.86574056,4.42169186 C3.10419493,4.42169186 3.29761389,4.60987424 3.29761389,4.84226288" id="Fill-98" fill="#FFFFFF"></path>
-                                        <path d="M3.80217665,4.13233987 C3.80217665,4.25733861 3.69813918,4.35855939 3.56987778,4.35855939 C3.44151987,4.35855939 3.3374824,4.25733861 3.3374824,4.13233987 C3.3374824,4.00734114 3.44151987,3.90612036 3.56987778,3.90612036 C3.69813918,3.90612036 3.80217665,4.00734114 3.80217665,4.13233987" id="Fill-98备份-3" fill="#FFFFFF"></path>
-                                    </g>
-                                    <path d="M11.8867645,38.7689121 C15.2890404,38.7705674 16.7093273,32.037917 16.708618,30.5717506 C16.7079082,29.1055841 14.5805616,28.0246499 11.264897,28.0230358 C10.1871669,28.022512 8.26342153,28.3582734 7.45944697,28.6190462 C4.28611885,29.6483294 8.48448866,38.7672562 11.8867645,38.7689121 Z" id="椭圆形" fill="url(#linearGradient-60)" transform="translate(11.521320, 33.395974) rotate(5.000000) translate(-11.521320, -33.395974) "></path>
-                                    <path d="M30.6095675,38.809385 C34.0119068,38.8113668 35.4315773,32.0789781 35.4307281,30.6128388 C35.4298782,29.1466996 33.3023888,28.0655813 29.9866623,28.0636485 C28.9089121,28.0630215 26.985163,28.3985919 26.1811983,28.6592826 C23.0079094,29.688242 27.2072281,38.8074022 30.6095675,38.809385 Z" id="椭圆形" fill="url(#linearGradient-61)" transform="translate(30.243337, 33.436517) rotate(6.000000) translate(-30.243337, -33.436517) "></path>
-                                    <path d="M5.99378411,29.7183894 C5.95595362,30.1907053 6.98634006,30.6601333 8.29500997,30.7671078 C9.60367988,30.8740823 10.6951639,30.5779276 10.7328172,30.1056117 C10.7706477,29.6334754 9.74026128,29.1638679 8.43159137,29.0568934 C7.12309867,28.9499188 6.0316146,29.2460736 5.99378411,29.7183894" id="Fill-96" fill="#FF9191" opacity="0.427512759" transform="translate(8.363301, 29.912001) rotate(-1.000000) translate(-8.363301, -29.912001) "></path>
-                                    <path d="M33.8011134,29.7187988 C33.8392314,30.1911075 32.8090618,30.6598756 31.5003721,30.7660433 C30.1916823,30.8722111 29.0999492,30.5754081 29.0620084,30.1030995 C29.0238905,29.6309704 30.0540599,29.1620227 31.3625724,29.0558549 C32.6712622,28.9496871 33.7629954,29.2464901 33.8011134,29.7187988" id="Fill-93" fill="#FF9191" opacity="0.427512759" transform="translate(31.431561, 29.910949) rotate(3.000000) translate(-31.431561, -29.910949) "></path>
-                                    <path d="M17.9873426,19.840609 C17.9873426,20.5018682 17.4369724,21.0378473 16.7579584,21.0378473 C16.0789443,21.0378473 15.5285741,20.5018682 15.5285741,19.840609 C15.5285741,19.1793499 16.0789443,18.6433707 16.7579584,18.6433707 C17.4369724,18.6433707 17.9873426,19.1793499 17.9873426,19.840609" id="Fill-85备份-2" fill="#FFFFFF"></path>
-                                    <path d="M24.1342637,19.840609 C24.1342637,20.5018682 23.5838935,21.0378473 22.9048795,21.0378473 C22.2258655,21.0378473 21.6754953,20.5018682 21.6754953,19.840609 C21.6754953,19.1793499 22.2258655,18.6433707 22.9048795,18.6433707 C23.5838935,18.6433707 24.1342637,19.1793499 24.1342637,19.840609" id="Fill-87备份-2" fill="#FFFFFF"></path>
-                                    <g id="Fill-98备份-2" transform="translate(22.370887, 5.122693) rotate(-146.000000) translate(-22.370887, -5.122693) ">
-                                        <use fill="url(#linearGradient-62)" fill-rule="evenodd" xlink:href="#path-63"></use>
-                                        <use fill="black" fill-opacity="1" filter="url(#filter-64)" xlink:href="#path-63"></use>
-                                    </g>
-                                    <g id="编组备份-33" transform="translate(15.938369, 24.629562)">
-                                        <path d="M3.86434251,0.0130782029 C3.05634854,0.123283859 2.32816517,0.902047247 1.86572282,1.4736519 L1.86572282,1.4736519 C1.5676691,1.84175972 1.29221662,2.25067153 1.04978311,2.66586088 L1.04978311,2.66586088 C0.84019202,3.02490114 0.654967879,3.38830081 0.500820429,3.73443724 L0.500820429,3.73443724 C0.295467068,4.19583624 0.14485106,4.62584755 0.0652170394,4.97198399 L0.0652170394,4.97198399 C-0.0555582823,5.49528648 -0.0149466975,5.82590345 0.240553142,5.78143756 L0.240553142,5.78143756 C0.930773512,5.66059496 1.7082205,5.69390079 2.34900068,5.99766385 L2.34900068,5.99766385 C2.87271355,6.2461497 3.29560375,6.71905752 3.7548678,7.06711209 L3.7548678,7.06711209 C3.87440712,7.15761325 4.01831339,7.19545285 4.15833507,7.18010776 L4.15833507,7.18010776 C4.29606131,7.1652858 4.40200458,7.0976279 4.50812441,7.01514803 L4.50812441,7.01514803 C4.74614362,6.83013505 5.07827575,6.5649091 5.47821157,6.22679396 L5.47821157,6.22679396 C5.94824653,5.8299141 6.92875144,5.60165586 7.95534167,5.78143756 L7.95534167,5.78143756 C8.21084151,5.82590345 8.2514531,5.49528648 8.13067778,4.97198399 L8.13067778,4.97198399 C8.05086718,4.62584755 7.90042775,4.19583624 7.69489781,3.73443724 L7.69489781,3.73443724 C7.54075036,3.38830081 7.3557028,3.02490114 7.1461117,2.66586088 L7.1461117,2.66586088 C6.90350163,2.25067153 6.62840228,1.84175972 6.33017199,1.4736519 L6.33017199,1.4736519 C5.73794914,0.741621292 5.05585109,0.170888518 4.36315871,0.0320851911 L4.36315871,0.0320851911 C4.28670299,0.0167400997 4.20989412,0.00662628947 4.1334384,0.0022668885 L4.1334384,0.0022668885 C4.10712916,0.000697504154 4.08099649,0 4.05486381,0 L4.05486381,0 C3.99094471,0 3.92737875,0.004533777 3.86434251,0.0130782029" id="Fill-104"></path>
-                                    </g>
-                                    <g id="编组备份-34" transform="translate(20.855906, 25.427721)">
-                                        <mask id="mask-66" fill="white">
-                                            <use xlink:href="#path-65"></use>
-                                        </mask>
-                                        <g id="Clip-107"></g>
-                                        <path d="M0.14736819,0.0146874316 C-0.0263255418,0.0868231717 -0.0499231311,0.406786081 0.0949505936,0.729351826 L0.0949505936,0.729351826 C0.239824318,1.05191757 0.498430687,1.25493878 0.672124418,1.18261712 L0.672124418,1.18261712 C0.846011572,1.11048138 0.869415739,0.790518471 0.724735437,0.467952726 L0.724735437,0.467952726 C0.599397421,0.189449276 0.389727037,0 0.222803106,0 L0.222803106,0 C0.196497597,0 0.171159202,0.00483383825 0.14736819,0.0146874316" id="Fill-106" fill="url(#linearGradient-67)" mask="url(#mask-66)"></path>
-                                    </g>
-                                    <g id="编组备份-35" transform="translate(17.987343, 25.427721)">
-                                        <mask id="mask-69" fill="white">
-                                            <use xlink:href="#path-68"></use>
-                                        </mask>
-                                        <g id="Clip-109"></g>
-                                        <path d="M0.0949637336,0.467952726 C-0.0499300399,0.790518471 -0.0263291849,1.11048138 0.147388584,1.18261712 L0.147388584,1.18261712 C0.321299802,1.25493878 0.579555059,1.05191757 0.724642282,0.729351826 L0.724642282,0.729351826 C0.869536056,0.406786081 0.845935201,0.0868231717 0.672023982,0.0146874316 L0.672023982,0.0146874316 C0.648423128,0.00483383825 0.623081226,0 0.596772076,0 L0.596772076,0 C0.429825045,0 0.219932195,0.189449276 0.0949637336,0.467952726" id="Fill-108" fill="url(#linearGradient-70)" mask="url(#mask-69)"></path>
-                                    </g>
-                                </g>
-                            </g>
-                        </g>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 51
dist/svg/icon_cancel-537e7528.svg

@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="117px" height="37px" viewBox="0 0 117 37" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>button-normal备份</title>
-    <defs>
-        <linearGradient x1="50%" y1="2.13785238%" x2="50%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#E9E9E9" offset="0%"></stop>
-            <stop stop-color="#C9C9C9" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,17 C0,7.61115925 7.60904153,0 16.9971663,0 L100.002834,0 C109.390109,0 117,7.60909491 117,17 L117,17 C117,26.3888407 109.390958,34 100.002834,34 L16.9971663,34 C7.60989058,34 0,26.3909051 0,17 L0,17 Z" id="path-2"></path>
-        <filter x="-0.9%" y="-2.9%" width="101.7%" height="111.8%" filterUnits="objectBoundingBox" id="filter-3">
-            <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feColorMatrix values="0 0 0 0 0.804223987   0 0 0 0 0.804223987   0 0 0 0 0.804223987  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-1.7%" y="-5.9%" width="103.4%" height="117.6%" filterUnits="objectBoundingBox" id="filter-4">
-            <feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <text id="text-5" font-family="STYuanti-SC-Bold, Yuanti SC" font-size="16" font-weight="bold" letter-spacing="0.914285714" fill="#FFFFFF">
-            <tspan x="41.5857143" y="22">取消</tspan>
-        </text>
-        <filter x="-7.9%" y="-18.2%" width="115.9%" height="145.5%" filterUnits="objectBoundingBox" id="filter-6">
-            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0.510962887   0 0 0 0 0.510962887   0 0 0 0 0.510962887  0 0 0 0.597490644 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-80.000000, -250.000000)">
-            <g id="弹窗备份" transform="translate(70.000000, 135.300000)">
-                <g id="button-normal备份" transform="translate(10.000000, 115.608737)">
-                    <g id="button-normal">
-                        <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-                        <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
-                    </g>
-                    <path d="M5.29281147,8.58018897 C7.4390966,13.9921969 10.1571046,16.6982008 13.4468356,16.6982008 C18.2676985,16.6982008 95.1625096,16.6982008 101.90185,16.6982008 C106.394743,16.6982008 109.960365,13.7988005 112.598716,8 C113.992892,13.5751446 114.565408,17.2438095 114.316264,19.0059945 C114.316264,19.0059945 114.316264,19.0059945 114.316264,19.0059945 C113.296432,26.2192179 107.122625,31.58155 99.8376644,31.5815344 L11.3446737,31.5815344 C5.11489123,25.4571796 2,20.6627351 2,17.1982008 C2,13.7336665 3.09760382,10.8609959 5.29281147,8.58018897 Z" id="矩形" fill="#EBEBEB" opacity="0.499798729"></path>
-                    <g id="编组-6" opacity="0.85" transform="translate(7.706999, 10.293001) rotate(-5.000000) translate(-7.706999, -10.293001) translate(1.477345, 3.038666)" fill="#FFFFFF">
-                        <ellipse id="椭圆形" opacity="0.882866269" transform="translate(7.522655, 4.961334) rotate(44.000000) translate(-7.522655, -4.961334) " cx="7.52265471" cy="4.96133431" rx="3" ry="4"></ellipse>
-                        <ellipse id="椭圆形备份-3" opacity="0.882866269" transform="translate(3.175326, 11.321004) rotate(44.000000) translate(-3.175326, -11.321004) " cx="3.17532553" cy="11.3210042" rx="2" ry="2.5"></ellipse>
-                    </g>
-                    <g id="取消" fill="#FFFFFF" fill-opacity="1">
-                        <use filter="url(#filter-6)" xlink:href="#text-5"></use>
-                        <use xlink:href="#text-5"></use>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 14
dist/svg/icon_close-728e02a6.svg

@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="18、练习模式-网络连接失败" transform="translate(-762.000000, -30.000000)" fill="#FFFFFF">
-            <g id="通用/选中/橙色备份" transform="translate(757.857864, 25.857864)">
-                <g id="编组" transform="translate(14.142136, 14.142136) rotate(-315.000000) translate(-14.142136, -14.142136) translate(4.142136, 4.142136)">
-                    <rect id="矩形" x="8.94736842" y="2.37389093e-13" width="2.10526316" height="20" rx="1.05263158"></rect>
-                    <path d="M10,-2.59348099e-13 C10.5813524,-2.59454891e-13 11.0526316,0.471279211 11.0526316,1.05263158 L11.0526316,18.9473684 C11.0526316,19.5287208 10.5813524,20 10,20 C9.41864763,20 8.94736842,19.5287208 8.94736842,18.9473684 L8.94736842,1.05263158 C8.94736842,0.471279211 9.41864763,-2.58797217e-13 10,-2.59348099e-13 Z" id="矩形" transform="translate(10.000000, 10.000000) rotate(-270.000000) translate(-10.000000, -10.000000) "></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 51
dist/svg/icon_confirm-77c45bbf.svg

@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="117px" height="37px" viewBox="0 0 117 37" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>button-normal备份 4</title>
-    <defs>
-        <linearGradient x1="47.3839597%" y1="0%" x2="47.3839597%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#5BECFF" offset="0%"></stop>
-            <stop stop-color="#259CFE" offset="100%"></stop>
-        </linearGradient>
-        <path d="M0,17 C0,7.61115925 7.60904153,0 16.9971663,0 L100.002834,0 C109.390109,0 117,7.60909491 117,17 L117,17 C117,26.3888407 109.390958,34 100.002834,34 L16.9971663,34 C7.60989058,34 0,26.3909051 0,17 L0,17 Z" id="path-2"></path>
-        <filter x="-0.9%" y="-2.9%" width="101.7%" height="111.8%" filterUnits="objectBoundingBox" id="filter-3">
-            <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feColorMatrix values="0 0 0 0 0.140022123   0 0 0 0 0.580018696   0 0 0 0 0.741724871  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-1.7%" y="-5.9%" width="103.4%" height="117.6%" filterUnits="objectBoundingBox" id="filter-4">
-            <feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <text id="text-5" font-family="STYuanti-SC-Bold, Yuanti SC" font-size="16" font-weight="bold" letter-spacing="0.914285714" fill="#FFFFFF">
-            <tspan x="41.5857143" y="22">确定</tspan>
-        </text>
-        <filter x="-3.2%" y="-4.5%" width="106.3%" height="118.2%" filterUnits="objectBoundingBox" id="filter-6">
-            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0.161975631   0 0 0 0 0.583690214   0 0 0 0 0.702658833  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-203.000000, -250.000000)">
-            <g id="弹窗备份" transform="translate(70.000000, 135.300000)">
-                <g id="button-normal备份-4" transform="translate(133.000000, 115.608737)">
-                    <g id="button-normal">
-                        <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-                        <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
-                    </g>
-                    <path d="M5.29281147,8.58018897 C7.4390966,13.9921969 10.1571046,16.6982008 13.4468356,16.6982008 C18.2676985,16.6982008 95.1625096,16.6982008 101.90185,16.6982008 C106.394743,16.6982008 109.960365,13.7988005 112.598716,8 C113.992892,13.5751446 114.565408,17.2438095 114.316264,19.0059945 C114.316264,19.0059945 114.316264,19.0059945 114.316264,19.0059945 C113.296432,26.2192179 107.122625,31.58155 99.8376644,31.5815344 L11.3446737,31.5815344 C5.11489123,25.4571796 2,20.6627351 2,17.1982008 C2,13.7336665 3.09760382,10.8609959 5.29281147,8.58018897 Z" id="矩形" fill="#1CACF1" opacity="0.499798729"></path>
-                    <g id="编组-6" opacity="0.85" transform="translate(7.706999, 10.293001) rotate(-5.000000) translate(-7.706999, -10.293001) translate(1.477345, 3.038666)" fill="#FFFFFF">
-                        <ellipse id="椭圆形" opacity="0.882866269" transform="translate(7.522655, 4.961334) rotate(44.000000) translate(-7.522655, -4.961334) " cx="7.52265471" cy="4.96133431" rx="3" ry="4"></ellipse>
-                        <ellipse id="椭圆形备份-3" opacity="0.882866269" transform="translate(3.175326, 11.321004) rotate(44.000000) translate(-3.175326, -11.321004) " cx="3.17532553" cy="11.3210042" rx="2" ry="2.5"></ellipse>
-                    </g>
-                    <g id="确定" fill="#FFFFFF" fill-opacity="1">
-                        <use filter="url(#filter-6)" xlink:href="#text-5"></use>
-                        <use xlink:href="#text-5"></use>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 13
dist/svg/icon_evaluatingOff-05461279.svg

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-346.000000, -75.000000)">
-            <g id="智能指法" transform="translate(346.000000, 75.000000)">
-                <rect id="矩形备份-33" fill="#1CACF1" x="0" y="0" width="29" height="29" rx="14.5"></rect>
-                <path d="M21.8314994,12.1141007 L19.528609,19.479859 C19.1777028,20.350761 19.0238859,20.9842104 17.7446236,21.8627487 C16.5000997,22.7174302 12.8864298,22.9082414 11.0592388,21.4220563 L21.8621438,11.450057 C21.9079839,11.6634482 21.9010198,11.8916353 21.8314994,12.1141007 Z M14.1933797,5.79560673 C14.8610107,5.79560673 15.4082789,6.3417841 15.4293697,7.02905123 L15.6028228,12.7533683 L16.5006337,8.32576795 C16.6369962,7.65304615 17.2679002,7.21304974 17.925713,7.33232149 L18.0006215,7.34577593 C18.6580707,7.46541132 19.1049761,8.10067887 19.0097042,8.7814006 L18.5942366,11.7436067 L9.69013425,19.9628117 C9.36752721,19.5675617 9.06758797,19.1674662 8.84978688,18.838046 L6.15162702,15.1169854 C5.73635768,14.54499 5.82690239,13.7384512 6.3581708,13.2791822 C6.88433126,12.8210327 7.68180369,12.8741758 8.14251991,13.3980903 L10.2835934,15.7951617 L9.30105593,8.7814006 C9.20578398,8.10067887 9.6523258,7.46504768 10.3101386,7.34577593 L10.3850471,7.33232149 C11.0428599,7.2126861 11.6737639,7.65268252 11.8101264,8.32576795 L12.70721,12.7533683 L12.8813904,7.02905123 C12.9021175,6.3417841 13.4493858,5.79560673 14.1173804,5.79560673 L14.1933797,5.79560673 Z" id="形状结合" fill="#FFFFFF" fill-rule="nonzero"></path>
-                <line x1="8.5" y1="9.5" x2="21.5" y2="21.5" id="直线备份" stroke="#FFFFFF" stroke-width="1.5" stroke-linecap="round" transform="translate(15.000000, 15.500000) scale(-1, 1) translate(-15.000000, -15.500000) "></line>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 12
dist/svg/icon_evaluatingOn-a6a49955.svg

@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-346.000000, -13.000000)">
-            <g id="智能指法" transform="translate(346.000000, 13.000000)">
-                <rect id="矩形备份-33" fill="#1CACF1" x="0" y="0" width="29" height="29" rx="14.5"></rect>
-                <path d="M13.6650928,5.79560673 C14.3330873,5.79560673 14.8803556,6.3417841 14.9010827,7.02905123 L15.0752631,12.7533683 L15.9723467,8.32576795 C16.1087092,7.65268252 16.7396132,7.2126861 17.397426,7.33232149 L17.4723345,7.34577593 C18.1301473,7.46504768 18.5766892,8.10067887 18.4814172,8.7814006 L17.4988797,15.7951617 L19.6399532,13.3980903 C20.1006694,12.8741758 20.8981419,12.8210327 21.4243023,13.2791822 C21.9555707,13.7384512 22.0461155,14.54499 21.6308461,15.1169854 L18.9326863,18.838046 C18.4374176,19.5871308 17.5174251,20.7016672 16.8719758,21.2936624 C15.0996266,22.9183764 11.3171119,22.741287 10.0378496,21.8627487 C8.75858727,20.9842104 8.60477034,20.350761 8.2538641,19.479859 L5.95097376,12.1141007 C5.74733905,11.4624697 6.08042725,10.7617481 6.70514944,10.5275682 L6.78878512,10.4962957 C7.41459821,10.2621158 8.10804711,10.5795678 8.35786326,11.2148353 L9.53276278,14.2017201 L8.77276897,8.7814006 C8.67749702,8.10067887 9.12440247,7.46541132 9.78185166,7.34577593 L9.85676014,7.33232149 C10.514573,7.21304974 11.1454769,7.65304615 11.2818395,8.32576795 L12.1796503,12.7533683 L12.3531035,7.02905123 C12.3741942,6.3417841 12.9214625,5.79560673 13.589457,5.79560673 Z M16.0052396,14.959588 C14.0218072,14.7371723 12.5239851,15.6183211 11.6050259,17.5305927 C11.4854174,17.7794871 11.5902244,18.0782177 11.8391188,18.1978261 C12.0880132,18.3174346 12.3867438,18.2126276 12.5063523,17.9637332 C13.2455616,16.4255051 14.343627,15.7795278 15.8938012,15.9533593 C16.1682236,15.9841322 16.4156332,15.7866152 16.4464061,15.5121928 C16.4771789,15.2377704 16.2796619,14.9903608 16.0052396,14.959588 Z" id="形状结合" fill="#FFFFFF" fill-rule="nonzero" transform="translate(13.891237, 14.159177) scale(-1, 1) translate(-13.891237, -14.159177) "></path>
-            </g>
-        </g>
-    </g>
-</svg>

File diff suppressed because it is too large
+ 0 - 9
dist/svg/icon_menu-99ffdcc1.svg


+ 0 - 28
dist/svg/icon_minus-549a0b1d.svg

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>速度减</title>
-    <defs>
-        <linearGradient x1="0%" y1="75.5121927%" x2="100%" y2="50%" id="linearGradient-1">
-            <stop stop-color="#259CFE" offset="0%"></stop>
-            <stop stop-color="#5BECFF" offset="100%"></stop>
-        </linearGradient>
-        <circle id="path-2" cx="11" cy="11" r="11"></circle>
-        <filter x="-3.6%" y="-8.2%" width="107.3%" height="110.9%" filterUnits="objectBoundingBox" id="filter-3">
-            <feMorphology radius="0.1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
-            <feOffset dx="0" dy="-1" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
-            <feColorMatrix values="0 0 0 0 0.310557224   0 0 0 0 0.734928432   0 0 0 0 0.808086451  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-660.000000, -244.000000)">
-            <g id="速度减" transform="translate(672.000000, 255.000000) scale(-1, -1) rotate(-540.000000) translate(-672.000000, -255.000000) translate(661.000000, 244.000000)">
-                <g id="椭圆形" transform="translate(11.000000, 11.000000) scale(1, -1) translate(-11.000000, -11.000000) ">
-                    <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-                    <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-                </g>
-                <path d="M3.88327154,7.2793598 C5.00451237,7.2793598 5.24625888,6.2567043 5.24625888,4.89555473 C5.24625888,3.53440515 5.02498524,2.2793598 3.9037444,2.2793598 C2.78250357,2.2793598 3.46218633,3.50402672 3.46218633,4.86517629 C3.46218633,6.22632586 2.7620307,7.2793598 3.88327154,7.2793598 Z" id="椭圆形备份-4" fill="#FFFFFF" opacity="0.4436304" transform="translate(4.246259, 4.779360) scale(-1, -1) rotate(39.000000) translate(-4.246259, -4.779360) "></path>
-                <rect id="矩形" fill="#FFFFFF" x="6" y="10" width="11" height="2" rx="1"></rect>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 21
dist/svg/icon_pause-13985e91.svg

@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>播放备份</title>
-    <defs>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="99.3846973%" id="linearGradient-1">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.589416077" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-346.000000, -299.000000)">
-            <g id="播放备份" transform="translate(346.000000, 299.000000)">
-                <rect id="矩形" fill="#1CACF1" x="0" y="0" width="40" height="40" rx="20"></rect>
-                <g id="编组-2备份" transform="translate(12.000000, 11.000000)" fill="url(#linearGradient-1)">
-                    <path d="M2.5,0 C3.88071187,-2.53632657e-16 5,1.11928813 5,2.5 L5,15.5 C5,16.8807119 3.88071187,18 2.5,18 C1.11928813,18 1.69088438e-16,16.8807119 0,15.5 L0,2.5 C-1.69088438e-16,1.11928813 1.11928813,2.53632657e-16 2.5,0 Z" id="矩形"></path>
-                    <path d="M14.0066313,0 C15.3873432,-2.53632657e-16 16.5066313,1.11928813 16.5066313,2.5 L16.5066313,15.5 C16.5066313,16.8807119 15.3873432,18 14.0066313,18 C12.6259194,18 11.5066313,16.8807119 11.5066313,15.5 L11.5066313,2.5 C11.5066313,1.11928813 12.6259194,2.53632657e-16 14.0066313,0 Z" id="矩形备份-30"></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 30
dist/svg/icon_play-f0c384fb.svg

@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>编组 10</title>
-    <defs>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="99.3846973%" id="linearGradient-1">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.589416077" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.667663147" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="4.46840985%" x2="50%" y2="104.686646%" id="linearGradient-3">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.696550276" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-293.000000, -299.000000)">
-            <g id="编组-10" transform="translate(293.000000, 299.000000)">
-                <rect id="矩形" fill="#1CACF1" x="0" y="0" width="40" height="40" rx="20"></rect>
-                <g id="编组-2" transform="translate(11.204229, 6.895148)">
-                    <path d="M3.14942999,1.45267811 C4.53014187,1.45267811 5.64942999,2.57196623 5.64942999,3.95267811 L5.64942999,22.3439825 C5.64942999,23.7246943 4.53014187,24.8439825 3.14942999,24.8439825 C1.76871812,24.8439825 0.649429993,23.7246943 0.649429993,22.3439825 L0.649429993,3.95267811 C0.649429993,2.57196623 1.76871812,1.45267811 3.14942999,1.45267811 Z" id="矩形" fill="url(#linearGradient-1)"></path>
-                    <path d="M10.7709354,8.19196933 C12.1516472,8.19196933 13.2709354,9.31125746 13.2709354,10.6919693 L13.2709354,27.4310998 C13.2709354,28.8118116 12.1516472,29.9310998 10.7709354,29.9310998 C9.39022348,29.9310998 8.27093535,28.8118116 8.27093535,27.4310998 L8.27093535,10.6919693 C8.27093535,9.31125746 9.39022348,8.19196933 10.7709354,8.19196933 Z" id="矩形备份" fill="url(#linearGradient-2)" transform="translate(10.770935, 19.061535) rotate(62.000000) translate(-10.770935, -19.061535) "></path>
-                    <path d="M11.0789734,-2.50463277 C12.4596853,-2.50463277 13.5789734,-1.38534465 13.5789734,-0.00463277154 L13.5789734,17.6040632 C13.5789734,18.9847751 12.4596853,20.1040632 11.0789734,20.1040632 C9.69826153,20.1040632 8.57897341,18.9847751 8.57897341,17.6040632 L8.57897341,-0.00463277154 C8.57897341,-1.38534465 9.69826153,-2.50463277 11.0789734,-2.50463277 Z" id="矩形备份-28" fill="url(#linearGradient-3)" transform="translate(11.078973, 8.799715) rotate(127.000000) translate(-11.078973, -8.799715) "></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 28
dist/svg/icon_plus-b3d97051.svg

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>速度加</title>
-    <defs>
-        <linearGradient x1="0%" y1="75.5121927%" x2="100%" y2="50%" id="linearGradient-1">
-            <stop stop-color="#5BECFF" offset="0%"></stop>
-            <stop stop-color="#259CFE" offset="100%"></stop>
-        </linearGradient>
-        <circle id="path-2" cx="11" cy="11" r="11"></circle>
-        <filter x="-3.6%" y="-8.2%" width="107.3%" height="110.9%" filterUnits="objectBoundingBox" id="filter-3">
-            <feMorphology radius="0.1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
-            <feOffset dx="0" dy="-1" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
-            <feColorMatrix values="0 0 0 0 0.310557224   0 0 0 0 0.734928432   0 0 0 0 0.808086451  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-660.000000, -84.000000)">
-            <g id="速度加" transform="translate(672.000000, 95.000000) scale(-1, -1) rotate(-360.000000) translate(-672.000000, -95.000000) translate(661.000000, 84.000000)">
-                <g id="椭圆形备份-3">
-                    <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-                    <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-                </g>
-                <path d="M17.3907538,18.6968307 C18.5119946,18.6968307 18.7537411,17.6741752 18.7537411,16.3130256 C18.7537411,14.951876 18.5324675,13.6968307 17.4112266,13.6968307 C16.2899858,13.6968307 16.9696686,14.9214976 16.9696686,16.2826472 C16.9696686,17.6437967 16.2695129,18.6968307 17.3907538,18.6968307 Z" id="椭圆形" fill="#FFFFFF" opacity="0.4436304" transform="translate(17.753741, 16.196831) rotate(39.000000) translate(-17.753741, -16.196831) "></path>
-                <path d="M11,5 C11.6627417,5 12.2,5.41327562 12.2,5.92307692 L12.199,9.8 L16.0769231,9.8 C16.5867244,9.8 17,10.3372583 17,11 C17,11.6627417 16.5867244,12.2 16.0769231,12.2 L12.199,12.199 L12.2,16.0769231 C12.2,16.5867244 11.6627417,17 11,17 C10.3372583,17 9.8,16.5867244 9.8,16.0769231 L9.8,12.199 L5.92307692,12.2 C5.41327562,12.2 5,11.6627417 5,11 C5,10.3372583 5.41327562,9.8 5.92307692,9.8 L9.8,9.8 L9.8,5.92307692 C9.8,5.41327562 10.3372583,5 11,5 Z" id="形状结合" fill="#FFFFFF"></path>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 25
dist/svg/icon_resetbtn-68afe187.svg

@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="40px" height="40px" viewBox="0 0 40 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>播放</title>
-    <defs>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="99.3846973%" id="linearGradient-1">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.589416077" offset="100%"></stop>
-        </linearGradient>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="99.3846973%" id="linearGradient-2">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#FFFFFF" stop-opacity="0.589416077" offset="100%"></stop>
-        </linearGradient>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-236.000000, -299.000000)">
-            <g id="播放" transform="translate(236.000000, 299.000000)">
-                <rect id="矩形备份-2" fill="#1CACF1" x="0" y="0" width="40" height="40" rx="20"></rect>
-                <g id="编组备份-5" transform="translate(18.999510, 20.421009) scale(-1, 1) translate(-18.999510, -20.421009) translate(4.476734, 6.621083)">
-                    <path d="M13.3725568,0 L13.3563443,0 C7.68145471,0.0653974039 2.6664899,3.70847155 0.847834102,9.08655422 L0.817617962,9.15122482 C0.797302775,9.20165727 0.777069364,9.26566714 0.759461507,9.33689435 L0.732063087,9.4749694 L0.753800649,9.40595609 C0.272209238,10.8185203 0.0184121264,12.2987613 0.00193173024,13.7911355 C-0.123254569,21.2877541 5.85181356,27.4712437 13.3499838,27.5998518 L13.7189868,27.5922013 C17.2787984,27.468538 20.6206322,25.9074407 22.9897078,23.2690016 L23.2070631,23.0189694 L23.1449335,23.0794585 C23.2603529,22.9795146 23.362263,22.8649591 23.4480926,22.7386843 C23.6720399,22.329715 23.7570443,21.9501401 23.7376485,21.5686354 C23.6254619,20.6372478 22.888075,19.9766574 22.0070416,19.9661689 L21.8305569,19.9837288 C21.3964214,20.0763739 20.9897811,20.2687516 20.64277,20.5456526 L20.5375202,20.6466519 C18.7304559,22.7291273 16.1140168,23.9314266 13.357623,23.9459806 C7.96780108,23.8535225 3.63958992,19.4689892 3.57989406,14.0920329 L3.58062942,13.8130463 C3.49162395,8.28356315 7.87660023,3.74893628 13.3772597,3.65571168 L13.6826276,3.66341095 C16.9313146,3.79699016 19.8952317,5.57049175 21.5651633,8.35089652 L21.6090631,8.4259694 L21.1341843,8.63175621 L20.925866,8.71400596 C18.6892851,9.56846024 18.1787287,11.0457946 20.1238869,12.0193514 L20.5442371,12.2181679 L21.0321057,12.4617975 L21.6313166,12.7737254 L22.2220542,13.0890242 C22.5238873,13.2515877 22.8360126,13.4216673 23.1493276,13.5939227 L24.2374418,14.1981448 C25.8107445,15.0427057 27.0707432,14.4070096 27.5034432,12.6071061 L27.6808279,11.9061013 C27.9271949,10.9739797 28.2129083,10.0522959 28.537129,9.14382584 L28.5970631,8.9799694 L28.7969478,8.46456175 C29.623868,6.28961617 28.2971865,5.51302702 26.159053,6.46427584 L25.6914434,6.67968867 L24.9420631,6.9949694 L24.8465083,6.8181108 C22.5404703,2.66770793 18.1686454,0.041949839 13.3725568,0 Z" id="路径" fill="url(#linearGradient-1)"></path>
-                    <path d="M12.5618308,10.560238 L16.242904,16.2863518 C16.6908822,16.9832069 16.4891277,17.9112777 15.7922727,18.3592559 C15.5503267,18.5147926 15.2687637,18.5974882 14.9811363,18.5974882 L7.61898991,18.5974882 C6.79056278,18.5974882 6.11898991,17.9259153 6.11898991,17.0974882 C6.11898991,16.8098608 6.20168548,16.5282978 6.35722219,16.2863518 L10.0382954,10.560238 C10.4862736,9.86338291 11.4143444,9.66162839 12.1111995,10.1096066 C12.2919535,10.2258056 12.4456318,10.379484 12.5618308,10.560238 Z" id="三角形" fill="url(#linearGradient-2)" transform="translate(11.300063, 13.597488) rotate(-90.000000) translate(-11.300063, -13.597488) "></path>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 19
dist/svg/icon_speed-9c32fdc9.svg

@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-613.000000, -13.000000)">
-            <g id="编组-9" transform="translate(399.000000, 13.000000)">
-                <g id="速度" transform="translate(214.000000, 0.000000)">
-                    <rect id="矩形备份-31" fill="#1CACF1" x="0" y="0" width="29" height="29" rx="14.5"></rect>
-                    <g id="编组-4" transform="translate(5.180000, 6.900000)" fill="#FFFFFF">
-                        <path d="M7.39092163,3.03294464 C7.39092163,3.72605588 7.56529432,4.37799295 7.87210869,4.9463644 L1.5,4.94501223 C0.671572875,4.94501223 1.01453063e-16,4.27343935 0,3.44501223 C-1.01453063e-16,2.6165851 0.671572875,1.94501223 1.5,1.94501223 L7.53915946,1.94452549 C7.44258856,2.29057375 7.39092163,2.65565921 7.39092163,3.03294464 Z M17.1949452,1.94501223 C18.0233723,1.94501223 18.6949452,2.6165851 18.6949452,3.44501223 C18.6949452,4.27343935 18.0233723,4.94501223 17.1949452,4.94501223 L14.8228365,4.9463644 C15.1296509,4.37799295 15.3040235,3.72605588 15.3040235,3.03294464 C15.3040235,2.65565921 15.2523566,2.29057375 15.1557857,1.94452549 L17.1949452,1.94501223 Z" id="形状结合"></path>
-                        <path d="M3.42,12.4830669 C3.42,13.1761782 3.59437268,13.8281152 3.90118706,14.3964867 L1.5,14.3951345 C0.671572875,14.3951345 1.01453063e-16,13.7235616 0,12.8951345 C-1.01453063e-16,12.0667074 0.671572875,11.3951345 1.5,11.3951345 L3.56823783,11.3946478 C3.47166693,11.740696 3.42,12.1057815 3.42,12.4830669 Z M17.1949452,11.3951345 C18.0233723,11.3951345 18.6949452,12.0667074 18.6949452,12.8951345 C18.6949452,13.7235616 18.0233723,14.3951345 17.1949452,14.3951345 L10.8519148,14.3964867 C11.1587292,13.8281152 11.3331019,13.1761782 11.3331019,12.4830669 C11.3331019,12.1057815 11.281435,11.740696 11.1848641,11.3946478 L17.1949452,11.3951345 Z" id="形状结合"></path>
-                        <ellipse id="椭圆形备份-8" cx="11.3474726" cy="3.03294464" rx="3" ry="3.03294464"></ellipse>
-                        <ellipse id="椭圆形备份-9" cx="7.32" cy="12.4830669" rx="3" ry="3.03294464"></ellipse>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 33
dist/svg/icon_speedRest-e296c675.svg

@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>默认速度</title>
-    <defs>
-        <linearGradient x1="0%" y1="75.5121927%" x2="100%" y2="50%" id="linearGradient-1">
-            <stop stop-color="#259CFE" offset="0%"></stop>
-            <stop stop-color="#5BECFF" offset="100%"></stop>
-        </linearGradient>
-        <circle id="path-2" cx="11" cy="11" r="11"></circle>
-        <filter x="-3.6%" y="-8.2%" width="107.3%" height="110.9%" filterUnits="objectBoundingBox" id="filter-3">
-            <feMorphology radius="0.1" operator="dilate" in="SourceAlpha" result="shadowSpreadOuter1"></feMorphology>
-            <feOffset dx="0" dy="-1" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
-            <feColorMatrix values="0 0 0 0 0.310557224   0 0 0 0 0.734928432   0 0 0 0 0.808086451  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-660.000000, -275.000000)">
-            <g id="默认速度" transform="translate(661.000000, 275.000000)">
-                <g id="速度减备份-2" transform="translate(11.000000, 11.000000) scale(-1, -1) rotate(-540.000000) translate(-11.000000, -11.000000) ">
-                    <g id="椭圆形" transform="translate(11.000000, 11.000000) scale(1, -1) translate(-11.000000, -11.000000) ">
-                        <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-                        <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-                    </g>
-                    <path d="M3.88327154,7.2793598 C5.00451237,7.2793598 5.24625888,6.2567043 5.24625888,4.89555473 C5.24625888,3.53440515 5.02498524,2.2793598 3.9037444,2.2793598 C2.78250357,2.2793598 3.46218633,3.50402672 3.46218633,4.86517629 C3.46218633,6.22632586 2.7620307,7.2793598 3.88327154,7.2793598 Z" id="椭圆形备份-4" fill="#FFFFFF" opacity="0.4436304" transform="translate(4.246259, 4.779360) scale(-1, -1) rotate(39.000000) translate(-4.246259, -4.779360) "></path>
-                </g>
-                <g id="编组-5" transform="translate(5.537233, 6.011522)" stroke="#FFFFFF" stroke-linecap="round" stroke-width="2">
-                    <path d="M9.38581462,1.6705985 C8.39077004,0.677216052 7.01711911,0.0629557422 5.5,0.0629557422 C2.46243388,0.0629557422 0,2.52538962 0,5.56295574 C0,8.60052187 2.46243388,11.0629557 5.5,11.0629557 C7.91569843,11.0629557 9.96764798,9.50556162 10.7065732,7.34004882" id="路径"></path>
-                    <polyline id="路径" stroke-linejoin="round" points="10.3100541 0 10.6381256 2.67192844 7.96619719 3"></polyline>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 49
dist/svg/icon_title-d80e504a.svg

@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="100px" height="32px" viewBox="0 0 100 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>提示</title>
-    <defs>
-        <linearGradient x1="47.3839597%" y1="0%" x2="47.3839597%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#5BECFF" offset="0%"></stop>
-            <stop stop-color="#259CFE" offset="100%"></stop>
-        </linearGradient>
-        <path d="M96.7823788,0 L90.5846608,22.7759342 C89.8240153,26.0573606 86.9400515,28.7174823 84.1431474,28.7174823 L14.9318296,28.7174823 C12.1349256,28.7174823 9.25096178,26.0573606 8.4903162,22.7759342 L2.2925983,0 L96.7823788,0 Z" id="path-2"></path>
-        <filter x="-1.1%" y="-3.5%" width="102.1%" height="113.9%" filterUnits="objectBoundingBox" id="filter-3">
-            <feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feColorMatrix values="0 0 0 0 0.140022123   0 0 0 0 0.580018696   0 0 0 0 0.741724871  0 0 0 1 0" type="matrix" in="shadowOffsetOuter1"></feColorMatrix>
-        </filter>
-        <filter x="-2.1%" y="-7.0%" width="104.2%" height="120.9%" filterUnits="objectBoundingBox" id="filter-4">
-            <feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
-            <feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
-            <feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
-            <feColorMatrix values="0 0 0 0 1   0 0 0 0 1   0 0 0 0 1  0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
-        </filter>
-        <text id="text-5" font-family="STYuanti-SC-Bold, Yuanti SC" font-size="16" font-weight="bold" letter-spacing="0.888888889" fill="#FFFFFF">
-            <tspan x="33.219328" y="18.8437604">提示</tspan>
-        </text>
-        <filter x="-8.4%" y="-11.4%" width="116.7%" height="131.8%" filterUnits="objectBoundingBox" id="filter-6">
-            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0.0669194505   0 0 0 0 0.604883166   0 0 0 0 0.531826365  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-152.000000, -135.000000)">
-            <g id="弹窗备份" transform="translate(70.000000, 135.300000)">
-                <g id="提示" transform="translate(82.000000, 0.000000)">
-                    <g id="编组-18">
-                        <path d="M95.5553244,0 C97.3792994,7.65854702e-15 99.0141649,1.12535386 99.665355,2.82912494 L100,3.705 L0.001,3.705 L0.335992412,2.82912494 C0.987182575,1.12535386 2.62204809,2.1114156e-15 4.44602301,0 L95.5553244,0 Z" id="形状结合" fill="#2494BD"></path>
-                        <g id="矩形">
-                            <use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
-                            <use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
-                            <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
-                        </g>
-                    </g>
-                    <g fill="#FFFFFF" fill-opacity="1">
-                        <use filter="url(#filter-6)" xlink:href="#text-5"></use>
-                        <use xlink:href="#text-5"></use>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

File diff suppressed because it is too large
+ 0 - 9
dist/svg/icon_zhuanpu-cdc8567c.svg


+ 0 - 19
dist/svg/info-99f8d45a.svg

@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>编组</title>
-    <g id="页面-2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="全局设置" transform="translate(-274.000000, -87.000000)" fill-rule="nonzero">
-            <g id="编组-22" transform="translate(246.000000, 23.000000)">
-                <g id="编组-3" transform="translate(15.000000, 54.000000)">
-                    <g id="编组" transform="translate(13.000000, 10.000000)">
-                        <path d="M8.00000178,0 C3.59200139,0 1.77986584e-06,3.59199961 1.77986584e-06,8 C1.77986584e-06,12.4079986 3.59200137,16 8.00000178,16 C12.4080004,16 16.0000018,12.4079986 16.0000018,8 C16.0000018,3.59199959 12.4080004,0 8.00000178,0 Z" id="路径" fill="#FEAC13"></path>
-                        <path d="M13.6672003,2.36159974 C14.6589912,3.35644003 15.3716365,4.59467148 15.7336,5.95199933 L5.95200111,15.7335982 C4.59467326,15.3716347 3.35644181,14.6589894 2.36160152,13.6671985 L7.44960095,8.57919905 C7.59360093,8.71599904 7.78800091,8.79999903 8.00000089,8.79999903 C8.44000085,8.79999903 8.80000081,8.43999907 8.80000081,7.99999911 L8.80000081,7.22879919 L13.6672003,2.36159974 Z M8.00000089,10.3999988 C7.56000093,10.3999988 7.20000097,10.7599988 7.20000097,11.1999988 C7.20000097,11.6399987 7.56000093,11.9999987 8.00000089,11.9999987 C8.44000085,11.9999987 8.80000081,11.6399987 8.80000081,11.1999988 C8.80000081,10.7599988 8.44000085,10.3999988 8.00000089,10.3999988 L8.00000089,10.3999988 Z" id="形状" fill="#FFB936"></path>
-                        <path d="M10.0936007,0.278399969 C11.4466535,0.647925598 12.6789481,1.36628136 13.6672003,2.36159974 L8.80000081,7.22879919 L8.80000081,4.79999946 C8.80000081,4.39199951 8.48960084,4.05199955 8.09280087,4.00559955 L8.00000089,3.99999956 C7.56000093,3.99999956 7.20000097,4.35999952 7.20000097,4.79999946 L7.20000097,7.99999911 C7.20000097,8.22719908 7.29600096,8.43359906 7.44960095,8.57919905 L2.36160152,13.6671985 C1.36628314,12.6789463 0.647927378,11.4466517 0.278401749,10.0935989 L10.0936007,0.278399969 Z" id="路径" fill="#FFC964"></path>
-                        <path d="M8,0 C8.7240008,0 9.42560073,0.0967999954 10.0936007,0.278399969 L0.278401749,10.0935989 C0.0931508027,9.4111699 -0.000470761078,8.70712498 0,8 C0,3.59199961 3.59200139,0 8,0 Z" id="路径" fill="#FFD78C"></path>
-                        <path d="M8.16000087,10.7199987 C8.68800081,10.7199987 9.12000076,11.1519987 9.12000076,11.6799986 C9.12000076,12.2079986 8.68800081,12.6399985 8.16000087,12.6399985 C7.63200092,12.6399985 7.20000097,12.2079986 7.20000097,11.6799986 C7.20000097,11.1519987 7.63200092,10.7199987 8.16000087,10.7199987 Z M8.16000087,3.03999967 C8.68800081,3.03999967 9.12000076,3.47199962 9.12000076,3.99999954 L9.12000076,7.83999909 C9.12000076,8.36799903 8.68800081,8.79999898 8.16000087,8.79999898 C7.63200092,8.79999898 7.20000097,8.36799903 7.20000097,7.83999909 L7.20000097,3.99999954 C7.20000097,3.4719996 7.63200092,3.03999967 8.16000087,3.03999967 Z" id="形状结合" fill="#FFFFFF"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 15
dist/svg/modeType-50f7e8a4.svg

@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-346.000000, -218.000000)">
-            <g id="示范" transform="translate(346.000000, 218.000000)">
-                <rect id="矩形备份-37" fill="#1CACF1" x="0" y="0" width="29" height="29" rx="14.5"></rect>
-                <path d="M11,8 C12.6568542,8 14,9.34314575 14,11 L14,13 C14,13.5522847 13.5522847,14 13,14 L11,14 C9.34314575,14 8,12.6568542 8,11 C8,9.34314575 9.34314575,8 11,8 Z" id="矩形" fill="#FFFFFF"></path>
-                <path d="M11,15 L13,15 C13.5522847,15 14,15.4477153 14,16 L14,18 C14,19.6568542 12.6568542,21 11,21 C9.34314575,21 8,19.6568542 8,18 C8,16.3431458 9.34314575,15 11,15 Z" id="矩形备份-2" fill="#FFFFFF"></path>
-                <rect id="矩形备份" fill-opacity="0.8" fill="#FFFFFF" x="15" y="8" width="6" height="6" rx="3"></rect>
-                <path d="M16,15 L18,15 C19.6568542,15 21,16.3431458 21,18 C21,19.6568542 19.6568542,21 18,21 C16.3431458,21 15,19.6568542 15,18 L15,16 C15,15.4477153 15.4477153,15 16,15 Z" id="矩形备份-3" fill="#FFFFFF"></path>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 25
dist/svg/music-e800b1ef.svg

@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="29px" height="29px" viewBox="0 0 29 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>切片</title>
-    <defs>
-        <linearGradient x1="41.2368343%" y1="0%" x2="97.1381951%" y2="78.9366254%" id="linearGradient-1">
-            <stop stop-color="#FFC660" offset="0%"></stop>
-            <stop stop-color="#FFBD4B" offset="100%"></stop>
-        </linearGradient>
-        <path d="M9.37679833,1.81534677 L9.37419306,3.04816586 C9.37346127,3.33467339 9.18383076,3.5868294 8.90940839,3.66620062 L5.85992188,4.0208176 L5.85188205,7.82778866 C5.84934408,9.03897664 4.89162503,10.0343315 3.68635578,10.0784143 L3.60963888,10.0798661 C2.64577957,10.0818791 1.79156753,9.46371158 1.4895916,8.54564682 C1.18761568,7.62758207 1.50574958,6.61596919 2.27916009,6.03495037 C3.05257061,5.45393155 4.10742189,5.43409966 4.89716884,5.9857301 L4.90515888,2.05098317 L4.92593563,2.0509391 C4.98390648,1.83154189 5.15266508,1.65863389 5.36991876,1.59603942 L8.56333252,1.19938128 C8.90300857,1.10135042 9.25633505,1.29808342 9.35255706,1.63882333 C9.36877585,1.69621115 9.37693434,1.75562497 9.37679833,1.81534677 Z" id="path-2"></path>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测(按钮合集)" transform="translate(-520.000000, -75.000000)">
-            <g id="原音" transform="translate(520.000000, 75.000000)">
-                <rect id="矩形备份-40" fill="#1CACF1" x="0" y="0" width="29" height="29" rx="14.5"></rect>
-                <g id="原声" transform="translate(3.396546, 5.242923)" fill-rule="nonzero">
-                    <path d="M11.6943607,4.24183306 C11.3291428,4.24183306 10.9752986,4.38175852 10.7040597,4.66163723 C10.4319278,4.94555471 10.2994641,5.31335252 10.2974559,5.68515601 L10.3059192,7.44794878 L10.3162589,12.2210844 C9.87412006,11.8946809 9.33560726,11.7009401 8.7539964,11.703952 C7.25680722,11.6985079 6.0505457,12.9437999 6.04950867,14.4878049 C6.05688754,16.0248766 7.27348324,17.2775431 8.76418639,17.281423 C10.2553241,17.2854168 11.4616178,16.0401248 11.4605456,14.495146 L11.4379862,7.45282164 L18.8956957,7.47795057 L18.903767,12.2510171 C18.4600339,11.9237701 17.9258022,11.7310559 17.3395869,11.724006 C15.8475723,11.7240347 14.6402265,12.9742541 14.6454327,14.5108044 C14.6455314,16.0597895 15.8604372,17.311975 17.3543339,17.311975 C18.8459774,17.3113798 20.056664,16.0666783 20.0495087,14.5207016 L20.0343921,7.47546658 L20.0309119,5.71905145 C20.0307636,5.34672653 19.8899744,4.97734178 19.612914,4.69009969 C19.3403622,4.41335562 18.9795651,4.27168215 18.6262951,4.26924317 L11.6943607,4.24183306 Z" id="路径备份-4" fill="#FFFFFF" transform="translate(13.049509, 10.776904) rotate(8.000000) translate(-13.049509, -10.776904) "></path>
-                    <g id="路径备份-6" transform="translate(5.376798, 5.627027) rotate(-22.000000) translate(-5.376798, -5.627027) ">
-                        <use fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                        <use fill="#FFFFFF" xlink:href="#path-2"></use>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 42
dist/svg/off-604231f2.svg

@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="46px" height="23px" viewBox="0 0 46 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>switch off备份@2x</title>
-    <defs>
-        <rect id="path-1" x="0" y="0" width="46" height="23" rx="9"></rect>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-3">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#F2F2F2" offset="100%"></stop>
-        </linearGradient>
-        <rect id="path-4" x="15.6818182" y="2.09090909" width="27.1818182" height="18.8181818" rx="7"></rect>
-        <filter x="-12.9%" y="-13.3%" width="125.8%" height="137.2%" filterUnits="objectBoundingBox" id="filter-5">
-            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0.63062408   0 0 0 0 0.63062408   0 0 0 0 0.63062408  0 0 0 0.746606787 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="弹框" transform="translate(-495.000000, -122.000000)">
-            <g id="编组-22" transform="translate(246.000000, 23.000000)">
-                <g id="编组-19" transform="translate(25.000000, 99.000000)">
-                    <g id="switch-off备份" transform="translate(247.000000, 11.500000) scale(-1, 1) translate(-247.000000, -11.500000) translate(224.000000, 0.000000)">
-                        <g id="矩形">
-                            <mask id="mask-2" fill="white">
-                                <use xlink:href="#path-1"></use>
-                            </mask>
-                            <use id="蒙版" fill="#D2D2D2" xlink:href="#path-1"></use>
-                            <g mask="url(#mask-2)">
-                                <use fill="black" fill-opacity="1" filter="url(#filter-5)" xlink:href="#path-4"></use>
-                                <use fill="url(#linearGradient-3)" fill-rule="evenodd" xlink:href="#path-4"></use>
-                            </g>
-                        </g>
-                        <g id="OFF" transform="translate(29.712631, 11.412864) scale(-1, 1) translate(-29.712631, -11.412864) translate(20.609807, 7.359364)" fill="#D0D0D0" fill-rule="nonzero">
-                            <path d="M3.476,0 C4.07,0 4.58516667,0.1045 5.0215,0.3135 C5.45783333,0.5225 5.819,0.8085 6.105,1.1715 C6.391,1.5345 6.60366667,1.96166667 6.743,2.453 C6.88233333,2.94433333 6.952,3.476 6.952,4.048 C6.952,4.62 6.88233333,5.1535 6.743,5.6485 C6.60366667,6.1435 6.391,6.5725 6.105,6.9355 C5.819,7.2985 5.45783333,7.5845 5.0215,7.7935 C4.58516667,8.0025 4.07,8.107 3.476,8.107 C2.904,8.107 2.40166667,8.00616667 1.969,7.8045 C1.53633333,7.60283333 1.17333333,7.32233333 0.88,6.963 C0.586666667,6.60366667 0.366666667,6.17466667 0.22,5.676 C0.0733333333,5.17733333 0,4.63466667 0,4.048 C0,3.48333333 0.066,2.9535 0.198,2.4585 C0.33,1.9635 0.537166667,1.5345 0.8195,1.1715 C1.10183333,0.8085 1.46116667,0.5225 1.8975,0.3135 C2.33383333,0.1045 2.86,0 3.476,0 Z M3.476,6.853 C3.86466667,6.853 4.18916667,6.7815 4.4495,6.6385 C4.70983333,6.4955 4.92066667,6.29933333 5.082,6.05 C5.24333333,5.80066667 5.357,5.50733333 5.423,5.17 C5.489,4.83266667 5.522,4.46966667 5.522,4.081 C5.522,3.69233333 5.48533333,3.32566667 5.412,2.981 C5.33866667,2.63633333 5.22133333,2.33566667 5.06,2.079 C4.89866667,1.82233333 4.68783333,1.62066667 4.4275,1.474 C4.16716667,1.32733333 3.85,1.254 3.476,1.254 C3.102,1.254 2.78483333,1.32916667 2.5245,1.4795 C2.26416667,1.62983333 2.05333333,1.8315 1.892,2.0845 C1.73066667,2.3375 1.61333333,2.63266667 1.54,2.97 C1.46666667,3.30733333 1.43,3.66666667 1.43,4.048 C1.43,4.39266667 1.463,4.73366667 1.529,5.071 C1.595,5.40833333 1.70866667,5.709 1.87,5.973 C2.03133333,6.237 2.24216667,6.44966667 2.5025,6.611 C2.76283333,6.77233333 3.08733333,6.853 3.476,6.853 Z" id="形状"></path>
-                            <path d="M11.671,3.311 C11.8836667,3.311 12.0523333,3.36233333 12.177,3.465 C12.2796667,3.56766667 12.331,3.72533333 12.331,3.938 C12.331,4.158 12.2796667,4.31383333 12.177,4.4055 C12.0743333,4.49716667 11.9056667,4.543 11.671,4.543 L9.339,4.543 L9.339,7.546 C9.339,7.64866667 9.28216667,7.7495 9.1685,7.8485 C9.05483333,7.9475 8.86966667,7.997 8.613,7.997 C8.35633333,7.997 8.17483333,7.9475 8.0685,7.8485 C7.96216667,7.7495 7.909,7.64866667 7.909,7.546 L7.909,0.825 C7.909,0.597666667 7.96766667,0.44 8.085,0.352 C8.20233333,0.264 8.37833333,0.22 8.613,0.22 L12.012,0.22 C12.2246667,0.22 12.3841667,0.265833333 12.4905,0.3575 C12.5968333,0.449166667 12.6536667,0.608666667 12.661,0.836 C12.6683333,1.06333333 12.6133333,1.22283333 12.496,1.3145 C12.3786667,1.40616667 12.2136667,1.452 12.001,1.452 L9.339,1.452 L9.339,3.311 L11.671,3.311 Z" id="路径"></path>
-                            <path d="M17.215,3.311 C17.4276667,3.311 17.5963333,3.36233333 17.721,3.465 C17.8236667,3.56766667 17.875,3.72533333 17.875,3.938 C17.875,4.158 17.8236667,4.31383333 17.721,4.4055 C17.6183333,4.49716667 17.4496667,4.543 17.215,4.543 L14.883,4.543 L14.883,7.546 C14.883,7.64866667 14.8261667,7.7495 14.7125,7.8485 C14.5988333,7.9475 14.4136667,7.997 14.157,7.997 C13.9003333,7.997 13.7188333,7.9475 13.6125,7.8485 C13.5061667,7.7495 13.453,7.64866667 13.453,7.546 L13.453,0.825 C13.453,0.597666667 13.5116667,0.44 13.629,0.352 C13.7463333,0.264 13.9223333,0.22 14.157,0.22 L17.556,0.22 C17.7686667,0.22 17.9281667,0.265833333 18.0345,0.3575 C18.1408333,0.449166667 18.1976667,0.608666667 18.205,0.836 C18.2123333,1.06333333 18.1573333,1.22283333 18.04,1.3145 C17.9226667,1.40616667 17.7576667,1.452 17.545,1.452 L14.883,1.452 L14.883,3.311 L17.215,3.311 Z" id="路径"></path>
-                        </g>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 45
dist/svg/on-5f47e293.svg

@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="46px" height="23px" viewBox="0 0 46 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>switch off@2x</title>
-    <defs>
-        <linearGradient x1="100%" y1="0%" x2="100%" y2="100%" id="linearGradient-1">
-            <stop stop-color="#5BECFF" offset="0%"></stop>
-            <stop stop-color="#259CFE" offset="100%"></stop>
-        </linearGradient>
-        <rect id="path-2" x="0" y="0" width="46" height="23" rx="9"></rect>
-        <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4">
-            <stop stop-color="#FFFFFF" offset="0%"></stop>
-            <stop stop-color="#DAF1FF" offset="100%"></stop>
-        </linearGradient>
-        <rect id="path-5" x="2.09090909" y="2.09090909" width="27.1818182" height="18.8181818" rx="7"></rect>
-        <filter x="-12.9%" y="-13.3%" width="125.8%" height="137.2%" filterUnits="objectBoundingBox" id="filter-6">
-            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
-            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
-            <feColorMatrix values="0 0 0 0 0.093603643   0 0 0 0 0.530038946   0 0 0 0 0.694167427  0 0 0 1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
-        </filter>
-    </defs>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="弹框" transform="translate(-495.000000, -254.000000)">
-            <g id="编组-22" transform="translate(246.000000, 23.000000)">
-                <g id="编组-19" transform="translate(25.000000, 99.000000)">
-                    <g id="switch-off" transform="translate(247.000000, 143.500000) scale(-1, 1) translate(-247.000000, -143.500000) translate(224.000000, 132.000000)">
-                        <g id="矩形">
-                            <mask id="mask-3" fill="white">
-                                <use xlink:href="#path-2"></use>
-                            </mask>
-                            <use id="蒙版" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
-                            <g mask="url(#mask-3)">
-                                <use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
-                                <use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
-                            </g>
-                        </g>
-                        <g id="ON" transform="translate(16.680955, 11.412864) scale(-1, 1) translate(-16.680955, -11.412864) translate(9.668455, 7.359364)" fill="#1CACF1" fill-rule="nonzero">
-                            <path d="M3.476,0 C4.07,0 4.58516667,0.1045 5.0215,0.3135 C5.45783333,0.5225 5.819,0.8085 6.105,1.1715 C6.391,1.5345 6.60366667,1.96166667 6.743,2.453 C6.88233333,2.94433333 6.952,3.476 6.952,4.048 C6.952,4.62 6.88233333,5.1535 6.743,5.6485 C6.60366667,6.1435 6.391,6.5725 6.105,6.9355 C5.819,7.2985 5.45783333,7.5845 5.0215,7.7935 C4.58516667,8.0025 4.07,8.107 3.476,8.107 C2.904,8.107 2.40166667,8.00616667 1.969,7.8045 C1.53633333,7.60283333 1.17333333,7.32233333 0.88,6.963 C0.586666667,6.60366667 0.366666667,6.17466667 0.22,5.676 C0.0733333333,5.17733333 0,4.63466667 0,4.048 C0,3.48333333 0.066,2.9535 0.198,2.4585 C0.33,1.9635 0.537166667,1.5345 0.8195,1.1715 C1.10183333,0.8085 1.46116667,0.5225 1.8975,0.3135 C2.33383333,0.1045 2.86,0 3.476,0 Z M3.476,6.853 C3.86466667,6.853 4.18916667,6.7815 4.4495,6.6385 C4.70983333,6.4955 4.92066667,6.29933333 5.082,6.05 C5.24333333,5.80066667 5.357,5.50733333 5.423,5.17 C5.489,4.83266667 5.522,4.46966667 5.522,4.081 C5.522,3.69233333 5.48533333,3.32566667 5.412,2.981 C5.33866667,2.63633333 5.22133333,2.33566667 5.06,2.079 C4.89866667,1.82233333 4.68783333,1.62066667 4.4275,1.474 C4.16716667,1.32733333 3.85,1.254 3.476,1.254 C3.102,1.254 2.78483333,1.32916667 2.5245,1.4795 C2.26416667,1.62983333 2.05333333,1.8315 1.892,2.0845 C1.73066667,2.3375 1.61333333,2.63266667 1.54,2.97 C1.46666667,3.30733333 1.43,3.66666667 1.43,4.048 C1.43,4.39266667 1.463,4.73366667 1.529,5.071 C1.595,5.40833333 1.70866667,5.709 1.87,5.973 C2.03133333,6.237 2.24216667,6.44966667 2.5025,6.611 C2.76283333,6.77233333 3.08733333,6.853 3.476,6.853 Z" id="形状"></path>
-                            <path d="M9.339,7.425 C9.339,7.57166667 9.284,7.70366667 9.174,7.821 C9.064,7.93833333 8.88066667,7.997 8.624,7.997 C8.36733333,7.997 8.184,7.93466667 8.074,7.81 C7.964,7.68533333 7.909,7.557 7.909,7.425 L7.909,0.627 C7.909,0.495 7.94566667,0.375833333 8.019,0.2695 C8.09233333,0.163166667 8.261,0.11 8.525,0.11 C8.67166667,0.11 8.79083333,0.154 8.8825,0.242 C8.97416667,0.33 9.053,0.418 9.119,0.506 L12.595,5.181 L12.595,0.682 C12.595,0.55 12.65,0.421666667 12.76,0.297 C12.87,0.172333333 13.0533333,0.11 13.31,0.11 C13.5666667,0.11 13.75,0.168666667 13.86,0.286 C13.97,0.403333333 14.025,0.535333333 14.025,0.682 L14.025,7.502 C14.025,7.62666667 13.9883333,7.74033333 13.915,7.843 C13.8416667,7.94566667 13.6766667,7.997 13.42,7.997 C13.2733333,7.997 13.1505,7.953 13.0515,7.865 C12.9525,7.777 12.87,7.689 12.804,7.601 L9.339,3.08 L9.339,7.425 Z" id="路径"></path>
-                        </g>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

File diff suppressed because it is too large
+ 0 - 8
dist/svg/shenggui-eda4e462.svg


File diff suppressed because it is too large
+ 0 - 11
dist/svg/shuodiao-5a39d9ca.svg


File diff suppressed because it is too large
+ 0 - 11
dist/svg/shuodiao-active-15d1fbac.svg


+ 0 - 9
dist/svg/task-bg-8f66edfc.svg

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="208px" height="70px" viewBox="0 0 208 70" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>矩形</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="曲谱评测" transform="translate(-582.000000, -215.000000)" fill="#FFE1B8" stroke="#FFFFFF" stroke-width="2">
-            <path d="M591,216.506546 L781,216.506546 C785.418278,216.506546 789,220.088268 789,224.506546 L789,278.353946 C789,281.11537 786.761424,283.353946 784,283.353946 C783.212178,283.353946 782.435504,283.167782 781.733289,282.810629 L768.300488,275.978581 L768.300488,275.978581 L591,275.978581 C586.581722,275.978581 583,272.396859 583,267.978581 L583,224.506546 C583,220.088268 586.581722,216.506546 591,216.506546 Z" id="矩形"></path>
-        </g>
-    </g>
-</svg>

+ 0 - 20
dist/svg/tv-dc7f6f77.svg

@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="22px" height="23px" viewBox="0 0 22 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>编组备份 6</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="弹框" transform="translate(-367.000000, -299.000000)">
-            <g id="编组-22" transform="translate(246.000000, 23.000000)">
-                <g id="编组-17" transform="translate(114.000000, 272.000000)">
-                    <g id="编组-46" transform="translate(7.000000, 4.500000)">
-                        <rect id="矩形" stroke="#F9BA48" stroke-width="2" fill-opacity="0" fill="#FFFFFF" x="1.978125" y="5" width="18" height="12.5454545" rx="4"></rect>
-                        <path d="M14.9070724,20.854067 L6.78601974,20.854067 C6.2541593,20.8534219 5.77499033,20.5326466 5.57171716,20.0411632 C5.36844399,19.5496798 5.48104637,18.9841531 5.85707237,18.6080144 L9.91628289,14.547488 C10.1630832,14.300413 10.4979813,14.1615845 10.8472039,14.1615845 C11.1964266,14.1615845 11.5313247,14.300413 11.778125,14.547488 L15.8373355,18.6080144 C16.2135302,18.9843226 16.3260486,19.5501678 16.1224381,20.0417704 C15.9188277,20.5333729 15.4391722,20.8539534 14.9070724,20.854067 L14.9070724,20.854067 Z" id="路径" fill="#FFE2A5" fill-rule="nonzero"></path>
-                        <path d="M10.4301429,16.5045441 L8.72688718,18.2974605 C8.49865673,18.5377051 8.50839618,18.9174792 8.74864084,19.1457097 C8.8601504,19.2516429 9.00808287,19.3107082 9.16188863,19.3107082 L12.5887484,19.3107082 C12.9201192,19.3107082 13.1887484,19.0420791 13.1887484,18.7107082 C13.1887484,18.5556719 13.1287365,18.4066537 13.0212909,18.2948874 L11.2976869,16.501971 C11.0680354,16.2630844 10.6882102,16.2555978 10.4493236,16.4852493 C10.442785,16.4915351 10.4363898,16.4979683 10.4301429,16.5045441 Z" id="路径" fill="#1CACF1"></path>
-                        <g id="编组" transform="translate(4.741975, 8.100000)" fill="#1CACF1">
-                            <path d="M5.04908836,1.48106592 L3.63534362,1.48106592 L3.63534362,5.01542777 C3.63534362,5.28471248 3.50070126,5.52033661 3.26507714,5.65497896 C3.02945302,5.78962132 2.7601683,5.78962132 2.52454418,5.65497896 C2.28892006,5.52033661 2.1542777,5.28471248 2.1542777,5.01542777 L2.1542777,1.48106592 L0.740532959,1.48106592 C0.471248247,1.48106592 0.235624123,1.34642356 0.100981767,1.11079944 C-0.0336605891,0.875175316 -0.0336605891,0.605890603 0.100981767,0.37026648 C0.235624123,0.134642356 0.471248247,-7.32747196e-14 0.740532959,-7.32747196e-14 L5.01542777,-7.32747196e-14 C5.41935484,0.0336605891 5.72230014,0.336605891 5.72230014,0.740532959 C5.75596073,1.14446003 5.45301543,1.48106592 5.04908836,1.48106592 Z M12.0504909,1.07713885 L9.89621318,5.35203366 C9.76157083,5.58765778 9.5259467,5.75596073 9.25666199,5.75596073 C8.98737728,5.75596073 8.75175316,5.58765778 8.6171108,5.35203366 L6.4628331,1.07713885 C6.29453015,0.70687237 6.42917251,0.302945302 6.7657784,0.100981767 C6.93408135,1.35759459e-13 7.13604488,1.35759459e-13 7.30434783,0.0673211781 C7.47265077,0.134642356 7.64095372,0.269284712 7.70827489,0.437587658 L9.2230014,3.43338008 L10.7377279,0.437587658 C10.8050491,0.269284712 10.973352,0.134642356 11.141655,0.0673211781 C11.3099579,1.35759459e-13 11.5119215,0.0336605891 11.6802244,0.100981767 C12.0841515,0.302945302 12.2187938,0.740532959 12.0504909,1.07713885 L12.0504909,1.07713885 Z" id="形状结合"></path>
-                        </g>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 0 - 21
dist/svg/yijian-739ef8fd.svg

@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="22px" height="23px" viewBox="0 0 22 23" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>编组备份 7</title>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="弹框" transform="translate(-465.000000, -299.000000)" fill-rule="nonzero">
-            <g id="编组-22" transform="translate(246.000000, 23.000000)">
-                <g id="编组-18" transform="translate(212.000000, 272.000000)">
-                    <g id="编组-14" transform="translate(7.000000, 4.500000)">
-                        <g id="编组-13" transform="translate(9.952353, 10.596238) rotate(-8.000000) translate(-9.952353, -10.596238) translate(3.605818, 4.124997)">
-                            <polygon id="路径" fill="#F9BA48" points="9.31976279 6.46978235 6.20608798 3.28933727 1.71549835 8.04841031 1.65504464 8.43169573 4.85596707 11.157485 5.00773643 11.1420884"></polygon>
-                            <polygon id="路径" fill="#FFA623" points="12.5538987 3.18607507 12.6930693 2.30867243 10.3745787 -1.33776949e-12 9.44707258 0.0467735195 7.16794043 2.32640346 10.389941 5.38357242"></polygon>
-                            <polygon id="路径" fill="#1CACF1" points="3.40396243 11.5455765 1.19290507 9.73299521 0.278444075 11.9264589 2.27373675e-13 12.9424828 0.695406418 12.7114988"></polygon>
-                        </g>
-                        <path d="M5.37182153,18.276632 C4.88982252,18.276632 4.499019,18.6674184 4.499019,19.1494174 C4.499019,19.6315537 4.88982252,20.0223229 5.37182153,20.0223229 L16.5857686,20 C17.0677676,20 17.4585711,19.6092136 17.4585711,19.1270945 C17.4585711,18.6450955 17.0677676,18.2543091 16.5857686,18.2543091 L5.37182153,18.276632 Z" id="路径" fill="#1CACF1"></path>
-                        <path d="M16.5771176,16.0636433 C17.0638026,16.0636433 17.4585883,15.6688748 17.4585883,15.1822585 C17.4585883,14.6956422 17.0638026,14.3009252 16.5771176,14.3009252 L12.3904933,14.3232481 C11.903877,14.3232481 11.5091257,14.7179651 11.5091257,15.2045814 C11.5091257,15.6911977 11.903877,16.0859662 12.3904933,16.0859662 L16.5771176,16.0636433 Z" id="路径" fill="#1CACF1"></path>
-                    </g>
-                </g>
-            </g>
-        </g>
-    </g>
-</svg>

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit 46bdba03a3654e74d0ad2bd61e993a2467d0f80e
+Subproject commit cefcde4b54cc28228e500ac2dc73194f24e92864

+ 2 - 2
src/helpers/formateMusic.ts

@@ -883,7 +883,7 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
 		if (state.isCombineRender) {
 			iterator.currentVoiceEntries = iterator.currentVoiceEntries.filter((item: any) => {
 				const trackName = state.isEvxml && state.evxmlAddPartName ? item.parentVoice.parent.IdString || '' : item.parentVoice.parent.Name || '';
-				return trackName === firstTrackName
+				return trackName?.trim() === firstTrackName
 			});
 		}
 		let minIndex = 0, elRealValue = 0
@@ -1060,7 +1060,7 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
 			
 			// 合并展示某些分轨,需要把展示的分轨筛选出来
 			if (state.isCombineRender && note.sourceMeasure.verticalMeasureList.length) {
-				note.sourceMeasure.verticalMeasureList = note.sourceMeasure?.verticalMeasureList.filter((item: any) => state.canSelectTracks.includes(item?.parentStaff?.parentInstrument.Name))
+				note.sourceMeasure.verticalMeasureList = note.sourceMeasure?.verticalMeasureList.filter((item: any) => state.canSelectTracks.includes(item?.parentStaff?.parentInstrument.Name?.trim()))
 			}
 
 			activeVerticalMeasureList = [note.sourceMeasure?.verticalMeasureList?.[currentTrackIndex]] || [];

+ 1 - 1
src/helpers/svgToPng.ts

@@ -9,7 +9,7 @@ export const getSvgPngToSize = (osmd: any) => {
           var state = backend.ctx.state;
           var width = backend.ctx.width / state.scale.x;
           var height = backend.ctx.height / state.scale.y;
-          const textX = width - 120,textY = height - 50;
+          const textX = width - 90,textY = height - 90;
           const textDom = `<g><text x="${textX}" y="${textY}" stroke-width="3" fill="#000000" stroke="none" stroke-dasharray="none" font-family="Times New Roman" font-size="36px" font-weight="bold" font-style="none">${idx+1}/${len}</text></g>`
           backend.ctx.svg.innerHTML = backend.ctx.svg.innerHTML + textDom;
           var cont = new XMLSerializer().serializeToString(

+ 8 - 1
src/page-instrument/header-top/index.tsx

@@ -10,7 +10,7 @@ import Speed from "./speed";
 import { evaluatingData, handleStartEvaluat } from "/src/view/evaluating";
 import Settting from "./settting";
 import state, { IPlatform, handleChangeSection, handleResetPlay, handleRessetState, togglePlay, IPlayState, refreshMusicSvg, EnumMusicRenderType, resetSettings, handleGuide, resetCursorPosition } from "/src/state";
-import { getAudioCurrentTime } from "/src/view/audio-list";
+import { audioData, getAudioCurrentTime } from "/src/view/audio-list";
 import { followData, toggleFollow } from "/src/view/follow-practice";
 import { api_back } from "/src/helpers/communication";
 import MusicType from "./music-type";
@@ -373,6 +373,8 @@ export default defineComponent({
       if (state.modeType === "follow") return { display: false, disabled: false };
       // 评测开始 禁用
       if (state.modeType === "evaluating") return { display: false, disabled: true };
+      // 总谱渲染在播放过程中 不能切换 
+      if(state.isCombineRender && state.playState === "play") return { display: true, disabled: true } 
       if (!state.isAppPlay) {
         if (state.playType === "play") {
           // 原声, 伴奏 少一个,就不能切换
@@ -821,6 +823,11 @@ export default defineComponent({
                   }
                 }
                 handlerModeChange(oldPlayType, oldPlaySource);
+                // 总谱 并且开启了单个声轨音频时候
+                if(state.isCombineRender && state.playSource === "background") {
+                  audioData.combineIndex = -1
+                  state.music = ""
+                }
                 showToast({
                   message: state.playType === "play" ? (state.playSource === "music" ? "已切换为原声" : "已切换为伴奏") : state.playSource === "music" ? "已切换为范唱" : state.playSource === "background" ? "已切换为伴唱" : "已切换为唱名",
                   position: "top",

+ 17 - 1
src/page-instrument/header-top/settting/index.tsx

@@ -84,7 +84,23 @@ export default defineComponent({
                                     <div class={styles.tit}>循环播放</div>
                                     <Switch v-model={state.setting.repeatAutoPlay}></Switch>
                                 </div>
-                        }                        
+                        }      
+                        {                      
+                            <div class={styles.cellBox}>
+                                <div class={styles.tit}>合并休止小节</div>
+                                <Switch 
+                                    v-model={state.setting.combineMultipleRest}
+                                    onChange={ async (value) => {
+                                        await checkMoveNoSave();
+                                        headTopData.settingMode = false
+                                        const _time = setTimeout(() => {
+                                            clearTimeout(_time)
+                                            refreshMusicSvg();
+                                        }, 100);
+                                    }}
+                                ></Switch>
+                            </div>
+                        }                                           
                         {/* {
                             state.isSingleLine && state.modeType === "practise" && !state.isCombineRender && !state.isPercussion && 
                                 <div class={styles.cellBox}>

+ 2 - 1
src/page-instrument/header-top/speed/index.tsx

@@ -39,7 +39,8 @@ export default defineComponent({
 				state.speed = speed.value
 				// handleSetSpeed(speed.value);
 				if (state.playState === 'paused') {
-					const currentItem: any = (state.sectionStatus && state.section.length === 2) ? state.sectionFirst || state.section[0] : state.times[state.activeNoteIndex];
+					// const currentItem: any = (state.sectionStatus && state.section.length === 2) ? state.sectionFirst || state.section[0] : state.times[state.activeNoteIndex];
+					const currentItem: any = state.times[state.activeNoteIndex];
 					state.basePlayRate = currentItem?.measureSpeed ? state.speed / currentItem.measureSpeed : state.speed / state.originSpeed;
 				}
 			}

+ 25 - 1
src/state.ts

@@ -441,6 +441,8 @@ const state = reactive({
     reactionTimeMs: 0,
     /** 节拍器音量 */
     beatVolume: 50,
+    /** 合并休止小节 */
+    combineMultipleRest: true,
   },
   /** 后台设置的基准评测频率 */
   baseFrequency: 440,
@@ -684,6 +686,7 @@ export const onEnded = () => {
 
 // 根据当前小节动态设置,右上角展示的速度
 const dynamicShowPlaySpeed = (index: number, isPlaying?: boolean) => {
+
   //if (!headerColumnHide.value) {
     const item: any = state.times[index];
     if (item && item.measureSpeed ) {
@@ -1184,7 +1187,8 @@ export const handleSetSpeed = (speed: number) => {
   // setStorageSpeed(state.examSongId, speed);
   state.speed = speed;
   // 当前的音符
-  const currentItem: any = (state.sectionStatus && state.section.length === 2) ? state.section[0] : state.times[state.activeNoteIndex];
+  // const currentItem: any = (state.sectionStatus && state.section.length === 2) ? state.section[0] : state.times[state.activeNoteIndex];
+  const currentItem: any = state.times[state.activeNoteIndex];
   state.basePlayRate = currentItem?.measureSpeed ? state.speed / currentItem.measureSpeed : state.speed / state.originSpeed;
   const actualRate = state.originAudioPlayRate * state.basePlayRate;
   console.log('速度设置',speed,'小节计算的倍率',state.basePlayRate,'实际播放倍率',actualRate)
@@ -1512,6 +1516,9 @@ function xmlToTracks(xmlString: string) {
   const partNames = Array.from(xmlParse.getElementsByTagName('part-name'));
   return partNames.reduce((arr: string[], item) => {
     const textContent = item?.textContent?.trim()
+    if (textContent?.toLocaleLowerCase() === "common") {
+      (window as any).HasCommonTrack = true;
+    }
     if (textContent != "COMMON" && textContent != "common" && textContent) {
       arr.push(textContent)
     }
@@ -1581,6 +1588,23 @@ function initMusicSource(data: any, tracks: string[], partIndex: number, workRec
             audioBeatMixUrl: banSongObj.scoreAudioBeatMixUrl
           }
         }
+        // 总谱 需要播放各个声部的音频
+        if(state.combinePartIndexs.length) {
+          // 当选择多个分轨时候
+          state.combinePartIndexs.map( partI => {
+            const musicSheetSound = musicSheetSoundList.find((item:any)=>{
+              return item.track?.toLowerCase().trim() === tracks[partI]?.toLowerCase().trim()
+            })
+            musicSheetSound?.audioFileUrl && (audioData.combineMusics[partI] = musicSheetSound.audioFileUrl)
+          })
+        }else{
+          tracks.map((itemTrack:any, partI:number) => {
+            const musicSheetSound = musicSheetSoundList.find((item:any)=>{
+              return item.track?.toLowerCase().trim() === itemTrack?.toLowerCase().trim()
+            })
+            musicSheetSound?.audioFileUrl && (audioData.combineMusics[partI] = musicSheetSound.audioFileUrl)
+          })
+        }
         // 总谱演奏模式是 伴奏
         accompanyObj = musicSheetAccompanimentList.find((item: any) => {
           return item.audioPlayType === "PLAY"

+ 141 - 69
src/view/audio-list/index.tsx

@@ -18,6 +18,7 @@ import Crunker from "/src/utils/crunker"
 import tickMp3 from "/src/assets/tick.wav"
 import tockMp3 from "/src/assets/tock.wav"
 import { metronomeData } from "/src/helpers/metronome";
+import { showToast } from "vant"
 
 export const audioData = reactive({
 	songEle: null as HTMLAudioElement | null, // 原生
@@ -44,7 +45,10 @@ export const audioData = reactive({
 		mingSongGirlEle: null as HTMLAudioElement | null,
 		beatMingSongEle: null as HTMLAudioElement | null,
 		beatMingSongGirlEle: null as HTMLAudioElement | null
-	}
+	},
+	combineIndex: -1, // 当前 播放的总谱音频索引
+	combineMusics: {} as Record<string, any>, // 音频 url
+	combineMusicEles:[] as {key:number, value:HTMLAudioElement, beatValue:HTMLAudioElement|null}[] // 存储的音频el 当大于4个时候删除
 });
 const midiRef = ref();
 /** 播放或暂停 */
@@ -204,6 +208,141 @@ export const changeMingSongType = () =>{
 		audioData.songCollection.beatMingSongEle = mingSongType === 1 ? beatMingSongEle : beatMingSongGirlEle
 	}
 }
+
+const createAudio = (src?: string): Promise<HTMLAudioElement | null> => {
+	if(!src){
+		return Promise.resolve(null)
+	}
+	return new Promise((resolve) => {
+		const a = new Audio(src + '?v=' + Date.now());
+		a.onloadedmetadata = () => {
+			resolve(a);
+		};
+		a.onerror = () => {
+			resolve(null);
+		};
+		// 当未加载 资源之前 切换到其他浏览器标签,浏览器可能会禁止资源加载所以无法触发onloadedmetadata事件,导致一直在加载中,这里做个兼容
+		if (document.visibilityState === 'visible') {
+			a.load();
+		} else {
+			const onVisibilityChange = () => {
+				if (document.visibilityState === 'visible') {
+					document.removeEventListener('visibilitychange', onVisibilityChange);
+					a.load();
+				}
+			};
+			document.addEventListener('visibilitychange', onVisibilityChange);
+		}
+	});
+};
+
+// 合成节拍器资源
+const crunker = new Crunker()
+async function mergeBeatAudio(music?:string, accompany?:string){
+	let beatMusic, beatAccompany
+	if(!state.isMixBeat) {
+		return [beatMusic, beatAccompany]
+	}
+	console.time("音频合成时间")
+	try{
+		console.time("音频加载时间")
+		const [musicBuff, accompanyBuff, tickBuff, tockBuff] = await crunker.fetchAudio(music?`${music}?v=${Date.now()}`:undefined, accompany?`${accompany}?v=${Date.now()}`:undefined, tickMp3, tockMp3)
+		console.timeEnd("音频加载时间")
+		// 计算音频空白时间
+		const silenceDuration = musicBuff&&!state.isEvxml ? crunker.calculateSilenceDuration(musicBuff) : 0
+		const silenceBgDuration = accompanyBuff&&!state.isEvxml ? crunker.calculateSilenceDuration(accompanyBuff) : 0
+		console.log(`音频空白时间:${silenceDuration};${silenceBgDuration}`)
+		const beats:AudioBuffer[] = []
+		const beatsTime:number[] = []
+		const beatsBgTime:number[] = []
+		metronomeData.metroMeasure.map(measures=>{
+			measures.map((item:any)=>{
+				beats.push(item.isTick?tickBuff!:tockBuff!)
+				beatsTime.push(item.time + silenceDuration) // xml 计算的时候 加上空白的时间
+				beatsBgTime.push(item.time + silenceBgDuration) // xml 计算的时候 加上空白的时间 没有背景不赋值
+			})
+		})
+		console.time("音频合并时间")
+		const musicBuffMeg = musicBuff && crunker.mergeAudioBuffers([musicBuff,...beats],[0,...beatsTime])
+		const accompanyBuffMeg = accompanyBuff && crunker.mergeAudioBuffers([accompanyBuff,...beats],[0,...beatsBgTime])
+		console.timeEnd("音频合并时间")
+		console.time("音频audioDom生成时间")
+		beatMusic = musicBuffMeg && crunker.exportAudioElement(musicBuffMeg)
+		beatAccompany = accompanyBuffMeg && crunker.exportAudioElement(accompanyBuffMeg)
+		console.timeEnd("音频audioDom生成时间")
+	}catch(err){
+		console.log(err)
+	}
+	console.timeEnd("音频合成时间")
+	return [beatMusic, beatAccompany]
+}
+// 切换对应的声轨,并且配置当前的audio
+export async function changeCombineAudio (combineIndex: number){
+	// 重复点击的时候取消选中 原音
+	if(combineIndex === audioData.combineIndex){
+		audioData.combineIndex = -1
+		state.playSource = "background"
+		state.music = ""
+		// 当没有背景音文件的时候
+		if(!state.accompany) {
+			state.noMusicSource = true
+		}
+		return
+	}
+	state.loadingText = "音频资源加载中,请稍后…";
+	state.isLoading = true;
+	const musicUrl = audioData.combineMusics[combineIndex]
+	// 有就拿缓存,没有就加载
+	const cacheMusicIndex = audioData.combineMusicEles.findIndex(ele => {
+		return ele.key === combineIndex
+	})
+	const cacheMusic = audioData.combineMusicEles[cacheMusicIndex]
+	if(cacheMusic?.value){
+		audioData.songCollection.songEle = cacheMusic.value
+		audioData.songCollection.beatSongEle = cacheMusic.beatValue
+		// 使用缓存之后 当前数据位置向后偏移,删除缓存的时候以使用顺序位置
+		const itemMusic = audioData.combineMusicEles.splice(cacheMusicIndex, 1)
+		audioData.combineMusicEles.push(...itemMusic)
+	}else{
+		const music = await createAudio(musicUrl)
+		const [beatMusic] = await mergeBeatAudio(musicUrl)
+		// 当没有背景音的时候 需要绑定事件
+		if(!state.accompany){
+			if(music){
+				music.addEventListener("play", onPlay);
+				music.addEventListener("ended", onEnded);
+			}			
+			if(beatMusic){
+				beatMusic.addEventListener("play", onPlay);
+				beatMusic.addEventListener("ended", onEnded);
+			}
+		}
+		audioData.combineMusicEles.push({
+			key: combineIndex,
+			value: music!,
+			beatValue: beatMusic!
+		})
+		// 当大于4个数据的时候 删除掉最前面的数据
+		if(audioData.combineMusicEles.length > 4){
+			audioData.combineMusicEles.splice(0,1)
+		}
+		audioData.songCollection.songEle = music
+		audioData.songCollection.beatSongEle = beatMusic!
+	}
+	audioData.combineIndex = combineIndex
+	state.music = musicUrl
+	state.playSource = "music"
+	// 当没有背景音文件的时候
+	if(!state.accompany) {
+		state.noMusicSource = false
+	}
+	showToast({
+		message:  "已开启原声",
+		position: "top",
+		className: "selectionToast",
+	});
+	state.isLoading = false;
+}
 export default defineComponent({
 	name: "audio-list",
 	setup() {
@@ -238,33 +377,6 @@ export default defineComponent({
 			}
 		);
 
-		const createAudio = (src?: string): Promise<HTMLAudioElement | null> => {
-			if(!src){
-				return Promise.resolve(null)
-			}
-			return new Promise((resolve) => {
-				const a = new Audio(src + '?v=' + Date.now());
-				a.onloadedmetadata = () => {
-					resolve(a);
-				};
-				a.onerror = () => {
-					resolve(null);
-				};
-				// 当未加载 资源之前 切换到其他浏览器标签,浏览器可能会禁止资源加载所以无法触发onloadedmetadata事件,导致一直在加载中,这里做个兼容
-				if (document.visibilityState === 'visible') {
-					a.load();
-				} else {
-					const onVisibilityChange = () => {
-						if (document.visibilityState === 'visible') {
-							document.removeEventListener('visibilitychange', onVisibilityChange);
-							a.load();
-						}
-					};
-					document.addEventListener('visibilitychange', onVisibilityChange);
-				}
-			});
-		};
-
 		/**
 		 * #11046
 		 * 声音与圆点消失的节点不一致,可能原因是部分安卓手机没有立即播放,所以需要等待有音频进度返回时再播放节拍器
@@ -338,46 +450,6 @@ export default defineComponent({
 		function loadBeatAudio(){
 			return Promise.all([createAudio(state.beatSong.music), createAudio(state.beatSong.accompany), createAudio(state.beatSong.fanSong), createAudio(state.beatSong.banSong), createAudio(state.beatSong.mingSong), createAudio(state.beatSong.mingSongGirl)])
 		}
-		// 合成节拍器资源
-		async function mergeBeatAudio(){
-			let beatMusic, beatAccompany
-			if(!state.isMixBeat) {
-				return [beatMusic, beatAccompany]
-			}
-			console.time("音频合成时间")
-			try{
-				const crunker = new Crunker()
-				console.time("音频加载时间")
-				const [musicBuff, accompanyBuff, tickBuff, tockBuff] = await crunker.fetchAudio(state.music?`${state.music}?v=${Date.now()}`:undefined, state.accompany?`${state.accompany}?v=${Date.now()}`:undefined, tickMp3, tockMp3)
-				console.timeEnd("音频加载时间")
-				// 计算音频空白时间
-				const silenceDuration = musicBuff&&!state.isEvxml ? crunker.calculateSilenceDuration(musicBuff) : 0
-				const silenceBgDuration = accompanyBuff&&!state.isEvxml ? crunker.calculateSilenceDuration(accompanyBuff) : 0
-				console.log(`音频空白时间:${silenceDuration};${silenceBgDuration}`)
-				const beats:AudioBuffer[] = []
-				const beatsTime:number[] = []
-				const beatsBgTime:number[] = []
-				metronomeData.metroMeasure.map(measures=>{
-					measures.map((item:any)=>{
-						beats.push(item.isTick?tickBuff!:tockBuff!)
-						beatsTime.push(item.time + silenceDuration) // xml 计算的时候 加上空白的时间
-						beatsBgTime.push(item.time + silenceBgDuration) // xml 计算的时候 加上空白的时间 没有背景不赋值
-					})
-				})
-				console.time("音频合并时间")
-				const musicBuffMeg = musicBuff && crunker.mergeAudioBuffers([musicBuff,...beats],[0,...beatsTime])
-				const accompanyBuffMeg = accompanyBuff && crunker.mergeAudioBuffers([accompanyBuff,...beats],[0,...beatsBgTime])
-				console.timeEnd("音频合并时间")
-				console.time("音频audioDom生成时间")
-				beatMusic = musicBuffMeg && crunker.exportAudioElement(musicBuffMeg)
-				beatAccompany = accompanyBuffMeg && crunker.exportAudioElement(accompanyBuffMeg)
-				console.timeEnd("音频audioDom生成时间")
-			}catch(err){
-				console.log(err)
-			}
-			console.timeEnd("音频合成时间")
-			return [beatMusic, beatAccompany]
-		}
 		onMounted(async () => {
 			// 预览的时候不走音频加载逻辑
 			if(state.isPreView){
@@ -430,7 +502,7 @@ export default defineComponent({
 				// 处理带节拍器的音源
 				//const [beatMusic, beatAccompany, beatFanSong, beatBanSong, beatMingSong, beatMingSongGirl] = await loadBeatAudio()
 				// 客户端合成节拍器
-				const [beatMusic, beatAccompany, beatFanSong, beatBanSong, beatMingSong, beatMingSongGirl] = await mergeBeatAudio()
+				const [beatMusic, beatAccompany, beatFanSong, beatBanSong, beatMingSong, beatMingSongGirl] = await mergeBeatAudio(state.music, state.accompany)
 				Object.assign(audioData.songCollection, {
 					beatSongEle:beatMusic,
 					beatBackgroundEle:beatAccompany,

BIN
src/view/music-score/combineAudio/imgs/lock.png


BIN
src/view/music-score/combineAudio/imgs/open.png


+ 13 - 0
src/view/music-score/combineAudio/index.module.less

@@ -0,0 +1,13 @@
+.combineAudio {
+   .combineAudioImg {
+      position: absolute;
+      z-index: 119;
+      width: 22px;
+      height: 22px;
+      padding: 2px;
+   }
+   &.play .combineAudioImg {
+      pointer-events: none;
+      opacity: 0.4;
+   }
+}

+ 54 - 0
src/view/music-score/combineAudio/index.tsx

@@ -0,0 +1,54 @@
+import { defineComponent, onMounted, ref } from "vue"
+import styles from "./index.module.less"
+import { audioData, changeCombineAudio } from "/src/view/audio-list"
+import openImg from "./imgs/open.png"
+import lockImg from "./imgs/lock.png"
+import state from "/src/state"
+
+export default defineComponent({
+   name: "combineAudio",
+   setup(props, { emit }) {
+      const elementsData = ref<{ index: number; top: number; left: number }[]>([])
+      onMounted(() => {
+         const parent = document.querySelector("#osmdCanvasPage1")
+         const elements = document.querySelectorAll("g[data-trackIdx]")
+         const combineMusicsIndexs = Object.keys(audioData.combineMusics)
+         elements.forEach(element => {
+            const dataTrackIdx = element.getAttribute("data-trackIdx")
+            // 当有 dataTrackIdx 并且有原音的时候 显示
+            if (dataTrackIdx && combineMusicsIndexs.includes(dataTrackIdx)) {
+               const elementRect = element.getBoundingClientRect()
+               const height = elementRect.height
+               let top = elementRect.top + height / 2 - 11
+               let left = elementRect.left - 22 - 10
+               elementsData.value.push({
+                  index: parseInt(dataTrackIdx),
+                  top: top,
+                  left: left
+               })
+            }
+         })
+      })
+      return () => (
+         <>
+            <div class={[styles.combineAudio, state.playState === "play" && styles.play]}>
+               {elementsData.value.map(item => {
+                  return (
+                     <img
+                        class={styles.combineAudioImg}
+                        onClick={() => {
+                           changeCombineAudio(item.index)
+                        }}
+                        style={{
+                           top: item.top + "px",
+                           left: item.left + "px"
+                        }}
+                        src={audioData.combineIndex === item.index ? openImg : lockImg}
+                     />
+                  )
+               })}
+            </div>
+         </>
+      )
+   }
+})

+ 7 - 5
src/view/music-score/index.tsx

@@ -11,6 +11,7 @@ import { resetFormate, resetGivenFormate, setGlobalMusicSheet, limitSingleSvgPag
 import { setGlobalData } from "/src/utils";
 import { storeData } from "/src/store";
 import HorizontalDragScroll from './HorizontalDragScroll';
+import CombineAudio from './combineAudio';
 import { getQuery } from "/src/utils/queryString";
 
 export const musicRenderTypeKey = "musicRenderType";
@@ -88,7 +89,7 @@ export default defineComponent({
 			setGlobalMusicSheet();
 			if(!osmd){
 				osmd = new OpenSheetMusicDisplay(container, {
-					drawTitle: query.downPng === 'A4' ? true : false,
+					drawTitle: false,
 					drawSubtitle: false,
 					// drawMeasureNumbers: false,
 					autoResize: false,
@@ -97,7 +98,6 @@ export default defineComponent({
 					drawComposer: false, // 渲染作词家
 					// pageBackgroundColor: '#609FCF',
 					// autoGenerateMultipleRestMeasuresFromRestMeasures: state.isSingleLine ? false : true, // 连续休止小节是否合并显示
-					autoGenerateMultipleRestMeasuresFromRestMeasures: true,
 					// darkMode: true, // 暗黑模式
 					// pageFormat: 'A4_P',
 					// autoBeam: true,
@@ -115,7 +115,8 @@ export default defineComponent({
 				drawLyrics: (((!state.accompany && !state.music ) || state.playType === 'sing' || !state.isEvxml) && !state.isSimplePage) ? true : false, // 演唱模式才渲染歌词,simple页面不显示歌词
 				drawPartNames: props.showPartNames, // 是否渲染声轨名称
 				defaultColorMusic: props.musicColor, // 颜色
-				renderSingleHorizontalStaffline: state.isSingleLine ? true : false
+				renderSingleHorizontalStaffline: state.isSingleLine ? true : false,
+				autoGenerateMultipleRestMeasuresFromRestMeasures: state.setting.combineMultipleRest, // 是否自动合并休止小节
 			})
 			// osmd.EngravingRules.CompactMode = true // 紧凑模式
 			// osmd.EngravingRules.PageRightMargin = state.isSingleLine ? (window.innerWidth+200)/10 : 2;
@@ -139,7 +140,7 @@ export default defineComponent({
 				// osmd.EngravingRules.PageTopMargin = state.isPreView ? 1 : 3;
 				osmd.EngravingRules.PageTopMargin = (state.isPreView && state.musicRenderType === EnumMusicRenderType.staff) ? 1 : state.isPreView ? 2 : 3;
 				osmd.EngravingRules.PageTopMarginNarrow = 3;
-				osmd.EngravingRules.PageLeftMargin = 3.6;
+				osmd.EngravingRules.PageLeftMargin = state.isCombineRender ? 8 : 3.6;
 				osmd.EngravingRules.PageRightMargin = 3;
 				osmd.EngravingRules.BreathMarkDistance = 0.1; // 呼吸标记距离音符的位置,百分比
 				osmd.EngravingRules.PageBottomMargin = state.isSingleLine ? 2 : 18;
@@ -169,7 +170,7 @@ export default defineComponent({
 				const canSelectTracks = state.combinePartIndexs.length > 1 ? state.combinePartIndexs.map(partIndex => { return state.partListNames[partIndex] }) : state.canSelectTracks
 				for (let i = 0; i < osmd.Sheet.Instruments.length; i++) {
 					const trackName = state.isEvxml && state.evxmlAddPartName ? osmd.Sheet.Instruments[i].idString || '' : osmd.Sheet.Instruments[i].Name || '';
-					osmd.Sheet.Instruments[i].Visible = canSelectTracks.includes(trackName)
+					osmd.Sheet.Instruments[i].Visible = canSelectTracks.includes(trackName.trim())
 				}
 			}
 			if (query.downPng === 'A4') {
@@ -261,6 +262,7 @@ export default defineComponent({
 			>
 				{slots.default?.()}
 				{props.showSelection && musicData.showSelection && !state.isEvaluatReport &&!state.isSimplePage && !state.isPreView && state.musicRendered && <Selection />}
+				{props.showSelection && musicData.showSelection && state.isCombineRender && state.musicRendered && <CombineAudio></CombineAudio> }
 			</div>
 		);
 	},

+ 23 - 3
src/view/plugins/move-music-score/index.tsx

@@ -219,6 +219,12 @@ export const filterMoveData = async () => {
 				};
 				if (n.type === "vf-lineGroup") {
 					item.dx = n.dx;
+					// 需要获取当前渐强渐弱线所对应的小节的宽度,算出相对当前宽度的比例,用于不同设备回显用
+					const measureNum = document.getElementById(n.id)?.getAttribute('data-mnum');
+					const measureWidth = measureNum ? document.querySelector(`g[data-num='${measureNum}']`)?.getBoundingClientRect()?.width : 0;
+					if (measureWidth) {
+						item.dxRate = n.dx / measureWidth;
+					}
 				}
 				if (n.id.includes('text')) {
 					// let copyDom = document.querySelector("#" + n.id)!.cloneNode(true) as SVGSVGElement
@@ -405,6 +411,7 @@ const resetMoveNote = () => {
 		moveData.modelList[i].isMove = false;
 		moveData.modelList[i].isDelete = false;
 		moveData.modelList[i].dx = 0;
+		moveData.modelList[i].dxRate = 0;
 		renderSvgItem(moveData.modelList[i]);
 		if (moveData.modelList[i].type === "vf-lineGroup") {
 			renderLineGroup(moveData.modelList[i]);
@@ -476,10 +483,23 @@ function renderLineGroup(lineGroup: any) {
 				dx2 = dx2[0] && !isNaN(Number(dx2[0])) ? Number(dx2[0]) : 0;
 
 				if (dx1 && dx2) {
+					// 根据dxRate比例转换dx
+					let targetDx = lineGroup.dx;
+					if (lineGroup.dxRate) {
+						// 需要获取当前渐强渐弱线所对应的小节的宽度,算出相对当前宽度的比例,用于不同设备回显用
+						const measureNum = document.getElementById(lineGroup.id)?.getAttribute('data-mnum');
+						const measureWidth = measureNum ? document.querySelector(`g[data-num='${measureNum}']`)?.getBoundingClientRect()?.width : 0;
+						targetDx = measureWidth ? measureWidth * lineGroup.dxRate : lineGroup.dx;
+					}
+					// targetDx = targetDx * state.zoom;
+					// console.log('targetDx',targetDx)
+					if (storeData.isApp) {
+						targetDx = targetDx * state.zoom;
+					}
 					if (dx1 < dx2) {
-						d = d.replace(dx2, lineGroup.d2 + lineGroup.dx + "");
+						d = d.replace(dx2, lineGroup.d2 + targetDx + "");
 					} else {
-						d = d.replace(dx1, lineGroup.d2 + lineGroup.dx + "");
+						d = d.replace(dx1, lineGroup.d2 + targetDx + "");
 					}
 					path.setAttribute("d", d);
 				}
@@ -688,4 +708,4 @@ export default defineComponent({
 			</div>
 		);
 	},
-});
+});

BIN
src/view/plugins/toggleMusicSheet/choosePartName/imgs/resetBtn.png


+ 10 - 6
src/view/plugins/toggleMusicSheet/choosePartName/index.module.less

@@ -1,5 +1,6 @@
 .container {
-  width: 334px;
+  width: 490px;
+  height: 300px;
   .head{
       height: 42px;
       position: relative;
@@ -40,7 +41,7 @@
       .titCon{
         display: flex;
         align-items: center;
-        padding: 10px 0;
+        padding-top: 10px;
         &.stickyTit{
           position: sticky;
           top: -1px;
@@ -61,8 +62,12 @@
         }
       }
       .content{
+        display: flex;
+        flex-wrap: wrap;
+        .specialBtn {
+          width: 96px;
+        }
         .selBtn{
-          width: 100%;
           height: 34px;
           line-height: 34px;
           background: #F6F6F6;
@@ -74,9 +79,8 @@
           cursor: pointer;
           border:1px solid transparent;
           margin-top: 10px;
-          &:first-child{
-            margin-top: 0;
-          }
+          margin-right: 10px;
+          padding: 0 8px;
           &.active{
             background: #F2FFFC;
             border-color: #01C1B5;

+ 13 - 5
src/view/plugins/toggleMusicSheet/choosePartName/index.tsx

@@ -7,6 +7,7 @@ import { headImg } from "/src/page-instrument/header-top/image";
 import { toggleMusicSheet } from "../index"
 import okBtn from "./imgs/okBtn.png"
 import cancelBtn from "./imgs/cancelBtn.png"
+import resetBtn from "./imgs/resetBtn.png"
 
 export default defineComponent({
   name: 'choosePartName',
@@ -76,11 +77,11 @@ export default defineComponent({
             {
               state.isScoreRender &&
                 <>
-                  <div class={styles.titCon}>
+                  {/* <div class={styles.titCon}>
                     <div class={styles.tit}>选择总谱</div>
-                  </div>
+                  </div> */}
                   <div class={styles.content}>
-                    <div class={[styles.selBtn, selValues.value.includes(999) && styles.active]} onClick={()=>{ hanldeSelSheet(999, true) }}>总谱</div>
+                    <div class={[styles.selBtn, styles.specialBtn, selValues.value.includes(999) && styles.active]} onClick={()=>{ hanldeSelSheet(999, true) }}>总谱</div>
                   </div>
                 </>
             }
@@ -100,11 +101,18 @@ export default defineComponent({
             </div>
           </div>
           <div class={styles.btnCon}>
-              <img src={ cancelBtn } class={styles.btn} onClick={async () => {
-                  emit('close')
+              <img src={ resetBtn } class={styles.btn} onClick={async () => {
+                  selValues.value = []
                 }
               }></img>
               <img src={ okBtn } class={styles.btn} onClick={async () => {
+                  if (!selValues.value.length) {
+                    showToast({
+                      position: "top",
+                      message: "最少需要选择一个声部"
+                    });
+                    return
+                  }
                   await checkMoveNoSave();
                   nextTick(()=>{
                     emit('close', selValues.value)

File diff suppressed because it is too large
+ 1 - 0
stats.html


+ 1 - 1
vite.config.ts

@@ -52,7 +52,7 @@ export default defineConfig({
     // https: true,
     proxy: {
       "^/instrument/.*": {
-        target: "https://test.gym.lexiaoya.cn",
+        target: "https://dev.gym.lexiaoya.cn",
         changeOrigin: true,
         rewrite: (path) => path.replace(/^\/instrument/, ""),
       },

Some files were not shown because too many files changed in this diff