sinlov

Results 10 comments of sinlov

Android stuido 4.1之后模板改为插件,所以单独做的插件 - MVPArt 插件 [https://github.com/sinlov/MVPArtTemplate](https://github.com/sinlov/MVPArtTemplate) - MVPArms 插件 [https://github.com/nifengxiao/MVPArmsTemplatePlugin](https://github.com/nifengxiao/MVPArmsTemplatePlugin) 目前都是预览版,使用方法都是下载插件预览 jar 包,然后安装插件 - 在目录树,`app包名`的位置使用 `新建` 快捷键 `cmd + n` 或者 `alt + insert` - 模板从 `Other` 选择 `MVPArtTemplate`...

PingPP的插件中,libammsdk是精简过的,很多功能是没有的 如果用其他三方插件制作者的包,会出现无法调用的问题,腾讯也没有提供maven仓库的包管理,所以,一旦使用pingpp,那么很多微信API的非支付功能都将失效,目前尝试弃用pingpp插件的这个精简包,引入完整包,但仍然出现多个pingin的依赖包(liammsdk)无法找到的问题。

pingpp 的 libammsdk.jar 文件只有 40 多KB,微信官方下载的静态包有100多KB

已经解决了,我fork了pingpp的代码,移掉了重复引入依赖包,在cordova构建次序上,让功能更全jar包的优先导入就可以了。 谢谢提供支持,感谢!

@519818538 git clone rule `First In Followed Clash` **Package Structure made by Full the Cordova Plugin structure** See [cordova-plugin-wechat-example](https://github.com/xu-li/cordova-plugin-wechat-example)

需要增加环境变量和 环境变量响应,稍等我测试完成提一个PR

在 https://github.com/Moonvy/OpenPromptStudio/pull/61 中已经实现并生效 @yArna

@tcurdt see [https://github.com/sinlov/FinderGo/releases](https://github.com/sinlov/FinderGo/releases) - build support Apple Silicon - support vscode to open source open

如果是 chrome 浏览器,默认 http 协议是不让使剪切版的,需要配置白名单 1. 浏览器输入路径 ``` chrome://flags/#unsafely-treat-insecure-origin-as-secure ``` 2. 把你自己部署的站点配置到 `Insecure origins treated as secure` 白名单(注意要写协议) 例如: ``` http://localhost:3000 ``` 4. 点选右侧的下拉框从 `Disabled` 到 `Enabled` 5. 在点击窗口右下角 `Relaunch`...

@Airy0711 Public projects, do not provide SDK keys to avoid unnecessary trouble