mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-18 16:08:42 +00:00
QQ频道
This commit is contained in:
parent
4f3a0dc8c8
commit
ab6b98a99d
@ -104,6 +104,7 @@ export class Inspector extends InjectEvent {
|
|||||||
// 直接写console.log会被tree shaking
|
// 直接写console.log会被tree shaking
|
||||||
const logFunction = console.log;
|
const logFunction = console.log;
|
||||||
logFunction(value);
|
logFunction(value);
|
||||||
|
window["c"] = value;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case Msg.RequestOpenNodeTouchFuntion: {
|
case Msg.RequestOpenNodeTouchFuntion: {
|
||||||
|
@ -81,6 +81,14 @@ export default defineComponent({
|
|||||||
ga.clickButton(GA_Button.QQ);
|
ga.clickButton(GA_Button.QQ);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
ccui.footbar.registerCmd({
|
||||||
|
icon: "qqpd",
|
||||||
|
title: "加入QQ频道,一起在线聊天",
|
||||||
|
cb: () => {
|
||||||
|
window.open("https://pd.qq.com/s/oyib8y8f?businessType=9");
|
||||||
|
ga.clickButton(GA_Button.QQ);
|
||||||
|
},
|
||||||
|
});
|
||||||
ccui.footbar.registerCmd({
|
ccui.footbar.registerCmd({
|
||||||
icon: "book",
|
icon: "book",
|
||||||
title: "插件完整功能介绍(Gif动画)",
|
title: "插件完整功能介绍(Gif动画)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user