fix(scriptindex): Improve script search: use ObjectSorter with weighted results prioritizing slug and name

This commit is contained in:
2025-10-29 01:23:04 +00:00
parent 46f82d2b65
commit eda652994d
3 changed files with 31 additions and 17 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/moxytool',
version: '1.5.0',
version: '1.5.1',
description: 'Proxmox administration tool for vGPU setup, VM management, and cluster configuration'
}