更新商品列表按照字母搜索

This commit is contained in:
gyq
2026-05-15 13:41:29 +08:00
parent 97e0df4621
commit 75be7c0d53
3 changed files with 20 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vite-electron",
"private": true,
"version": "2.0.30",
"version": "2.0.31",
"main": "dist-electron/main.js",
"scripts": {
"dev": "chcp 65001 && vite",
@@ -24,6 +24,7 @@
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"pinyin-match": "^1.2.10",
"qr-image": "^3.2.0",
"qrcode": "^1.5.3",
"reconnecting-websocket": "^4.4.0",