提交 6738c074 编写于 作者: 郭维嘉

fix

上级 34665141
此差异已折叠。
{
"name": "awesome-markdown-editor",
"description": " A open source markdown editor of csdn codechina team contributed",
"version": "0.9.3",
"version": "0.9.4",
"publisher": "guoweijia",
"scripts": {
"start": "webpack serve --mode=development",
......
......@@ -37,6 +37,11 @@
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.flex-1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.md_link_desc {
font-size: 14px;
line-height: 20px;
......
......@@ -9,8 +9,8 @@ module.exports = {
devServer: {
contentBase: path.resolve(__dirname, "dist"),
host: "0.0.0.0",
// port: 443,
// https: true,
port: 443,
https: true,
open: true
},
resolve: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册