mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
update sdoc version and sdoc translate
This commit is contained in:
parent
9d4c9b8f4b
commit
8799898b84
8
frontend/package-lock.json
generated
8
frontend/package-lock.json
generated
@ -16,7 +16,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "3.0.1",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "1.0.132",
|
||||
"@seafile/sdoc-editor": "1.0.133",
|
||||
"@seafile/seafile-calendar": "0.0.28",
|
||||
"@seafile/seafile-editor": "^1.0.122",
|
||||
"@seafile/sf-metadata-ui-component": "^0.0.51",
|
||||
@ -4729,9 +4729,9 @@
|
||||
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
|
||||
},
|
||||
"node_modules/@seafile/sdoc-editor": {
|
||||
"version": "1.0.132",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.132.tgz",
|
||||
"integrity": "sha512-TN75lJyA7RDuwinAzwQyDc8pfH4A/0R9FDlDPbwPjFS2H1qmSIkT8+KKxIcXtxfZtOmbyRPx5671Q1q3HWfz2A==",
|
||||
"version": "1.0.133",
|
||||
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.133.tgz",
|
||||
"integrity": "sha512-9YooF2KypMzWt5O/wbBxASFI404e0gbAII0pSZcS/STnje9V+5UxC2nRnNqKXKaVmuJktJQ3yuQsx8yYTLNY0w==",
|
||||
"dependencies": {
|
||||
"@seafile/print-js": "1.6.6",
|
||||
"@seafile/react-image-lightbox": "2.0.5",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"@gatsbyjs/reach-router": "1.3.9",
|
||||
"@seafile/react-image-lightbox": "3.0.1",
|
||||
"@seafile/resumablejs": "1.1.16",
|
||||
"@seafile/sdoc-editor": "1.0.132",
|
||||
"@seafile/sdoc-editor": "1.0.133",
|
||||
"@seafile/seafile-calendar": "0.0.28",
|
||||
"@seafile/seafile-editor": "^1.0.122",
|
||||
"@seafile/sf-metadata-ui-component": "^0.0.51",
|
||||
|
@ -1,11 +1,14 @@
|
||||
@font-face {
|
||||
font-family: "sdocfont"; /* Project id 4097705 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1730861799607'); /* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1730861799607#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1730861799607') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1730861799607') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1730861799607') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1730861799607#sdocfont') format('svg');
|
||||
font-family: "sdocfont";
|
||||
/* Project id 4097705 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1729735524150');
|
||||
/* IE9 */
|
||||
src: url('./sdoc-editor-font/iconfont.eot?t=1729735524150#iefix') format('embedded-opentype'),
|
||||
/* IE6-IE8 */
|
||||
url('./sdoc-editor-font/iconfont.woff2?t=1729735524150') format('woff2'),
|
||||
url('./sdoc-editor-font/iconfont.woff?t=1729735524150') format('woff'),
|
||||
url('./sdoc-editor-font/iconfont.ttf?t=1729735524150') format('truetype'),
|
||||
url('./sdoc-editor-font/iconfont.svg?t=1729735524150#sdocfont') format('svg');
|
||||
}
|
||||
|
||||
.sdocfont {
|
||||
@ -499,4 +502,3 @@
|
||||
.sdoc-user:before {
|
||||
content: "\e629";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user