This commit is contained in:
2021-12-28 19:51:27 +08:00
parent b31dc23720
commit 8b108f2dd8
54 changed files with 45823 additions and 71 deletions

9
assets/Script/webview.ts Normal file
View File

@@ -0,0 +1,9 @@
const { ccclass, property } = cc._decorator;
@ccclass
export default class webview extends cc.Component {
protected onLoad(): void {
this.node.getComponent(cc.WebView).url = `https://karolchang.github.io/jm-expense-vue-ts/?ignore=${Date.now()}`;
this.node.active = true;
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "1.0.8",
"uuid": "e1b90feb-a217-4493-849d-9a611900d683",
"isPlugin": false,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}