增加作者署名

pull/307/head
北雁 Cryolitia 2024-04-12 13:11:00 +08:00
parent 37caf30728
commit 6ca20a2cd6
No known key found for this signature in database
GPG Key ID: 3E5D1772FC8A8EDD
3 changed files with 8 additions and 2 deletions

View File

@ -29,9 +29,9 @@ const authors = computed(() => {
author = [author] author = [author]
if (!author.length) if (!author.length)
author = ['匿名'] author = []
return author return [...author, '匿名']
}) })
</script> </script>

View File

@ -1,5 +1,8 @@
--- ---
title: 男性倾向跨性别者的 RLE title: 男性倾向跨性别者的 RLE
author: 航
copyright:
enable: true
--- ---
:::info :::info

View File

@ -1,6 +1,9 @@
--- ---
title: Fashion title: Fashion
icon: creative icon: creative
author:
- admins
- amber
category: category:
- Fashion - Fashion
index: false index: false