This commit is contained in:
2023-05-21 13:58:13 +08:00
parent 96b62e94cc
commit 1dd7c21bb6
7 changed files with 23 additions and 8 deletions

View File

@@ -44,6 +44,9 @@ export class Config {
get cookies() {
return this._return_string("cookies");
}
get db_path() {
return this._return_string("db_path");
}
get ua() {
return this._return_string("ua");
}