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

12
assets/Scene.meta Normal file
View File

@@ -0,0 +1,12 @@
{
"ver": "1.1.2",
"uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

View File

@@ -58,7 +58,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"autoReleaseAssets": false,
"_id": "34c+2sGxxMS64HqCq1vLfA"
"_id": "2d2f792f-a40c-49bb-a189-ed176a246e49"
},
{
"__type__": "cc.Node",
@@ -78,19 +78,19 @@
"_active": true,
"_components": [
{
"__id__": 7
"__id__": 8
},
{
"__id__": 8
"__id__": 9
}
],
"_prefab": null,
"_opacity": 255,
"_color": {
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"r": 252,
"g": 252,
"b": 252,
"a": 255
},
"_contentSize": {
@@ -130,7 +130,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "6cFSaUccJNh6noLWCVWZqo"
"_id": "a286bbGknJLZpRpxROV6M94"
},
{
"__type__": "cc.Node",
@@ -192,7 +192,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "b7meb/oVxHJrNU8Yv8MrAW"
"_id": "c5/6Br055MzKBXcCjb5u1O"
},
{
"__type__": "cc.Camera",
@@ -228,20 +228,23 @@
},
"_renderStages": 1,
"_alignWithScreen": true,
"_id": "d3UDG/nuxOD4N6iK320dFe"
"_id": "1fjyt/7PtGNaat73cXIgI8"
},
{
"__type__": "cc.Node",
"_name": "New WebView",
"_name": "WebView",
"_objFlags": 0,
"_parent": {
"__id__": 2
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 6
},
{
"__id__": 7
}
],
"_prefab": null,
@@ -290,7 +293,7 @@
"_is3DNode": false,
"_groupIndex": 0,
"groupIndex": 0,
"_id": "108pJng+1DmYn6OFCutpXc"
"_id": "d8rZibRcJKvZMF2kVvZBh9"
},
{
"__type__": "cc.WebView",
@@ -300,9 +303,19 @@
"__id__": 5
},
"_enabled": true,
"_url": "https://karolchang.github.io/jm-expense-vue-ts/",
"_url": "",
"webviewEvents": [],
"_id": "32uraq3qhIKInlvdf6lBrq"
"_id": "0dhyrwc5lM/oEUOjnLH8Wx"
},
{
"__type__": "e1b90/rohdEk4SdmmEZANaD",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 5
},
"_enabled": true,
"_id": "darFjTzH1B452j05U2ywfj"
},
{
"__type__": "cc.Canvas",
@@ -319,7 +332,7 @@
},
"_fitWidth": true,
"_fitHeight": true,
"_id": "f8p2kqq2lAyI/MORLxDYGo"
"_id": "0dgPOuU9NGKZz0IK/YfKTq"
},
{
"__type__": "cc.Widget",
@@ -346,6 +359,6 @@
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_id": "46qfggxFBPirVNeJBNI7jo"
"_id": "56i7y6VTBNEZCKvOCJzojM"
}
]

View File

@@ -1,6 +1,6 @@
{
"ver": "1.2.9",
"uuid": "aff4ffa6-4509-4f66-8468-bc2c8a757f94",
"uuid": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}

12
assets/Script.meta Normal file
View File

@@ -0,0 +1,12 @@
{
"ver": "1.1.2",
"uuid": "4734c20c-0db8-4eb2-92ea-e692f4d70934",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

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": {}
}

12
assets/Texture.meta Normal file
View File

@@ -0,0 +1,12 @@
{
"ver": "1.1.2",
"uuid": "7b81d4e8-ec84-4716-968d-500ac1d78a54",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@@ -0,0 +1,36 @@
{
"ver": "2.3.5",
"uuid": "6aa0aa6a-ebee-4155-a088-a687a6aadec4",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 195,
"height": 270,
"platformSettings": {},
"subMetas": {
"HelloWorld": {
"ver": "1.0.4",
"uuid": "31bc895a-c003-4566-a9f3-2e54ae1c17dc",
"rawTextureUuid": "6aa0aa6a-ebee-4155-a088-a687a6aadec4",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 195,
"height": 270,
"rawWidth": 195,
"rawHeight": 270,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

View File

@@ -0,0 +1,36 @@
{
"ver": "2.3.5",
"uuid": "a8027877-d8d6-4645-97a0-52d4a0123dba",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 2,
"height": 2,
"platformSettings": {},
"subMetas": {
"singleColor": {
"ver": "1.0.4",
"uuid": "410fb916-8721-4663-bab8-34397391ace7",
"rawTextureUuid": "a8027877-d8d6-4645-97a0-52d4a0123dba",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2,
"height": 2,
"rawWidth": 2,
"rawHeight": 2,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}