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