Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
0f8bd140
提交
0f8bd140
authored
8月 02, 2024
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
2699 门户编辑器操作友好性优化
上级
d08740ed
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
111 行增加
和
2 行删除
+111
-2
ShowItem.js
one_stop_public/libs/PictureSignature/ShowItem.js
+21
-0
PdfMenu.js
zyd_public/WangEditor/DiyMenu/PdfMenu.js
+1
-1
WordMenu.js
zyd_public/WangEditor/DiyMenu/WordMenu.js
+83
-0
wangEditorComponent.js
zyd_public/WangEditor/wangEditorComponent.js
+6
-1
没有找到文件。
one_stop_public/libs/PictureSignature/ShowItem.js
浏览文件 @
0f8bd140
...
...
@@ -157,6 +157,27 @@ export const uploadFile = (file) => {
});
};
export
const
uploadWordToHtml
=
(
file
)
=>
{
let
url
=
queryApiActionPath
()
+
'/ImageLibApi/convert'
;
const
formData
=
new
FormData
();
formData
.
append
(
'file'
,
file
);
formData
.
append
(
'token'
,
getToken
());
return
fetch
(
url
,
{
method
:
'POST'
,
headers
:
{
Accept
:
'*/*'
,
...
getSassApiHeader
(),
},
body
:
formData
,
})
.
then
((
res
)
=>
{
return
res
.
json
();
})
.
then
((
res
)
=>
{
return
res
;
});
};
// 将图片宽度确定 高度按比例调整后返回一张新的图片
export
const
zipImage
=
(
path
,
fileName
,
limitWidth
=
1200
)
=>
{
...
...
zyd_public/WangEditor/DiyMenu/PdfMenu.js
浏览文件 @
0f8bd140
...
...
@@ -12,7 +12,7 @@ export default class PdfMenu extends BtnMenu {
constructor
(
editor
)
{
// data-title属性表示当鼠标悬停在该按钮上时提示该按钮的功能简述
const
$elem
=
E
.
$
(
`<div class='w-e-menu' data-title='Alert' style='position: relative;'>
`<div class='w-e-menu' data-title='Alert' style='position: relative;'
title="导入pdf"
>
<svg viewBox='0 0 1024 1024'
xmlns='http://www.w3.org/2000/svg'
width='18'
...
...
zyd_public/WangEditor/DiyMenu/WordMenu.js
0 → 100644
浏览文件 @
0f8bd140
// https://www.wangeditor.com/v4/pages/02-%E5%86%85%E5%AE%B9%E5%A4%84%E7%90%86/02-%E8%BF%BD%E5%8A%A0%E6%96%B0%E5%86%85%E5%AE%B9.html
import
Editor
from
'@/webPublic/zyd_public/WangEditor/includes/wangEditor.min'
;
import
{
message
}
from
'antd'
;
import
{
uploadFile
,
uploadWordToHtml
}
from
"@/webPublic/one_stop_public/libs/PictureSignature/ShowItem"
;
import
{
queryApiActionPath
,
queryFileUrl
}
from
'@/webPublic/one_stop_public/utils/queryConfig'
;
const
E
=
Editor
;
const
{
BtnMenu
}
=
E
;
window
.
message
=
message
;
export
default
class
WordMenu
extends
BtnMenu
{
constructor
(
editor
)
{
// data-title属性表示当鼠标悬停在该按钮上时提示该按钮的功能简述
const
$elem
=
E
.
$
(
`<div class='w-e-menu' data-title='Alert' style='position: relative;' title="导入word">
<svg style="width: 20px;" viewBox="0 0 20 20" title="导入word">
<path d="m14 0 5 4.5v8.892l-1.5-1.8V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"></path><path d="M10.74 18a2.76 2.76 0 0 1-.469-.5H3V19h9.25v-.374A2.737 2.737 0 0 1 10.74 18Z"></path><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.602.602 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001ZM11.674 15.407a.75.75 0 1 0 1.152.96L14 14.96V20h1.5v-5.04l1.174 1.408a.75.75 0 1 0 1.152-.96l-2.346-2.816a.95.95 0 0 0-1.46 0l-2.346 2.815Z"></path>
</svg>
</div>`
,
);
super
(
$elem
,
editor
);
}
// 菜单点击事件
clickHandler
()
{
// 做任何你想做的事情
// 可参考【常用 API】文档,来操作编辑器
let
dom
=
document
.
createElement
(
'input'
);
dom
.
accept
=
'application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document'
;
dom
.
type
=
'file'
;
dom
.
onchange
=
(
v
)
=>
{
if
(
dom
.
files
&&
dom
.
files
.
length
)
{
window
.
message
.
info
(
'正在上传文件, 请耐心等待'
);
const
file
=
dom
.
files
[
0
];
const
fileName
=
file
.
name
;
uploadWordToHtml
(
file
)
.
then
((
res
)
=>
{
setTimeout
(()
=>
{
if
(
res
&&
res
.
length
>
10
)
{
let
url
=
queryFileUrl
(
res
);
window
.
message
.
success
(
'上传文件成功'
);
// 30354 【移动端】家庭经济困难学生认定,手机端这么搞,已通过项目组审核
// 将 embed 改完iframe 解决移动端不显示pdf 文件的bug
this
.
editor
.
txt
.
append
(
`
<p class='wangEditor-aHref'><a href='
${
url
}
' target='_blank' download='
${
fileName
}
'>
${
fileName
}
</a></p>
<p class='wangEditor-pdfReader'>
<iframe width='100%'
height='768px'
name='plugin'
id='plugin'
src='
${
window
.
specialImportantSystemConfig
?.
pdfReadPrefixUrl
?
window
.
specialImportantSystemConfig
?.
pdfReadPrefixUrl
+
url
:
url
}
'
type='
application
/
pdf
'
internalinstanceid='
3
'
title='
$
{
fileName
}
'/>
</p>
`);
}
}, 2000);
});
}
};
dom.click();
}
// 菜单是否被激活(如果不需要,这个函数可以空着)
// 1. 激活是什么?光标放在一段加粗、下划线的文本时,菜单栏里的 B 和 U 被激活,如下图
// 2. 什么时候执行这个函数?每次编辑器区域的选区变化(如鼠标操作、键盘操作等),都会触发各个菜单的 tryChangeActive 函数,重新计算菜单的激活状态
tryChangeActive() {
// 激活菜单
// 1. 菜单 DOM 节点会增加一个 .w-e-active 的 css class
// 2. this.this.isActive === true
this.active();
// // 取消激活菜单
// // 1. 菜单 DOM 节点会删掉 .w-e-active
// // 2. this.this.isActive === false
// this.unActive()
}
}
zyd_public/WangEditor/wangEditorComponent.js
浏览文件 @
0f8bd140
...
...
@@ -13,11 +13,12 @@
* value: string // 富文本的值
* 更多配置项 参考 http://www.wangeditor.com/doc/
* */
import
React
,
{
use
State
,
use
Effect
}
from
'react'
;
import
React
,
{
useEffect
}
from
'react'
;
import
WangEditor
from
'./includes/wangEditor.min'
;
import
uploadFile
from
'./uploadFile'
;
import
compressImage
from
'@/webPublic/zyd_public/WangEditor/compressImage'
;
import
PdfMenu
from
'@/webPublic/zyd_public/WangEditor/DiyMenu/PdfMenu'
;
import
WordMenu
from
'@/webPublic/zyd_public/WangEditor/DiyMenu/WordMenu'
;
import
VideoMenu
from
'@/webPublic/zyd_public/WangEditor/DiyMenu/VideoMenu'
;
let
editor
=
null
;
export
default
function
ZydCmsWangEditor
({
...
...
@@ -32,6 +33,7 @@ export default function ZydCmsWangEditor({
useEffect
(()
=>
{
editor
=
new
WangEditor
(
`#wangEditor
${
domKey
}
`
);
editor
.
menus
.
extend
(
'PdfMenuKey'
,
PdfMenu
);
editor
.
menus
.
extend
(
'WordMenuKey'
,
WordMenu
);
editor
.
menus
.
extend
(
'video'
,
VideoMenu
);
editor
.
config
.
zIndex
=
20
;
if
(
height
)
{
...
...
@@ -97,6 +99,9 @@ export default function ZydCmsWangEditor({
// 'undo',
// 'redo',
];
if
(
window
.
specialImportantSystemConfig
.
importWord
){
editor
.
config
.
menus
.
push
(
'WordMenuKey'
);
}
editor
.
create
();
if
(
value
&&
value
.
indexOf
(
'wangEditorHtml'
)
>
-
1
)
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论