fix: 修正插件名称大小写不一致问题

将插件名称从'redScanner'统一改为'redscanner',确保文档和配置文件中引用的一致性
This commit is contained in:
2025-06-30 17:04:51 +08:00
parent f57f576cc7
commit 3fc2674ac7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
## 安装插件 ## 安装插件
``` ```
cordova plugin add git+https://m.shuto.cn:8681/center/cordova-plugin-redScanner.git cordova plugin add git+https://m.shuto.cn:8681/center/cordova-plugin-redscanner.git
``` ```
## 引入插件 ## 引入插件
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-redScanner" version="0.0.1" <plugin id="cordova-plugin-redscanner" version="0.0.1"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://apache.org/cordova/ns/plugins/1.0"> xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>RedScanner Plugin</name> <name>RedScanner Plugin</name>
<js-module name="cordova-plugin-redScanner" src="www/redScanner.js"> <js-module name="cordova-plugin-redscanner" src="www/redScanner.js">
<clobbers target="cordova.plugin.redScanner"/> <clobbers target="cordova.plugin.redScanner"/>
</js-module> </js-module>
<platform name="android"> <platform name="android">