mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
style: auto format
This commit is contained in:
@@ -63,7 +63,7 @@ async function handler(ctx) {
|
||||
link: item.link,
|
||||
pubDate: item.pubDate,
|
||||
})),
|
||||
image: 'https://drop-assets.ea.com/images/F1GeiHWipvvKj7GtUVP3U/31bb122451e2dea6d14c9b497f8e09d4/apex-white-nav-logo.svg'
|
||||
image: 'https://drop-assets.ea.com/images/F1GeiHWipvvKj7GtUVP3U/31bb122451e2dea6d14c9b497f8e09d4/apex-white-nav-logo.svg',
|
||||
};
|
||||
}
|
||||
export const route: Route = {
|
||||
|
||||
@@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
|
||||
|
||||
export const namespace: Namespace = {
|
||||
name: 'EA Games',
|
||||
url: 'www.ea.com'
|
||||
url: 'www.ea.com',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user