1 Star 0 Fork 1

timhuang/EPG

forked from jinlong_zhang/EPG 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
entry.js 957 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinlong_zhang 提交于 2016-06-06 17:45 . init data.
/**
* @author g00201348
*/
seajs.config({
'base': './',
'alias': {
'juicer': 'sdk/3rd_lib/juicer-0.6.5.min',
},
'paths': {
'core': 'framework/core',
'tools': 'sdk/tools',
'commonui': 'commonui',
'framework': 'framework',
'stb': 'framework/stb',
'player': 'framework/stb/player',
'customize': 'customize',
'page': 'customize/page',
'widget': 'customize/widget',
'app': 'customize/application',
'i18n': 'customize/i18n/',
'res': 'customize/res/',
'css': 'customize/i18n/cn/css',
'img': 'customize/res/img',
'lib': 'sdk/3rd_lib'
},
'charset': 'utf-8',
'preload': ['tools/Log',
'tools/Transit',
'tools/Position',
Function.prototype.bind ? '' : 'lib/ECMAScript5',
window.Utility ? '' : 'stub/IPTVStub', 'sdk/tools/HandlebarsHelpers'
]
});
seajs.use('customize/app');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/timteam/MEM.git
git@gitee.com:timteam/MEM.git
timteam
MEM
EPG
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385