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

8 lines
262 B
PHP

<tr>
<th><?php echo _t('名称'); ?></th>
<th><?php echo _t('描述'); ?></th>
<th><?php echo _t('版本'); ?></th>
<th><?php echo _t('版本要求'); ?></th>
<th><?php echo _t('作者'); ?></th>
<th><?php echo _t('操作'); ?></th>
</tr>