12345678910111213141516 |
- /**
- * Name: Metaverse
- * Date: 2022/4/8
- * Author: https://www.4dkankan.com
- * Copyright © 2022 4DAGE Co., Ltd. All rights reserved.
- * Licensed under the GLP license
- */
- (function (factory) {
- typeof define === 'function' && define.amd ? define(factory) :
- factory();
- })((function () { 'use strict';
- alert(2);
- }));
- //# sourceMappingURL=index.js.map
|