Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTSの文言を実際のものと同じようにする #3381

Closed
wants to merge 13 commits into from
Closed

Conversation

TinyKitten
Copy link
Member

@TinyKitten TinyKitten commented Mar 27, 2024

close #3380

必要なテストケース

  • 始発
    • 鉄道会社名
    • 種別名
    • 行先
  • 発車後
    • 終着
    • 次の次の駅
      • 終着
    • 通過する駅
    • 乗換
  • 到着前
    • 終着
    • 次の次の駅
    • 通過する駅
    • 鉄道会社変更
    • 乗換
  • 種別
    • ~駅の先は各駅に停車
  • 直通

@TinyKitten TinyKitten self-assigned this Mar 27, 2024
@github-actions github-actions bot added the react label Mar 27, 2024
@@ -52,6 +53,7 @@
const { isLoopLine } = useLoopLine()
const slicedStationsOrigin = useSlicedStations()
const stoppingState = useStoppingState()
const beforeStopFromTerminus = useBeforeStopFromTerminus()

Check warning

Code scanning / ESLint

Disallow unused variables Warning

'beforeStopFromTerminus' is assigned a value but never used.
@TinyKitten TinyKitten marked this pull request as draft April 29, 2024 12:01
@TinyKitten
Copy link
Member Author

放置しすぎたので別のPR建てる

@TinyKitten TinyKitten closed this Oct 5, 2024
@TinyKitten TinyKitten deleted the fix/tts branch October 5, 2024 16:56
@TinyKitten TinyKitten restored the fix/tts branch October 5, 2024 16:57
@TinyKitten TinyKitten deleted the fix/tts branch December 2, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TTSの文言を実際のものと同じようにする
1 participant