mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-23 19:47:04 -04:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
const {jQuery: jq} = require('../win');
|
|
const mainrow = require('./mainrow');
|
|
|
|
const $el = jq('<div id="content"/>').appendTo(mainrow.$el);
|
|
|
|
module.exports = {
|
|
$el
|
|
};
|