Files
plugins/Version/vp-preview.php
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

11 lines
406 B
PHP

<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
<div class="col-mb-12 col-tb-9 Version-view hidden">
<p><label class="typecho-label" style="font-size: 1.2rem;">历史版本预览</label></p>
<div class="Version-view-container">
<textarea autocomplete="off" rows="30" readonly class="w-100 mono pastable Version-view-container-text">请选择一个时间点</textarea>
</div>
</div>