mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-03 16:06:38 +00:00
12 lines
163 B
Java
12 lines
163 B
Java
/**
|
||
|
||
@Name:用于打包移动完整版
|
||
@Author:贤心
|
||
@License:LGPL
|
||
|
||
*/
|
||
|
||
layui.define(function(exports){
|
||
exports('layui.mobile', layui.v);
|
||
});
|