- Contract.php: 返回合约账户余额(balance_contract) - My.php: 地址管理增加BTC/ETH - AppContract.php: 一键平仓(closeall) - AppProxy.php: 代理专属注册链接 + 分级权限(L1/L2) - site.php: 手续费减半(0.018→0.009) - agent_permission_setup.sql: 代理权限SQL - crypto_news_crawler.py: 新闻自动采集脚本
24 lines
664 B
JSON
Executable File
24 lines
664 B
JSON
Executable File
{
|
|
"name": "cxselect",
|
|
"version": "1.4.0",
|
|
"description": "cxSelect 是基于 jQuery 的多级联动菜单插件,适用于省市、商品分类等联动菜单。",
|
|
"keywords": ["jquery plugin","select"],
|
|
"main": "./js/jquery.cxselect.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">=1.7"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ciaoca/cxSelect.git"
|
|
},
|
|
"author": "Ciaoca <ciaoca@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ciaoca/cxSelect/issues"
|
|
},
|
|
"homepage": "http://code.ciaoca.com/jquery/cxSelect/"
|
|
}
|