web: add dist change

This commit is contained in:
pengfei.zhou 2023-09-22 14:25:24 +08:00 committed by jingpeng
parent 67882af2f6
commit 89023368b5
2 changed files with 4 additions and 1 deletions

View File

@ -3286,6 +3286,9 @@ class RemoteResource extends Resource {
constructor(url) {
super("remote", url);
}
toModel() {
return Object.assign(Object.assign({}, super.toModel()), { headers: this.headers });
}
}
class Base64Resource extends Resource {
constructor(content) {

File diff suppressed because one or more lines are too long