🎨 Optimize configuration service
This commit is contained in:
@@ -190,11 +190,6 @@ export enum LanguageType {
|
||||
* PathsConfig 路径配置集合
|
||||
*/
|
||||
export class PathsConfig {
|
||||
/**
|
||||
* 配置文件路径
|
||||
*/
|
||||
"configPath": string;
|
||||
|
||||
/**
|
||||
* 日志文件路径
|
||||
*/
|
||||
@@ -207,9 +202,6 @@ export class PathsConfig {
|
||||
|
||||
/** Creates a new PathsConfig instance. */
|
||||
constructor($$source: Partial<PathsConfig> = {}) {
|
||||
if (!("configPath" in $$source)) {
|
||||
this["configPath"] = "";
|
||||
}
|
||||
if (!("logPath" in $$source)) {
|
||||
this["logPath"] = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user