mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
|
|
define(function(require, exports, module) {
|
|
var worldList = require('index/worldList.js');
|
|
var top2 = require('index/top2');
|
|
|
|
worldList.render();
|
|
top2.render();
|
|
|
|
}); |