This commit is contained in:
syuilo
2017-09-06 21:29:56 +09:00
parent f33571f2f4
commit cf7b1c0c5d
5 changed files with 334 additions and 23 deletions

View File

@@ -68,6 +68,9 @@ type Source = {
hook_secret: string;
username: string;
};
categorizer?: {
mecab_command?: string;
};
};
/**