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