mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 04:50:01 -04:00
e
This commit is contained in:
parent
aedac70b63
commit
e9f1379e22
1 changed files with 3 additions and 3 deletions
|
@ -39059,9 +39059,9 @@ class Ultraviolet {
|
|||
this.meta = options.meta || {};
|
||||
this.meta.base ||= undefined;
|
||||
this.meta.origin ||= '';
|
||||
this.bundleScript = options.bundleScript || '/uv.bundle.js';
|
||||
this.handlerScript = options.handlerScript || '/uv.handler.js';
|
||||
this.configScript = options.handlerScript || '/uv.config.js';
|
||||
this.bundleScript = options.bundle || '/uv.bundle.js';
|
||||
this.handlerScript = options.handler || '/uv.handler.js';
|
||||
this.configScript = options.config || '/uv.config.js';
|
||||
this.meta.url ||= this.meta.base || '';
|
||||
this.codec = Ultraviolet.codec;
|
||||
this.html = new _html_js__WEBPACK_IMPORTED_MODULE_0__["default"](this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue