support multi-frame following
This commit is contained in:
parent
4c9d0433a6
commit
ac5354020e
11 changed files with 234 additions and 95 deletions
|
@ -11,6 +11,15 @@ export default {
|
|||
CONSOLE_SHOW_INFO: 'console.show.info',
|
||||
CONSOLE_HIDE_COMMAND: 'console.hide.command',
|
||||
|
||||
FOLLOW_START: 'follow.start',
|
||||
FOLLOW_REQUEST_COUNT_TARGETS: 'follow.request.count.targets',
|
||||
FOLLOW_RESPONSE_COUNT_TARGETS: 'follow.response.count.targets',
|
||||
FOLLOW_CREATE_HINTS: 'follow.create.hints',
|
||||
FOLLOW_SHOW_HINTS: 'follow.update.hints',
|
||||
FOLLOW_REMOVE_HINTS: 'follow.remove.hints',
|
||||
FOLLOW_ACTIVATE: 'follow.activate',
|
||||
FOLLOW_KEY_PRESS: 'follow.key.press',
|
||||
|
||||
OPEN_URL: 'open.url',
|
||||
|
||||
SETTINGS_RELOAD: 'settings.reload',
|
||||
|
|
Reference in a new issue