Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Feb 4, 2020
1 parent 0170a20 commit 2d8edb7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Backend: [iTXTech FlashDetector](https://github.com/iTXTech/FlashDetector)
1. Material Design
1. Full ~~legacy~~ FlashMaster Features (without Embedded Server of course :)
1. Decode Part Number
1. Fetch summary for Part Number
1. Search Part Number in FlashDetector Flash Database
1. Search Flash Id in FlashDetector Flash Database
1. No cookies will be stored
1. Use localStorage for persistence storage

## Setup

Expand All @@ -38,6 +39,11 @@ npm run build

Upload all files in `dist`.

## Apps

* [FlashMasterAndroid](https://github.com/iTXTech/FlashMasterAndroid) - iTXTech FlashMaster App for Android 4.4+
* [FlashMasteriOS](https://github.com/iTXTech/FlashMasteriOS) - iTXTech FlashMaster App for iOS 9.0+ and iPadOS 13.0+

## License

Copyright (C) 2019-2020 iTX Technologies
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.15.3",
"vue-router": "^3.1.5",
"vuetify": "^2.2.6",
"vuetify": "^2.2.8",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<v-list-item-content>
<v-list-item-title class="title">FlashMaster</v-list-item-title>
<v-list-item-subtitle>{{this.ver}}</v-list-item-subtitle>
<v-list-item-subtitle>by [email protected]</v-list-item-subtitle>
<v-list-item-subtitle>Made by [email protected]</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>

Expand Down

0 comments on commit 2d8edb7

Please sign in to comment.