Add: use metadata.updateURL as style.updateUrl

This commit is contained in:
eight 2019-02-02 15:35:17 +08:00
parent 93a15a8284
commit e6ceff2361

View File

@ -7,7 +7,7 @@ const usercss = (() => {
author: undefined, author: undefined,
description: undefined, description: undefined,
homepageURL: 'url', homepageURL: 'url',
// updateURL: 'updateUrl', updateURL: 'updateUrl',
name: undefined, name: undefined,
}; };
const RX_META = /\/\*!?\s*==userstyle==[\s\S]*?==\/userstyle==\s*\*\//i; const RX_META = /\/\*!?\s*==userstyle==[\s\S]*?==\/userstyle==\s*\*\//i;