增加作者署名
parent
37caf30728
commit
6ca20a2cd6
|
@ -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>
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
title: 男性倾向跨性别者的 RLE
|
title: 男性倾向跨性别者的 RLE
|
||||||
|
author: 航
|
||||||
|
copyright:
|
||||||
|
enable: true
|
||||||
---
|
---
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Fashion
|
title: Fashion
|
||||||
icon: creative
|
icon: creative
|
||||||
|
author:
|
||||||
|
- admins
|
||||||
|
- amber
|
||||||
category:
|
category:
|
||||||
- Fashion
|
- Fashion
|
||||||
index: false
|
index: false
|
||||||
|
|
Loading…
Reference in New Issue