Chore: minor changes

This commit is contained in:
SukkaW
2024-12-16 22:39:39 +08:00
parent f706b8fdc4
commit 730eec003e
3 changed files with 23 additions and 27 deletions

View File

@@ -1,5 +1,9 @@
export const SHARED_DESCRIPTION = [
'License: AGPL 3.0',
'Homepage: https://ruleset.skk.moe',
'GitHub: https://github.com/SukkaW/Surge'
];
export function createFileDescription(license = 'AGPL 3.0') {
return [
`License: ${license}`,
'Homepage: https://ruleset.skk.moe',
'GitHub: https://github.com/SukkaW/Surge'
];
}
export const SHARED_DESCRIPTION = createFileDescription('AGPL 3.0');