mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 15:05:58 +03:00
[PR #886] [MERGED] feat(SearchInp): 支持搜索词同步 #703
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imsyy/SPlayer/pull/886
Author: @MoYingJi
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @imsyy
Base:
dev← Head:pr/s📝 Commits (1)
10c0c79feat(SearchInp): 支持搜索词同步📊 Changes
4 files changed (+55 additions, -15 deletions)
View changed files
📝
src/components/Search/SearchInp.vue(+33 -5)📝
src/components/Setting/config/general.ts(+11 -6)📝
src/stores/migrations/settingMigrations.ts(+8 -1)📝
src/stores/setting.ts(+3 -3)📄 Description
将
clearSearchOnBlur设置项扩充为searchInputBehavior,保留原有的normal和clear模式,增加了sync模式(如果当前是搜索页,则同步搜索页的搜索词到搜索框,如果是其他页面,则清空搜索框)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.