1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

update sdoc version and sdoc translate

This commit is contained in:
杨顺强
2024-11-09 10:02:21 +08:00
parent 9d4c9b8f4b
commit 8799898b84
3 changed files with 15 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
"@gatsbyjs/reach-router": "1.3.9", "@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "3.0.1", "@seafile/react-image-lightbox": "3.0.1",
"@seafile/resumablejs": "1.1.16", "@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-calendar": "0.0.28",
"@seafile/seafile-editor": "^1.0.122", "@seafile/seafile-editor": "^1.0.122",
"@seafile/sf-metadata-ui-component": "^0.0.51", "@seafile/sf-metadata-ui-component": "^0.0.51",
@@ -4729,9 +4729,9 @@
"integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig==" "integrity": "sha512-8rBbmAEuuwOAGHYGCtEzpx+bxAcGS+V30otMmhRe7bPAdh4E57RWgCa8x7pkzHGFlY1t5d+ILz1gojvPVMYQig=="
}, },
"node_modules/@seafile/sdoc-editor": { "node_modules/@seafile/sdoc-editor": {
"version": "1.0.132", "version": "1.0.133",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.132.tgz", "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-1.0.133.tgz",
"integrity": "sha512-TN75lJyA7RDuwinAzwQyDc8pfH4A/0R9FDlDPbwPjFS2H1qmSIkT8+KKxIcXtxfZtOmbyRPx5671Q1q3HWfz2A==", "integrity": "sha512-9YooF2KypMzWt5O/wbBxASFI404e0gbAII0pSZcS/STnje9V+5UxC2nRnNqKXKaVmuJktJQ3yuQsx8yYTLNY0w==",
"dependencies": { "dependencies": {
"@seafile/print-js": "1.6.6", "@seafile/print-js": "1.6.6",
"@seafile/react-image-lightbox": "2.0.5", "@seafile/react-image-lightbox": "2.0.5",

View File

@@ -11,7 +11,7 @@
"@gatsbyjs/reach-router": "1.3.9", "@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "3.0.1", "@seafile/react-image-lightbox": "3.0.1",
"@seafile/resumablejs": "1.1.16", "@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-calendar": "0.0.28",
"@seafile/seafile-editor": "^1.0.122", "@seafile/seafile-editor": "^1.0.122",
"@seafile/sf-metadata-ui-component": "^0.0.51", "@seafile/sf-metadata-ui-component": "^0.0.51",

View File

@@ -1,11 +1,14 @@
@font-face { @font-face {
font-family: "sdocfont"; /* Project id 4097705 */ font-family: "sdocfont";
src: url('./sdoc-editor-font/iconfont.eot?t=1730861799607'); /* IE9 */ /* Project id 4097705 */
src: url('./sdoc-editor-font/iconfont.eot?t=1730861799607#iefix') format('embedded-opentype'), /* IE6-IE8 */ src: url('./sdoc-editor-font/iconfont.eot?t=1729735524150');
url('./sdoc-editor-font/iconfont.woff2?t=1730861799607') format('woff2'), /* IE9 */
url('./sdoc-editor-font/iconfont.woff?t=1730861799607') format('woff'), src: url('./sdoc-editor-font/iconfont.eot?t=1729735524150#iefix') format('embedded-opentype'),
url('./sdoc-editor-font/iconfont.ttf?t=1730861799607') format('truetype'), /* IE6-IE8 */
url('./sdoc-editor-font/iconfont.svg?t=1730861799607#sdocfont') format('svg'); 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 { .sdocfont {
@@ -499,4 +502,3 @@
.sdoc-user:before { .sdoc-user:before {
content: "\e629"; content: "\e629";
} }