mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
style: auto format
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { namespaces } from '../../lib/registry';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import { categories } from './data';
|
||||
import { getCurrentPath } from '../../lib/utils/helpers';
|
||||
|
||||
import { config } from '../../lib/config';
|
||||
import { namespaces } from '../../lib/registry';
|
||||
import { getCurrentPath } from '../../lib/utils/helpers';
|
||||
import { categories } from './data';
|
||||
|
||||
const fullTests = await (await fetch('https://cdn.jsdelivr.net/gh/DIYgod/RSSHub@gh-pages/build/test-full-routes.json')).json();
|
||||
const testResult = fullTests.testResults[0].assertionResults;
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
import { namespaces } from '../../lib/registry';
|
||||
import { RadarItem } from '../../lib/types';
|
||||
import { parse } from 'tldts';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import toSource from 'tosource';
|
||||
import { config } from '../../lib/config';
|
||||
|
||||
import { parse } from 'tldts';
|
||||
import toSource from 'tosource';
|
||||
|
||||
import { config } from '../../lib/config';
|
||||
import { namespaces } from '../../lib/registry';
|
||||
import type { RadarItem } from '../../lib/types';
|
||||
import { getCurrentPath } from '../../lib/utils/helpers';
|
||||
|
||||
const __dirname = getCurrentPath(import.meta.url);
|
||||
|
||||
const foloAnalysis = await (
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import packageJson from '../../package.json';
|
||||
import fs from 'node:fs';
|
||||
|
||||
import packageJson from '../../package.json';
|
||||
|
||||
packageJson.name = 'rsshub-vercel';
|
||||
// @ts-ignore
|
||||
delete packageJson.scripts;
|
||||
|
||||
Reference in New Issue
Block a user