mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-12 05:01:03 +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
|
||||
const logFunction = console.log;
|
||||
logFunction(value);
|
||||
window["c"] = value;
|
||||
break;
|
||||
}
|
||||
case Msg.RequestOpenNodeTouchFuntion: {
|
||||
|
@ -81,6 +81,14 @@ export default defineComponent({
|
||||
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({
|
||||
icon: "book",
|
||||
title: "插件完整功能介绍(Gif动画)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user