codecamp

获取ApiAdmin

如果朋友们在百度搜索ApiAdmin,可能获取很多的下载链接,但是最新版本和最稳定版本,永远都是git@osc上的release版本。

体验地址:http://admin.our-dream.cn

国内源码地址OSC:http://git.oschina.net/apiadmin/ApiAdmin

国际源码地址GitHub:https://github.com/Zhao-github/ApiAdmin

国内稳定版本地址OSC:http://git.oschina.net/apiadmin/ApiAdmin/releases

国际稳定版本地址GitHub:https://github.com/Zhao-github/ApiAdmin/releases

前言
环境需求
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }