Skip to content

Commit

Permalink
✨ 新增 GM_info 元数据 connects #245
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Dec 18, 2023
1 parent d8bb2f1 commit c04a829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/content/gm_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export default class GMApi {
icon64: (script.metadata.icon64 && script.metadata.icon64[0]) || null,
header: metadataStr,
grant: script.metadata.grant || [],
connects: script.metadata.connect || [],
};

return {
Expand Down

0 comments on commit c04a829

Please sign in to comment.