diff --git a/README.md b/README.md index fa904af..6f80392 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ![CHARIMACHI](./screenshot/thumbnail.png)

- 注位置点表示 + 注位置点表示 + 違反率注意 快適度

diff --git a/mobile-app/env.ts b/mobile-app/env.ts index ec8bdec..85288f0 100644 --- a/mobile-app/env.ts +++ b/mobile-app/env.ts @@ -4,4 +4,4 @@ export const EXAMPLE_API_BASE_URL = "http://localhost:3001"; // Prism Mock Server: "http://localhost:8080" // Go Server にスマホ実機で接続する場合は、PCのローカルIPアドレスを指定する // ifconfig > en0 > inet を確認 -export const API_BASE_URL = "http://localhost:8080/api/v1"; +export const API_BASE_URL = "http://192.168.11.6:8080/api/v1"; diff --git a/screenshot/score.png b/screenshot/score.png index 7f3519f..10fa741 100644 Binary files a/screenshot/score.png and b/screenshot/score.png differ diff --git a/screenshot/thumbnail.png b/screenshot/thumbnail.png index 46beb1e..a96ae5e 100644 Binary files a/screenshot/thumbnail.png and b/screenshot/thumbnail.png differ diff --git a/screenshot/violation.png b/screenshot/violation.png new file mode 100644 index 0000000..8a46d6e Binary files /dev/null and b/screenshot/violation.png differ diff --git a/screenshot/warning-point.png b/screenshot/warning-point.png new file mode 100644 index 0000000..38369de Binary files /dev/null and b/screenshot/warning-point.png differ