Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

1 #57

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
64 changes: 57 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
#微信应用号/小程序开发IDE

<img src="https://cloud.githubusercontent.com/assets/876707/18773863/cca59fae-8185-11e6-9d7b-050ba646b456.png" width = "172" height = "150" alt="LOGO" align=center />

***注意:先下0.7版用于登录,再下0.9版用于开发,目前只能本地编译,不能上传***

##下载声明

* 相关代码纯属技术研究与爱好,请在学习使用后删除
* 相关下载资源均来自于QQ群,与作者及贡献者本人无关
* 当微信官方提供正式版本后,请支持微信官方,一起把应用号做的更好

##相关资源

* 开发群:QQ(452137839)
* 开发群:
* 一群(452137839)(满)
* 二群(160108745)(满)
* 三群(588937445)

* 开发工具 v0.7
* 百度: https://pan.baidu.com/s/1pLTKIqJ (密码: iswg
* 百度: https://pan.baidu.com/s/1pLxqFzH (密码: bwt9
* 360: https://yunpan.cn/ckvTYFHWzYYFV (提取码:e09b)

* 开发工具 v0.9
Expand All @@ -14,6 +29,19 @@
* 百度: https://pan.baidu.com/s/1o8hJFuU (密码: bsky)
* 360: https://yunpan.cn/ckvXAacJjvsgR (提取码:3327)

##贡献者名单

感谢大家的贡献!

| 时间 | 贡献者 | 贡献内容 |
|--------|------------|---------------|
| 2016.09.23 | importcjj | 去除调用接口必须在mp后台配置的限制 |
| 2016.09.23 | AlayshChen | 去除请求URL域名限制 |
| 2016.09.23 | qdsang | 解决无法创建App问题 |
| 2016.09.22 | loulin | 补充常见问题 |
| 2016.09.22 | fakefish | 修复0.7下载链接 |
| 2016.09.22 | QFish | 补充常见问题 |

##破解步骤

***Mac测试可用,Windows测试可用***
Expand All @@ -23,14 +51,17 @@
* Windows:使用资源管理器查看
* Mac:右键点击图标,选择『显示包内容』
3. 进入程序目录后,替换以下文件(只需要替换0.9版本里的,0.7版本用来登陆):
* Windows:
* Windows:(不过更新之后又两个文件夹 stores stroes 你替换stores这个里面的projectstores这个文件)
* \package.nw\app\dist\components\create\createstep.js
* \package.nw\app\dist\stroes\projectStores.js
* \package.nw\app\dist\weapp\appservice\asdebug.js
* Mac:
* /Resources/app.nw/app/dist/components/create/createstep.js
* /Resources/app.nw/app/dist/stroes/projectStores.js

* /Resources/app.nw/app/dist/weapp/appservice/asdebug.js

注意,这里微信工程师拼写错了,***是stroes没错***!!!
更新到0.9.092300之后,再启动会报400013错误,微信工程师把这个文件夹名字改成stores了,再重新按照上面替换就ok了。

**[替换的文件点击这里下载](https://github.com/gavinkwoe/weapp-ide-crack/archive/master.zip)**

Expand All @@ -41,7 +72,7 @@
* 先使用0.7版本[[Windows](http://dldir1.qq.com/WechatWebDev/release/0.7.0/wechat_web_devtools_0.7.0_x64.exe)|[Mac] (http://dldir1.qq.com/WechatWebDev/release/0.7.0/wechat_web_devtools_0.7.0.dmg)]的进行扫码登陆
* 登陆成功后,再用[0.9版本](https://pan.baidu.com/s/1pLTKIqJ)打开就直接进入了

##使用教程
##项目创建

1. 运行『微信Web开发者工具』
2. 通过微信扫描二维码
Expand All @@ -56,6 +87,24 @@
6. 开始开发
7. Good luck

##学习资料

* NoteDown版本
* 框架入门
* http://wxopen.notedown.cn/framework/MINA.html
* 组件入门
* http://wxopen.notedown.cn/component/
* API入门
* http://wxopen.notedown.cn/api/

##Demo运行

* 创建项目
* 打开项目所在目录
* 下载「Demo源代码」并解压覆盖
* 打开项目
* Good luck

##常见问题
1. 找不到所要替换的文件
* 问题原因:开发工具版本不正确,老版本不支持
Expand All @@ -70,13 +119,14 @@
* 问题原因:please bind your wechat account to the appid first
* 解决方案:先使用0.7版本的进行扫码登陆,登陆成功后,再用0.9的版本打开就直接进入了。
* 0.7版本地址:http://dldir1.qq.com/WechatWebDev/release/0.7.0/wechat_web_devtools_0.7.0.dmg
5. mac版本升级到0.9.092300后,asdebug.js报错
* 问题原因:TypeError: Cannot read property 'MaxRequestConcurrent' of undefined
* 解决方案:替换 /Resources/app.nw/app/dist/weapp/appservice/asdebug.js

##工具截图

![IDE](https://cloud.githubusercontent.com/assets/876707/18745196/f4f0488e-80f3-11e6-844b-f45d7e52a23c.png)

![IDE](https://cloud.githubusercontent.com/assets/876707/18745200/f7a74870-80f3-11e6-83cf-df00f7f87f56.png)

##相关链接

http://www.geek-zoo.com