Commit 957397af authored by nanahira's avatar nanahira

fix

parent 378dca5d
......@@ -39,10 +39,10 @@ export class PicSourceConfig implements PicSourceInfo {
// 给目标对象注入上述对象。
applyTo(target: PicSourceInfo) {
target.tags ||= this.tags;
target.weight ||= this.weight;
target.name ||= this.name;
target.description ||= this.description;
target.tags = this.tags;
target.weight = this.weight;
target.name = this.name;
target.description = this.description;
target.default = this.default;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment