Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
![CHARIMACHI](./screenshot/thumbnail.png)

<p style="text-align: center;">
<img src="./screenshot/marker.png" alt="注位置点表示" width="200" />
<img src="./screenshot/warning-point.png" alt="注位置点表示" width="200" />
<img src="./screenshot/violation.png" alt="違反率注意" width="200" />
<img src="./screenshot/score.png" alt="快適度" width="200" />
</p>

Expand Down
2 changes: 1 addition & 1 deletion mobile-app/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Binary file modified screenshot/score.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/violation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/warning-point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading