mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2026-03-22 10:11:37 +00:00
update doc qq
This commit is contained in:
@@ -88,6 +88,16 @@ export default defineComponent({
|
||||
});
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: "icon_book",
|
||||
txt: "插件完整功能介绍(Gif动画)",
|
||||
contextmenu: () => {},
|
||||
visible: true,
|
||||
click: () => {
|
||||
sendGaEvent(GA_EventName.OpenDoc);
|
||||
window.open("https://juejin.cn/post/7463836172559024179");
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: "icon_do_play",
|
||||
click: (event: MouseEvent, item: ListItem) => {
|
||||
|
||||
Reference in New Issue
Block a user