feat: edge addon title
This commit is contained in:
parent
fd3b742541
commit
8d7e10c3be
|
|
@ -20,7 +20,7 @@ module.exports = async (ctx) => {
|
|||
link: page_url,
|
||||
item: [
|
||||
{
|
||||
title: data.version,
|
||||
title: 'v' + data.version,
|
||||
author: data.developer,
|
||||
description: data.description,
|
||||
pubDate: new Date(data.lastUpdateDate * 1000),
|
||||
|
|
|
|||
Loading…
Reference in New Issue