From 35c87db92b9d709652aa3bf62cecd25648b07574 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 09 七月 2024 15:38:40 +0800
Subject: [PATCH] fix:原发信息删除方法错误

---
 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/manifest.json b/manifest.json
index 5370f28..3a39431 100644
--- a/manifest.json
+++ b/manifest.json
@@ -72,7 +72,8 @@
 			"minified": true,
 			"postcss": false
 		},
-		"usingComponents": true
+		"usingComponents": true,
+		"libVersion":"latest"
 	},
 	"mp-alipay": {
 		"usingComponents": true

--
Gitblit v1.9.1