Chore: new internal assets folder

This commit is contained in:
SukkaW
2024-04-09 18:28:34 +08:00
parent a5c0872890
commit 7bcb871f64
6 changed files with 11 additions and 3 deletions

View File

@@ -113,6 +113,11 @@ export const buildSSPanelUIMAppProfile = task(import.meta.path, async (span) =>
output,
path.resolve(import.meta.dir, '../List/internal/appprofile.php')
);
await compareAndWriteFile(
span,
output,
path.resolve(import.meta.dir, '../Internal/appprofile.php')
);
});
if (import.meta.main) {