mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 08:55:53 +08:00
删除多余文件,添加引用的js文件
This commit is contained in:
1
vue/public/js/jessibuca-pro/decoder-pro-audio.js
Normal file
1
vue/public/js/jessibuca-pro/decoder-pro-audio.js
Normal file
File diff suppressed because one or more lines are too long
BIN
vue/public/js/jessibuca-pro/decoder-pro-audio.wasm
Normal file
BIN
vue/public/js/jessibuca-pro/decoder-pro-audio.wasm
Normal file
Binary file not shown.
1
vue/public/js/jessibuca-pro/decoder-pro-hard-not-wasm.js
Normal file
1
vue/public/js/jessibuca-pro/decoder-pro-hard-not-wasm.js
Normal file
File diff suppressed because one or more lines are too long
1
vue/public/js/jessibuca-pro/decoder-pro-hard.js
Normal file
1
vue/public/js/jessibuca-pro/decoder-pro-hard.js
Normal file
File diff suppressed because one or more lines are too long
16
vue/public/js/jessibuca-pro/decoder-pro-mt-worker.js
Normal file
16
vue/public/js/jessibuca-pro/decoder-pro-mt-worker.js
Normal file
File diff suppressed because one or more lines are too long
BIN
vue/public/js/jessibuca-pro/decoder-pro-mt-worker.wasm
Normal file
BIN
vue/public/js/jessibuca-pro/decoder-pro-mt-worker.wasm
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
"use strict";var Module={};var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";if(ENVIRONMENT_IS_NODE){var nodeWorkerThreads=require("worker_threads");var parentPort=nodeWorkerThreads.parentPort;parentPort.on("message",data=>onmessage({data:data}));var fs=require("fs");Object.assign(global,{self:global,require:require,Module:Module,location:{href:__filename},Worker:nodeWorkerThreads.Worker,importScripts:function(f){(0,eval)(fs.readFileSync(f,"utf8"))},postMessage:function(msg){parentPort.postMessage(msg)},performance:global.performance||{now:function(){return Date.now()}}})}var initializedJS=false;var pendingNotifiedProxyingQueues=[];function threadPrintErr(){var text=Array.prototype.slice.call(arguments).join(" ");if(ENVIRONMENT_IS_NODE){fs.writeSync(2,text+"\n");return}console.error(text)}function threadAlert(){var text=Array.prototype.slice.call(arguments).join(" ");postMessage({cmd:"alert",text:text,threadId:Module["_pthread_self"]()})}var err=threadPrintErr;self.alert=threadAlert;Module["instantiateWasm"]=(info,receiveInstance)=>{var instance=new WebAssembly.Instance(Module["wasmModule"],info);receiveInstance(instance);Module["wasmModule"]=null;return instance.exports};self.onmessage=e=>{try{if(e.data.cmd==="load"){Module["wasmModule"]=e.data.wasmModule;Module["wasmMemory"]=e.data.wasmMemory;Module["buffer"]=Module["wasmMemory"].buffer;Module["ENVIRONMENT_IS_PTHREAD"]=true;(e.data.urlOrBlob?import(e.data.urlOrBlob):import("./decoder-pro-mt-worker.js")).then(function(exports){return exports.default(Module)}).then(function(instance){Module=instance})}else if(e.data.cmd==="run"){Module["__performance_now_clock_drift"]=performance.now()-e.data.time;Module["__emscripten_thread_init"](e.data.pthread_ptr,0,0,1);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInitTLS();if(!initializedJS){Module["___embind_register_native_and_builtin_types"]();pendingNotifiedProxyingQueues.forEach(queue=>{Module["executeNotifiedProxyingQueue"](queue)});pendingNotifiedProxyingQueues=[];initializedJS=true}try{Module["invokeEntryPoint"](e.data.start_routine,e.data.arg)}catch(ex){if(ex!="unwind"){if(ex instanceof Module["ExitStatus"]){if(Module["keepRuntimeAlive"]()){}else{Module["__emscripten_thread_exit"](ex.status)}}else{throw ex}}}}else if(e.data.cmd==="cancel"){if(Module["_pthread_self"]()){Module["__emscripten_thread_exit"](-1)}}else if(e.data.target==="setimmediate"){}else if(e.data.cmd==="processProxyingQueue"){if(initializedJS){Module["executeNotifiedProxyingQueue"](e.data.queue)}else{pendingNotifiedProxyingQueues.push(e.data.queue)}}else{err("worker.js received unknown command "+e.data.cmd);err(e.data)}}catch(ex){err("worker.js onmessage() captured an uncaught exception: "+ex);if(ex&&ex.stack)err(ex.stack);if(Module["__emscripten_thread_crashed"]){Module["__emscripten_thread_crashed"]()}throw ex}};
|
||||
1
vue/public/js/jessibuca-pro/decoder-pro-mt.js
Normal file
1
vue/public/js/jessibuca-pro/decoder-pro-mt.js
Normal file
File diff suppressed because one or more lines are too long
16
vue/public/js/jessibuca-pro/decoder-pro-simd-mt-worker.js
Normal file
16
vue/public/js/jessibuca-pro/decoder-pro-simd-mt-worker.js
Normal file
File diff suppressed because one or more lines are too long
BIN
vue/public/js/jessibuca-pro/decoder-pro-simd-mt-worker.wasm
Normal file
BIN
vue/public/js/jessibuca-pro/decoder-pro-simd-mt-worker.wasm
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
"use strict";var Module={};var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";if(ENVIRONMENT_IS_NODE){var nodeWorkerThreads=require("worker_threads");var parentPort=nodeWorkerThreads.parentPort;parentPort.on("message",data=>onmessage({data:data}));var fs=require("fs");Object.assign(global,{self:global,require:require,Module:Module,location:{href:__filename},Worker:nodeWorkerThreads.Worker,importScripts:f=>(0,eval)(fs.readFileSync(f,"utf8")+"//# sourceURL="+f),postMessage:msg=>parentPort.postMessage(msg),performance:global.performance||{now:Date.now}})}var initializedJS=false;function threadPrintErr(){var text=Array.prototype.slice.call(arguments).join(" ");if(ENVIRONMENT_IS_NODE){fs.writeSync(2,text+"\n");return}console.error(text)}function threadAlert(){var text=Array.prototype.slice.call(arguments).join(" ");postMessage({cmd:"alert",text:text,threadId:Module["_pthread_self"]()})}var err=threadPrintErr;self.alert=threadAlert;Module["instantiateWasm"]=(info,receiveInstance)=>{var module=Module["wasmModule"];Module["wasmModule"]=null;var instance=new WebAssembly.Instance(module,info);return receiveInstance(instance)};self.onunhandledrejection=e=>{throw e.reason||e};function handleMessage(e){try{if(e.data.cmd==="load"){let messageQueue=[];self.onmessage=e=>messageQueue.push(e);self.startWorker=instance=>{Module=instance;postMessage({"cmd":"loaded"});for(let msg of messageQueue){handleMessage(msg)}self.onmessage=handleMessage};Module["wasmModule"]=e.data.wasmModule;for(const handler of e.data.handlers){Module[handler]=(...args)=>{postMessage({cmd:"callHandler",handler:handler,args:args})}}Module["wasmMemory"]=e.data.wasmMemory;Module["buffer"]=Module["wasmMemory"].buffer;Module["ENVIRONMENT_IS_PTHREAD"]=true;(e.data.urlOrBlob?import(e.data.urlOrBlob):import("./decoder-pro-simd-mt-worker.js")).then(exports=>exports.default(Module))}else if(e.data.cmd==="run"){Module["__emscripten_thread_init"](e.data.pthread_ptr,0,0,1);Module["__emscripten_thread_mailbox_await"](e.data.pthread_ptr);Module["establishStackSpace"]();Module["PThread"].receiveObjectTransfer(e.data);Module["PThread"].threadInitTLS();if(!initializedJS){Module["__embind_initialize_bindings"]();initializedJS=true}try{Module["invokeEntryPoint"](e.data.start_routine,e.data.arg)}catch(ex){if(ex!="unwind"){throw ex}}}else if(e.data.cmd==="cancel"){if(Module["_pthread_self"]()){Module["__emscripten_thread_exit"](-1)}}else if(e.data.target==="setimmediate"){}else if(e.data.cmd==="checkMailbox"){if(initializedJS){Module["checkMailbox"]()}}else if(e.data.cmd){err(`worker.js received unknown command ${e.data.cmd}`);err(e.data)}}catch(ex){if(Module["__emscripten_thread_crashed"]){Module["__emscripten_thread_crashed"]()}throw ex}}self.onmessage=handleMessage;
|
||||
1
vue/public/js/jessibuca-pro/decoder-pro-simd-mt.js
Normal file
1
vue/public/js/jessibuca-pro/decoder-pro-simd-mt.js
Normal file
File diff suppressed because one or more lines are too long
14
vue/public/js/jessibuca-pro/decoder-pro-simd.js
Normal file
14
vue/public/js/jessibuca-pro/decoder-pro-simd.js
Normal file
File diff suppressed because one or more lines are too long
BIN
vue/public/js/jessibuca-pro/decoder-pro-simd.wasm
Normal file
BIN
vue/public/js/jessibuca-pro/decoder-pro-simd.wasm
Normal file
Binary file not shown.
14
vue/public/js/jessibuca-pro/decoder-pro.js
Normal file
14
vue/public/js/jessibuca-pro/decoder-pro.js
Normal file
File diff suppressed because one or more lines are too long
BIN
vue/public/js/jessibuca-pro/decoder-pro.wasm
Normal file
BIN
vue/public/js/jessibuca-pro/decoder-pro.wasm
Normal file
Binary file not shown.
387
vue/public/js/jessibuca-pro/jessibuca-pro-multi.js
Normal file
387
vue/public/js/jessibuca-pro/jessibuca-pro-multi.js
Normal file
File diff suppressed because one or more lines are too long
1
vue/public/js/jessibuca-pro/jessibuca-pro.js
Normal file
1
vue/public/js/jessibuca-pro/jessibuca-pro.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user