refactor: 修改默认UI播放提示词 (#233)

This commit is contained in:
Gao, Ruiyuan 2024-10-15 06:41:05 +08:00 committed by GitHub
parent 043ad12dec
commit 44819de3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,7 +344,7 @@ $(function(){
// 添加用户输入作为一个选项
const userOption = document.createElement('option');
userOption.value = query;
userOption.textContent = `使用关键词联网搜索: ${query}`;
userOption.textContent = `使用关键词播放: ${query}`;
musicSelect.appendChild(userOption);
// 提示没找到