mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
regen release
This commit is contained in:
Binary file not shown.
@ -440,6 +440,7 @@ namespace OS {
|
||||
}
|
||||
}
|
||||
//load css file
|
||||
try{
|
||||
const css = `${path}/main.css`;
|
||||
const d_1 = await css.asFileHandle().onready();
|
||||
const stamp = new Date().timestamp();
|
||||
@ -451,6 +452,7 @@ namespace OS {
|
||||
if (application[app]) {
|
||||
application[app].style = el[0];
|
||||
}
|
||||
} catch(e_1){}
|
||||
return resolve(app);
|
||||
} catch (e) {
|
||||
return reject(__e(e));
|
||||
|
Reference in New Issue
Block a user