1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

update sdoc version

This commit is contained in:
杨顺强
2023-08-04 11:14:19 +08:00
parent 01c7fed8e7
commit 1c67195052
8 changed files with 21 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
"@gatsbyjs/reach-router": "1.3.9", "@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2", "@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "0.1.97", "@seafile/sdoc-editor": "0.1.98",
"@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.3.132", "@seafile/seafile-editor": "0.3.132",
"@seafile/slate-react": "0.54.13", "@seafile/slate-react": "0.54.13",
@@ -5207,9 +5207,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@seafile/sdoc-editor": { "node_modules/@seafile/sdoc-editor": {
"version": "0.1.97", "version": "0.1.98",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.97.tgz", "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.98.tgz",
"integrity": "sha512-WAaBm5OTh1uGE4qiMdxUj9FL9qlce/utHQBciE2/ZzCeUsW1m5ROOA9mAoDi9Z3t5RbZUjpX1klQcT7uj/EHfQ==", "integrity": "sha512-8kQNkcvZBgVhAX7SI2T/iEQQL/Yg6pxIMeyMu7AaKd4nZuUcHnt7iAqjd0aWrItJZ1pn02Nnk3tU7nyu4jQutw==",
"dependencies": { "dependencies": {
"@seafile/react-image-lightbox": "2.0.2", "@seafile/react-image-lightbox": "2.0.2",
"@seafile/slate": "0.91.8", "@seafile/slate": "0.91.8",
@@ -33418,9 +33418,9 @@
"version": "1.1.16" "version": "1.1.16"
}, },
"@seafile/sdoc-editor": { "@seafile/sdoc-editor": {
"version": "0.1.97", "version": "0.1.98",
"resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.97.tgz", "resolved": "https://registry.npmjs.org/@seafile/sdoc-editor/-/sdoc-editor-0.1.98.tgz",
"integrity": "sha512-WAaBm5OTh1uGE4qiMdxUj9FL9qlce/utHQBciE2/ZzCeUsW1m5ROOA9mAoDi9Z3t5RbZUjpX1klQcT7uj/EHfQ==", "integrity": "sha512-8kQNkcvZBgVhAX7SI2T/iEQQL/Yg6pxIMeyMu7AaKd4nZuUcHnt7iAqjd0aWrItJZ1pn02Nnk3tU7nyu4jQutw==",
"requires": { "requires": {
"@seafile/react-image-lightbox": "2.0.2", "@seafile/react-image-lightbox": "2.0.2",
"@seafile/slate": "0.91.8", "@seafile/slate": "0.91.8",

View File

@@ -6,7 +6,7 @@
"@gatsbyjs/reach-router": "1.3.9", "@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2", "@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16", "@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "0.1.97", "@seafile/sdoc-editor": "0.1.98",
"@seafile/seafile-calendar": "0.0.12", "@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.3.132", "@seafile/seafile-editor": "0.3.132",
"@seafile/slate-react": "0.54.13", "@seafile/slate-react": "0.54.13",

View File

@@ -1,11 +1,11 @@
@font-face { @font-face {
font-family: "sdocfont"; /* Project id 4097705 */ font-family: "sdocfont"; /* Project id 4097705 */
src: url('./sdoc-editor-font/iconfont.eot?t=1691044790950'); /* IE9 */ src: url('./sdoc-editor-font/iconfont.eot?t=1691058253511'); /* IE9 */
src: url('./sdoc-editor-font/iconfont.eot?t=1691044790950#iefix') format('embedded-opentype'), /* IE6-IE8 */ src: url('./sdoc-editor-font/iconfont.eot?t=1691058253511#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./sdoc-editor-font/iconfont.woff2?t=1691044790950') format('woff2'), url('./sdoc-editor-font/iconfont.woff2?t=1691058253511') format('woff2'),
url('./sdoc-editor-font/iconfont.woff?t=1691044790950') format('woff'), url('./sdoc-editor-font/iconfont.woff?t=1691058253511') format('woff'),
url('./sdoc-editor-font/iconfont.ttf?t=1691044790950') format('truetype'), url('./sdoc-editor-font/iconfont.ttf?t=1691058253511') format('truetype'),
url('./sdoc-editor-font/iconfont.svg?t=1691044790950#sdocfont') format('svg'); url('./sdoc-editor-font/iconfont.svg?t=1691058253511#sdocfont') format('svg');
} }
.sdocfont { .sdocfont {
@@ -16,6 +16,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.sdoc-close1:before {
content: "\e647";
}
.sdoc-rename:before { .sdoc-rename:before {
content: "\e620"; content: "\e620";
} }
@@ -267,3 +271,4 @@
.sdoc-user:before { .sdoc-user:before {
content: "\e629"; content: "\e629";
} }

View File

@@ -14,6 +14,8 @@
/> />
<missing-glyph /> <missing-glyph />
<glyph glyph-name="sdoc-close1" unicode="&#58951;" d="M512 454.4L102.4 864 32 793.6 441.6 384 32-25.6 102.4-96 512 313.6 921.6-96l70.4 70.4L582.4 384 992 793.6 921.6 864z" horiz-adv-x="1024" />
<glyph glyph-name="sdoc-rename" unicode="&#58912;" d="M796.8 873.6L928 742.4c32-32 32-83.2 0-112L336 32l-265.6-19.2 16 262.4L681.6 873.6c28.8 28.8 86.4 28.8 115.2 0z m-204.8-227.2L182.4 233.6l-6.4-115.2 118.4 9.6L704 537.6l-112 108.8z m147.2 147.2l-80-80L768 604.8l80 80-108.8 108.8zM976-128h-928C22.4-128 0-105.6 0-80S22.4-32 48-32h928c25.6 0 48-22.4 48-48s-22.4-48-48-48z" horiz-adv-x="1024" /> <glyph glyph-name="sdoc-rename" unicode="&#58912;" d="M796.8 873.6L928 742.4c32-32 32-83.2 0-112L336 32l-265.6-19.2 16 262.4L681.6 873.6c28.8 28.8 86.4 28.8 115.2 0z m-204.8-227.2L182.4 233.6l-6.4-115.2 118.4 9.6L704 537.6l-112 108.8z m147.2 147.2l-80-80L768 604.8l80 80-108.8 108.8zM976-128h-928C22.4-128 0-105.6 0-80S22.4-32 48-32h928c25.6 0 48-22.4 48-48s-22.4-48-48-48z" horiz-adv-x="1024" />
<glyph glyph-name="sdoc-align-center" unicode="&#58926;" d="M800 832v-96H224V832h576z m224-352v96H0v-96h1024z m0-544v96H0v-96h1024zM224 288v-96h576v96H224z" horiz-adv-x="1024" /> <glyph glyph-name="sdoc-align-center" unicode="&#58926;" d="M800 832v-96H224V832h576z m224-352v96H0v-96h1024z m0-544v96H0v-96h1024zM224 288v-96h576v96H224z" horiz-adv-x="1024" />

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB