mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-12-08 21:38:45 +00:00
检索node的touch、click回调事件
This commit is contained in:
@@ -11,6 +11,7 @@ const manifest: CocosPluginManifest = {
|
||||
name: pkgName,
|
||||
version: "2.1.7",
|
||||
description: "Debug games made with CocosCreator and display node trees and node properties",
|
||||
store: "https://store.cocos.com/app/detail/2002",
|
||||
author: "xu_yanfeng",
|
||||
main: "./src/main.ts",
|
||||
panels: [
|
||||
@@ -42,6 +43,7 @@ const manifest: CocosPluginManifest = {
|
||||
// googleAnalytics: "G-0S2X4Z1FE7",
|
||||
},
|
||||
chrome: {
|
||||
url: "https://chromewebstore.google.com/detail/cc-inspector/hejbkamkfnkifppoaljcidepkhgaahcj?authuser=0&hl=en",
|
||||
version: 3,
|
||||
pem: "./crx-key.pem",
|
||||
view_devtools: "src/views/devtools/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user