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

@@ -13,6 +13,7 @@ const folderAndFilesToBeDeployed = [
`Clash${path.sep}`,
`Modules${path.sep}`,
`Script${path.sep}`,
`Internal${path.sep}`,
'LICENSE'
];
@@ -57,6 +58,7 @@ const priorityOrder: Record<'default' | string & {}, number> = {
Script: 14,
Mock: 15,
Assets: 16,
Internal: 17,
LICENSE: 20,
default: Number.MAX_VALUE
};