add allow anonymous user add liverequest

This commit is contained in:
2025-03-18 22:42:18 +08:00
parent e0add9edbe
commit 3d42dd1884
5 changed files with 65 additions and 47 deletions

View File

@@ -1203,6 +1203,10 @@ onUnmounted(() => {
:disabled="!configCanEdit">
允许通过网页点歌
</NCheckbox>
<NCheckbox v-if="settings.allowFromWeb" v-model:checked="settings.allowAnonymousFromWeb" @update:checked="updateSettings"
:disabled="!configCanEdit">
允许匿名通过网页点歌
</NCheckbox>
</NSpace>
<NDivider> 冷却 (单位: 秒) </NDivider>
<NCheckbox v-model:checked="settings.enableCooldown" @update:checked="updateSettings"