🎨chore: 使用 oxlint, oxfmt&格式化代码
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export const fetchCourseSubtitleUrl = async (course: resp.gen.CourseGenItem) => {
|
||||
export const fetchCourseSubtitleUrl = async (
|
||||
course: resp.gen.CourseGenItem
|
||||
) => {
|
||||
const loginState = useLoginState()
|
||||
|
||||
try {
|
||||
@@ -25,4 +27,4 @@ export const fetchCourseSubtitleUrl = async (course: resp.gen.CourseGenItem) =>
|
||||
} catch (err) {
|
||||
return course.subtitle_url
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user