Skip to content

feat: add a KunAnimationFadeCard component #213

feat: add a KunAnimationFadeCard component

feat: add a KunAnimationFadeCard component #213

Triggered via push July 13, 2025 15:11
Status Failure
Total duration 54s
Artifacts

lint-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint
Process completed with exit code 2.
lint: server/utils/message.ts#L2
Cannot find module '~/prisma/client/runtime/library' or its corresponding type declarations.
lint: server/utils/galgameHistory.ts#L2
Cannot find module '~/prisma/client/runtime/library' or its corresponding type declarations.
lint: server/api/home/message.get.ts#L35
Type '{ user: { id: number; name: string; avatar: string; }; link: string; type: string; content: string; created: Date; }[]' is not assignable to type 'KunActivity[]'.
lint: server/api/galgame/[gid]/series.get.ts#L3
'"~/types/api/galgame"' has no exported member named 'GalgameSeries'. Did you mean 'GalgameSeriesItem'?
lint: server/api/activity/index.get.ts#L37
Type '{ user: { id: number; name: string; avatar: string; }; link: string; type: string; content: string; created: Date; }[]' is not assignable to type 'KunActivity[]'.
lint: plugins/kunFetchApi.ts#L13
Property 'uid' does not exist on type 'Store<"KUNGalgameUser", UserStore, {}, { setUserInfo(user: LoginResponseData): void; }>'.
lint: migrate/fetchVNDBInfo.ts#L4
Cannot find module './lib' or its corresponding type declarations.