From 1ad01c2ec1e94a973b14cee00469e92c7195e05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Mon, 25 Aug 2025 11:08:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B32.5.1=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=9B=BE=E6=A0=87=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新manifest.json中的版本号至2.5.1,同时恢复多个入库功能相关的SVG图标资源,包括成品入库、备件入库、油漆入库、免检入库和毛坯入库等图标 --- manifest.json | 4 ++-- .../images/index-icons/inbound/finished-product-inbound.svg | 1 + static/images/index-icons/inbound/no-validation-inbound.svg | 1 + static/images/index-icons/inbound/paint-inbound.svg | 1 + static/images/index-icons/inbound/rough-casting-inbound.svg | 1 + static/images/index-icons/inbound/spare-parts-inbound.svg | 1 + 6 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 static/images/index-icons/inbound/finished-product-inbound.svg create mode 100644 static/images/index-icons/inbound/no-validation-inbound.svg create mode 100644 static/images/index-icons/inbound/paint-inbound.svg create mode 100644 static/images/index-icons/inbound/rough-casting-inbound.svg create mode 100644 static/images/index-icons/inbound/spare-parts-inbound.svg diff --git a/manifest.json b/manifest.json index a0311e9..0fbc35a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "上海干巷涂装PDA", "appid" : "__UNI__A67E78B", "description" : "", - "versionName" : "2.5.0", - "versionCode" : 250, + "versionName" : "2.5.1", + "versionCode" : 251, "transformPx" : false, "sassImplementationName" : "node-sass", "app-plus" : { diff --git a/static/images/index-icons/inbound/finished-product-inbound.svg b/static/images/index-icons/inbound/finished-product-inbound.svg new file mode 100644 index 0000000..fbee774 --- /dev/null +++ b/static/images/index-icons/inbound/finished-product-inbound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/index-icons/inbound/no-validation-inbound.svg b/static/images/index-icons/inbound/no-validation-inbound.svg new file mode 100644 index 0000000..ef52cd4 --- /dev/null +++ b/static/images/index-icons/inbound/no-validation-inbound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/index-icons/inbound/paint-inbound.svg b/static/images/index-icons/inbound/paint-inbound.svg new file mode 100644 index 0000000..91cff99 --- /dev/null +++ b/static/images/index-icons/inbound/paint-inbound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/index-icons/inbound/rough-casting-inbound.svg b/static/images/index-icons/inbound/rough-casting-inbound.svg new file mode 100644 index 0000000..aa9257f --- /dev/null +++ b/static/images/index-icons/inbound/rough-casting-inbound.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/index-icons/inbound/spare-parts-inbound.svg b/static/images/index-icons/inbound/spare-parts-inbound.svg new file mode 100644 index 0000000..9d4a3de --- /dev/null +++ b/static/images/index-icons/inbound/spare-parts-inbound.svg @@ -0,0 +1 @@ + \ No newline at end of file