mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 04:50:01 -04:00
9 lines
No EOL
241 B
JavaScript
9 lines
No EOL
241 B
JavaScript
self.__uv$config = {
|
|
prefix: '/sw/',
|
|
bare: '/bare/',
|
|
encodeUrl: Ultraviolet.codec.xor.encode,
|
|
decodeUrl: Ultraviolet.codec.xor.decode,
|
|
handler: '/uv.handler.js',
|
|
bundle: '/uv.bundle.js',
|
|
config: '/uv.config.js'
|
|
}; |