Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 2bfc6c5

Browse files
committed
chore: update
1 parent 98e15f6 commit 2bfc6c5

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Leetcode 练习合集
22

3-
本项目部署在 <https://leetcode.innenu.com>。使用 [VuePress](https://v1.vuepress.vuejs.org/zh/guide/)[vuepress-theme-hope](https://vuepress-theme.mrhope.site/) 自动生成。
3+
本项目部署在 <https://leetcode.innenu.com>。使用 [VuePress](https://v2.vuepress.vuejs.org/)[vuepress-theme-hope](https://vuepress-theme-hope.github.io/v2//) 自动生成。
44

55
## 项目说明
66

script/clean.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { cleanMarkdown } from "./util/markdown.js";
1+
import { cleanMarkdown } from "./utils/markdown.js";
22

33
cleanMarkdown("leetcode");

script/generate.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import { statSync, readdirSync, writeFileSync } from "node:fs";
22
import { resolve } from "node:path";
33

4-
import { getFiles } from "./util/file.js";
4+
import { getFiles } from "./utils/file.js";
55
import {
66
getExercise,
77
getExerciseName,
88
genExerciseList,
99
genLanguageMarkdown,
1010
generatePersonMarkdown,
1111
genProblemMarkdown,
12-
} from "./util/markdown.js";
12+
} from "./utils/markdown.js";
1313

1414
const folderList = getExercise("leetcode");
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)