mirror of
https://github.com/huqi-pr/trending-in-one.git
synced 2024-11-17 13:58:28 +08:00
🎨
This commit is contained in:
parent
554db3f3d7
commit
0146092251
2
utils.ts
2
utils.ts
@ -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(
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user