mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-21 17:32:47 +01:00
regen release
This commit is contained in:
parent
15f8de8910
commit
dc2a7c36d8
Binary file not shown.
@ -442,7 +442,7 @@ namespace OS {
|
|||||||
//load css file
|
//load css file
|
||||||
try{
|
try{
|
||||||
const css = `${path}/main.css`;
|
const css = `${path}/main.css`;
|
||||||
const d_1 = await css.asFileHandle().onready();
|
await css.asFileHandle().onready();
|
||||||
const stamp = new Date().timestamp();
|
const stamp = new Date().timestamp();
|
||||||
const el = $("<link>", {
|
const el = $("<link>", {
|
||||||
rel: "stylesheet",
|
rel: "stylesheet",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user