Skip to content

Commit

Permalink
fix: remove map key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloomingg committed Feb 2, 2023
1 parent 986b8da commit 870d40f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ yarn
- 高德地图web api key 用于根据经纬度生成快照 需要自行申请替换

```javascript
AmapWebKey: '835638634b8f9b4bba386eeec94aa7df'
AmapWebKey: ''
```

- 图片、视频等资源文件存储方式 支持minio cos oss 推荐minio、cos
Expand Down
4 changes: 2 additions & 2 deletions common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports = {
// apiUrl: 'http://121.5.182.23:10002',
// wsUrl: 'ws://121.5.182.23:10001',

// 高德地图web api key 用于根据经纬度生成快照 当前key已绑定安卓包名 需要自行申请替换
AmapWebKey: '835638634b8f9b4bba386eeec94aa7df',
// 高德地图web api key 用于根据经纬度生成快照 需要自行申请替换
AmapWebKey: '',
// 图片、视频等资源文件存储方式 支持minio cos oss 推荐minio、cos
objectStorage: 'minio'
}
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
"nativePlugins" : {
"Tuoyun-OpenIMSDK" : {
"__plugin_info__" : {
"name" : "OpenIMSDK",
"description" : "IM",
"platforms" : "Android",
"url" : "",
"android_package_name" : "",
"name" : "OpenIM SDK",
"description" : "OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。",
"platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=6577",
"android_package_name" : "com.im.uni",
"ios_bundle_id" : "",
"isCloud" : false,
"bought" : -1,
"pid" : "",
"isCloud" : true,
"bought" : 1,
"pid" : "6577",
"parameters" : {}
}
}
Expand Down

0 comments on commit 870d40f

Please sign in to comment.