Skip to content

Commit

Permalink
Add description to noun length limit ignoration option
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Nov 17, 2021
1 parent 65b756f commit 4a23eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/AboutPage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="about-container">
<h1>몰?루파이어 <small>v{{ $store.state.appVersion }}</small></h1>
<p>여기도 준비중입니당!</p>
<p>준비중입니당!</p>
<p>Made by <a href="https://twitter.com/somni_somni" target="_blank">somni (@somni_somni)</a></p>
</div>
</template>
Expand Down
6 changes: 5 additions & 1 deletion src/pages/SettingsPage.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<template>
<div class="settings-container">
<label><input v-model="ignoreNounLengthLimit" type="checkbox" /> 명사 길이 제한 무시</label>
<label>
<input v-model="ignoreNounLengthLimit" type="checkbox" />
명사 길이 제한 무시<br>
<small>세 글자 이상의 명사도 몰?루화합니다.</small>
</label>

<div><br><br>더 많은 설정이 구현될 예정입니다!</div>
</div>
Expand Down

0 comments on commit 4a23eba

Please sign in to comment.