增加作者署名
parent
37caf30728
commit
6ca20a2cd6
|
@ -29,9 +29,9 @@ const authors = computed(() => {
|
|||
author = [author]
|
||||
|
||||
if (!author.length)
|
||||
author = ['匿名']
|
||||
author = []
|
||||
|
||||
return author
|
||||
return [...author, '匿名']
|
||||
})
|
||||
|
||||
</script>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: 男性倾向跨性别者的 RLE
|
||||
author: 航
|
||||
copyright:
|
||||
enable: true
|
||||
---
|
||||
|
||||
:::info
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: Fashion
|
||||
icon: creative
|
||||
author:
|
||||
- admins
|
||||
- amber
|
||||
category:
|
||||
- Fashion
|
||||
index: false
|
||||
|
|
Loading…
Reference in New Issue