update 0.10.4

This commit is contained in:
hufeixiong
2021-11-26 16:44:05 +08:00
parent 50a71a94fa
commit df2323535e
11 changed files with 27 additions and 7 deletions

View File

@@ -51,7 +51,8 @@ const remoteCo = new ComponentItemFactory(
},
true
);
remoteCo.url =
"https://img.guguzhu.com/d/file/android/ico/2021/09/08/rytzi2w34tm.png";
remoteCo.remoteConfig = {
url: "https://img.guguzhu.com/d/file/android/ico/2021/09/08/rytzi2w34tm.png",
};
export default remoteCo;

View File

@@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0",
"dooringx-lib": "^0.10.3",
"dooringx-lib": "^0.10.4",
"postcss": "^8.3.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",