This commit is contained in:
huqi 2020-11-29 17:46:22 +08:00
parent 554db3f3d7
commit 0146092251
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import type { Question, SearchWord, Word, ToutiaoWord } from "./types.ts";
import type { Question, SearchWord, ToutiaoWord, Word } from "./types.ts";
/** 合并两次热门话题并根据 id 去重 */
export function mergeQuestions(

View File

@ -5,7 +5,7 @@ import { join } from "std/path/mod.ts";
import { exists } from "std/fs/mod.ts";
// import { config } from 'dotenv/mod.ts'
import type { ZhihuQuestionList, Question } from "./types.ts";
import type { Question, ZhihuQuestionList } from "./types.ts";
import {
createArchive4Question,
createReadme4Question,

View File

@ -4,7 +4,7 @@ import { format } from "std/datetime/mod.ts";
import { join } from "std/path/mod.ts";
import { exists } from "std/fs/mod.ts";
import type { ZhihuVideoList, Question } from "./types.ts";
import type { Question, ZhihuVideoList } from "./types.ts";
import {
createArchive4Video,
createReadme4Video,