Skip to content

Commit

Permalink
Merge branch 'VickScarlet:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuexing authored Sep 6, 2021
2 parents 7da9f51 + 160aab5 commit 0c01c56
Show file tree
Hide file tree
Showing 16 changed files with 2,336 additions and 333 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ dist

utils/xlsxTransform-*

/.idea
/.idea

__localStorage.json
11 changes: 10 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
"skipFiles": [
"<node_internals>/**"
]
}
},
{
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
]
}
8 changes: 7 additions & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ yarn dev
npm run dev
```

4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)
5. 控制台版本

```bash
node repl
```

5. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)

> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ Or
npm run dev
```

4. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html).
4. Command Line version

```bash
node repl
```

5. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html).

> More instructions at [documentation](https://liferestart.syaro.io/)
Loading

0 comments on commit 0c01c56

Please sign in to comment.