zhoupeng 1 tahun lalu
induk
melakukan
65f12f11c6

+ 0 - 1
airPlay/packages/CocosInspector/cocos-inspector-config.json

@@ -1 +0,0 @@
-{"logCount":3,"retinaEnable":true,"autoUpdateTree":true,"sliderWithInput":false,"disableWebSec":false,"displayAsFairyTree":false,"hideFairyComContainer":false,"syncNodeDetail":true,"showZ":true,"showDevToolInTab":true,"size":[1000,1200],"extraSizes":[{"name":"editor","s":[1000,1200]}],"isPortrait":true,"show":false,"urlParams":"","customUrl":"","clearLogAfterRefresh":true,"extensionFile":"","enableExtension":true,"showDc":false,"showZIndex":false,"sortCompProperties":{"<Widget>":true,"<UIUpdater>":false,"<Canvas>":false,"<Start>":false,"<Camera>":false,"<RigidBody>":false,"<PhysicsBoxCollider>":false,"<Label>":true},"simpleMode":false,"orderNum":"STORE06cea072e06c6","glass":false,"showChildrenCount":false,"openArrayLimit":5,"prefabFontSize":1.15,"useChinese":true,"spaceToPause":false,"theme":"dark","httpProxyServer":"","proxyBypassRules":"","openHttpProxy":false,"propertyAlignLeft":false}

TEMPAT SAMPAH
airPlay/packages/CocosInspector/main.asar


+ 0 - 1
airPlay/packages/CocosInspector/main.asar.unpacked/package.json

@@ -1 +0,0 @@
-{"name":"cocos_inspector","version":"1.5.1","description":"Cocos Runtime Inspector","author":"chuan.zhang","main":"main.asar/main.js","scene-script":"main.asar/scene-script.js","main-menu":{"i18n:MAIN_MENU.package.title/Cocos Inspector/preview Mode":{"message":"cocos_inspector:previewMode"},"i18n:MAIN_MENU.package.title/Cocos Inspector/build Mode":{"message":"cocos_inspector:buildMode"},"i18n:MAIN_MENU.package.title/Cocos Inspector/open Custom Page":{"message":"cocos_inspector:openCustomPage"},"i18n:MAIN_MENU.package.title/Cocos Inspector/refresh":{"message":"cocos_inspector:refresh"}},"dependencies":{}}

+ 0 - 1
airPlay/packages/CocosInspector/package.json

@@ -1 +0,0 @@
-{"name":"cocos_inspector","version":"1.5.1","description":"Cocos Runtime Inspector","author":"chuan.zhang","main":"main.asar/main.js","scene-script":"main.asar/scene-script.js","main-menu":{"i18n:MAIN_MENU.package.title/Cocos Inspector/preview Mode":{"message":"cocos_inspector:previewMode"},"i18n:MAIN_MENU.package.title/Cocos Inspector/build Mode":{"message":"cocos_inspector:buildMode"},"i18n:MAIN_MENU.package.title/Cocos Inspector/open Custom Page":{"message":"cocos_inspector:openCustomPage"},"i18n:MAIN_MENU.package.title/Cocos Inspector/refresh":{"message":"cocos_inspector:refresh"}},"dependencies":{}}

+ 0 - 20
airPlay/packages/DebugMainProcess/main.js

@@ -1,20 +0,0 @@
-"use strict";
-
-function load() {
-    Editor.log('debugMainProcess pid:', process.pid);
-    console.log('debugMainProcess pid:', process.pid);
-    process._debugProcess(process.pid);
-}
-// exports.load = load;
-
-function unload() {
-    console.log('cancel debugMainProcess pid:', process.pid);
-    process._debugEnd(process.pid);
-}
-// exports.unload = unload;
-
-
-module.exports = {
-    load,
-    unload,
-}

+ 0 - 9
airPlay/packages/DebugMainProcess/package.json

@@ -1,9 +0,0 @@
-{
-  "package_version": 2,
-  "author": "xu_yanfeng",
-  "version": "1.0.0",
-  "name": "debug-main-process",
-  "description": "DebugMainProcess",
-  "main": "./main.js",
-  "_storeId": "7854e3dcac438edb6843985dad7c5f7b"
-}