mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: new internal assets folder
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user