forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
6d67cd07a0
commit
0c46f5ce70
1 changed files with 0 additions and 12 deletions
|
@ -19,7 +19,6 @@ export type Source = {
|
|||
feedback_url?: string;
|
||||
};
|
||||
languages?: string[];
|
||||
welcome_bg_url?: string;
|
||||
url: string;
|
||||
port: number;
|
||||
https?: { [x: string]: string };
|
||||
|
@ -78,17 +77,6 @@ export type Source = {
|
|||
hook_secret: string;
|
||||
username: string;
|
||||
};
|
||||
reversi_ai?: {
|
||||
id: string;
|
||||
i: string;
|
||||
};
|
||||
line_bot?: {
|
||||
channel_secret: string;
|
||||
channel_access_token: string;
|
||||
};
|
||||
analysis?: {
|
||||
mecab_command?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* Service Worker
|
||||
|
|
Loading…
Reference in a new issue