提交 eb4ff8c8 编写于 作者: Cano1997's avatar Cano1997

update: 更新插件

上级 58c65c18
...@@ -809,18 +809,11 @@ const Je = L({ ...@@ -809,18 +809,11 @@ const Je = L({
}, [c("div", { }, [c("div", {
class: this.ns.b("file-item-title"), class: this.ns.b("file-item-title"),
on: { on: {
click: () => this.previewFile(e) click: () => this.downloadFile(e)
} }
}, [e.name]), c("div", { }, [e.name]), c("div", {
class: this.ns.b("file-item-action") class: this.ns.b("file-item-action")
}, [c("i-icon", { }, [this.showPreview ? c("i-icon", {
attrs: {
type: "md-download"
},
on: {
click: () => this.downloadFile(e)
}
}), this.showPreview ? c("i-icon", {
attrs: { attrs: {
type: "md-eye" type: "md-eye"
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册