sale-client 3.4.76 → 3.4.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/.gradle/{5.5/fileChanges → 3.5/file-changes}/last-build.bin +0 -0
  4. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  5. package/.gradle/{5.5/gc.properties → buildOutputCleanup/built.bin} +0 -0
  6. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  7. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  8. package/.project +11 -11
  9. package/README.md +38 -38
  10. package/build/css-loaders.js +34 -34
  11. package/build/dev-client.js +8 -8
  12. package/build/dev-server.js +2 -2
  13. package/build/release.sh +28 -28
  14. package/build/utils.js +71 -71
  15. package/build/webpack.dev.conf.js +31 -31
  16. package/build/webpack.example.conf.js +49 -49
  17. package/build/webpack.test.conf.js +31 -31
  18. package/config/dev.env.js +6 -6
  19. package/config/index.js +38 -38
  20. package/config/prod.env.js +3 -3
  21. package/config/test.env.js +6 -6
  22. package/examples/ReadCard/index.html +11 -11
  23. package/package.json +2 -2
  24. package/release.bat +5 -5
  25. package/sale-client.iml +8 -8
  26. package/src/assets/binding.svg +1 -1
  27. package/src/assets/unbind.svg +1 -1
  28. package/src/assets//345/205/254/345/221/212.svg +1 -1
  29. package/src/assets//347/207/203/346/260/224/347/274/264/350/264/271.eps +116 -116
  30. package/src/assets//350/201/224/347/263/273/346/210/221/344/273/254.svg +1 -1
  31. package/src/components/Hello.vue +39 -39
  32. package/src/components/List.vue +51 -51
  33. package/src/components/SellGasCharge/FakaList.vue +23 -23
  34. package/src/components/UserFiles/admissibility.vue +46 -46
  35. package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +346 -346
  36. package/src/components/getNowDate.js +25 -25
  37. package/src/components/revenue/HandManager/MeterBookUser.vue +1 -0
  38. package/src/components/revenue/bank/BankDocking.vue +62 -62
  39. package/src/components/revenue/base/CardServer/CardInfoModal.vue +52 -52
  40. package/src/components/revenue/base/rightview/carddetail/StopApplyDetail.vue +70 -70
  41. package/src/components/revenue/comprehen/CardManage/CardManage.vue +83 -83
  42. package/src/components/revenue/comprehen/ComprehenOperation/ChangeMeter/NoMessage.vue +30 -30
  43. package/src/components/revenue/comprehen/ComprehenOperation/ComprehenSearch.vue +13 -13
  44. package/src/components/revenue/comprehen/Message/MessageList.vue +499 -499
  45. package/src/components/revenue/comprehen/TotalSplit/TotalSplitManage.vue +45 -45
  46. package/src/components/webMeter/meterinfo/NewMeterList.vue +26 -26
  47. package/src/components/webMeter/webInfo/WebMeterList.vue +26 -9
  48. package/src/filiale/rongcheng/FilesManageNew/UserGeneralInfoTest.vue +1 -1
  49. package/src/filiale/tongchuan/Message/AllUser.vue +569 -569
  50. package/src/filiale/tongchuan/Message/MessageManage.vue +137 -137
  51. package/src/filiale/tongchuan/sale.js +102 -102
  52. package/src/main.js +23 -23
  53. package/src/plugins/CardListen.js +29 -29
  54. package/src/plugins/CardManageService.js +21 -21
  55. package/src/plugins/LogicService.js +477 -477
  56. package/src/plugins/SelectService.js +41 -41
  57. package/src/project/ProjectPage.vue +24 -24
  58. package/src/project/State.js +17 -17
  59. package/test/e2e/custom-assertions/elementCount.js +26 -26
  60. package/test/e2e/nightwatch.conf.js +40 -40
  61. package/test/e2e/runner.js +30 -30
  62. package/test/e2e/specs/test.js +13 -13
  63. package/test/unit/.eslintrc +5 -5
  64. package/test/unit/context.html +20 -20
  65. package/test/unit/index.js +13 -13
  66. package/test/unit/init.js +13 -13
  67. package/test/unit/karma.conf.js +55 -55
  68. package/test/unit/specs/components/UserFiles/AreaList.spec.js +25 -25
  69. package/test/unit/specs/components/UserFiles/UserFiles.spec.js +22 -22
  70. package/test/unit/specs/components/UserFiles/UserGeneralInfo.spec.js +55 -55
  71. package/test/unit/specs/components/revenue/Common/ReissueBill.spec.js +29 -29
  72. package/test/unit/specs/components/revenue/base/CardServer/ReadCard.spec.js +23 -23
  73. package/test/unit/specs/components/revenue/base/UserList.spec.js +21 -21
  74. package/test/unit/specs/components/revenue/base/rightview/CardList.spec.js +29 -29
  75. package/test/unit/specs/components/revenue/todoList/ToDoListManage.spec.js +20 -20
  76. package/test/unit/specs/service/delete.spec.js +8 -8
  77. package/test/unit/specs/service/getSaleInitData.spec.js +16 -16
  78. package/test/unit/specs/service/uploadFile.spec.js +8 -8
  79. package/.gradle/5.5/executionHistory/executionHistory.bin +0 -0
  80. package/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
  81. package/.gradle/5.5/fileContent/fileContent.lock +0 -0
  82. package/.gradle/5.5/fileHashes/fileHashes.bin +0 -0
  83. package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  84. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  85. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  86. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  87. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  88. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  89. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  90. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  91. package/.gradle/7.1/gc.properties +0 -0
  92. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  93. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  94. package/.gradle/checksums/checksums.lock +0 -0
  95. package/.gradle/vcs-1/gc.properties +0 -0
  96. package/build/libs/SaleClient-3.1.1-11.jar +0 -0
  97. package/build/tmp/jar/MANIFEST.MF +0 -2
@@ -1,31 +1,31 @@
1
- // This is the webpack config used for unit tests.
2
-
3
- var utils = require('./utils')
4
- var webpack = require('webpack')
5
- var merge = require('webpack-merge')
6
- var baseConfig = require('./webpack.base.conf')
7
-
8
- var webpackConfig = merge(baseConfig, {
9
- module: {
10
- rules: utils.styleLoaders()
11
- },
12
- // use inline sourcemap for karma-sourcemap-loader
13
- devtool: '#inline-source-map',
14
- resolveLoader: {
15
- alias: {
16
- // necessary to to make lang="scss" work in test when using vue-loader's ?inject option
17
- // see discussion at https://github.com/vuejs/vue-loader/issues/724
18
- 'scss-loader': 'sass-loader'
19
- }
20
- },
21
- plugins: [
22
- new webpack.DefinePlugin({
23
- 'process.env': require('../config/test.env')
24
- })
25
- ]
26
- })
27
-
28
- // no need for app entry during tests
29
- delete webpackConfig.entry
30
-
31
- module.exports = webpackConfig
1
+ // This is the webpack config used for unit tests.
2
+
3
+ var utils = require('./utils')
4
+ var webpack = require('webpack')
5
+ var merge = require('webpack-merge')
6
+ var baseConfig = require('./webpack.base.conf')
7
+
8
+ var webpackConfig = merge(baseConfig, {
9
+ module: {
10
+ rules: utils.styleLoaders()
11
+ },
12
+ // use inline sourcemap for karma-sourcemap-loader
13
+ devtool: '#inline-source-map',
14
+ resolveLoader: {
15
+ alias: {
16
+ // necessary to to make lang="scss" work in test when using vue-loader's ?inject option
17
+ // see discussion at https://github.com/vuejs/vue-loader/issues/724
18
+ 'scss-loader': 'sass-loader'
19
+ }
20
+ },
21
+ plugins: [
22
+ new webpack.DefinePlugin({
23
+ 'process.env': require('../config/test.env')
24
+ })
25
+ ]
26
+ })
27
+
28
+ // no need for app entry during tests
29
+ delete webpackConfig.entry
30
+
31
+ module.exports = webpackConfig
package/config/dev.env.js CHANGED
@@ -1,6 +1,6 @@
1
- var merge = require('webpack-merge')
2
- var prodEnv = require('./prod.env')
3
-
4
- module.exports = merge(prodEnv, {
5
- NODE_ENV: '"development"'
6
- })
1
+ var merge = require('webpack-merge')
2
+ var prodEnv = require('./prod.env')
3
+
4
+ module.exports = merge(prodEnv, {
5
+ NODE_ENV: '"development"'
6
+ })
package/config/index.js CHANGED
@@ -1,38 +1,38 @@
1
- // see http://vuejs-templates.github.io/webpack for documentation.
2
- var path = require('path')
3
-
4
- module.exports = {
5
- build: {
6
- env: require('./prod.env'),
7
- index: path.resolve(__dirname, '../dist/index.html'),
8
- assetsRoot: path.resolve(__dirname, '../dist'),
9
- assetsSubDirectory: 'static',
10
- assetsPublicPath: '/',
11
- productionSourceMap: true,
12
- // Gzip off by default as many popular static hosts such as
13
- // Surge or Netlify already gzip all static assets for you.
14
- // Before setting to `true`, make sure to:
15
- // npm install --save-dev compression-webpack-plugin
16
- productionGzip: false,
17
- productionGzipExtensions: ['js', 'css'],
18
- // Run the build command with an extra argument to
19
- // View the bundle analyzer report after build finishes:
20
- // `npm run build --report`
21
- // Set to `true` or `false` to always turn it on or off
22
- bundleAnalyzerReport: process.env.npm_config_report
23
- },
24
- dev: {
25
- env: require('./dev.env'),
26
- port: 8080,
27
- autoOpenBrowser: true,
28
- assetsSubDirectory: 'static',
29
- assetsPublicPath: '/',
30
- proxyTable: {},
31
- // CSS Sourcemaps off by default because relative paths are "buggy"
32
- // with this option, according to the CSS-Loader README
33
- // (https://github.com/webpack/css-loader#sourcemaps)
34
- // In our experience, they generally work as expected,
35
- // just be aware of this issue when enabling this option.
36
- cssSourceMap: false
37
- }
38
- }
1
+ // see http://vuejs-templates.github.io/webpack for documentation.
2
+ var path = require('path')
3
+
4
+ module.exports = {
5
+ build: {
6
+ env: require('./prod.env'),
7
+ index: path.resolve(__dirname, '../dist/index.html'),
8
+ assetsRoot: path.resolve(__dirname, '../dist'),
9
+ assetsSubDirectory: 'static',
10
+ assetsPublicPath: '/',
11
+ productionSourceMap: true,
12
+ // Gzip off by default as many popular static hosts such as
13
+ // Surge or Netlify already gzip all static assets for you.
14
+ // Before setting to `true`, make sure to:
15
+ // npm install --save-dev compression-webpack-plugin
16
+ productionGzip: false,
17
+ productionGzipExtensions: ['js', 'css'],
18
+ // Run the build command with an extra argument to
19
+ // View the bundle analyzer report after build finishes:
20
+ // `npm run build --report`
21
+ // Set to `true` or `false` to always turn it on or off
22
+ bundleAnalyzerReport: process.env.npm_config_report
23
+ },
24
+ dev: {
25
+ env: require('./dev.env'),
26
+ port: 8080,
27
+ autoOpenBrowser: true,
28
+ assetsSubDirectory: 'static',
29
+ assetsPublicPath: '/',
30
+ proxyTable: {},
31
+ // CSS Sourcemaps off by default because relative paths are "buggy"
32
+ // with this option, according to the CSS-Loader README
33
+ // (https://github.com/webpack/css-loader#sourcemaps)
34
+ // In our experience, they generally work as expected,
35
+ // just be aware of this issue when enabling this option.
36
+ cssSourceMap: false
37
+ }
38
+ }
@@ -1,3 +1,3 @@
1
- module.exports = {
2
- NODE_ENV: '"production"'
3
- }
1
+ module.exports = {
2
+ NODE_ENV: '"production"'
3
+ }
@@ -1,6 +1,6 @@
1
- var merge = require('webpack-merge')
2
- var devEnv = require('./dev.env')
3
-
4
- module.exports = merge(devEnv, {
5
- NODE_ENV: '"testing"'
6
- })
1
+ var merge = require('webpack-merge')
2
+ var devEnv = require('./dev.env')
3
+
4
+ module.exports = merge(devEnv, {
5
+ NODE_ENV: '"testing"'
6
+ })
@@ -1,11 +1,11 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>ReadCard</title>
6
- </head>
7
- <body>
8
- <app></app>
9
- <script src="../ReadCardApp.js"></script>
10
- </body>
11
- </html>
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>ReadCard</title>
6
+ </head>
7
+ <body>
8
+ <app></app>
9
+ <script src="../ReadCardApp.js"></script>
10
+ </body>
11
+ </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.76",
3
+ "version": "3.4.80",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -22,7 +22,6 @@
22
22
  "less-loader": "^2.2.3",
23
23
  "qrcodejs2": "0.0.2",
24
24
  "vue": "^1.0.17",
25
- "vue-client": "1.24.39",
26
25
  "yarn": "^1.22.10"
27
26
  },
28
27
  "devDependencies": {
@@ -87,6 +86,7 @@
87
86
  "style-loader": "^0.20.3",
88
87
  "system-clients": "3.1.89-14",
89
88
  "url-loader": "^0.5.7",
89
+ "vue-client": "1.24.39",
90
90
  "vue-clipboard2": "0.3.1",
91
91
  "vue-hot-reload-api": "^1.2.0",
92
92
  "vue-html-loader": "^1.0.0",
package/release.bat CHANGED
@@ -1,5 +1,5 @@
1
- git add -A
2
- git commit -m "[build] %1"
3
- git tag -a V%1 -m "Release version %1"
4
- git push origin --tags
5
- git push
1
+ git add -A
2
+ git commit -m "[build] %1"
3
+ git tag -a V%1 -m "Release version %1"
4
+ git push origin --tags
5
+ git push
package/sale-client.iml CHANGED
@@ -1,9 +1,9 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager" inherit-compiler-output="true">
4
- <exclude-output />
5
- <content url="file://$MODULE_DIR$" />
6
- <orderEntry type="inheritedJdk" />
7
- <orderEntry type="sourceFolder" forTests="false" />
8
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$" />
6
+ <orderEntry type="inheritedJdk" />
7
+ <orderEntry type="sourceFolder" forTests="false" />
8
+ </component>
9
9
  </module>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527772052094" class="icon" style="" viewBox="0 0 1198 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7583" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="50"><defs><style type="text/css"></style></defs><path d="M515.454273 566.308846c-156.133133 0-283.173613-127.04048-283.173613-283.135233C232.28066 127.04048 359.282759 0 515.454273 0c156.094753 0 283.135232 127.04048 283.135232 283.173613s-127.04048 283.135232-283.135232 283.135233z m0-508.737632a225.871064 225.871064 0 0 0-225.602399 225.602399 225.832684 225.832684 0 0 0 225.602399 225.564018 225.832684 225.832684 0 0 0 225.564018-225.564018A225.871064 225.871064 0 0 0 515.454273 57.571214z" fill="#FBC400" p-id="7584"></path><path d="M28.785607 1024a28.785607 28.785607 0 0 1-28.785607-28.785607c0-268.013193 231.205997-486.092954 515.454273-486.092954 156.094753 0 302.095352 65.631184 400.542129 180.082759a28.785607 28.785607 0 1 1-43.638981 37.536432c-87.469865-101.709145-217.58081-160.047976-356.903148-160.047976-252.468966 0-457.883058 192.211094-457.883059 428.521739a28.785607 28.785607 0 0 1-28.785607 28.785607z" fill="#FBC400" p-id="7585"></path><path d="M727.508246 1024h-84.783209c-68.202699 0-123.701349-55.46027-123.701349-123.662969s55.46027-123.662969 123.701349-123.662968h173.596402a123.816492 123.816492 0 0 1 123.70135 123.662968 28.785607 28.785607 0 0 1-57.571215 0c0-36.461769-29.629985-66.091754-66.130135-66.091754h-173.596402c-36.461769 0-66.130135 29.629985-66.130134 66.091754s29.629985 66.091754 66.130134 66.091755h84.783209a28.785607 28.785607 0 0 1 0 57.571214z" fill="#FBC400" p-id="7586"></path><path d="M1074.432384 1024h-173.596402a123.816492 123.816492 0 0 1-123.701349-123.662969 28.785607 28.785607 0 0 1 57.571214 0c0 36.461769 29.629985 66.091754 66.130135 66.091755h173.596402c36.461769 0 66.130135-29.629985 66.130135-66.091755s-29.629985-66.091754-66.130135-66.091754h-84.744828a28.785607 28.785607 0 0 1 0-57.571214h84.744828c68.202699 0 123.701349 55.46027 123.701349 123.662968s-55.498651 123.662969-123.701349 123.662969z" fill="#FBC400" p-id="7587"></path></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527772052094" class="icon" style="" viewBox="0 0 1198 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7583" xmlns:xlink="http://www.w3.org/1999/xlink" width="60" height="50"><defs><style type="text/css"></style></defs><path d="M515.454273 566.308846c-156.133133 0-283.173613-127.04048-283.173613-283.135233C232.28066 127.04048 359.282759 0 515.454273 0c156.094753 0 283.135232 127.04048 283.135232 283.173613s-127.04048 283.135232-283.135232 283.135233z m0-508.737632a225.871064 225.871064 0 0 0-225.602399 225.602399 225.832684 225.832684 0 0 0 225.602399 225.564018 225.832684 225.832684 0 0 0 225.564018-225.564018A225.871064 225.871064 0 0 0 515.454273 57.571214z" fill="#FBC400" p-id="7584"></path><path d="M28.785607 1024a28.785607 28.785607 0 0 1-28.785607-28.785607c0-268.013193 231.205997-486.092954 515.454273-486.092954 156.094753 0 302.095352 65.631184 400.542129 180.082759a28.785607 28.785607 0 1 1-43.638981 37.536432c-87.469865-101.709145-217.58081-160.047976-356.903148-160.047976-252.468966 0-457.883058 192.211094-457.883059 428.521739a28.785607 28.785607 0 0 1-28.785607 28.785607z" fill="#FBC400" p-id="7585"></path><path d="M727.508246 1024h-84.783209c-68.202699 0-123.701349-55.46027-123.701349-123.662969s55.46027-123.662969 123.701349-123.662968h173.596402a123.816492 123.816492 0 0 1 123.70135 123.662968 28.785607 28.785607 0 0 1-57.571215 0c0-36.461769-29.629985-66.091754-66.130135-66.091754h-173.596402c-36.461769 0-66.130135 29.629985-66.130134 66.091754s29.629985 66.091754 66.130134 66.091755h84.783209a28.785607 28.785607 0 0 1 0 57.571214z" fill="#FBC400" p-id="7586"></path><path d="M1074.432384 1024h-173.596402a123.816492 123.816492 0 0 1-123.701349-123.662969 28.785607 28.785607 0 0 1 57.571214 0c0 36.461769 29.629985 66.091754 66.130135 66.091755h173.596402c36.461769 0 66.130135-29.629985 66.130135-66.091755s-29.629985-66.091754-66.130135-66.091754h-84.744828a28.785607 28.785607 0 0 1 0-57.571214h84.744828c68.202699 0 123.701349 55.46027 123.701349 123.662968s-55.498651 123.662969-123.701349 123.662969z" fill="#FBC400" p-id="7587"></path></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527771984655" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5426" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M596.608 858.944l-85.632 85.568c-100.928 100.864-263.168 103.04-361.536 4.672-98.368-98.432-96.192-260.608 4.672-361.536l185.792-185.856A76.544 76.544 0 1 1 448.192 510.08L262.4 695.808c-41.28 41.344-43.328 106.368-4.672 145.088 38.656 38.72 103.808 36.544 145.088-4.608l85.568-85.632a76.544 76.544 0 1 1 108.224 108.288z" fill="#d4237a" p-id="5427"></path><path d="M869.888 436.416l-185.856 185.792A76.608 76.608 0 0 1 575.744 513.92L761.6 328.128c41.28-41.28 43.392-106.304 4.608-144.96-38.656-38.72-103.616-36.672-144.896 4.608l-85.76 85.632a76.544 76.544 0 1 1-108.224-108.224l85.632-85.632c100.928-100.992 263.168-103.104 361.536-4.736 98.368 98.496 96.32 260.608-4.608 361.6z" fill="#d4237a" p-id="5428"></path></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527771984655" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5426" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M596.608 858.944l-85.632 85.568c-100.928 100.864-263.168 103.04-361.536 4.672-98.368-98.432-96.192-260.608 4.672-361.536l185.792-185.856A76.544 76.544 0 1 1 448.192 510.08L262.4 695.808c-41.28 41.344-43.328 106.368-4.672 145.088 38.656 38.72 103.808 36.544 145.088-4.608l85.568-85.632a76.544 76.544 0 1 1 108.224 108.288z" fill="#d4237a" p-id="5427"></path><path d="M869.888 436.416l-185.856 185.792A76.608 76.608 0 0 1 575.744 513.92L761.6 328.128c41.28-41.28 43.392-106.304 4.608-144.96-38.656-38.72-103.616-36.672-144.896 4.608l-85.76 85.632a76.544 76.544 0 1 1-108.224-108.224l85.632-85.632c100.928-100.992 263.168-103.104 361.536-4.736 98.368 98.496 96.32 260.608-4.608 361.6z" fill="#d4237a" p-id="5428"></path></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527779182864" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15581" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="14"><defs><style type="text/css"></style></defs><path d="M797.590945 780.01822c-6.070252 0-11.975752-3.133364-15.259542-8.750291-4.925173-8.420787-2.090615-19.22997 6.332219-24.15412 40.406269-23.622 74.28589-57.45148 97.961102-97.830119 24.3772-41.573861 37.262672-89.184205 37.262672-137.672546 0-48.073902-12.67774-95.325066-36.667108-136.648217-23.294542-40.116673-56.669674-73.887824-96.522334-97.652064-8.376785-4.990664-11.118222-15.83157-6.123464-24.208355 4.992711-8.372691 15.833617-11.119245 24.209378-6.122441 44.99375 26.835182 82.678024 64.959477 108.97597 110.252033 27.109428 46.705742 41.441854 100.084463 41.441854 154.379043 0 54.762231-14.561647 108.550275-42.113143 155.534356-26.733874 45.589314-64.979944 83.785242-110.603027 110.455671C803.68678 779.240507 800.620955 780.01822 797.590945 780.01822L797.590945 780.01822zM704.394357 665.60747c-6.070252 0-11.975752-3.12927-15.259542-8.746198-4.925173-8.41874-2.090615-19.23611 6.330172-24.15412 20.732184-12.119015 38.112016-29.476335 50.257637-50.193169 12.503778-21.319561 19.10922-45.736671 19.10922-70.609151 0-24.658609-6.500041-48.8905-18.805298-70.081125-11.946077-20.579711-29.070082-37.907355-49.514717-50.101071-8.378831-4.991688-11.116175-15.83157-6.123464-24.207331 4.996804-8.373715 15.835663-11.115152 24.207331-6.119371 25.586748 15.256472 47.01785 36.94033 61.9704 62.696947 15.423271 26.568099 23.577998 56.936757 23.577998 87.812975 0 31.149441-8.284687 61.739133-23.959691 88.470961-15.198144 25.927509-36.948517 47.64616-62.893422 62.817698C710.488145 664.827711 707.418226 665.60747 704.394357 665.60747L704.394357 665.60747zM566.925449 906.136615c-31.956829 0-63.730487-21.708418-68.219731-24.8909l-33.998325-23.716144c-7.995091-5.575995-9.958816-16.579607-4.38282-24.581861 5.581112-7.999185 16.584724-9.957793 24.584931-4.38282l34.19787 23.852244c8.958022 6.328126 38.501896 23.121604 55.770188 17.244756 6.217608-2.118244 12.101619-4.115738 12.81691-36.707017L587.694471 191.876052c-1.828648-30.618345-8.368598-33.580816-15.926738-37.006845-16.133446-7.308453-43.536562 9.978259-51.861158 16.614399l-0.455371 0.352017L308.919257 329.447291c-47.357588 38.544875-111.886253 36.931121-119.159914 36.610826-44.834114 0.202615-82.775238 33.994232-88.422865 78.798671l-1.222851 12.138458 0 110.508883 1.222851 12.146645c5.662977 44.900629 43.759643 78.749552 88.722694 78.797647 0.6191-0.010233 1.238201-0.010233 1.853208-0.010233 60.969607 0 111.988584 33.446763 114.15083 34.883485 3.284813 2.199085 79.546707 53.988612 119.461789 140.396587 4.091178 8.849552 0.228197 19.346627-8.625448 23.431665-8.850575 4.086062-19.34151 0.229221-23.432689-8.623401-35.223223-76.257801-104.660688-124.231419-106.968244-125.807311-1.663896-1.079588-46.193065-29.547966-96.124268-28.963659l-0.207731 0.004093c-62.863746 0-116.127857-47.269583-123.895775-109.955274l-0.050142-0.407276-1.422396-14.117532 0-114.057709 1.471514-14.525831c7.766894-62.681598 61.032028-109.952204 123.895775-109.952204l0.981351 0.029676c0.528026 0.022513 57.3031 2.548032 95.707782-28.900214l0.604774-0.469698L498.097874 143.706983c1.964748-1.539053 12.831236-9.857509 27.221991-16.547885 22.880103-10.637268 43.9817-12.178367 61.022819-4.453429 8.647961 3.917216 17.626449 9.086959 24.672936 20.279882 6.941086 11.023054 10.742668 26.069749 11.965519 47.362704l0.029676 1.010003 0 641.97626-0.00614 0.188288c-0.595564 27.813462-3.975545 58.421574-36.755112 69.568449C579.95009 905.237129 573.434699 906.136615 566.925449 906.136615L566.925449 906.136615z" fill="#f55d54" p-id="15582"></path></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527779182864" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15581" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="14"><defs><style type="text/css"></style></defs><path d="M797.590945 780.01822c-6.070252 0-11.975752-3.133364-15.259542-8.750291-4.925173-8.420787-2.090615-19.22997 6.332219-24.15412 40.406269-23.622 74.28589-57.45148 97.961102-97.830119 24.3772-41.573861 37.262672-89.184205 37.262672-137.672546 0-48.073902-12.67774-95.325066-36.667108-136.648217-23.294542-40.116673-56.669674-73.887824-96.522334-97.652064-8.376785-4.990664-11.118222-15.83157-6.123464-24.208355 4.992711-8.372691 15.833617-11.119245 24.209378-6.122441 44.99375 26.835182 82.678024 64.959477 108.97597 110.252033 27.109428 46.705742 41.441854 100.084463 41.441854 154.379043 0 54.762231-14.561647 108.550275-42.113143 155.534356-26.733874 45.589314-64.979944 83.785242-110.603027 110.455671C803.68678 779.240507 800.620955 780.01822 797.590945 780.01822L797.590945 780.01822zM704.394357 665.60747c-6.070252 0-11.975752-3.12927-15.259542-8.746198-4.925173-8.41874-2.090615-19.23611 6.330172-24.15412 20.732184-12.119015 38.112016-29.476335 50.257637-50.193169 12.503778-21.319561 19.10922-45.736671 19.10922-70.609151 0-24.658609-6.500041-48.8905-18.805298-70.081125-11.946077-20.579711-29.070082-37.907355-49.514717-50.101071-8.378831-4.991688-11.116175-15.83157-6.123464-24.207331 4.996804-8.373715 15.835663-11.115152 24.207331-6.119371 25.586748 15.256472 47.01785 36.94033 61.9704 62.696947 15.423271 26.568099 23.577998 56.936757 23.577998 87.812975 0 31.149441-8.284687 61.739133-23.959691 88.470961-15.198144 25.927509-36.948517 47.64616-62.893422 62.817698C710.488145 664.827711 707.418226 665.60747 704.394357 665.60747L704.394357 665.60747zM566.925449 906.136615c-31.956829 0-63.730487-21.708418-68.219731-24.8909l-33.998325-23.716144c-7.995091-5.575995-9.958816-16.579607-4.38282-24.581861 5.581112-7.999185 16.584724-9.957793 24.584931-4.38282l34.19787 23.852244c8.958022 6.328126 38.501896 23.121604 55.770188 17.244756 6.217608-2.118244 12.101619-4.115738 12.81691-36.707017L587.694471 191.876052c-1.828648-30.618345-8.368598-33.580816-15.926738-37.006845-16.133446-7.308453-43.536562 9.978259-51.861158 16.614399l-0.455371 0.352017L308.919257 329.447291c-47.357588 38.544875-111.886253 36.931121-119.159914 36.610826-44.834114 0.202615-82.775238 33.994232-88.422865 78.798671l-1.222851 12.138458 0 110.508883 1.222851 12.146645c5.662977 44.900629 43.759643 78.749552 88.722694 78.797647 0.6191-0.010233 1.238201-0.010233 1.853208-0.010233 60.969607 0 111.988584 33.446763 114.15083 34.883485 3.284813 2.199085 79.546707 53.988612 119.461789 140.396587 4.091178 8.849552 0.228197 19.346627-8.625448 23.431665-8.850575 4.086062-19.34151 0.229221-23.432689-8.623401-35.223223-76.257801-104.660688-124.231419-106.968244-125.807311-1.663896-1.079588-46.193065-29.547966-96.124268-28.963659l-0.207731 0.004093c-62.863746 0-116.127857-47.269583-123.895775-109.955274l-0.050142-0.407276-1.422396-14.117532 0-114.057709 1.471514-14.525831c7.766894-62.681598 61.032028-109.952204 123.895775-109.952204l0.981351 0.029676c0.528026 0.022513 57.3031 2.548032 95.707782-28.900214l0.604774-0.469698L498.097874 143.706983c1.964748-1.539053 12.831236-9.857509 27.221991-16.547885 22.880103-10.637268 43.9817-12.178367 61.022819-4.453429 8.647961 3.917216 17.626449 9.086959 24.672936 20.279882 6.941086 11.023054 10.742668 26.069749 11.965519 47.362704l0.029676 1.010003 0 641.97626-0.00614 0.188288c-0.595564 27.813462-3.975545 58.421574-36.755112 69.568449C579.95009 905.237129 573.434699 906.136615 566.925449 906.136615L566.925449 906.136615z" fill="#f55d54" p-id="15582"></path></svg>
@@ -1,116 +1,116 @@
1
- %!PS-Adobe-3.0 EPSF-3.0
2
- %%Creator: cairo 1.14.2 (http://cairographics.org)
3
- %%CreationDate: Thu May 31 18:41:18 2018
4
- %%Pages: 1
5
- %%DocumentData: Clean7Bit
6
- %%LanguageLevel: 2
7
- %%BoundingBox: 0 -1 681 702
8
- %%EndComments
9
- %%BeginProlog
10
- save
11
- 50 dict begin
12
- /q { gsave } bind def
13
- /Q { grestore } bind def
14
- /cm { 6 array astore concat } bind def
15
- /w { setlinewidth } bind def
16
- /J { setlinecap } bind def
17
- /j { setlinejoin } bind def
18
- /M { setmiterlimit } bind def
19
- /d { setdash } bind def
20
- /m { moveto } bind def
21
- /l { lineto } bind def
22
- /c { curveto } bind def
23
- /h { closepath } bind def
24
- /re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
25
- 0 exch rlineto 0 rlineto closepath } bind def
26
- /S { stroke } bind def
27
- /f { fill } bind def
28
- /f* { eofill } bind def
29
- /n { newpath } bind def
30
- /W { clip } bind def
31
- /W* { eoclip } bind def
32
- /BT { } bind def
33
- /ET { } bind def
34
- /pdfmark where { pop globaldict /?pdfmark /exec load put }
35
- { globaldict begin /?pdfmark /pop load def /pdfmark
36
- /cleartomark load def end } ifelse
37
- /BDC { mark 3 1 roll /BDC pdfmark } bind def
38
- /EMC { mark /EMC pdfmark } bind def
39
- /cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
40
- /Tj { show currentpoint cairo_store_point } bind def
41
- /TJ {
42
- {
43
- dup
44
- type /stringtype eq
45
- { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
46
- } forall
47
- currentpoint cairo_store_point
48
- } bind def
49
- /cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
50
- cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
51
- /Tf { pop /cairo_font exch def /cairo_font_matrix where
52
- { pop cairo_selectfont } if } bind def
53
- /Td { matrix translate cairo_font_matrix matrix concatmatrix dup
54
- /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
55
- /cairo_font where { pop cairo_selectfont } if } bind def
56
- /Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
57
- cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
58
- /g { setgray } bind def
59
- /rg { setrgbcolor } bind def
60
- /d1 { setcachedevice } bind def
61
- %%EndProlog
62
- %%BeginSetup
63
- %%EndSetup
64
- %%Page: 1 1
65
- %%BeginPageSetup
66
- %%PageBoundingBox: 0 -1 681 702
67
- %%EndPageSetup
68
- q 0 -1 681 703 rectclip q
69
- 0.0705882 0.588235 0.858824 rg
70
- 611.781 180.256 m 584.672 165.744 503.043 103.53 473.734 100.24 c 444.715
71
- 96.94 366.16 102.076 310.301 106.768 c 247.078 112.045 271.734 134.862
72
- 281.734 137.303 c 291.75 139.752 412.863 145.58 453.316 149.713 c 489.73
73
- 153.448 484.477 185.436 443.434 186.733 c 402.395 187.983 216.434 199.186
74
- 153.918 195.444 c 91.355 191.701 0 117.229 0 117.229 c 3.418 105.428 l
75
- 136.656 -0.002 l 154.426 1.24 l 154.426 1.24 187.078 17.983 214.246 23.018
76
- c 241.414 28.049 391.539 13.342 443.375 20.076 c 495.211 26.799 628.766
77
- 126.393 658.074 148.119 c 672.32 158.721 682.504 173.877 679.551 177.959
78
- c 665.273 197.338 629.34 189.666 611.781 180.256 c h
79
- 611.781 180.256 m f
80
- 216.598 506.076 m 214.359 503.498 214.441 570.783 195.031 569.701 c 186.402
81
- 533.037 141.109 438.135 138.953 405.783 c 136.793 373.428 171.305 296.881
82
- 250.031 265.604 c 234.934 322.74 226.305 324.901 241.402 357.252 c 256.5
83
- 389.604 297.48 435.979 291.012 475.881 c 308.266 424.115 306.109 432.744
84
- 302.875 404.701 c 332 431.662 353.57 469.408 344.941 523.33 c 381.609 478.037
85
- 424.746 434.901 422.59 361.565 c 420.434 288.252 406.414 265.604 406.414
86
- 265.604 c 406.414 265.604 505.629 291.588 535.824 440.881 c 550.922 517.94
87
- 444.16 630.096 444.16 630.096 c 444.16 630.096 447.395 541.662 430.137
88
- 519.018 c 419.355 568.623 389.156 639.803 305.031 701.272 c 291.012 639.803
89
- 308.266 611.764 216.598 506.076 c h
90
- 216.598 506.076 m f
91
- 611.781 180.256 m 584.672 165.744 503.043 103.53 473.734 100.24 c 444.715
92
- 96.94 366.16 102.076 310.301 106.768 c 247.078 112.045 271.734 134.862
93
- 281.734 137.303 c 291.75 139.752 412.863 145.58 453.316 149.713 c 489.73
94
- 153.448 484.477 185.436 443.434 186.733 c 402.395 187.983 216.434 199.186
95
- 153.918 195.444 c 91.355 191.701 0 117.229 0 117.229 c 3.418 105.428 l
96
- 136.656 -0.002 l 154.426 1.24 l 154.426 1.24 187.078 17.983 214.246 23.018
97
- c 241.414 28.049 391.539 13.342 443.375 20.076 c 495.211 26.799 628.766
98
- 126.393 658.074 148.119 c 672.32 158.721 682.504 173.877 679.551 177.959
99
- c 665.273 197.338 629.34 189.666 611.781 180.256 c h
100
- 611.781 180.256 m f
101
- 216.598 506.076 m 214.359 503.498 214.441 570.783 195.031 569.701 c 186.402
102
- 533.037 141.109 438.135 138.953 405.783 c 136.793 373.428 171.305 296.881
103
- 250.031 265.604 c 234.934 322.74 226.305 324.901 241.402 357.252 c 256.5
104
- 389.604 297.48 435.979 291.012 475.881 c 308.266 424.115 306.109 432.744
105
- 302.875 404.701 c 332 431.662 353.57 469.408 344.941 523.33 c 381.609 478.037
106
- 424.746 434.901 422.59 361.565 c 420.434 288.252 406.414 265.604 406.414
107
- 265.604 c 406.414 265.604 505.629 291.588 535.824 440.881 c 550.922 517.94
108
- 444.16 630.096 444.16 630.096 c 444.16 630.096 447.395 541.662 430.137
109
- 519.018 c 419.355 568.623 389.156 639.803 305.031 701.272 c 291.012 639.803
110
- 308.266 611.764 216.598 506.076 c h
111
- 216.598 506.076 m f
112
- Q Q
113
- showpage
114
- %%Trailer
115
- end restore
116
- %%EOF
1
+ %!PS-Adobe-3.0 EPSF-3.0
2
+ %%Creator: cairo 1.14.2 (http://cairographics.org)
3
+ %%CreationDate: Thu May 31 18:41:18 2018
4
+ %%Pages: 1
5
+ %%DocumentData: Clean7Bit
6
+ %%LanguageLevel: 2
7
+ %%BoundingBox: 0 -1 681 702
8
+ %%EndComments
9
+ %%BeginProlog
10
+ save
11
+ 50 dict begin
12
+ /q { gsave } bind def
13
+ /Q { grestore } bind def
14
+ /cm { 6 array astore concat } bind def
15
+ /w { setlinewidth } bind def
16
+ /J { setlinecap } bind def
17
+ /j { setlinejoin } bind def
18
+ /M { setmiterlimit } bind def
19
+ /d { setdash } bind def
20
+ /m { moveto } bind def
21
+ /l { lineto } bind def
22
+ /c { curveto } bind def
23
+ /h { closepath } bind def
24
+ /re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
25
+ 0 exch rlineto 0 rlineto closepath } bind def
26
+ /S { stroke } bind def
27
+ /f { fill } bind def
28
+ /f* { eofill } bind def
29
+ /n { newpath } bind def
30
+ /W { clip } bind def
31
+ /W* { eoclip } bind def
32
+ /BT { } bind def
33
+ /ET { } bind def
34
+ /pdfmark where { pop globaldict /?pdfmark /exec load put }
35
+ { globaldict begin /?pdfmark /pop load def /pdfmark
36
+ /cleartomark load def end } ifelse
37
+ /BDC { mark 3 1 roll /BDC pdfmark } bind def
38
+ /EMC { mark /EMC pdfmark } bind def
39
+ /cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
40
+ /Tj { show currentpoint cairo_store_point } bind def
41
+ /TJ {
42
+ {
43
+ dup
44
+ type /stringtype eq
45
+ { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
46
+ } forall
47
+ currentpoint cairo_store_point
48
+ } bind def
49
+ /cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
50
+ cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
51
+ /Tf { pop /cairo_font exch def /cairo_font_matrix where
52
+ { pop cairo_selectfont } if } bind def
53
+ /Td { matrix translate cairo_font_matrix matrix concatmatrix dup
54
+ /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
55
+ /cairo_font where { pop cairo_selectfont } if } bind def
56
+ /Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
57
+ cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
58
+ /g { setgray } bind def
59
+ /rg { setrgbcolor } bind def
60
+ /d1 { setcachedevice } bind def
61
+ %%EndProlog
62
+ %%BeginSetup
63
+ %%EndSetup
64
+ %%Page: 1 1
65
+ %%BeginPageSetup
66
+ %%PageBoundingBox: 0 -1 681 702
67
+ %%EndPageSetup
68
+ q 0 -1 681 703 rectclip q
69
+ 0.0705882 0.588235 0.858824 rg
70
+ 611.781 180.256 m 584.672 165.744 503.043 103.53 473.734 100.24 c 444.715
71
+ 96.94 366.16 102.076 310.301 106.768 c 247.078 112.045 271.734 134.862
72
+ 281.734 137.303 c 291.75 139.752 412.863 145.58 453.316 149.713 c 489.73
73
+ 153.448 484.477 185.436 443.434 186.733 c 402.395 187.983 216.434 199.186
74
+ 153.918 195.444 c 91.355 191.701 0 117.229 0 117.229 c 3.418 105.428 l
75
+ 136.656 -0.002 l 154.426 1.24 l 154.426 1.24 187.078 17.983 214.246 23.018
76
+ c 241.414 28.049 391.539 13.342 443.375 20.076 c 495.211 26.799 628.766
77
+ 126.393 658.074 148.119 c 672.32 158.721 682.504 173.877 679.551 177.959
78
+ c 665.273 197.338 629.34 189.666 611.781 180.256 c h
79
+ 611.781 180.256 m f
80
+ 216.598 506.076 m 214.359 503.498 214.441 570.783 195.031 569.701 c 186.402
81
+ 533.037 141.109 438.135 138.953 405.783 c 136.793 373.428 171.305 296.881
82
+ 250.031 265.604 c 234.934 322.74 226.305 324.901 241.402 357.252 c 256.5
83
+ 389.604 297.48 435.979 291.012 475.881 c 308.266 424.115 306.109 432.744
84
+ 302.875 404.701 c 332 431.662 353.57 469.408 344.941 523.33 c 381.609 478.037
85
+ 424.746 434.901 422.59 361.565 c 420.434 288.252 406.414 265.604 406.414
86
+ 265.604 c 406.414 265.604 505.629 291.588 535.824 440.881 c 550.922 517.94
87
+ 444.16 630.096 444.16 630.096 c 444.16 630.096 447.395 541.662 430.137
88
+ 519.018 c 419.355 568.623 389.156 639.803 305.031 701.272 c 291.012 639.803
89
+ 308.266 611.764 216.598 506.076 c h
90
+ 216.598 506.076 m f
91
+ 611.781 180.256 m 584.672 165.744 503.043 103.53 473.734 100.24 c 444.715
92
+ 96.94 366.16 102.076 310.301 106.768 c 247.078 112.045 271.734 134.862
93
+ 281.734 137.303 c 291.75 139.752 412.863 145.58 453.316 149.713 c 489.73
94
+ 153.448 484.477 185.436 443.434 186.733 c 402.395 187.983 216.434 199.186
95
+ 153.918 195.444 c 91.355 191.701 0 117.229 0 117.229 c 3.418 105.428 l
96
+ 136.656 -0.002 l 154.426 1.24 l 154.426 1.24 187.078 17.983 214.246 23.018
97
+ c 241.414 28.049 391.539 13.342 443.375 20.076 c 495.211 26.799 628.766
98
+ 126.393 658.074 148.119 c 672.32 158.721 682.504 173.877 679.551 177.959
99
+ c 665.273 197.338 629.34 189.666 611.781 180.256 c h
100
+ 611.781 180.256 m f
101
+ 216.598 506.076 m 214.359 503.498 214.441 570.783 195.031 569.701 c 186.402
102
+ 533.037 141.109 438.135 138.953 405.783 c 136.793 373.428 171.305 296.881
103
+ 250.031 265.604 c 234.934 322.74 226.305 324.901 241.402 357.252 c 256.5
104
+ 389.604 297.48 435.979 291.012 475.881 c 308.266 424.115 306.109 432.744
105
+ 302.875 404.701 c 332 431.662 353.57 469.408 344.941 523.33 c 381.609 478.037
106
+ 424.746 434.901 422.59 361.565 c 420.434 288.252 406.414 265.604 406.414
107
+ 265.604 c 406.414 265.604 505.629 291.588 535.824 440.881 c 550.922 517.94
108
+ 444.16 630.096 444.16 630.096 c 444.16 630.096 447.395 541.662 430.137
109
+ 519.018 c 419.355 568.623 389.156 639.803 305.031 701.272 c 291.012 639.803
110
+ 308.266 611.764 216.598 506.076 c h
111
+ 216.598 506.076 m f
112
+ Q Q
113
+ showpage
114
+ %%Trailer
115
+ end restore
116
+ %%EOF
@@ -1 +1 @@
1
- <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527766432051" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18868" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="13"><defs><style type="text/css"></style></defs><path d="M552.448 396.8c12.288 12.288 19.456 29.184 19.456 46.592 0 17.408-7.168 34.304-19.456 46.592-12.288 12.288-29.184 19.456-46.592 19.456-17.408 0-34.304-7.168-46.592-19.456-12.288-12.288-19.456-29.184-19.456-46.592 0-17.408 7.168-34.304 19.456-46.592 12.288-12.288 29.184-19.456 46.592-19.456 17.408 0 34.816 7.168 46.592 19.456z m166.4-19.456c-17.408 0-34.304 7.168-46.592 19.456-12.288 12.288-19.456 29.184-19.456 46.592 0 17.408 7.168 34.304 19.456 46.592 12.288 12.288 29.184 19.456 46.592 19.456 17.408 0 34.304-7.168 46.592-19.456 12.288-12.288 19.456-29.184 19.456-46.592 0-17.408-7.168-34.304-19.456-46.592-12.288-12.288-28.672-19.456-46.592-19.456z m-412.672 0c-17.408 0-34.304 7.168-46.592 19.456-12.288 12.288-19.456 29.184-19.456 46.592 0 17.408 7.168 34.304 19.456 46.592 12.288 12.288 29.184 19.456 46.592 19.456 17.408 0 34.304-7.168 46.592-19.456 12.288-12.288 19.456-29.184 19.456-46.592 0-17.408-7.168-34.304-19.456-46.592-12.288-12.288-29.184-19.456-46.592-19.456z m670.208 64.512c0 202.24-217.6 386.56-468.992 385.536l-19.968 6.144-181.248 138.24c-6.656 3.584-14.336 5.632-22.528 5.12-13.312 0.512-27.136-7.68-35.328-21.504l-54.784-196.096c-1.536-3.072-2.56-5.632-4.096-8.704-104.448-73.216-142.336-196.608-142.336-315.392 0-210.432 207.872-388.608 464.384-388.608 257.024 0 464.896 184.32 464.896 395.264z m-66.048 0.512c0-180.736-178.688-331.264-398.336-331.264-220.16 0-398.336 143.872-398.336 324.608 0 108.032 35.328 220.672 134.144 283.136 0 0 2.56 2.048 3.584 8.192 2.048 7.68 44.032 176.128 44.032 176.128s150.528-124.416 156.16-126.976c5.632-2.048 18.432-3.584 25.6-3.584 219.648 0.512 433.152-149.504 433.152-330.24z" fill="#1B7EF5" p-id="18869"></path></svg>
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1527766432051" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18868" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="13"><defs><style type="text/css"></style></defs><path d="M552.448 396.8c12.288 12.288 19.456 29.184 19.456 46.592 0 17.408-7.168 34.304-19.456 46.592-12.288 12.288-29.184 19.456-46.592 19.456-17.408 0-34.304-7.168-46.592-19.456-12.288-12.288-19.456-29.184-19.456-46.592 0-17.408 7.168-34.304 19.456-46.592 12.288-12.288 29.184-19.456 46.592-19.456 17.408 0 34.816 7.168 46.592 19.456z m166.4-19.456c-17.408 0-34.304 7.168-46.592 19.456-12.288 12.288-19.456 29.184-19.456 46.592 0 17.408 7.168 34.304 19.456 46.592 12.288 12.288 29.184 19.456 46.592 19.456 17.408 0 34.304-7.168 46.592-19.456 12.288-12.288 19.456-29.184 19.456-46.592 0-17.408-7.168-34.304-19.456-46.592-12.288-12.288-28.672-19.456-46.592-19.456z m-412.672 0c-17.408 0-34.304 7.168-46.592 19.456-12.288 12.288-19.456 29.184-19.456 46.592 0 17.408 7.168 34.304 19.456 46.592 12.288 12.288 29.184 19.456 46.592 19.456 17.408 0 34.304-7.168 46.592-19.456 12.288-12.288 19.456-29.184 19.456-46.592 0-17.408-7.168-34.304-19.456-46.592-12.288-12.288-29.184-19.456-46.592-19.456z m670.208 64.512c0 202.24-217.6 386.56-468.992 385.536l-19.968 6.144-181.248 138.24c-6.656 3.584-14.336 5.632-22.528 5.12-13.312 0.512-27.136-7.68-35.328-21.504l-54.784-196.096c-1.536-3.072-2.56-5.632-4.096-8.704-104.448-73.216-142.336-196.608-142.336-315.392 0-210.432 207.872-388.608 464.384-388.608 257.024 0 464.896 184.32 464.896 395.264z m-66.048 0.512c0-180.736-178.688-331.264-398.336-331.264-220.16 0-398.336 143.872-398.336 324.608 0 108.032 35.328 220.672 134.144 283.136 0 0 2.56 2.048 3.584 8.192 2.048 7.68 44.032 176.128 44.032 176.128s150.528-124.416 156.16-126.976c5.632-2.048 18.432-3.584 25.6-3.584 219.648 0.512 433.152-149.504 433.152-330.24z" fill="#1B7EF5" p-id="18869"></path></svg>
@@ -1,39 +1,39 @@
1
- <template>
2
- <div class="hello">这是自己
3
- <h1>Welcome to Your Vue.js App{{msg}} </h1>
4
- </div>
5
- </template>
6
-
7
- <script>
8
- export default {
9
- title: 'Hello',
10
- name: 'hello',
11
- props: ['msg'],
12
- methods: {
13
- toTable () {
14
- this.$back()
15
- }
16
- }
17
- }
18
- </script>
19
-
20
- <!-- Add "scoped" attribute to limit CSS to this component only -->
21
- <style scoped>
22
- h1, h2 {
23
- font-weight: normal;
24
- }
25
-
26
- ul {
27
- list-style-type: none;
28
- padding: 0;
29
- }
30
-
31
- li {
32
- display: inline-block;
33
- margin: 0 10px;
34
- }
35
-
36
- a {
37
- color: #42b983;
38
- }
39
- </style>
1
+ <template>
2
+ <div class="hello">这是自己
3
+ <h1>Welcome to Your Vue.js App{{msg}} </h1>
4
+ </div>
5
+ </template>
6
+
7
+ <script>
8
+ export default {
9
+ title: 'Hello',
10
+ name: 'hello',
11
+ props: ['msg'],
12
+ methods: {
13
+ toTable () {
14
+ this.$back()
15
+ }
16
+ }
17
+ }
18
+ </script>
19
+
20
+ <!-- Add "scoped" attribute to limit CSS to this component only -->
21
+ <style scoped>
22
+ h1, h2 {
23
+ font-weight: normal;
24
+ }
25
+
26
+ ul {
27
+ list-style-type: none;
28
+ padding: 0;
29
+ }
30
+
31
+ li {
32
+ display: inline-block;
33
+ margin: 0 10px;
34
+ }
35
+
36
+ a {
37
+ color: #42b983;
38
+ }
39
+ </style>