From 9ecc17d94562bea09ac09751a4a07239869d6abd Mon Sep 17 00:00:00 2001 From: rca Date: Tue, 30 Jul 2024 01:42:01 +0900 Subject: [PATCH] =?UTF-8?q?README.md=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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)