Skip to content

Commit 0b9ba22

Browse files
authored
Merge pull request #21 from doocs/feature-rebuild
feat: rebuild project
2 parents ffcaf33 + b92301c commit 0b9ba22

106 files changed

Lines changed: 572 additions & 1688 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
4444
- [x] 支持自定义 CSS 样式并实时渲染
4545
- [x] 支持一键恢复至默认内容及样式
4646
- [x] 支持打开或关闭引用链接的选项
47-
- [ ] 支持在编辑框右键弹出功能选项卡
48-
- [ ] 支持更加人性化的插入表格功能
47+
- [x] 支持在编辑框右键弹出功能选项卡
4948

5049

5150
![select-and-change-color-theme](https://imgkr.cn-bj.ufileos.com/32c05c23-6309-491f-bd0d-f22a62c944b4.gif)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-md",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"private": true,
55
"homepage": "https://doocs.gitee.io/md",
66
"scripts": {

public/assets/css/loading.css

Lines changed: 0 additions & 47 deletions
This file was deleted.

public/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@
1212
<link rel="shortcut icon" href="https://imgkr.cn-bj.ufileos.com/f3accc83-b854-4e99-afb5-8a6465e1d84f.png">
1313
<link rel="apple-touch-icon-precomposed"
1414
href="https://imgkr.cn-bj.ufileos.com/f3accc83-b854-4e99-afb5-8a6465e1d84f.png">
15-
<link rel="stylesheet" href="assets/css/loading.css">
16-
<link rel="stylesheet" href="libs/css/index.css">
17-
<link rel="stylesheet" href="libs/css/code-themes/github-v2.min.css">
18-
<link rel="stylesheet" href="libs/css/style-mirror.css">
19-
<link rel="stylesheet" href="libs/css/animate.css">
20-
<link rel="stylesheet" href="assets/css/app.css">
15+
<script src="https://cdn.bootcdn.net/ajax/libs/prettify/r224/prettify.min.js"></script>
16+
<link href="https://cdn.bootcdn.net/ajax/libs/prettify/r224/prettify.min.css" rel="stylesheet">
2117
</head>
2218

2319
<body>

public/libs/css/animate.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

public/libs/css/code-themes/github-v2.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/libs/css/code-themes/tomorrow-night-eighties.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/libs/css/code-themes/tomorrow-night.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/libs/css/code-themes/tomorrow.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/libs/css/codemirror.min.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)