feat: edge addon title

This commit is contained in:
DIYgod 2020-05-13 14:16:09 +08:00
parent fd3b742541
commit 8d7e10c3be
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -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),