Commit Graph

69 Commits

Author SHA1 Message Date
YangQi
6847c50091
fix: unexpected token (#232) 2023-07-28 14:28:57 +08:00
Yang Libin
b175b69b92
chore: upgrade node version (#209) 2023-05-10 17:23:23 +08:00
Yang Libin
dd4fe6f3cf
build: release v1.5.9 (#174)
* 更新 ui
* 升级依赖包
2022-08-06 21:19:42 +08:00
Yang Libin
ec7f1d5a18
chore: upgrade dependencies (#172) 2022-08-05 17:09:52 +08:00
xw
f0fd26beb0
chore: update dependencies (#167) 2022-08-03 17:39:13 +08:00
YangQi
b728bc5d55
chore: add an eslint configuration file (#164)
从 package.json 中抽离规则为单独的配置文件
2022-08-01 19:59:36 +08:00
yanglbme
1483ebaf79 build: release v1.5.8
- 支持 minio 图床,移除 Gitee 图床 #131  #146
- 支持批量上传图片 #144
- 新增 docker 镜像部署 #doocs/docker-md
- 修复 prettier, cheerio 等依赖包版本问题 #140
- 其他小部分优化
2022-05-25 22:31:54 +08:00
yanglbme
551b07d46d fix: lock cheerio version 2022-05-23 23:46:27 +08:00
xw
3b5953d405
chore: Try to deal with code style issues before launching (#141) 2022-03-21 17:56:14 +08:00
yanglbme
4f62acd176 fix: lock prettier version (#140)
https://github.com/prettier/prettier/issues/12493
2022-03-21 17:21:22 +08:00
xw
6202ad2ff0
style: Unified repository code style (#135) 2022-02-28 19:09:39 +08:00
李寻欢
e6cc11d67b
feat: upload image by minio (#131) 2022-02-14 00:12:07 +08:00
xw
4f296d6145
fix: Handle command argument path boundary cases on some systems (#128)
* fix: Handle command argument path boundary cases on some systems #126

* feat: Add service startup detection function

* feat: upgrade dependencies

* feat: Add version display function
2022-02-12 21:00:34 +08:00
yanglbme
a20bf78c41 build: release v1.5.7
- 移除 HBuilderX 相关依赖 #86
- 支持导入 markdown 文档 #89
- 支持自定义上传逻辑 #91
- 支持 unicloud 私有服务 #99
- 支持选择代码块主题 #112
- 支持自定义代码块样式 #117
2022-01-17 09:41:49 +08:00
yanglbme
2e0c5d63fb chore: upgrade packages 2022-01-15 10:25:22 +08:00
xw
e7a0ded14a
fix: Upgrade node-fetch (#115) 2021-12-03 15:50:23 +08:00
miaogaolin
fe4d6b0324
feat: support custom code block theme (#112)
close #75
2021-12-03 14:35:25 +08:00
xw
10d5ce856b
fix: Delete sass-loader (#114)
- sass 在目前项目中没有使用到,目前项目中使用的是 less
- sass 导致了 [#112](https://github.com/doocs/md/pull/112#issuecomment-985246677) 中的问题
2021-12-03 14:33:30 +08:00
Yang Libin
56d8fb66e7
chore: upgrade dependencies version (#109) 2021-11-30 16:56:57 +08:00
xw
61cfa68e65
feat: Support command npm command line to quickly deploy private server (#106) 2021-11-28 20:11:00 +08:00
xw
8cb566f143
fix: Declare the dependencies used when dcloud uploads files (#105) 2021-11-28 19:45:59 +08:00
xw
982e261984
refactor: simplified start command (#104) 2021-11-28 16:55:24 +08:00
xw
c4235ad505
feat: support unicloud private server (#99) 2021-11-25 11:54:29 +08:00
wll8
0f3813f646 refactor: Handle the default text to avoid unnecessary escaping in js 2021-11-24 13:35:35 +08:00
yanglbme
fd84f4545e chore: upgrade dependencies 2021-11-23 14:22:01 +08:00
xw
7080f1df40
fix(test): Processing access path (#88) 2021-11-23 13:08:30 +08:00
xw
d54a2af230
refactor: remove HBuilderX (#87)
* refactor: Does not depend on HBuilderX

* refactor: Remove redundant files and configurations

* doc: Add development instructions

* feat: 添加 `build:h5-netlify` 命令以 build 到不同目录

* chore: Add post-release test function
2021-11-23 11:07:28 +08:00
yanglbme
b38ab94969 build: release v1.5.6 2021-11-17 22:00:57 +08:00
dependabot[bot]
f916ca59b0
build(deps): bump axios from 0.21.1 to 0.21.2 (#77)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 09:54:25 +08:00
yanglbme
b8b6cd992a chore: add dependency 2021-11-09 09:52:31 +08:00
yanglbme
544483c43c chore: remove unused import and upgrade version 2021-10-29 10:02:50 +08:00
yanglbme
cb7893756b chore: upgrade dependencies to latest version 2021-04-25 10:59:25 +08:00
jimqing
7cb669a8dd change package.json 2021-02-28 17:13:17 +08:00
jimqing
6698d0cdda feat: dynamic publicPath 2021-02-28 16:57:58 +08:00
JimQing
2cb5e34af3
fix: support netlify build env
* update frame to uni-app

* fix: bug fix

* fix: bug fix

* 修改输出路径

* feat: publicPath

* feat: manifest update

* fix: cssEditor theme

* fix: style

* style: format code with prettier

* fix: table style & copy style on the night mode

* fix: upload image

* fix: style

* feat: build:h5 for netlify

* delete console

* fix: netlify publicPath

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2021-02-28 15:39:08 +08:00
JimQing
b50ae32834
refactor: use uni-app framework (#55)
* update framework to uni-app

* fix: bug fix

* fix: bug fix

* 修改输出路径

* feat: publicPath

* feat: manifest update

* fix: cssEditor theme

* fix: style

* style: format code with prettier

* fix: table style & copy style on the night mode

* fix: upload image

* fix: style

Co-authored-by: yanglbme <szuyanglb@outlook.com>
2021-02-28 14:50:52 +08:00
dependabot[bot]
9d5dad6306
build(deps): bump marked from 1.2.5 to 2.0.0 (#53)
Bumps [marked](https://github.com/markedjs/marked) from 1.2.5 to 2.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v1.2.5...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-09 22:23:40 +08:00
yanglbme
36dfd1ae02 feat: update file api 2020-12-02 11:49:33 +08:00
yanglbme
2ce5637b72 build: release v1.4.6 2020-12-01 15:35:08 +08:00
yanglbme
88419529f8 style: update wx-renderer 2020-11-26 20:10:39 +08:00
yanglbme
ba577270f4 build: release v1.4.4 2020-11-23 23:28:28 +08:00
yanglbme
d95e098c22 chore: upgrade dependencies version 2020-11-23 21:14:47 +08:00
dependabot[bot]
ca25af6b4d
build(deps): bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 01:41:32 +00:00
dependabot[bot]
b12d599022
build(deps-dev): bump node-sass from 4.13.0 to 4.13.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 01:40:10 +00:00
yanglbme
79522fdc61 build: release v1.4.3 2020-11-09 14:09:11 +08:00
yanglbme
f61628b3a9 fix: update configuration 2020-11-09 11:33:48 +08:00
yanglbme
3fac278a83 feat: support qiniu kodo 2020-11-08 21:36:41 +08:00
yanglbme
9fbd02009c build: release v1.4.1 2020-10-15 09:35:56 +08:00
yanglbme
6b18ac3700 docs: update README.md 2020-09-24 15:50:24 +08:00
yanglbme
e6a2dc33d7 feat: rebuild v1.3.9
* 支持阿里云 OSS
* 支持腾讯云 COS
2020-09-15 22:02:34 +08:00