mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat(Settings): require access key for app recommendation
This commit is contained in:
@@ -148,7 +148,10 @@ function handleToggleHomeTab(tab: any) {
|
||||
background: settings.recommendationMode === 'app' ? 'var(--bew-theme-color)' : '',
|
||||
color: settings.recommendationMode === 'app' ? 'white' : '',
|
||||
}"
|
||||
@click="settings.recommendationMode = 'app'"
|
||||
@click="() => {
|
||||
settings.recommendationMode = 'app'
|
||||
handleAuthorize()
|
||||
}"
|
||||
>
|
||||
App
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user