Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

11
Version/vp-preview.php Normal file
View File

@@ -0,0 +1,11 @@
<?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>