Giter Club home page Giter Club logo

qsc-mobile-plugins's Introduction

QSC Mobile Plugin 仓库

Plugins

  • 求失狗

面向开发者

文档

github:http://qsctech.github.io/qsc-mobile-plugins/doc/api/ gitcafe:http://qsctech.gitcafe.com/qsc-mobile-plugins/doc/api/

SDK 使用说明

比如要调试求失狗这个plugin,访问 sdk/#qiuShiGou 就可以开始调试了哦

请不要显示滚动条

Stylish:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
scrollbar {  
    width: 0 !important;
    display: none;
}

提交插件

fork 这个仓库,然后直接 pull request 过来就可以了

面向 SDK 开发者

访问 sdk/#qiuShiGou#debug 开启调试输出

面向内部开发者(iOS / Android)

我们以 gh-pages 分支为稳定分支,从 gh-pages 分支拉取文件更新。

每次插件更新前先检查当前 Java / Obj-C 是不是最新版本,如果不是,更新,否则不允许更新插件或安装插件。 如果是最新就按照索引文件的版本号更新文件。

Plugins.json & Resources.json

/lib和/api的Manifest的合并文件:

github:http://qsctech.github.io/qsc-mobile-plugins/resources.json gitcafe:http://qsctech.gitcafe.com/qsc-mobile-plugins/resources.json

所有插件Mainfest的合并文件:

github:http://qsctech.github.io/qsc-mobile-plugins/plugins.json gitcafe:http://qsctech.gitcafe.com/qsc-mobile-plugins/plugins.json

qsc-mobile-plugins's People

Contributors

gutouzju avatar hexcles avatar richard1122 avatar zenozeng avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qsc-mobile-plugins's Issues

使用类似nodejs的require模式

避免操作全局变量。
exports可以帮助新手养成好习惯。
require容易做按需加载
手动实现require,直接用匿名函数包装

SDK注入JS

在载入但是js未开始初始化的时候注入 sdk.js 作为平台的SDK实现

Config API 的实现

需要与平台开发者讨论实现。
fallback: 以 kvdb 加上 prefix 解决,如:config:showMenu

接下来两周计划

修正数据库的命名问题
加入求失狗页面的官方通知弹窗功能
发布时间转义成中文

后台管理站加入全选按钮

可能会写fastbutton

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.