mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-03 08:19:53 +08:00
lint
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import {
|
||||
form,
|
||||
rssParserLang,
|
||||
rssParserType,
|
||||
rssParserMethodType,
|
||||
rssParserType,
|
||||
tfOptions,
|
||||
} from '../form-data';
|
||||
|
||||
@@ -60,7 +60,7 @@ watch(filter, (nv) => {
|
||||
<ConfigFormCol label="解析类型">
|
||||
<el-select v-model="rssParser.parser_type" flex-1>
|
||||
<el-option
|
||||
v-for="(opt, index) in rssParserMethodType"
|
||||
v-for="opt in rssParserMethodType"
|
||||
:key="opt"
|
||||
:value="opt"
|
||||
></el-option>
|
||||
|
||||
@@ -5,8 +5,8 @@ import type {
|
||||
ProxyType,
|
||||
RenameMethod,
|
||||
RssParserLang,
|
||||
RssParserType,
|
||||
RssParserMethodType,
|
||||
RssParserType,
|
||||
} from '#/config';
|
||||
|
||||
export const form = reactive<Config>({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export type BangumiItem = {
|
||||
export interface BangumiItem {
|
||||
id: number;
|
||||
official_title: string;
|
||||
year: string | null;
|
||||
@@ -15,4 +15,4 @@ export type BangumiItem = {
|
||||
rss_link: string[];
|
||||
poster_link: string;
|
||||
added: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user