feat(manifest): 删除无用文件
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
export function loadRemoteStyle(url: string) {
|
||||
if (!document.getElementById(url)) {
|
||||
const link = document.createElement("link");
|
||||
link.id = url;
|
||||
link.rel = "stylesheet";
|
||||
link.href = url;
|
||||
document.head.appendChild(link);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user