リポジトリとフィードバックのURLをconfigから指定できるように変更

This commit is contained in:
xps2 2018-07-07 21:08:22 +09:00
parent 2cdcbcc80e
commit a7e27c2419
5 changed files with 20 additions and 4 deletions

View file

@ -14,6 +14,8 @@ export type Source = {
* (URLかmailto形式のURL)
*/
url: string;
repository_url?: string;
feedback_url?: string;
};
name?: string;
description?: string;