Skip to content

Commit

Permalink
Merge pull request #862 from AiursoftWeb/dev
Browse files Browse the repository at this point in the history
Releae 4.0.1
  • Loading branch information
Anduin2017 authored Apr 16, 2020
2 parents ee0d209 + ac05b85 commit 96fc875
Show file tree
Hide file tree
Showing 45 changed files with 2,803 additions and 1,786 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/api_connect_request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: API suggest
name: API suggestion
about: Request the client side code to connect to a target API.
title: ''
labels: ''
assignees: 'Anduin2017'

---

[//]: <Don't delete any header! Please fill out the form or your bug report will not be considered!>
[//]: <Don't delete any header! Please fill out the form, or your bug report will not be considered!>

## About the new API

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: 'Anduin2017'

---

[//]: <Don't delete any header! Please fill out the form or your bug report will not be considered!>
[//]: <Don't delete any header! Please fill out the form, or your bug report will not be considered!>

## Environment

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ Excute following command in the root directory of this repository to restore all
npm install
```

Excute following command to run and start a debug server at `localhost:8001`.
Excute following command to run and start a debugging server at `localhost:8001`.

```bash
npm start
```

### How to run as desktop app

Currently we are using [Electron](https://electron.atom.io/) to target Windows, Mac and Linux platform.
Currently, we are using [Electron](https://electron.atom.io/) to target Windows, Mac and Linux platform.

Supports Windows 7+, Linux and macOS 10.9+.

Expand Down Expand Up @@ -106,6 +106,6 @@ For more info please view [Kahla Wiki](https://wiki.aiursoft.com/ReadDoc/Kahla/W

There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.

Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your personal workflow cruft out of sight.
Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean, and your personal workflow cruft out of sight.

We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"src/manifest.json",
"src/favicon.ico",
"src/web.config",
"src/robots.txt",
"src/sw.js",
"src/index.js",
{
Expand Down Expand Up @@ -101,4 +102,4 @@
"cli": {
"analytics": false
}
}
}
Loading

0 comments on commit 96fc875

Please sign in to comment.