第一次上传

This commit is contained in:
浪子
2024-05-17 15:47:27 +08:00
commit 85e58d7e6f
29 changed files with 5699 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<div class="author--card">
<img src="<?php $this->options->logoUrl() ?>" class="avatar" height="64" width="64" decoding="async">
<div class="author--name">
<?php $this->options->author() ?>
</div>
<div class="author--description">
<?php $this->options->description() ?>
</div>
<div class="author--sns">
<?php $this->need('sns.php'); ?>
</div>
</div>