We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asciinema是命令行工具,工作中经常会录制一些命令行操作,希望可以支持下,感谢!
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="asciinema-player.css" /> </head> <body> <div id="player"></div> <script src="asciinema-player.min.js"></script> <script> AsciinemaPlayer.create( '/assets/626473.cast', document.getElementById('player'), { cols: 175, rows: 44 } ); </script> </body> </html>
https://github.com/asciinema/asciinema-player
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
AlistGo/alist-web@23aed38
No branches or pull requests
Please make sure of the following things
Description of the feature / 需求描述
asciinema是命令行工具,工作中经常会录制一些命令行操作,希望可以支持下,感谢!
Suggested solution / 实现思路
https://github.com/asciinema/asciinema-player
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: