Skip to content

Commit 3cfc07a

Browse files
committed
- Update README.md
1 parent b693b8f commit 3cfc07a

1 file changed

Lines changed: 37 additions & 16 deletions

File tree

README.md

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,63 @@
22

33
A Star Resonance helper powered by Quasar and MAA frameworks
44

5-
## Install the dependencies
5+
This application only works with Android emulators and devices.
6+
7+
## Table of Contents
8+
9+
- [Usage](#usage)
10+
- [Development Setup](#development-setup)
11+
12+
## Usage
13+
14+
### Auto fishing
15+
16+
This workflow automates the fishing process.
17+
18+
1. Make sure your character is in a fishing spot in the game.
19+
2. Select your device with the correct port.
20+
3. Select the "Auto Fishing" workflow.
21+
4. Set run rounds at the bottom of the workflow info panel.
22+
5. Click "Run Workflow" to start the auto fishing process.
23+
24+
### Broadcast message
25+
26+
This workflow automates the process of sending messages in specific world channels.
27+
28+
1. Open workflow config drawer by clicking the gear icon on the top right.
29+
2. Setup begin channel and end channel.
30+
3. Close the workflow config drawer by clicking the gear icon again.
31+
4. Set run rounds at the bottom of the workflow info panel.
32+
5. Click "Run Workflow" to start broadcasting messages.
33+
34+
## Development Setup
35+
36+
### Install the dependencies
637

738
```bash
8-
yarn
9-
# or
10-
npm install
39+
pnpm install
1140
```
1241

1342
### Start the app in development mode (hot-code reloading, error reporting, etc.)
1443

1544
```bash
16-
quasar dev
45+
pnpm run dev
1746
```
1847

1948
### Lint the files
2049

2150
```bash
22-
yarn lint
23-
# or
24-
npm run lint
51+
pnpm run lint
2552
```
2653

2754
### Format the files
2855

2956
```bash
30-
yarn format
31-
# or
32-
npm run format
57+
pnpm run format
3358
```
3459

3560
### Build the app for production
3661

3762
```bash
38-
quasar build
63+
pnpm run publish
3964
```
40-
41-
### Customize the configuration
42-
43-
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).

0 commit comments

Comments
 (0)