为Coocs游戏开发加速。
-在Chrome浏览器中查看节点树、节点属性。
支持Creator所有版本。
+ 支持Creator所有版本。
在浏览器中查看节点树、节点属性。
支持Creator所有版本。
支持Creator所有版本。
-
-
+
+
+
@@ -123,10 +132,14 @@ export default defineComponent({
horizontal,
msg,
count,
- onClickBtn() {
+ onClickChrome() {
const url = "https://chromewebstore.google.com/detail/cc-inspector/hejbkamkfnkifppoaljcidepkhgaahcj?hl=zh-CN&utm_source=ext_sidebar";
window.open(url);
},
+ onClickEdge() {
+ const url = "https://microsoftedge.microsoft.com/addons/detail/ccinspector/jcghedjiinobccoffphdgkplcildapgb";
+ window.open(url);
+ },
onClickGithub() {
const url = "https://github.com/tidys/cc-inspector-chrome";
window.open(url);
@@ -202,6 +215,26 @@ export default defineComponent({
width: 160px;
height: 60px;
font-size: 20px !important;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ .list {
+ display: flex;
+ flex-direction: row;
+ img {
+ width: 50px;
+ height: 50px;
+ }
+ .txt {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ font-size: 20px;
+ line-height: 22px;
+ font-weight: normal;
+ color: black;
+ }
+ }
}
}
}
diff --git a/cc-inspector/src/panel/res/chrome.png b/cc-inspector/src/panel/res/chrome.png
new file mode 100644
index 0000000..5a232ba
Binary files /dev/null and b/cc-inspector/src/panel/res/chrome.png differ
diff --git a/cc-inspector/src/panel/res/edge.png b/cc-inspector/src/panel/res/edge.png
new file mode 100644
index 0000000..29175c6
Binary files /dev/null and b/cc-inspector/src/panel/res/edge.png differ
下载
+
+
+
+ 
下载
+
+
+

下载
+