**Feature or optimization description** 通过调用某个terminal的`getOutputs`API获取所有输出行的数组, 包括通过[pushMessage](https://tzfun.github.io/vue-web-terminal/zh/api.html#pushmessage), [appendMessage](https://tzfun.github.io/vue-web-terminal/zh/api.html#appendmessage)等方式输出到terminal实例中的输出行 **Applicable scene** 某些使用场景中, 可能需要根据之前的输出结果来判断下次执行命令的行为, 或者让用户将所有输出内容复制到剪贴板中, 因此, 一个这样的API可覆盖以上2种使用场景, 希望作者能考虑一下, 感谢