リポジトリとフィードバックのURLをconfigから指定できるように変更
This commit is contained in:
parent
2cdcbcc80e
commit
a7e27c2419
5 changed files with 20 additions and 4 deletions
|
|
@ -14,6 +14,8 @@ export type Source = {
|
|||
* メンテナの連絡先(URLかmailto形式のURL)
|
||||
*/
|
||||
url: string;
|
||||
repository_url?: string;
|
||||
feedback_url?: string;
|
||||
};
|
||||
name?: string;
|
||||
description?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue