Compare commits
2 Commits
cb798d2652
...
670591c94e
| Author | SHA1 | Date | |
|---|---|---|---|
| 670591c94e | |||
| 16dd825499 |
212
package.json
@ -1,108 +1,108 @@
|
||||
{
|
||||
"name": "zhgdyun",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@turf/turf": "^7.1.0",
|
||||
"axios": "^0.19.2",
|
||||
"better-scroll": "^2.4.1",
|
||||
"copy-webpack-plugin": "^6.3.2",
|
||||
"core-js": "^3.6.5",
|
||||
"crypto-js": "^4.2.0",
|
||||
"css-declaration-sorter": "^6.3.1",
|
||||
"dhtmlx-gantt": "^7.1.13",
|
||||
"dom-to-image": "^2.6.0",
|
||||
"dompurify": "^3.2.5",
|
||||
"echarts": "^5.6.0",
|
||||
"echarts4": "npm:echarts@^4.8.0",
|
||||
"el-select-v2": "^2.0.4",
|
||||
"element-ui": "^2.13.2",
|
||||
"ezuikit-js": "^7.7.8",
|
||||
"fabric": "^3.6.3",
|
||||
"flv.js": "^1.6.2",
|
||||
"gantt-elastic": "^1.0.12",
|
||||
"github-markdown-css": "^5.8.1",
|
||||
"h5player": "^2.0.0",
|
||||
"hls.js": "^1.4.3",
|
||||
"html-entities": "^2.5.2",
|
||||
"html2canvas": "^1.0.0-rc.7",
|
||||
"jquery": "^3.6.3",
|
||||
"jquery-ui-dist": "^1.13.2",
|
||||
"js-base64": "^3.7.2",
|
||||
"js-file-download": "^0.4.12",
|
||||
"js-md5": "^0.7.3",
|
||||
"konva": "^9.3.20",
|
||||
"lrz": "^4.9.41",
|
||||
"markdown-it": "^12.1.0",
|
||||
"mars3d": "^3.3.4",
|
||||
"mars3d-cesium": "^1.121.1",
|
||||
"mitt": "^3.0.1",
|
||||
"moment": "^2.29.1",
|
||||
"monitorjs_horse": "^2.2.1",
|
||||
"mqtt": "^4.2.6",
|
||||
"node-polyfill-webpack-plugin": "^2.0.1",
|
||||
"node-rsa": "^1.1.1",
|
||||
"postcss-normalize-string": "^5.1.0",
|
||||
"prismjs": "^1.30.0",
|
||||
"qrcodejs2": "0.0.2",
|
||||
"react": "^17.0.2",
|
||||
"sortablejs": "^1.15.6",
|
||||
"spark-md5": "^3.0.1",
|
||||
"style-resources-loader": "^1.3.3",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"swiper": "^5.4.5",
|
||||
"turf": "^3.0.14",
|
||||
"typed.js": "^2.1.0",
|
||||
"vconsole": "^3.15.1",
|
||||
"videojs-contrib-hls": "^5.15.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-awesome-swiper": "^4.1.1",
|
||||
"vue-color": "^2.8.1",
|
||||
"vue-count-to": "^1.0.13",
|
||||
"vue-cropper": "^0.5.5",
|
||||
"vue-esign": "^1.1.4",
|
||||
"vue-matomo": "^4.1.0",
|
||||
"vue-monoplasty-slide-verify": "^1.3.1",
|
||||
"vue-photo-preview": "^1.1.3",
|
||||
"vue-quill-editor": "^3.0.6",
|
||||
"vue-router": "^3.2.0",
|
||||
"vue-seamless-scroll": "^1.1.23",
|
||||
"vue-simple-uploader": "^0.7.6",
|
||||
"vue2-scale-box": "^0.1.7",
|
||||
"vuedraggable": "^2.24.3",
|
||||
"vuescroll": "^4.16.1",
|
||||
"vuex": "^3.4.0",
|
||||
"vuex-persistedstate": "^3.1.0",
|
||||
"xhl-mqttx": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.4.0",
|
||||
"@vue/cli-plugin-router": "~4.4.0",
|
||||
"@vue/cli-plugin-vuex": "~4.4.0",
|
||||
"@vue/cli-service": "~4.4.0",
|
||||
"compression-webpack-plugin": "^5.0.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"less": "^3.0.4",
|
||||
"less-loader": "^5.0.0",
|
||||
"sass": "^1.75.0",
|
||||
"sass-loader": "^7.3.1",
|
||||
"stylus": "^0.54.8",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-cli-plugin-element": "~1.0.1",
|
||||
"vue-i18n": "^8.21.0",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
"name": "zhgdyun",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^1.0.1",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@turf/turf": "^7.1.0",
|
||||
"axios": "^0.19.2",
|
||||
"better-scroll": "^2.4.1",
|
||||
"copy-webpack-plugin": "^6.3.2",
|
||||
"core-js": "^3.6.5",
|
||||
"crypto-js": "^4.2.0",
|
||||
"css-declaration-sorter": "^6.3.1",
|
||||
"dhtmlx-gantt": "^7.1.13",
|
||||
"dom-to-image": "^2.6.0",
|
||||
"dompurify": "^3.2.5",
|
||||
"echarts": "^6.0.0",
|
||||
"echarts4": "npm:echarts@^4.8.0",
|
||||
"el-select-v2": "^2.0.4",
|
||||
"element-ui": "^2.13.2",
|
||||
"ezuikit-js": "^7.7.8",
|
||||
"fabric": "^3.6.3",
|
||||
"flv.js": "^1.6.2",
|
||||
"gantt-elastic": "^1.0.12",
|
||||
"github-markdown-css": "^5.8.1",
|
||||
"h5player": "^2.0.0",
|
||||
"hls.js": "^1.4.3",
|
||||
"html-entities": "^2.5.2",
|
||||
"html2canvas": "^1.0.0-rc.7",
|
||||
"jquery": "^3.6.3",
|
||||
"jquery-ui-dist": "^1.13.2",
|
||||
"js-base64": "^3.7.2",
|
||||
"js-file-download": "^0.4.12",
|
||||
"js-md5": "^0.7.3",
|
||||
"konva": "^9.3.20",
|
||||
"lrz": "^4.9.41",
|
||||
"markdown-it": "^12.1.0",
|
||||
"mars3d": "^3.3.4",
|
||||
"mars3d-cesium": "^1.121.1",
|
||||
"mitt": "^3.0.1",
|
||||
"moment": "^2.29.1",
|
||||
"monitorjs_horse": "^2.2.1",
|
||||
"mqtt": "^4.2.6",
|
||||
"node-polyfill-webpack-plugin": "^2.0.1",
|
||||
"node-rsa": "^1.1.1",
|
||||
"postcss-normalize-string": "^5.1.0",
|
||||
"prismjs": "^1.30.0",
|
||||
"qrcodejs2": "0.0.2",
|
||||
"react": "^17.0.2",
|
||||
"sortablejs": "^1.15.6",
|
||||
"spark-md5": "^3.0.1",
|
||||
"style-resources-loader": "^1.3.3",
|
||||
"stylus-loader": "^3.0.2",
|
||||
"swiper": "^5.4.5",
|
||||
"turf": "^3.0.14",
|
||||
"typed.js": "^2.1.0",
|
||||
"vconsole": "^3.15.1",
|
||||
"videojs-contrib-hls": "^5.15.0",
|
||||
"vue": "^2.6.11",
|
||||
"vue-awesome-swiper": "^4.1.1",
|
||||
"vue-color": "^2.8.1",
|
||||
"vue-count-to": "^1.0.13",
|
||||
"vue-cropper": "^0.5.5",
|
||||
"vue-esign": "^1.1.4",
|
||||
"vue-matomo": "^4.1.0",
|
||||
"vue-monoplasty-slide-verify": "^1.3.1",
|
||||
"vue-photo-preview": "^1.1.3",
|
||||
"vue-quill-editor": "^3.0.6",
|
||||
"vue-router": "^3.2.0",
|
||||
"vue-seamless-scroll": "^1.1.23",
|
||||
"vue-simple-uploader": "^0.7.6",
|
||||
"vue2-scale-box": "^0.1.7",
|
||||
"vuedraggable": "^2.24.3",
|
||||
"vuescroll": "^4.16.1",
|
||||
"vuex": "^3.4.0",
|
||||
"vuex-persistedstate": "^3.1.0",
|
||||
"xhl-mqttx": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.4.0",
|
||||
"@vue/cli-plugin-router": "~4.4.0",
|
||||
"@vue/cli-plugin-vuex": "~4.4.0",
|
||||
"@vue/cli-service": "~4.4.0",
|
||||
"compression-webpack-plugin": "^5.0.2",
|
||||
"file-loader": "^6.2.0",
|
||||
"less": "^3.0.4",
|
||||
"less-loader": "^5.0.0",
|
||||
"sass": "^1.75.0",
|
||||
"sass-loader": "^7.3.1",
|
||||
"stylus": "^0.54.8",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-cli-plugin-element": "~1.0.1",
|
||||
"vue-i18n": "^8.21.0",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
}
|
||||
|
||||
1
public/static/WSPlayer/PlaySDKInterface.js
Normal file
1
public/static/WSPlayer/WSPlayer.js
Normal file
1
public/static/WSPlayer/audioTalkWorker.js
Normal file
21
public/static/WSPlayer/commonThread/libH264Enc.js
Normal file
BIN
public/static/WSPlayer/commonThread/libH264Enc.wasm
Normal file
21
public/static/WSPlayer/commonThread/libIVSDrawer.js
Normal file
BIN
public/static/WSPlayer/commonThread/libIVSDrawer.wasm
Normal file
21
public/static/WSPlayer/commonThread/libRenderEngine.js
Normal file
BIN
public/static/WSPlayer/commonThread/libRenderEngine.wasm
Normal file
@ -0,0 +1,50 @@
|
||||
[COMMON]
|
||||
Common_Frequency=8000
|
||||
Common_Offset=2
|
||||
Common_Channels=1
|
||||
Common_Depth=16
|
||||
Common_ArrayProcEnable=0
|
||||
Common_ArrayNum=1
|
||||
Common_SettingMode=1
|
||||
Common_FunctionalMode=0
|
||||
Common_SignalConversionMode=1
|
||||
Common_ModuleFileOutEnable=1
|
||||
Common_MuduleSettingMode=1
|
||||
Common_OutLenMode=0
|
||||
Common_DeteOutLen=0
|
||||
Common_LogfileEnable=0
|
||||
|
||||
[Audio_Framework_AEC]=1
|
||||
aec_Delaymode=0
|
||||
aec_Delayvalue=0
|
||||
aec_Lfmode=0x00000010
|
||||
aec_Partitionnumber=40
|
||||
aec_Filtermode=0
|
||||
aec_Nlpmode=1
|
||||
aec_Nlpecmode=2
|
||||
aec_Nlpsuppressfactor=0.99
|
||||
aec_Procmode=0
|
||||
aec_Runmode=0
|
||||
aec_Outmode=0
|
||||
aec_Bufsizesrc=1000
|
||||
aec_Bufsizeref=1000
|
||||
aec_Bufsizeout=1000
|
||||
aec_ModulePerformanceEnable=0
|
||||
aec_ModuleUnitoftime=0
|
||||
aec_DebugInfoLevel=0
|
||||
|
||||
[Audio_Framework_ANS]=1
|
||||
ans_LoStopFreq=0
|
||||
ans_HiStopFreq=4000
|
||||
ans_Mode=2
|
||||
ans_ModulePerformanceEnable=0
|
||||
ans_ModuleUnitoftime=0
|
||||
ans_DebugInfoLevel=0
|
||||
|
||||
[Audio_Framework_AGC]=0
|
||||
agc_AimGainLevel=0x01000303
|
||||
agc_LimitLevel=0
|
||||
agc_MicLevel=255
|
||||
agc_ModulePerformanceEnable=0
|
||||
agc_ModuleUnitoftime=0
|
||||
agc_DebugInfoLevel=0
|
||||
21
public/static/WSPlayer/commonThread/libmavasp_litepacket.js
Normal file
BIN
public/static/WSPlayer/commonThread/libmavasp_litepacket.wasm
Normal file
BIN
public/static/WSPlayer/icon/IotComboBackGround-alarm.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/static/WSPlayer/icon/IotComboBackGround.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
13
public/static/WSPlayer/icon/RecordHover.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#428AE3;}
|
||||
</style>
|
||||
<path id="联合_364" class="st0" d="M3,17c-0.8,0-1.5-0.7-1.5-1.5v-11C1.5,3.7,2.2,3,3,3l0,0h11c0.8,0,1.5,0.7,1.5,1.5l0,0v2.1
|
||||
l0.8-0.3c0.2-0.1,0.4-0.1,0.5-0.1c0.9,0,1.7,0.8,1.7,1.7V12c0,0.9-0.8,1.7-1.7,1.7c-0.2,0-0.4,0-0.5-0.1l-0.8-0.3v2.1
|
||||
c0,0.8-0.7,1.5-1.5,1.5L3,17z M3.5,15h10v-4.4l3,1V8.4l-3,1V5h-10V15z M7.5,10.8V9.2c0-0.4,0.3-0.7,0.7-0.7c0.1,0,0.2,0,0.3,0.1
|
||||
l1.6,0.8c0.3,0.2,0.5,0.6,0.3,0.9c-0.1,0.1-0.2,0.2-0.3,0.3l-1.6,0.8c-0.1,0.1-0.2,0.1-0.3,0.1C7.8,11.5,7.5,11.2,7.5,10.8
|
||||
C7.5,10.8,7.5,10.8,7.5,10.8L7.5,10.8z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 932 B |
13
public/static/WSPlayer/icon/RecordNormal.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<path id="联合_364" class="st0" d="M3,17c-0.8,0-1.5-0.7-1.5-1.5v-11C1.5,3.7,2.2,3,3,3l0,0h11c0.8,0,1.5,0.7,1.5,1.5l0,0v2.1
|
||||
l0.8-0.3c0.2-0.1,0.4-0.1,0.5-0.1c0.9,0,1.7,0.8,1.7,1.7V12c0,0.9-0.8,1.7-1.7,1.7c-0.2,0-0.4,0-0.5-0.1l-0.8-0.3v2.1
|
||||
c0,0.8-0.7,1.5-1.5,1.5L3,17z M3.5,15h10v-4.4l3,1V8.4l-3,1V5h-10V15z M7.5,10.8V9.2c0-0.4,0.3-0.7,0.7-0.7c0.1,0,0.2,0,0.3,0.1
|
||||
l1.6,0.8c0.3,0.2,0.5,0.6,0.3,0.9c-0.1,0.1-0.2,0.2-0.3,0.3l-1.6,0.8c-0.1,0.1-0.2,0.1-0.3,0.1C7.8,11.5,7.5,11.2,7.5,10.8
|
||||
C7.5,10.8,7.5,10.8,7.5,10.8L7.5,10.8z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 932 B |
15
public/static/WSPlayer/icon/Recording.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#428AE3;}
|
||||
.st1{fill:#E9463A;}
|
||||
</style>
|
||||
<path id="联合_364" class="st0" d="M3,17c-0.8,0-1.5-0.7-1.5-1.5v-11C1.5,3.7,2.2,3,3,3l0,0h11c0.8,0,1.5,0.7,1.5,1.5l0,0v2.1
|
||||
l0.8-0.3c0.2-0.1,0.4-0.1,0.5-0.1c0.9,0,1.7,0.8,1.7,1.7V12c0,0.9-0.8,1.7-1.7,1.7c-0.2,0-0.4,0-0.5-0.1l-0.8-0.3v2.1
|
||||
c0,0.8-0.7,1.5-1.5,1.5L3,17z M3.5,15h10v-4.4l3,1V8.4l-3,1V5h-10V15z M7.5,10.8V9.2c0-0.4,0.3-0.7,0.7-0.7c0.1,0,0.2,0,0.3,0.1
|
||||
l1.6,0.8c0.3,0.2,0.5,0.6,0.3,0.9c-0.1,0.1-0.2,0.2-0.3,0.3l-1.6,0.8c-0.1,0.1-0.2,0.1-0.3,0.1C7.8,11.5,7.5,11.2,7.5,10.8L7.5,10.8
|
||||
L7.5,10.8z"/>
|
||||
<circle class="st1" cx="15.9" cy="4.1" r="2"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 982 B |
9
public/static/WSPlayer/icon/arrow-b.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_5-2" class="st0" d="M10.1,15L18,7.1V5.5H2.2v1.6L10.1,15z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 478 B |
9
public/static/WSPlayer/icon/arrow-l.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_7-2" class="st0" d="M5.1,10l7.9,7.9h1.6V2.1H13L5.1,10z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 476 B |
10
public/static/WSPlayer/icon/arrow-lb.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_6-2" class="st0" d="M6.9,14.7h6.2c0.9,0,1.6-0.7,1.6-1.6l0,0L6.9,5.3C6,5.3,5.3,6,5.3,6.9l0,0v6.2
|
||||
C5.3,14,6,14.7,6.9,14.7C6.9,14.7,6.9,14.7,6.9,14.7z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 570 B |
10
public/static/WSPlayer/icon/arrow-lt.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_8-2" class="st0" d="M6.9,5.5h6.2c0.9,0,1.6,0.7,1.6,1.6l0,0l-7.8,7.8c-0.9,0-1.6-0.7-1.6-1.6l0,0V7.1
|
||||
C5.3,6.2,6,5.5,6.9,5.5C6.9,5.5,6.9,5.5,6.9,5.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 569 B |
9
public/static/WSPlayer/icon/arrow-r.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_3-2" class="st0" d="M15.1,10l-7.9,7.9H5.6V2.1h1.6L15.1,10z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 480 B |
10
public/static/WSPlayer/icon/arrow-rb.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_4-2" class="st0" d="M13.5,14.7H7.3c-0.9,0-1.6-0.7-1.6-1.6l0,0l7.8-7.8c0.9,0,1.6,0.7,1.6,1.6l0,0v6.2
|
||||
C15.1,14,14.4,14.7,13.5,14.7C13.5,14.7,13.5,14.7,13.5,14.7z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 582 B |
10
public/static/WSPlayer/icon/arrow-rt.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_2-2" class="st0" d="M13.5,5.5H7.3c-0.9,0-1.6,0.7-1.6,1.6l0,0l7.8,7.8c0.9,0,1.6-0.7,1.6-1.6l0,0V7.1
|
||||
C15.1,6.2,14.4,5.5,13.5,5.5C13.5,5.5,13.5,5.5,13.5,5.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 577 B |
9
public/static/WSPlayer/icon/arrow-t.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="_1-2" class="st0" d="M10.1,5l7.9,7.9v1.6H2.2v-1.6L10.1,5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 478 B |
18
public/static/WSPlayer/icon/close-all-hover.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20.7" style="enable-background:new 0 0 21 20.7;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="组_18025" transform="translate(-16 -2)">
|
||||
<g id="组_18022" transform="translate(1443)">
|
||||
<path id="联合_898" class="st0" d="M-1424.5,22.2c-1.1,0-2-0.9-2-2v-10c0-0.8,0.5-1.6,1.3-1.9V8.2c0-1.2,0.8-2.3,2-2.6V5.2
|
||||
c0-1.5,1.2-2.7,2.7-2.7c0,0,0,0,0,0h8c1.5,0,2.7,1.2,2.7,2.7l0,0v0.4c1.2,0.3,2,1.4,2,2.6v0.1c0.8,0.3,1.3,1,1.3,1.9v10
|
||||
c0,1.1-0.9,2-2,2H-1424.5z M-1424.5,11.2v8c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-8c0-0.6-0.4-1-1-1h-14
|
||||
C-1424.1,10.2-1424.5,10.6-1424.5,11.2z M-1409.2,8.2c0-0.7-0.6-1.3-1.3-1.3h-12c-0.7,0-1.3,0.6-1.3,1.3H-1409.2z M-1411.2,5.5
|
||||
V5.2c0-0.7-0.6-1.3-1.3-1.3h-8c-0.7,0-1.3,0.6-1.3,1.3v0.3H-1411.2z M-1416.5,16.6l-2.1,2.1l-1.4-1.4l2.1-2.1l-2.1-2.1l1.4-1.4
|
||||
l2.1,2.1l2.1-2.1l1.4,1.4l-2.1,2.1l2.1,2.1l-1.4,1.4L-1416.5,16.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
18
public/static/WSPlayer/icon/close-all.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20.7" style="enable-background:new 0 0 21 20.7;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="组_18025" transform="translate(-16 -2)">
|
||||
<g id="组_18022" transform="translate(1443)">
|
||||
<path id="联合_898" class="st0" d="M-1424.5,22.2c-1.1,0-2-0.9-2-2v-10c0-0.8,0.5-1.6,1.3-1.9V8.2c0-1.2,0.8-2.3,2-2.6V5.2
|
||||
c0-1.5,1.2-2.7,2.7-2.7c0,0,0,0,0,0h8c1.5,0,2.7,1.2,2.7,2.7l0,0v0.4c1.2,0.3,2,1.4,2,2.6v0.1c0.8,0.3,1.3,1,1.3,1.9v10
|
||||
c0,1.1-0.9,2-2,2H-1424.5z M-1424.5,11.2v8c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-8c0-0.6-0.4-1-1-1h-14
|
||||
C-1424.1,10.2-1424.5,10.6-1424.5,11.2z M-1409.2,8.2c0-0.7-0.6-1.3-1.3-1.3h-12c-0.7,0-1.3,0.6-1.3,1.3H-1409.2z M-1411.2,5.5
|
||||
V5.2c0-0.7-0.6-1.3-1.3-1.3h-8c-0.7,0-1.3,0.6-1.3,1.3v0.3H-1411.2z M-1416.5,16.6l-2.1,2.1l-1.4-1.4l2.1-2.1l-2.1-2.1l1.4-1.4
|
||||
l2.1,2.1l2.1-2.1l1.4,1.4l-2.1,2.1l2.1,2.1l-1.4,1.4L-1416.5,16.6z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
16
public/static/WSPlayer/icon/close.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg id="关闭" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: none;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path id="路径_15753" data-name="路径 15753" class="cls-1" d="M15.5,3H4.5A1.47,1.47,0,0,0,3,4.5v11A1.47,1.47,0,0,0,4.5,17h11A1.46,1.46,0,0,0,17,15.5V4.5A1.47,1.47,0,0,0,15.5,3ZM15,15H5V5H15Z"/>
|
||||
<path id="路径_15754" data-name="路径 15754" class="cls-1" d="M7.71,13.71,10,11.41l2.29,2.3,1.42-1.42L11.41,10l2.3-2.29L12.29,6.29,10,8.59,7.71,6.29,6.29,7.71,8.59,10l-2.3,2.29Z"/>
|
||||
<rect id="矩形_6773" data-name="矩形 6773" class="cls-2" width="20" height="20"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 709 B |
16
public/static/WSPlayer/icon/close_hover.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<svg id="关闭" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #428AE3;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: none;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path id="路径_15753" data-name="路径 15753" class="cls-1" d="M15.5,3H4.5A1.47,1.47,0,0,0,3,4.5v11A1.47,1.47,0,0,0,4.5,17h11A1.46,1.46,0,0,0,17,15.5V4.5A1.47,1.47,0,0,0,15.5,3ZM15,15H5V5H15Z"/>
|
||||
<path id="路径_15754" data-name="路径 15754" class="cls-1" d="M7.71,13.71,10,11.41l2.29,2.3,1.42-1.42L11.41,10l2.3-2.29L12.29,6.29,10,8.59,7.71,6.29,6.29,7.71,8.59,10l-2.3,2.29Z"/>
|
||||
<rect id="矩形_6773" data-name="矩形 6773" class="cls-2" width="20" height="20"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 712 B |
BIN
public/static/WSPlayer/icon/default.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
14
public/static/WSPlayer/icon/draw-triangle_off.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<path id="路径_18919" class="st0" d="M10.9,16l0.5-0.5l0,0c-0.8-0.6-1.3-1.4-1.7-2.3l0-0.1l0-0.1c0.7-2,2.6-3.3,4.8-3.3
|
||||
c0.6,0,1.1,0.1,1.6,0.3L16.9,9l1.1,1l-6,7L10.9,16z M11.1,13.1c0.3,0.5,0.7,1,1.1,1.4l0.6-0.7l0,0c-0.1-0.2-0.1-0.5-0.1-0.7
|
||||
c0-1,0.8-1.8,1.8-1.8c0,0,0,0,0,0c0.1,0,0.3,0,0.4,0l-0.3,0.3l0.6-0.8l-0.2,0.2c-0.2,0-0.4-0.1-0.6-0.1C13.1,11,11.8,11.8,11.1,13.1
|
||||
L11.1,13.1z M14.1,16.5l1.3-1.4c1.1-0.2,2-1,2.5-2c-0.1-0.2-0.2-0.4-0.3-0.6l0.9-1c0.4,0.4,0.7,0.9,0.9,1.5l0,0.1l0,0.1
|
||||
c-0.4,1-1.1,1.9-2,2.5c-0.8,0.5-1.8,0.8-2.8,0.8C14.4,16.5,14.2,16.5,14.1,16.5L14.1,16.5z M3.5,16C2.7,16,2,15.3,2,14.5v-10
|
||||
C2,3.7,2.7,3,3.5,3h13C17.3,3,18,3.7,18,4.5V8h-2V5H4v9h4v2H3.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
14
public/static/WSPlayer/icon/draw-triangle_off_hover.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#428AE3;}
|
||||
</style>
|
||||
<path id="路径_18919" class="st0" d="M10.9,16l0.5-0.5l0,0c-0.8-0.6-1.3-1.4-1.7-2.3l0-0.1l0-0.1c0.7-2,2.6-3.3,4.8-3.3
|
||||
c0.6,0,1.1,0.1,1.6,0.3L16.9,9l1.1,1l-6,7L10.9,16z M11.1,13.1c0.3,0.5,0.7,1,1.1,1.4l0.6-0.7l0,0c-0.1-0.2-0.1-0.5-0.1-0.7
|
||||
c0-1,0.8-1.8,1.8-1.8c0,0,0,0,0,0c0.1,0,0.3,0,0.4,0l-0.3,0.3l0.6-0.8l-0.2,0.2c-0.2,0-0.4-0.1-0.6-0.1C13.1,11,11.8,11.8,11.1,13.1
|
||||
L11.1,13.1z M14.1,16.5l1.3-1.4c1.1-0.2,2-1,2.5-2c-0.1-0.2-0.2-0.4-0.3-0.6l0.9-1c0.4,0.4,0.7,0.9,0.9,1.5l0,0.1l0,0.1
|
||||
c-0.4,1-1.1,1.9-2,2.5c-0.8,0.5-1.8,0.8-2.8,0.8C14.4,16.5,14.2,16.5,14.1,16.5L14.1,16.5z M3.5,16C2.7,16,2,15.3,2,14.5v-10
|
||||
C2,3.7,2.7,3,3.5,3h13C17.3,3,18,3.7,18,4.5V8h-2V5H4v9h4v2H3.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
15
public/static/WSPlayer/icon/draw-triangle_on.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<path id="路径_18918" class="st0" d="M11.7,15.7c-0.9-0.6-1.6-1.5-2-2.5l0-0.1l0-0.1c0.7-2,2.6-3.3,4.8-3.3c1,0,2,0.3,2.8,0.8
|
||||
c0.9,0.6,1.6,1.5,2,2.5l0,0.1l0,0.1c-0.4,1-1.1,1.9-2,2.5c-0.8,0.5-1.8,0.8-2.8,0.8C13.5,16.5,12.5,16.2,11.7,15.7z M11.1,13.1
|
||||
c0.6,1.3,1.9,2.1,3.4,2c1.4,0,2.7-0.8,3.4-2.1c-0.6-1.3-1.9-2.1-3.4-2C13.1,11,11.8,11.8,11.1,13.1L11.1,13.1z M3.5,16
|
||||
C2.7,16,2,15.3,2,14.5v-10C2,3.7,2.7,3,3.5,3h13C17.3,3,18,3.7,18,4.5V8h-2V5H4v9h4v2H3.5z M12.7,13.1c0-1,0.8-1.8,1.8-1.8
|
||||
c0,0,0,0,0,0c1,0,1.8,0.8,1.8,1.8c0,0,0,0,0,0c0,1-0.8,1.8-1.8,1.8c0,0,0,0,0,0C13.5,14.9,12.7,14.1,12.7,13.1
|
||||
C12.7,13.1,12.7,13.1,12.7,13.1L12.7,13.1z M14,13.1c0,0.2,0.2,0.4,0.5,0.4c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.5
|
||||
C14.3,12.7,14.1,12.9,14,13.1L14,13.1z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
15
public/static/WSPlayer/icon/draw-triangle_on_hover.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#428AE3;}
|
||||
</style>
|
||||
<path id="路径_18918" class="st0" d="M11.7,15.7c-0.9-0.6-1.6-1.5-2-2.5l0-0.1l0-0.1c0.7-2,2.6-3.3,4.8-3.3c1,0,2,0.3,2.8,0.8
|
||||
c0.9,0.6,1.6,1.5,2,2.5l0,0.1l0,0.1c-0.4,1-1.1,1.9-2,2.5c-0.8,0.5-1.8,0.8-2.8,0.8C13.5,16.5,12.5,16.2,11.7,15.7z M11.1,13.1
|
||||
c0.6,1.3,1.9,2.1,3.4,2c1.4,0,2.7-0.8,3.4-2.1c-0.6-1.3-1.9-2.1-3.4-2C13.1,11,11.8,11.8,11.1,13.1L11.1,13.1z M3.5,16
|
||||
C2.7,16,2,15.3,2,14.5v-10C2,3.7,2.7,3,3.5,3h13C17.3,3,18,3.7,18,4.5V8h-2V5H4v9h4v2H3.5z M12.7,13.1c0-1,0.8-1.8,1.8-1.8
|
||||
c0,0,0,0,0,0c1,0,1.8,0.8,1.8,1.8c0,0,0,0,0,0c0,1-0.8,1.8-1.8,1.8c0,0,0,0,0,0C13.5,14.9,12.7,14.1,12.7,13.1
|
||||
C12.7,13.1,12.7,13.1,12.7,13.1L12.7,13.1z M14,13.1c0,0.2,0.2,0.4,0.5,0.4c0.2,0,0.4-0.2,0.4-0.4c0-0.2-0.2-0.4-0.4-0.5
|
||||
C14.3,12.7,14.1,12.9,14,13.1L14,13.1z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/static/WSPlayer/icon/drops.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
13
public/static/WSPlayer/icon/fullscreen-hover.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="组_10250" transform="translate(2120 -6283)">
|
||||
<path id="联合_381" class="st0" d="M-2118,6302c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2118z M-2118,6287v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2117.6,6286-2118,6286.4-2118,6287z
|
||||
M-2116.2,6298.2v-8l8,8H-2116.2z M-2112.2,6288.2h8v8L-2112.2,6288.2z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 784 B |
13
public/static/WSPlayer/icon/fullscreen.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="组_10250" transform="translate(2120 -6283)">
|
||||
<path id="联合_381" class="st0" d="M-2118,6302c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2118z M-2118,6287v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2117.6,6286-2118,6286.4-2118,6287z
|
||||
M-2116.2,6298.2v-8l8,8H-2116.2z M-2112.2,6288.2h8v8L-2112.2,6288.2z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 784 B |
13
public/static/WSPlayer/icon/hide-pantilt-on.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="20.000000" height="20.000000" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<desc>
|
||||
Created with Pixso.
|
||||
</desc>
|
||||
<defs>
|
||||
<clipPath id="clip69_1219">
|
||||
<rect id="图层_1" width="20.000000" height="20.000000" fill="white" fill-opacity="0"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69_1219)">
|
||||
<path id="合并" d="M10 1L13.7595 4.75998L6.23975 4.75998L10 1ZM1 9.99963L4.76025 6.24109L4.76025 13.7596L1 9.99963ZM19 9.99963L15.2405 6.24109L15.2405 13.7596L19 9.99963ZM10 8.20001C9.00586 8.20001 8.19995 9.00589 8.19995 10C8.19995 10.9941 9.00586 11.8 10 11.8C10.9941 11.8 11.8 10.9941 11.8 10C11.8 9.00589 10.9941 8.20001 10 8.20001ZM10 19L13.7595 15.24L6.23975 15.24L10 19Z" clip-rule="evenodd" fill="#428ae3" fill-opacity="1.000000" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 858 B |
13
public/static/WSPlayer/icon/hide-pantilt.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="20.000000" height="20.000000" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<desc>
|
||||
Created with Pixso.
|
||||
</desc>
|
||||
<defs>
|
||||
<clipPath id="clip69_1219">
|
||||
<rect id="图层_1" width="20.000000" height="20.000000" fill="white" fill-opacity="0"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip69_1219)">
|
||||
<path id="合并" d="M10 1L13.7595 4.75998L6.23975 4.75998L10 1ZM1 9.99963L4.76025 6.24109L4.76025 13.7596L1 9.99963ZM19 9.99963L15.2405 6.24109L15.2405 13.7596L19 9.99963ZM10 8.20001C9.00586 8.20001 8.19995 9.00589 8.19995 10C8.19995 10.9941 9.00586 11.8 10 11.8C10.9941 11.8 11.8 10.9941 11.8 10C11.8 9.00589 10.9941 8.20001 10 8.20001ZM10 19L13.7595 15.24L6.23975 15.24L10 19Z" clip-rule="evenodd" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 858 B |
13
public/static/WSPlayer/icon/mobile-speed-control-icon.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="20.000000" height="20.000000" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<desc>
|
||||
Created with Pixso.
|
||||
</desc>
|
||||
<defs>
|
||||
<clipPath id="clip78_352">
|
||||
<rect id="svg" width="20.000000" height="20.000000" fill="white" fill-opacity="0"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#clip78_352)">
|
||||
<path id="合并" d="M1 2L19 2L19 18L1 18L1 2ZM2.3999 16.6L2.3999 3.39999L17.6001 3.39999L17.6001 16.6L2.3999 16.6ZM10.3999 14.2L10.3999 10.45L6.35986 13.48L5.3999 14.2L5.3999 5.79999L10.3999 9.54999L10.3999 5.79999L16 10L11.3599 13.48L10.3999 14.2ZM6.6001 11.8L9 10L6.6001 8.19998L6.6001 11.8ZM14 10L11.6001 11.8L11.6001 8.19998L14 10Z" clip-rule="evenodd" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 808 B |
13
public/static/WSPlayer/icon/more.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="组_11840" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<g>
|
||||
<circle class="st0" cx="4" cy="10" r="2"/>
|
||||
<circle class="st0" cx="10" cy="10" r="2"/>
|
||||
<circle class="st0" cx="16" cy="10" r="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 553 B |
BIN
public/static/WSPlayer/icon/play-h.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/static/WSPlayer/icon/play-n.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/static/WSPlayer/icon/play-p.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
4
public/static/WSPlayer/icon/ptz-icon1.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg id="_1" data-name="1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<rect id="矩形_552" data-name="矩形 552" width="20" height="20" fill="none" opacity="0"/>
|
||||
<path id="联合_354" data-name="联合 354" d="M-5040.636-9881.895l-2.5-2.5a6.963,6.963,0,0,1-4.192,1.4,7.009,7.009,0,0,1-7-7,7.009,7.009,0,0,1,7-7,7.01,7.01,0,0,1,7,7,6.966,6.966,0,0,1-1.4,4.192l2.5,2.5a1,1,0,0,1,0,1.413,1,1,0,0,1-.707.293A1,1,0,0,1-5040.636-9881.895Zm-11.689-8.1a5.005,5.005,0,0,0,5,5,5.006,5.006,0,0,0,5-5,5.006,5.006,0,0,0-5-5A5.005,5.005,0,0,0-5052.325-9890Zm3.73,1a1,1,0,0,1-1-1,1,1,0,0,1,1-1h3a1,1,0,0,1,1,1,1,1,0,0,1-1,1Z" transform="translate(5056.266 9898.999)" fill="#657685"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 718 B |
13
public/static/WSPlayer/icon/ptz-icon2.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="联合_355" class="st0" d="M15.6,17.1l-2.5-2.5c-1.2,0.9-2.7,1.4-4.2,1.4c-3.9,0-7-3.1-7-7c0-3.9,3.1-7,7-7
|
||||
c3.9,0,7,3.1,7,7c0,1.5-0.5,3-1.4,4.2l2.5,2.5c0.4,0.4,0.4,1,0,1.4c-0.2,0.2-0.4,0.3-0.7,0.3C16.1,17.4,15.8,17.3,15.6,17.1z M3.9,9
|
||||
c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5c0-2.8-2.2-5-5-5C6.2,4,3.9,6.2,3.9,9L3.9,9z M8.2,10.5V10H7.7c-0.6,0-1-0.4-1-1s0.4-1,1-1h0.5V7.5
|
||||
c0-0.6,0.4-1,1-1s1,0.4,1,1V8h0.5c0.6,0,1,0.4,1,1s-0.4,1-1,1h-0.5v0.5c0,0.6-0.4,1-1,1C8.6,11.5,8.2,11.1,8.2,10.5
|
||||
C8.2,10.5,8.2,10.5,8.2,10.5L8.2,10.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 929 B |
10
public/static/WSPlayer/icon/ptz-icon3.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="_3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="联合_357" class="st0" d="M15,17h-3v-2h3v-3h2v5H15z M3,17v-5h2v3h3v2H3z M9,10c0-0.6,0.4-1,1-1s1,0.4,1,1s-0.4,1-1,1
|
||||
C9.5,11,9,10.6,9,10C9,10,9,10,9,10L9,10z M15,8V5h-3V3h5v5H15z M3,8V3h5v2H5v3H3z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 611 B |
10
public/static/WSPlayer/icon/ptz-icon4.svg
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="_4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="联合_357" class="st0" d="M15,17h-3v-2h3v-3h2v5H15z M3,17v-5h2v3h3v2H3z M8,10c0-1.1,0.9-2,2-2s2,0.9,2,2s-0.9,2-2,2
|
||||
C8.9,12,8,11.1,8,10C8,10,8,10,8,10L8,10z M15,8V5h-3V3h5v5H15z M3,8V3h5v2H5v3H3z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 611 B |
12
public/static/WSPlayer/icon/ptz-icon5.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="联合_358" class="st0" d="M5.2,15.1l2.6-4.6l3.7,6.3C11,16.9,10.5,17,10,17C8.2,17,6.5,16.3,5.2,15.1z M9.9,12.5h6.7
|
||||
c-0.8,1.9-2.3,3.4-4.3,4.1L9.9,12.5z M3,10c0-0.6,0.1-1.3,0.3-1.9h5.1l-3.7,6.4C3.6,13.2,3,11.6,3,10L3,10z M11.7,11.8l3.6-6.3
|
||||
C16.4,6.8,17,8.3,17,10c0,0.6-0.1,1.2-0.2,1.8H11.7z M11.3,7.8l-0.2-0.3l-0.1-0.1L8.7,3.1C9.1,3,9.5,3,10,3c1.8,0,3.5,0.7,4.8,1.9
|
||||
l-2.6,4.4L11.3,7.8z M3.5,7.4c0.8-1.9,2.4-3.4,4.4-4l2.3,4H3.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 849 B |
14
public/static/WSPlayer/icon/ptz-icon6.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<path id="减去_260" class="st0" d="M10,17c-1.8,0-3.5-0.7-4.8-1.9l1.3-2.3c0.9,1.1,2.2,1.7,3.5,1.7h0.1l1.4,2.3
|
||||
C11,16.9,10.5,17,10,17z M12.2,16.6L12.2,16.6L11,14.4c1.1-0.2,2.2-0.9,2.8-1.9h2.8C15.8,14.5,14.2,16,12.2,16.6L12.2,16.6z
|
||||
M4.6,14.5L4.6,14.5C3.6,13.2,3,11.6,3,10c0-0.6,0.1-1.3,0.3-1.9h2.7C5.7,8.7,5.5,9.4,5.5,10c0,0.7,0.2,1.4,0.5,2.1L4.6,14.5
|
||||
L4.6,14.5z M16.8,11.7h-2.6c0.2-0.6,0.4-1.1,0.4-1.8c0-0.8-0.2-1.5-0.5-2.1l1.4-2.4C16.4,6.8,17,8.3,17,10
|
||||
C17,10.6,16.9,11.2,16.8,11.7L16.8,11.7z M6.4,7.4H3.5c0.8-1.9,2.4-3.4,4.4-4l1.3,2.3C8.1,5.8,7,6.4,6.4,7.4L6.4,7.4z M13.5,7.1
|
||||
L13.5,7.1c-0.9-1-2.1-1.6-3.5-1.6L8.7,3.1C9.1,3,9.5,3,10,3c1.8,0,3.5,0.7,4.8,1.9L13.5,7.1L13.5,7.1z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
3
public/static/WSPlayer/icon/ptz-select-hover.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path id="select" d="M16,19.2l-3.2,3.2H11.2V11.2H22.4v1.6L19.2,16,24,20.8,20.8,24Zm-8,0H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0H18.2a1,1,0,0,1,1,1V8H16V4.2a1,1,0,0,0-1-1H4.2a1,1,0,0,0-1,1V15a1,1,0,0,0,1,1H8v3.2H8Z" fill="#1c6bd6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 317 B |
3
public/static/WSPlayer/icon/ptz-select.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path id="select" d="M16,19.2l-3.2,3.2H11.2V11.2H22.4v1.6L19.2,16,24,20.8,20.8,24Zm-8,0H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0H18.2a1,1,0,0,1,1,1V8H16V4.2a1,1,0,0,0-1-1H4.2a1,1,0,0,0-1,1V15a1,1,0,0,0,1,1H8v3.2H8Z" fill="#657685"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 317 B |
5
public/static/WSPlayer/icon/record_pause.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34">
|
||||
<g id="组_10144" data-name="组 10144" transform="translate(-985 -1010)">
|
||||
<path id="减去_293" data-name="减去 293" d="M3484-3803a16.889,16.889,0,0,1-12.021-4.979A16.888,16.888,0,0,1,3467-3820a16.888,16.888,0,0,1,4.979-12.021A16.889,16.889,0,0,1,3484-3837a16.889,16.889,0,0,1,12.021,4.979A16.889,16.889,0,0,1,3501-3820a16.889,16.889,0,0,1-4.979,12.021A16.889,16.889,0,0,1,3484-3803Zm-3-22a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2v-6a2,2,0,0,0-2-2Z" transform="translate(-2482 4847)" fill="#657685"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 613 B |
5
public/static/WSPlayer/icon/record_play.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34">
|
||||
<g id="组_10145" data-name="组 10145" transform="translate(-985 -1010)">
|
||||
<path id="减去_294" data-name="减去 294" d="M3542-3803a16.889,16.889,0,0,1-12.021-4.979A16.888,16.888,0,0,1,3525-3820a16.888,16.888,0,0,1,4.979-12.021A16.889,16.889,0,0,1,3542-3837a16.888,16.888,0,0,1,12.021,4.979A16.888,16.888,0,0,1,3559-3820a16.888,16.888,0,0,1-4.979,12.021A16.888,16.888,0,0,1,3542-3803Zm-1.995-23.267a2.007,2.007,0,0,0-2.006,2v8.526a2.007,2.007,0,0,0,2.006,2,1.988,1.988,0,0,0,1.1-.339l6.4-4.263a2,2,0,0,0,.891-1.664,2,2,0,0,0-.891-1.664l-6.4-4.263A1.983,1.983,0,0,0,3540.005-3826.266Z" transform="translate(-2540 4847)" fill="#657685"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 742 B |
11
public/static/WSPlayer/icon/refresh-replay.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<path id="联合_40" class="st0" d="M2,10c0-1.1,0.2-2.1,0.6-3.1l0,0v0L6.7,11H4.1c0.5,3.3,3.6,5.5,6.9,4.9c1.2-0.2,2.3-0.8,3.2-1.6
|
||||
l1.4,1.4c-3.2,3.1-8.2,3-11.3-0.2C2.8,14.1,2,12.1,2,10z M13,9h2.9C15.4,5.7,12.3,3.5,9,4.1C7.8,4.3,6.6,4.9,5.7,5.8L4.3,4.4
|
||||
c3.1-3.1,8.2-3.2,11.3-0.1C17.1,5.8,18,7.9,18,10c0,1.1-0.2,2.2-0.7,3.2l0,0v0L13,9z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 744 B |
11
public/static/WSPlayer/icon/refresh-replay_hover.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<path id="联合_40" class="st0" d="M2,10c0-1.1,0.2-2.1,0.6-3.1l0,0v0L6.7,11H4.1c0.5,3.3,3.6,5.5,6.9,4.9c1.2-0.2,2.3-0.8,3.2-1.6
|
||||
l1.4,1.4c-3.2,3.1-8.2,3-11.3-0.2C2.8,14.1,2,12.1,2,10z M13,9h2.9C15.4,5.7,12.3,3.5,9,4.1C7.8,4.3,6.6,4.9,5.7,5.8L4.3,4.4
|
||||
c3.1-3.1,8.2-3.2,11.3-0.1C17.1,5.8,18,7.9,18,10c0,1.1-0.2,2.2-0.7,3.2l0,0v0L13,9z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 744 B |
15
public/static/WSPlayer/icon/screen-more-icon.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="组_10249" transform="translate(2120 -6283)">
|
||||
<path id="联合_380" class="st0" d="M-2118,6302c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2118z M-2118,6287v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2117.6,6286-2118,6286.4-2118,6287z
|
||||
M-2107,6293c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S-2107,6293.8-2107,6293z M-2111.5,6293
|
||||
c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S-2111.5,6293.8-2111.5,6293z M-2116,6293c0-0.8,0.7-1.5,1.5-1.5
|
||||
s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S-2116,6293.8-2116,6293z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1001 B |
11
public/static/WSPlayer/icon/screen_1.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<path id="联合_377" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
|
||||
c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M9.2,14.5V7.4c-0.3,0.2-0.6,0.4-1,0.5
|
||||
C7.9,8.1,7.5,8.2,7.1,8.2V6.6c1-0.3,1.9-0.7,2.8-1.4h1.2v9.3L9.2,14.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 718 B |
18
public/static/WSPlayer/icon/screen_16.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="组_10252" transform="translate(2093 -6317)">
|
||||
<path id="联合_374" class="st0" d="M-2091,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2091z M-2091,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2090.6,6320-2091,6320.4-2091,6321z
|
||||
M-2081.6,6330.5c-0.6-0.9-0.9-2-0.8-3.1c-0.1-1.3,0.3-2.6,1.1-3.7c0.7-0.9,1.8-1.5,3-1.4c0.6,0,1.1,0.1,1.6,0.2v1.6
|
||||
c-0.5-0.3-1-0.4-1.5-0.4c-0.7,0-1.3,0.3-1.7,0.8c-0.4,0.6-0.7,1.4-0.6,2.1h0c0.4-0.7,1.2-1,1.9-1c0.7,0,1.4,0.3,1.8,0.8
|
||||
c0.5,0.6,0.7,1.3,0.7,2c0,0.8-0.3,1.7-0.9,2.3c-0.6,0.6-1.4,0.9-2.2,0.9C-2080.2,6331.7-2081.1,6331.3-2081.6,6330.5z
|
||||
M-2080.2,6327.5c-0.2,0.3-0.4,0.6-0.3,1c0,0.4,0.1,0.8,0.4,1.2c0.2,0.3,0.6,0.5,0.9,0.5c0.4,0,0.7-0.2,0.9-0.5
|
||||
c0.2-0.3,0.3-0.7,0.3-1.1c0-1-0.4-1.5-1.3-1.5C-2079.6,6327.1-2079.9,6327.2-2080.2,6327.5L-2080.2,6327.5z M-2087.3,6331.5v-7.1
|
||||
c-0.3,0.2-0.6,0.4-1,0.5c-0.4,0.1-0.7,0.2-1.1,0.3v-1.6c1-0.3,1.9-0.7,2.8-1.4h1.2v9.3L-2087.3,6331.5z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
18
public/static/WSPlayer/icon/screen_16_hover.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="组_10252" transform="translate(2093 -6317)">
|
||||
<path id="联合_374" class="st0" d="M-2091,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2091z M-2091,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2090.6,6320-2091,6320.4-2091,6321z
|
||||
M-2081.6,6330.5c-0.6-0.9-0.9-2-0.8-3.1c-0.1-1.3,0.3-2.6,1.1-3.7c0.7-0.9,1.8-1.5,3-1.4c0.6,0,1.1,0.1,1.6,0.2v1.6
|
||||
c-0.5-0.3-1-0.4-1.5-0.4c-0.7,0-1.3,0.3-1.7,0.8c-0.4,0.6-0.7,1.4-0.6,2.1h0c0.4-0.7,1.2-1,1.9-1c0.7,0,1.4,0.3,1.8,0.8
|
||||
c0.5,0.6,0.7,1.3,0.7,2c0,0.8-0.3,1.7-0.9,2.3c-0.6,0.6-1.4,0.9-2.2,0.9C-2080.2,6331.7-2081.1,6331.3-2081.6,6330.5z
|
||||
M-2080.2,6327.5c-0.2,0.3-0.4,0.6-0.3,1c0,0.4,0.1,0.8,0.4,1.2c0.2,0.3,0.6,0.5,0.9,0.5c0.4,0,0.7-0.2,0.9-0.5
|
||||
c0.2-0.3,0.3-0.7,0.3-1.1c0-1-0.4-1.5-1.3-1.5C-2079.6,6327.1-2079.9,6327.2-2080.2,6327.5L-2080.2,6327.5z M-2087.3,6331.5v-7.1
|
||||
c-0.3,0.2-0.6,0.4-1,0.5c-0.4,0.1-0.7,0.2-1.1,0.3v-1.6c1-0.3,1.9-0.7,2.8-1.4h1.2v9.3L-2087.3,6331.5z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
11
public/static/WSPlayer/icon/screen_1_hover.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<path id="联合_377" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
|
||||
c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M9.2,14.5V7.4c-0.3,0.2-0.6,0.4-1,0.5
|
||||
C7.9,8.1,7.5,8.2,7.1,8.2V6.6c1-0.3,1.9-0.7,2.8-1.4h1.2v9.3L9.2,14.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 718 B |
18
public/static/WSPlayer/icon/screen_2.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="画板_9">
|
||||
<g id="组_10251" transform="translate(2126 -6317)">
|
||||
<path id="联合_373" class="st0" d="M-2124,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2124z M-2124,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2123.6,6320-2124,6320.4-2124,6321z
|
||||
M-2118.9,6331.5v-0.7c0-0.4,0.1-0.9,0.3-1.3c0.2-0.4,0.4-0.8,0.7-1.1c0.4-0.4,0.9-0.8,1.4-1.2c0.5-0.3,0.9-0.7,1.2-1.2
|
||||
c0.2-0.3,0.3-0.7,0.4-1.1c0-0.8-0.4-1.2-1.3-1.2c-0.8,0-1.6,0.4-2.2,0.9v-1.7c0.8-0.5,1.7-0.8,2.7-0.8c0.8,0,1.5,0.2,2.1,0.7
|
||||
c0.5,0.5,0.8,1.2,0.8,1.9c0,0.4-0.1,0.8-0.2,1.2c-0.2,0.4-0.4,0.7-0.7,1c-0.4,0.4-0.9,0.8-1.4,1.2c-0.4,0.3-0.9,0.6-1.2,1
|
||||
c-0.2,0.2-0.3,0.4-0.3,0.6h3.9v1.6L-2118.9,6331.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
19
public/static/WSPlayer/icon/screen_25.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="组_10253" transform="translate(2057 -6317)">
|
||||
<path id="联合_375" class="st0" d="M-2055,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2055z M-2055,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2054.6,6320-2055,6320.4-2055,6321z
|
||||
M-2046.1,6331.3v-1.6c0.6,0.4,1.3,0.6,2,0.6c0.5,0,0.9-0.1,1.3-0.4c0.3-0.3,0.5-0.7,0.5-1.1c0-0.9-0.6-1.4-1.9-1.4
|
||||
c-0.6,0-1.1,0-1.6,0.1l0.3-5h4.8v1.6h-3.3l-0.1,1.9c0.3,0,0.6,0,0.9,0c0.8,0,1.5,0.2,2.1,0.7c0.5,0.5,0.8,1.2,0.8,2
|
||||
c0,0.8-0.3,1.7-0.9,2.2c-0.7,0.6-1.6,0.9-2.5,0.9C-2044.6,6331.7-2045.4,6331.5-2046.1,6331.3L-2046.1,6331.3z M-2053.9,6331.5
|
||||
v-0.7c0-0.4,0.1-0.9,0.3-1.3c0.2-0.4,0.4-0.8,0.7-1.1c0.4-0.4,0.9-0.8,1.4-1.2c0.5-0.3,0.9-0.7,1.2-1.2c0.2-0.3,0.4-0.7,0.4-1.1
|
||||
c0-0.8-0.4-1.2-1.3-1.2c-0.8,0-1.6,0.4-2.2,0.9v-1.7c0.8-0.5,1.7-0.8,2.7-0.8c0.8,0,1.5,0.2,2.1,0.7c0.5,0.5,0.8,1.2,0.8,1.9
|
||||
c0,0.4-0.1,0.8-0.2,1.2c-0.2,0.4-0.4,0.7-0.7,1c-0.4,0.4-0.9,0.8-1.4,1.2c-0.4,0.3-0.9,0.6-1.2,1c-0.2,0.2-0.3,0.4-0.3,0.6h3.8v1.6
|
||||
L-2053.9,6331.5z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
19
public/static/WSPlayer/icon/screen_25_hover.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="组_10253" transform="translate(2057 -6317)">
|
||||
<path id="联合_375" class="st0" d="M-2055,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2055z M-2055,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2054.6,6320-2055,6320.4-2055,6321z
|
||||
M-2046.1,6331.3v-1.6c0.6,0.4,1.3,0.6,2,0.6c0.5,0,0.9-0.1,1.3-0.4c0.3-0.3,0.5-0.7,0.5-1.1c0-0.9-0.6-1.4-1.9-1.4
|
||||
c-0.6,0-1.1,0-1.6,0.1l0.3-5h4.8v1.6h-3.3l-0.1,1.9c0.3,0,0.6,0,0.9,0c0.8,0,1.5,0.2,2.1,0.7c0.5,0.5,0.8,1.2,0.8,2
|
||||
c0,0.8-0.3,1.7-0.9,2.2c-0.7,0.6-1.6,0.9-2.5,0.9C-2044.6,6331.7-2045.4,6331.5-2046.1,6331.3L-2046.1,6331.3z M-2053.9,6331.5
|
||||
v-0.7c0-0.4,0.1-0.9,0.3-1.3c0.2-0.4,0.4-0.8,0.7-1.1c0.4-0.4,0.9-0.8,1.4-1.2c0.5-0.3,0.9-0.7,1.2-1.2c0.2-0.3,0.4-0.7,0.4-1.1
|
||||
c0-0.8-0.4-1.2-1.3-1.2c-0.8,0-1.6,0.4-2.2,0.9v-1.7c0.8-0.5,1.7-0.8,2.7-0.8c0.8,0,1.5,0.2,2.1,0.7c0.5,0.5,0.8,1.2,0.8,1.9
|
||||
c0,0.4-0.1,0.8-0.2,1.2c-0.2,0.4-0.4,0.7-0.7,1c-0.4,0.4-0.9,0.8-1.4,1.2c-0.4,0.3-0.9,0.6-1.2,1c-0.2,0.2-0.3,0.4-0.3,0.6h3.8v1.6
|
||||
L-2053.9,6331.5z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
18
public/static/WSPlayer/icon/screen_2_hover.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="画板_9">
|
||||
<g id="组_10251" transform="translate(2126 -6317)">
|
||||
<path id="联合_373" class="st0" d="M-2124,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2124z M-2124,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2123.6,6320-2124,6320.4-2124,6321z
|
||||
M-2118.9,6331.5v-0.7c0-0.4,0.1-0.9,0.3-1.3c0.2-0.4,0.4-0.8,0.7-1.1c0.4-0.4,0.9-0.8,1.4-1.2c0.5-0.3,0.9-0.7,1.2-1.2
|
||||
c0.2-0.3,0.3-0.7,0.4-1.1c0-0.8-0.4-1.2-1.3-1.2c-0.8,0-1.6,0.4-2.2,0.9v-1.7c0.8-0.5,1.7-0.8,2.7-0.8c0.8,0,1.5,0.2,2.1,0.7
|
||||
c0.5,0.5,0.8,1.2,0.8,1.9c0,0.4-0.1,0.8-0.2,1.2c-0.2,0.4-0.4,0.7-0.7,1c-0.4,0.4-0.9,0.8-1.4,1.2c-0.4,0.3-0.9,0.6-1.2,1
|
||||
c-0.2,0.2-0.3,0.4-0.3,0.6h3.9v1.6L-2118.9,6331.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
13
public/static/WSPlayer/icon/screen_3.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20" style="enable-background:new 0 0 21 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<path id="联合_889" class="st0" d="M2.5,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2.5z
|
||||
M2.5,4v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1h-14C2.9,3,2.5,3.4,2.5,4z M11.5,16c-0.3,0-0.5-0.2-0.5-0.5V11
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v4.5c0,0.3-0.2,0.5-0.5,0.5H11.5z M4,16c-0.3,0-0.5-0.2-0.5-0.5v-11
|
||||
C3.5,4.2,3.7,4,4,4h5.5C9.8,4,10,4.2,10,4.5v11c0,0.3-0.2,0.5-0.5,0.5H4z M11.5,9.5C11.2,9.5,11,9.3,11,9V4.5C11,4.2,11.2,4,11.5,4
|
||||
H17c0.3,0,0.5,0.2,0.5,0.5V9c0,0.3-0.2,0.5-0.5,0.5H11.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 957 B |
13
public/static/WSPlayer/icon/screen_3_hover.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20" style="enable-background:new 0 0 21 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<path id="联合_889" class="st0" d="M2.5,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2.5z
|
||||
M2.5,4v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1h-14C2.9,3,2.5,3.4,2.5,4z M11.5,16c-0.3,0-0.5-0.2-0.5-0.5V11
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v4.5c0,0.3-0.2,0.5-0.5,0.5H11.5z M4,16c-0.3,0-0.5-0.2-0.5-0.5v-11
|
||||
C3.5,4.2,3.7,4,4,4h5.5C9.8,4,10,4.2,10,4.5v11c0,0.3-0.2,0.5-0.5,0.5H4z M11.5,9.5C11.2,9.5,11,9.3,11,9V4.5C11,4.2,11.2,4,11.5,4
|
||||
H17c0.3,0,0.5,0.2,0.5,0.5V9c0,0.3-0.2,0.5-0.5,0.5H11.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 957 B |
12
public/static/WSPlayer/icon/screen_4.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<path id="联合_379" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
|
||||
c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M10.2,14.5v-1.9H6.2v-1.4c0.8-0.9,1.6-1.9,2.4-3
|
||||
c0.6-0.9,1.2-1.8,1.7-2.8H12v5.8h1.3v1.4H12v1.9H10.2z M9.4,9.1c-0.3,0.5-0.9,1.2-1.6,2.1h2.4V7.9C10,8.3,9.7,8.7,9.4,9.1L9.4,9.1z"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 788 B |
12
public/static/WSPlayer/icon/screen_4_hover.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<path id="联合_379" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
|
||||
c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M10.2,14.5v-1.9H6.2v-1.4c0.8-0.9,1.6-1.9,2.4-3
|
||||
c0.6-0.9,1.2-1.8,1.7-2.8H12v5.8h1.3v1.4H12v1.9H10.2z M9.4,9.1c-0.3,0.5-0.9,1.2-1.6,2.1h2.4V7.9C10,8.3,9.7,8.7,9.4,9.1L9.4,9.1z"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 788 B |
16
public/static/WSPlayer/icon/screen_6.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20" style="enable-background:new 0 0 21 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<path id="联合_891" class="st0" d="M2.5,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2.5z
|
||||
M2.5,4v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1h-14C2.9,3,2.5,3.4,2.5,4z M14.5,15.8c-0.3,0-0.5-0.2-0.5-0.5V13
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5H14.5z M9.3,15.8c-0.3,0-0.5-0.2-0.5-0.5V13
|
||||
c0-0.3,0.2-0.5,0.5-0.5h3.2c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5H9.3z M4,15.8c-0.3,0-0.5-0.2-0.5-0.5V13
|
||||
c0-0.3,0.2-0.5,0.5-0.5h3.2c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5H4z M14.5,11.7c-0.3,0-0.5-0.2-0.5-0.5V8.9
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5L14.5,11.7z M4,11.7c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h8.5c0.3,0,0.5,0.2,0.5,0.5v6.5c0,0.3-0.2,0.5-0.5,0.5L4,11.7z M14.5,7.7c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v2.5c0,0.3-0.2,0.5-0.5,0.5H14.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
16
public/static/WSPlayer/icon/screen_6_hover.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20" style="enable-background:new 0 0 21 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<path id="联合_891" class="st0" d="M2.5,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2.5z
|
||||
M2.5,4v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1h-14C2.9,3,2.5,3.4,2.5,4z M14.5,15.8c-0.3,0-0.5-0.2-0.5-0.5V13
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5H14.5z M9.3,15.8c-0.3,0-0.5-0.2-0.5-0.5V13
|
||||
c0-0.3,0.2-0.5,0.5-0.5h3.2c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5H9.3z M4,15.8c-0.3,0-0.5-0.2-0.5-0.5V13
|
||||
c0-0.3,0.2-0.5,0.5-0.5h3.2c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5H4z M14.5,11.7c-0.3,0-0.5-0.2-0.5-0.5V8.9
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v2.3c0,0.3-0.2,0.5-0.5,0.5L14.5,11.7z M4,11.7c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h8.5c0.3,0,0.5,0.2,0.5,0.5v6.5c0,0.3-0.2,0.5-0.5,0.5L4,11.7z M14.5,7.7c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5H17c0.3,0,0.5,0.2,0.5,0.5v2.5c0,0.3-0.2,0.5-0.5,0.5H14.5z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
18
public/static/WSPlayer/icon/screen_8.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20" style="enable-background:new 0 0 21 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<path id="联合_895" class="st0" d="M2.5,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2.5z
|
||||
M2.5,4v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1h-14C2.9,3,2.5,3.4,2.5,4z M14.9,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L14.9,16z M11.2,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L11.2,16z M7.4,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L7.4,16z M4,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L4,16z M14.9,12.8c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L14.9,12.8z M4,12.8c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h8.7c0.3,0,0.5,0.2,0.5,0.5v7.6c0,0.3-0.2,0.5-0.5,0.5L4,12.8z M14.9,9.7c-0.3,0-0.5-0.2-0.5-0.5V7.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5H14.9z M14.9,6.7c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L14.9,6.7z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
18
public/static/WSPlayer/icon/screen_8_hover.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 21 20" style="enable-background:new 0 0 21 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<path id="联合_895" class="st0" d="M2.5,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2.5z
|
||||
M2.5,4v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1h-14C2.9,3,2.5,3.4,2.5,4z M14.9,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L14.9,16z M11.2,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L11.2,16z M7.4,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L7.4,16z M4,16c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L4,16z M14.9,12.8c-0.3,0-0.5-0.2-0.5-0.5v-1.5
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L14.9,12.8z M4,12.8c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h8.7c0.3,0,0.5,0.2,0.5,0.5v7.6c0,0.3-0.2,0.5-0.5,0.5L4,12.8z M14.9,9.7c-0.3,0-0.5-0.2-0.5-0.5V7.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5H14.9z M14.9,6.7c-0.3,0-0.5-0.2-0.5-0.5V4.7
|
||||
c0-0.3,0.2-0.5,0.5-0.5h1.9c0.3,0,0.5,0.2,0.5,0.5v1.5c0,0.3-0.2,0.5-0.5,0.5L14.9,6.7z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
17
public/static/WSPlayer/icon/screen_9.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="组_10251" transform="translate(2126 -6317)">
|
||||
<path id="联合_373" class="st0" d="M-2124,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2124z M-2124,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2123.6,6320-2124,6320.4-2124,6321z
|
||||
M-2118.5,6331.3v-1.6c0.5,0.3,1.1,0.5,1.7,0.5c1.5,0,2.2-1,2.2-2.9l0,0c-0.4,0.6-1.1,1-1.8,0.9c-0.7,0-1.4-0.3-1.9-0.8
|
||||
c-0.5-0.5-0.8-1.3-0.7-2c0-0.9,0.3-1.7,0.9-2.3c0.6-0.6,1.4-0.9,2.3-0.9c0.9,0,1.8,0.4,2.3,1.1c0.6,0.9,0.9,2,0.8,3.1
|
||||
c0.1,1.3-0.3,2.6-1,3.8c-0.7,0.9-1.8,1.4-2.9,1.4C-2117.2,6331.7-2117.9,6331.6-2118.5,6331.3z M-2116.8,6324.2
|
||||
c-0.2,0.3-0.4,0.7-0.3,1.1c0,0.4,0.1,0.8,0.3,1.1c0.2,0.3,0.6,0.4,1,0.4c0.3,0,0.7-0.1,0.9-0.4c0.2-0.3,0.4-0.6,0.3-1
|
||||
c0-0.4-0.1-0.9-0.3-1.2c-0.2-0.3-0.6-0.5-0.9-0.5C-2116.2,6323.7-2116.6,6323.9-2116.8,6324.2L-2116.8,6324.2z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
17
public/static/WSPlayer/icon/screen_9_hover.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="组_10251" transform="translate(2126 -6317)">
|
||||
<path id="联合_373" class="st0" d="M-2124,6336c-1.1,0-2-0.9-2-2v-14c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2
|
||||
H-2124z M-2124,6321v12c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1v-12c0-0.6-0.4-1-1-1h-14C-2123.6,6320-2124,6320.4-2124,6321z
|
||||
M-2118.5,6331.3v-1.6c0.5,0.3,1.1,0.5,1.7,0.5c1.5,0,2.2-1,2.2-2.9l0,0c-0.4,0.6-1.1,1-1.8,0.9c-0.7,0-1.4-0.3-1.9-0.8
|
||||
c-0.5-0.5-0.8-1.3-0.7-2c0-0.9,0.3-1.7,0.9-2.3c0.6-0.6,1.4-0.9,2.3-0.9c0.9,0,1.8,0.4,2.3,1.1c0.6,0.9,0.9,2,0.8,3.1
|
||||
c0.1,1.3-0.3,2.6-1,3.8c-0.7,0.9-1.8,1.4-2.9,1.4C-2117.2,6331.7-2117.9,6331.6-2118.5,6331.3z M-2116.8,6324.2
|
||||
c-0.2,0.3-0.4,0.7-0.3,1.1c0,0.4,0.1,0.8,0.3,1.1c0.2,0.3,0.6,0.4,1,0.4c0.3,0,0.7-0.1,0.9-0.4c0.2-0.3,0.4-0.6,0.3-1
|
||||
c0-0.4-0.1-0.9-0.3-1.2c-0.2-0.3-0.6-0.5-0.9-0.5C-2116.2,6323.7-2116.6,6323.9-2116.8,6324.2L-2116.8,6324.2z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
9
public/static/WSPlayer/icon/screen_custom_division.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20">
|
||||
<g id="组_11891" data-name="组 11891" transform="translate(-1788.5 -999)">
|
||||
<g id="组_11890" data-name="组 11890" transform="translate(1789 999)">
|
||||
<path id="路径_18303" data-name="路径 18303" d="M6.25,14H8.62a1.5,1.5,0,0,0,1.06-.44L15.55,7.7A1.52,1.52,0,0,0,16,6.64a1.48,1.48,0,0,0-.44-1.06L13.42,3.45a1.51,1.51,0,0,0-2.12,0L5.44,9.32A1.5,1.5,0,0,0,5,10.38v2.37A1.25,1.25,0,0,0,6.25,14Z" transform="translate(-0.5 1.492)" fill="#b2bac2"/>
|
||||
<rect id="矩形_12158" data-name="矩形 12158" width="20" height="20" fill="none"/>
|
||||
</g>
|
||||
<path id="联合_874" data-name="联合 874" d="M3806-5175h-16a2,2,0,0,1-2-2v-14a2,2,0,0,1,2-2h16a2,2,0,0,1,2,2v14A2,2,0,0,1,3806-5175Zm-15-16a1,1,0,0,0-1,1v12a1,1,0,0,0,1,1h14a1,1,0,0,0,1-1v-12a1,1,0,0,0-1-1Z" transform="translate(-1999 6193)" fill="#b2bac2" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 986 B |
@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<g id="组_11891" data-name="组 11891" transform="translate(-1789 -999)">
|
||||
<g id="组_11890" data-name="组 11890" transform="translate(1789 999)">
|
||||
<path id="路径_18303" data-name="路径 18303" d="M6.25,14H8.62a1.5,1.5,0,0,0,1.06-.44L15.55,7.7A1.52,1.52,0,0,0,16,6.64a1.48,1.48,0,0,0-.44-1.06L13.42,3.45a1.51,1.51,0,0,0-2.12,0L5.44,9.32A1.5,1.5,0,0,0,5,10.38v2.37A1.25,1.25,0,0,0,6.25,14Z" transform="translate(-0.5 1.492)" fill="#1c6bd6"/>
|
||||
<rect id="矩形_12158" data-name="矩形 12158" width="20" height="20" fill="none"/>
|
||||
</g>
|
||||
<path id="联合_874" data-name="联合 874" d="M3806-5175h-16a2,2,0,0,1-2-2v-14a2,2,0,0,1,2-2h16a2,2,0,0,1,2,2v14A2,2,0,0,1,3806-5175Zm-15-16a1,1,0,0,0-1,1v12a1,1,0,0,0,1,1h14a1,1,0,0,0,1-1v-12a1,1,0,0,0-1-1Z" transform="translate(-1999 6193)" fill="#1c6bd6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 921 B |
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20.001" viewBox="0 0 20 20.001">
|
||||
<path id="减去_487" data-name="减去 487" d="M6893-8119h-18a1,1,0,0,1-1-1v-18a1,1,0,0,1,1-1h18a1,1,0,0,1,1,1v18A1,1,0,0,1,6893-8119Zm-9-8.585h0l3.536,3.535,1.414-1.416-3.536-3.536,3.536-3.534-1.414-1.414-3.536,3.534-3.536-3.536-1.414,1.416,3.536,3.536-3.536,3.536,1.414,1.414,3.535-3.535Z" transform="translate(-6874 8139)" fill="#c5cdd6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 445 B |
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
|
||||
<g id="组_11896" data-name="组 11896" transform="translate(-704 -302)">
|
||||
<rect id="矩形_12188" data-name="矩形 12188" width="28" height="28" rx="4" transform="translate(732 330) rotate(180)" fill="#1c79f4"/>
|
||||
<path id="联合_882" data-name="联合 882" d="M6876-8121v-6h14v6Zm-2-8v-2h18v2Zm2-4v-6h14v6Z" transform="translate(-7412 -6566.999) rotate(90)" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 481 B |
38
public/static/WSPlayer/icon/snapshot.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-4 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
stroke-width: 1.4px;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-5 {
|
||||
stroke: none;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="抓图" transform="translate(-1809 -182)">
|
||||
<path id="联合_359" data-name="联合 359" class="cls-1" d="M-1988-1170a1,1,0,0,1-1-1v-8.154a1,1,0,0,1,1-1h1.8v-.923a.958.958,0,0,1,.989-.922h3.956a.958.958,0,0,1,.989.922v.923H-1976a1,1,0,0,1,1,1V-1171a1,1,0,0,1-1,1Z" transform="translate(3801 1368)"/>
|
||||
<g id="椭圆_1064" data-name="椭圆 1064" class="cls-2" transform="translate(1815 190)">
|
||||
<circle class="cls-5" cx="3" cy="3" r="3"/>
|
||||
<circle class="cls-4" cx="3" cy="3" r="2.3"/>
|
||||
</g>
|
||||
<circle id="椭圆_1065" data-name="椭圆 1065" class="cls-3" cx="0.7" cy="0.7" r="0.7" transform="translate(1822 190)"/>
|
||||
<rect id="矩形_10804" data-name="矩形 10804" class="cls-4" width="20" height="20" transform="translate(1809 182)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
38
public/static/WSPlayer/icon/snapshot_hover.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-4 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
stroke: #428AE3;
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
stroke-width: 1.4px;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #428AE3;
|
||||
}
|
||||
|
||||
.cls-5 {
|
||||
stroke: none;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="抓图" transform="translate(-1809 -182)">
|
||||
<path id="联合_359" data-name="联合 359" class="cls-1" d="M-1988-1170a1,1,0,0,1-1-1v-8.154a1,1,0,0,1,1-1h1.8v-.923a.958.958,0,0,1,.989-.922h3.956a.958.958,0,0,1,.989.922v.923H-1976a1,1,0,0,1,1,1V-1171a1,1,0,0,1-1,1Z" transform="translate(3801 1368)"/>
|
||||
<g id="椭圆_1064" data-name="椭圆 1064" class="cls-2" transform="translate(1815 190)">
|
||||
<circle class="cls-5" cx="3" cy="3" r="3"/>
|
||||
<circle class="cls-4" cx="3" cy="3" r="2.3"/>
|
||||
</g>
|
||||
<circle id="椭圆_1065" data-name="椭圆 1065" class="cls-3" cx="0.7" cy="0.7" r="0.7" transform="translate(1822 190)"/>
|
||||
<rect id="矩形_10804" data-name="矩形 10804" class="cls-4" width="20" height="20" transform="translate(1809 182)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
15
public/static/WSPlayer/icon/speed_left.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M10.1,10c0-0.2,0.1-0.3,0.2-0.4l2.3-1.5V6.3c0-0.3-0.2-0.5-0.5-0.5c-0.1,0-0.2,0-0.2,0.1L4.6,9.6
|
||||
C4.4,9.6,4.3,9.8,4.3,10s0.1,0.4,0.3,0.4l7.4,3.7c0.1,0,0.1,0.1,0.2,0.1c0.3,0,0.5-0.2,0.5-0.5v-1.8l-2.3-1.5
|
||||
C10.2,10.3,10.1,10.2,10.1,10z"/>
|
||||
<path class="st0" d="M15.6,8.1c-0.1-0.2-0.4-0.3-0.7-0.2l-3.4,1.7c-0.1,0-0.2,0.1-0.2,0.2c-0.1,0.2,0,0.5,0.2,0.7l3.4,1.7
|
||||
c0.1,0,0.1,0.1,0.2,0.1c0.3,0,0.5-0.2,0.5-0.5V8.3C15.7,8.2,15.7,8.2,15.6,8.1z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 877 B |
15
public/static/WSPlayer/icon/speed_right.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#657685;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M15.4,9.6L8,5.9C8,5.8,7.9,5.8,7.8,5.8C7.5,5.8,7.3,6,7.3,6.3v1.8l2.3,1.5C9.8,9.7,9.9,9.8,9.9,10
|
||||
c0,0.2-0.1,0.3-0.2,0.4l-2.3,1.5v1.8c0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.2,0,0.2-0.1l7.4-3.7c0.2-0.1,0.3-0.3,0.3-0.4
|
||||
S15.6,9.6,15.4,9.6z"/>
|
||||
<path class="st0" d="M8.6,10.2c0.1-0.2,0-0.5-0.2-0.7L5,7.9C5,7.8,4.9,7.8,4.8,7.8C4.5,7.8,4.3,8,4.3,8.3v3.4c0,0.1,0,0.2,0.1,0.2
|
||||
c0.1,0.2,0.4,0.3,0.7,0.2l3.4-1.7C8.5,10.4,8.6,10.3,8.6,10.2z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 864 B |
BIN
public/static/WSPlayer/icon/spread.png
Normal file
|
After Width: | Height: | Size: 202 B |
BIN
public/static/WSPlayer/icon/tag-left-alarm.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/static/WSPlayer/icon/tag-left-normal.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
public/static/WSPlayer/icon/tag-middle-alarm.png
Normal file
|
After Width: | Height: | Size: 154 B |
BIN
public/static/WSPlayer/icon/tag-middle-normal.png
Normal file
|
After Width: | Height: | Size: 166 B |
BIN
public/static/WSPlayer/icon/tag-right-alarm.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
public/static/WSPlayer/icon/tag-right-normal.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
11
public/static/WSPlayer/icon/talk-off-hover.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#428AE3;}
|
||||
</style>
|
||||
<path id="联合_366" class="st0" d="M9,18v-2.1C5.6,15.4,3,12.5,3,9h2c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5h2c0,3.5-2.6,6.4-6,6.9V18H9
|
||||
z M6,9V6c0-2.2,1.8-4,4-4s4,1.8,4,4v3c0,2.2-1.8,4-4,4S6,11.2,6,9z M8,6v3c0,1.1,0.9,2,2,2s2-0.9,2-2V6c0-1.1-0.9-2-2-2S8,4.9,8,6z"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 667 B |
11
public/static/WSPlayer/icon/talk-off.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="关闭" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<path id="联合_366" class="st0" d="M9,18v-2.1C5.6,15.4,3,12.5,3,9h2c0,2.8,2.2,5,5,5c2.8,0,5-2.2,5-5h2c0,3.5-2.6,6.4-6,6.9V18H9
|
||||
z M6,9V6c0-2.2,1.8-4,4-4s4,1.8,4,4v3c0,2.2-1.8,4-4,4S6,11.2,6,9z M8,6v3c0,1.1,0.9,2,2,2s2-0.9,2-2V6c0-1.1-0.9-2-2-2S8,4.9,8,6z"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 667 B |
9
public/static/WSPlayer/icon/talk-on.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<g id="组_10230" data-name="组 10230" transform="translate(-69 -316)">
|
||||
<g id="关闭" transform="translate(69 316)">
|
||||
<rect id="矩形_6773" data-name="矩形 6773" width="20" height="20" fill="none"/>
|
||||
<path id="联合_366" data-name="联合 366" d="M-1145-391v-2.071a7.012,7.012,0,0,1-6-6.929h2a5.006,5.006,0,0,0,5,5,5.005,5.005,0,0,0,5-5h2a7.011,7.011,0,0,1-6,6.929V-391Zm-3-9v-3a4,4,0,0,1,4-4,4,4,0,0,1,4,4v3a4,4,0,0,1-4,4A4,4,0,0,1-1148-400Zm2-3v3a2,2,0,0,0,2,2,2,2,0,0,0,2-2v-3a2,2,0,0,0-2-2A2,2,0,0,0-1146-403Z" transform="translate(1154 409)" fill="#428AE3"/>
|
||||
</g>
|
||||
<circle id="椭圆_1066" data-name="椭圆 1066" cx="2" cy="2" r="2" transform="translate(82 318)" fill="#ff3434"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 813 B |
43
public/static/WSPlayer/icon/voice-have.svg
Normal file
@ -0,0 +1,43 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="21.115" height="20" viewBox="0 0 21.115 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-3, .cls-4 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.cls-1, .cls-4 {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
stroke-linecap: round;
|
||||
stroke-width: 1.4px;
|
||||
}
|
||||
|
||||
.cls-5, .cls-6 {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: #fff;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="声音-有" transform="translate(-1810 -163)">
|
||||
<g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
|
||||
<rect class="cls-5" width="5" height="9" rx="1"/>
|
||||
<rect class="cls-3" x="1" y="1" width="3" height="7"/>
|
||||
</g>
|
||||
<g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
|
||||
<path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
|
||||
<path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
|
||||
</g>
|
||||
<rect id="矩形_10805" data-name="矩形 10805" class="cls-3" width="20" height="20" transform="translate(1810 163)"/>
|
||||
<path id="路径_18095" data-name="路径 18095" class="cls-4" d="M3943.165,1393.065c-.72,6.668-6.82,4.666-6.82,4.666" transform="translate(-1533.907 2658.859) rotate(-56)"/>
|
||||
<path id="路径_18096" data-name="路径 18096" class="cls-4" d="M3938.805,1393.065a1.807,1.807,0,0,1-2.46,1.774" transform="translate(-1532.972 2657.955) rotate(-56)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
43
public/static/WSPlayer/icon/voice-have_hover.svg
Normal file
@ -0,0 +1,43 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="21.115" height="20" viewBox="0 0 21.115 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-3, .cls-4 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.cls-1, .cls-4 {
|
||||
stroke: #428AE3;
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
stroke-linecap: round;
|
||||
stroke-width: 1.4px;
|
||||
}
|
||||
|
||||
.cls-5, .cls-6 {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: #428AE3;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="声音-有" transform="translate(-1810 -163)">
|
||||
<g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
|
||||
<rect class="cls-5" width="5" height="9" rx="1"/>
|
||||
<rect class="cls-3" x="1" y="1" width="3" height="7"/>
|
||||
</g>
|
||||
<g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
|
||||
<path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
|
||||
<path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
|
||||
</g>
|
||||
<rect id="矩形_10805" data-name="矩形 10805" class="cls-3" width="20" height="20" transform="translate(1810 163)"/>
|
||||
<path id="路径_18095" data-name="路径 18095" class="cls-4" d="M3943.165,1393.065c-.72,6.668-6.82,4.666-6.82,4.666" transform="translate(-1533.907 2658.859) rotate(-56)"/>
|
||||
<path id="路径_18096" data-name="路径 18096" class="cls-4" d="M3938.805,1393.065a1.807,1.807,0,0,1-2.46,1.774" transform="translate(-1532.972 2657.955) rotate(-56)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
38
public/static/WSPlayer/icon/voice-null.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-4 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
stroke: #fff;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-5, .cls-6 {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: #fff;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="声音-无" transform="translate(-1810 -163)">
|
||||
<g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
|
||||
<rect class="cls-5" width="5" height="9" rx="1"/>
|
||||
<rect class="cls-4" x="1" y="1" width="3" height="7"/>
|
||||
</g>
|
||||
<g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
|
||||
<path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
|
||||
<path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
|
||||
</g>
|
||||
<path id="联合_297" data-name="联合 297" class="cls-3" d="M-1987.525,3.889l-1.061,1.061L-1990,3.535l1.061-1.061L-1990,1.414-1988.586,0l1.061,1.061L-1986.465,0l1.415,1.414-1.061,1.061,1.061,1.061-1.415,1.415Z" transform="translate(3814.025 170.525)"/>
|
||||
<rect id="矩形_10805" data-name="矩形 10805" class="cls-4" width="20" height="20" transform="translate(1810 163)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
38
public/static/WSPlayer/icon/voice-null_hover.svg
Normal file
@ -0,0 +1,38 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1, .cls-2, .cls-4 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.cls-1 {
|
||||
stroke: #428AE3;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #428AE3;
|
||||
}
|
||||
|
||||
.cls-5, .cls-6 {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: #428AE3;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="声音-无" transform="translate(-1810 -163)">
|
||||
<g id="矩形_6774" data-name="矩形 6774" class="cls-1" transform="translate(1812 168.5)">
|
||||
<rect class="cls-5" width="5" height="9" rx="1"/>
|
||||
<rect class="cls-4" x="1" y="1" width="3" height="7"/>
|
||||
</g>
|
||||
<g id="路径_15755" data-name="路径 15755" class="cls-2" transform="translate(1815 168.5)">
|
||||
<path class="cls-5" d="M1,0,7-3A1,1,0,0,1,8-2V11a1,1,0,0,1-1,1L1,9A1,1,0,0,1,0,8V1A1,1,0,0,1,1,0Z"/>
|
||||
<path class="cls-6" d="M 6 -0.2639350891113281 L 2 1.736064910888672 L 2 7.263935089111328 L 6 9.263935089111328 L 6 -0.2639350891113281 M 7 -3 C 7.552279949188232 -3 8 -2.552280426025391 8 -2 L 8 11 C 8 11.55228042602539 7.552279949188232 12 7 12 L 1 9 C 0.4477200508117676 9 0 8.552289962768555 0 8 L 0 1 C 0 0.4477100372314453 0.4477200508117676 0 1 0 L 7 -3 Z"/>
|
||||
</g>
|
||||
<path id="联合_297" data-name="联合 297" class="cls-3" d="M-1987.525,3.889l-1.061,1.061L-1990,3.535l1.061-1.061L-1990,1.414-1988.586,0l1.061,1.061L-1986.465,0l1.415,1.414-1.061,1.061,1.061,1.061-1.415,1.415Z" transform="translate(3814.025 170.525)"/>
|
||||
<rect id="矩形_10805" data-name="矩形 10805" class="cls-4" width="20" height="20" transform="translate(1810 163)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
14
public/static/WSPlayer/icon/ws-ctrl-ellipsis-hover.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#1c6bd6;}
|
||||
</style>
|
||||
<g id="画板_11">
|
||||
<path id="联合_900" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
|
||||
c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M13,10c0-0.8,0.7-1.5,1.5-1.5S16,9.2,16,10
|
||||
s-0.7,1.5-1.5,1.5S13,10.8,13,10z M8.5,10c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S8.5,10.8,8.5,10z M4,10
|
||||
c0-0.8,0.7-1.5,1.5-1.5S7,9.2,7,10s-0.7,1.5-1.5,1.5S4,10.8,4,10z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 866 B |
14
public/static/WSPlayer/icon/ws-ctrl-ellipsis.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#B2BAC2;}
|
||||
</style>
|
||||
<g id="画板_11">
|
||||
<path id="联合_900" class="st0" d="M2,19c-1.1,0-2-0.9-2-2V3c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H2z M2,4v12
|
||||
c0,0.6,0.4,1,1,1h14c0.6,0,1-0.4,1-1V4c0-0.6-0.4-1-1-1H3C2.4,3,2,3.4,2,4z M13,10c0-0.8,0.7-1.5,1.5-1.5S16,9.2,16,10
|
||||
s-0.7,1.5-1.5,1.5S13,10.8,13,10z M8.5,10c0-0.8,0.7-1.5,1.5-1.5s1.5,0.7,1.5,1.5s-0.7,1.5-1.5,1.5S8.5,10.8,8.5,10z M4,10
|
||||
c0-0.8,0.7-1.5,1.5-1.5S7,9.2,7,10s-0.7,1.5-1.5,1.5S4,10.8,4,10z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 866 B |