diff --git a/public/index.html b/public/index.html index 12d8de7..5c01db3 100644 --- a/public/index.html +++ b/public/index.html @@ -256,15 +256,15 @@ - - Add New Account + + Add New Account - - Connect a Google + + Connect a Google Workspace account to increase your API quota limit. The account will be used to proxy Claude requests via Antigravity. - + @@ -282,23 +282,26 @@ Connect Google Account - OR - - - - - Use CLI Command - - - - npm run accounts:add + + OR + + + + + + Use CLI Command + + + + $ + npm run accounts:add + - + - + Close diff --git a/public/views/models.html b/public/views/models.html index 1cf5b49..ed3a0e9 100644 --- a/public/views/models.html +++ b/public/views/models.html @@ -42,7 +42,8 @@ All Accounts @@ -143,15 +144,33 @@ + x-text="$store.global.t('activeCount', {count: row.quotaInfo?.filter(q => q.pct > 0).length || 0})"> - - - - - + + + + No data + + + + + + + + + + + + + + + + + +
Connect a Google +
Connect a Google Workspace account to increase your API quota limit. The account will be used to proxy Claude requests via Antigravity.
npm run accounts:add
OR