diff --git a/README.md b/README.md index c7be9d4..8202dcd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +# KidShift Webフロントエンド +## kidshift-web + +### 概要 - Overview +- KidShiftのWebフロントエンド +- Vue.js + Quasar Framework +- Androidアプリ側の子供モードと同等の機能を提供 + +### 既知の問題 - Known Issues +- 初回ログイン時、2回以上のリロードが必要(キャッシュ処理不備) +- 特定のIMEでログインコードが正しく入力できない場合がある +- タスクを完了した際、自動で残高が更新されない(デスクトップで使用した場合のみ, モバイルではウォレットへの切り替えで再度取得される) +- タスク履歴をキャッシュしていない + +
+デフォルトのREADME + + # KidShift (kidshift-web) KidShift web client @@ -22,3 +40,13 @@ quasar build ### Customize the configuration See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js). + +
+ +### その他 - Others +- Github側(ミラー元, プライベートリポジトリ) でmainへのコミット時[Vercel](https://kidshift-web.vercel.app)に自動デプロイしています + +### 関連 +- [KidShift Alexa Skills](https://ns1b-gitea.nem.one/kidshift/kidshift-skills) +- [KidShift Androidクライアント](https://ns1b-gitea.nem.one/kidshift/KidShift) +- [KisShift バックエンド](https://ns1b-gitea.nem.one/kidshift/kidshift-be)