tzfun / vue-web-terminal

A beautiful web-side command line window plugin (simulating a terminal).
https://tzfun.github.io/vue-web-terminal/
Apache License 2.0
269 stars 33 forks source link

主题设置支持从attribute设置,并增加自定义主题接口 #111

Closed tzfun closed 3 weeks ago

tzfun commented 4 weeks ago

Feature or optimization description

目前通过引入css的方式设置主题有点繁琐,通过属性设置主题简化,并且每一个terminal实例可以单独控制主题

预期效果:

<template>
    <terminal name="my-terminal" theme="dark"><terminal>
</template>

image

tzfun commented 3 weeks ago

2.3.13.3.1版本已更新