Skip to content

Commit

Permalink
Playのプリセットにハッシュタグを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Nov 11, 2023
1 parent 9396706 commit 67bdf2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/src/pages/flash/flash-edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Ui:render([
rounded: true
primary: true
form: {
text: \`{result}{Str:lf}{THIS_URL}\`
text: \`{result}{Str:lf}#おみくじ{Str:lf}{THIS_URL}\`
}
})
]
Expand Down Expand Up @@ -173,7 +173,7 @@ var cursor = 0
rounded: true
primary: true
form: {
text: \`{result}{Str:lf}{THIS_URL}\`
text: \`{result}{Str:lf}#そろうかな{Str:lf}{THIS_URL}\`
}
})
]
Expand Down Expand Up @@ -275,7 +275,7 @@ each (let qa, qas) {
rounded: true
primary: true
form: {
text: \`{result}{Str:lf}{THIS_URL}\`
text: \`{result} #クイズ{Str:lf}{THIS_URL}\`
}
})
]
Expand Down

0 comments on commit 67bdf2e

Please sign in to comment.