mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
build: release v1.4.3
This commit is contained in:
parent
724c1398f0
commit
79522fdc61
3
.github/workflows/prettier.yml
vendored
3
.github/workflows/prettier.yml
vendored
@ -9,7 +9,6 @@ on:
|
||||
jobs:
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -20,6 +19,6 @@ jobs:
|
||||
uses: creyD/prettier_action@v3.0
|
||||
with:
|
||||
prettier_options: --write **/*.{html,js,md,vue,less,css}
|
||||
commit_message: 'docs: prettify code'
|
||||
commit_message: 'style: prettify code'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
@ -20,6 +20,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章
|
||||
|
||||
## 在线编辑器地址
|
||||
|
||||
- Netlify: https://mdhere.netlify.app
|
||||
- Gitee Pages:https://doocs.gitee.io/md
|
||||
- GitHub Pages:https://doocs.github.io/md
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "vue-md",
|
||||
"author": "doocs",
|
||||
"version": "1.4.2",
|
||||
"private": true,
|
||||
"version": "1.4.3",
|
||||
"homepage": ".",
|
||||
"description": "An open-source wechat markdown editor.",
|
||||
"author": "yanglbme <contact@yanglibin.info>",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
|
Loading…
Reference in New Issue
Block a user