chekun / AppStore

The missing plugins store for Typecho!
http://typecho.chekun.me
MIT License
81 stars 12 forks source link

SAE/BAE/JAE修改版 #10

Closed ghost closed 9 years ago

ghost commented 9 years ago

取消插件安装读写检查

安装按钮更改为下载链接

chekun commented 9 years ago

@fengyunljp 如此修改过于暴力了,建议识别此三个平台然后再按条件处理。

比如:

if (is_sae() or is_bae() or is_jae()) {
     //不检查读写权限
}

if (is_sae() or is_bae() or is_jae()) {
     //变成下载链接
}
ghost commented 9 years ago

@chekun 好了,直接判断读写权限

chekun commented 9 years ago

先merge,我回头修改下再发布,感谢 @fengyunljp .

PS: 麻烦pull request到develop分之吧。