Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kei-mag committed Apr 8, 2023
1 parent 10db78c commit d883a39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: true
- run: flutter --version
- run: flutter pub get
- run: flutter build web --web-renderer html --base-href /${{ steps.version.outputs.repository }}/
- run: flutter build web --release --web-renderer html --base-href /${{ steps.version.outputs.repository }}/

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
このソフトウェアで作成したサンプルファイルは[こちら](1001.json)です。

### 特徴
- Android, iOS, Windows, Web で動作可能
- Webで動作可能(PWA対応)
- ファイル内の番号によって順番が管理されており、途中に挿入、コンテキスト同士の入れ替え、削除といった基本的な操作が可能。
- 発話者は事前に設定されたキャラクターと自由記述が可能。
- 自由記述された発話者は2回目以降、プルダウンメニューから選択可能。
Expand Down

0 comments on commit d883a39

Please sign in to comment.