mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix: make sort mode drag-only across cards
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
versionMismatch: 'The browser cache version is inconsistent with the server version, please try to clear the cache',
|
||||
clearCache: 'Clear Cache',
|
||||
sortMode: 'Sort Mode',
|
||||
sortModeHint: 'Virtualization is disabled for large lists to allow drag sorting, which may reduce smoothness.',
|
||||
sortModeHint: 'Drag sorting mode is active',
|
||||
},
|
||||
mediaType: {
|
||||
movie: 'Movie',
|
||||
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
versionMismatch: '浏览器缓存版本与服务端版本不一致,请尝试清除缓存',
|
||||
clearCache: '清除缓存',
|
||||
sortMode: '排序模式',
|
||||
sortModeHint: '已关闭大列表虚拟渲染,方便拖拽排序,但页面流畅度可能下降。',
|
||||
sortModeHint: '已进入拖拽排序模式',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '电影',
|
||||
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
versionMismatch: '瀏覽器快取版本與服務端版本不一致,請嘗試清除快取',
|
||||
clearCache: '清除快取',
|
||||
sortMode: '排序模式',
|
||||
sortModeHint: '已關閉大列表虛擬渲染,方便拖拽排序,但頁面流暢度可能下降。',
|
||||
sortModeHint: '已進入拖拽排序模式',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '電影',
|
||||
|
||||
Reference in New Issue
Block a user