Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junyiz committed Jun 8, 2022
1 parent bdd08fa commit 222a02f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dature
基于 Node.js 的新浪博客备份程序,备份数据包含标题、正文、时间、分类、标签、图片,并生成 HTML 文件

![dature](https://gitee.com/junyiz/dature/raw/master/images/dature.jpg)
<img src="https://gitee.com/junyiz/dature/raw/master/images/dature.png" width="450" />

## 普通用户
下载安装,即可使用 [下载地址](https://github.com/junyiz/dature/releases)
Expand All @@ -11,12 +11,9 @@
# 1. 安装 Node.js 参见:https://nodejs.org/zh-cn/download/

# 2. 安装命令

npm install -g dature

# 3. 命令行使用

# 例如备份牛根生的博客(xxxxxx 为 cookie)
# 3. 命令行使用,例如备份牛根生的博客(xxxxxx 为 cookie)
dature -u 1263917762 -c "xxxxxx"
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dature",
"version": "1.0.0",
"version": "1.0.1",
"description": "新浪博客备份工具",
"main": "main.js",
"bin": {
Expand Down

0 comments on commit 222a02f

Please sign in to comment.