mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Format stuff
This commit is contained in:
parent
5483e34c5e
commit
655f677e91
@ -1,8 +1,8 @@
|
|||||||
import { t } from "elysia";
|
import { t } from "elysia";
|
||||||
import { type Prettify, comment } from "~/utils";
|
import { type Prettify, comment } from "~/utils";
|
||||||
|
import { bubbleImages, madeInAbyss, registerExamples } from "../examples";
|
||||||
import { EpisodeId, Resource, SeedImage, TranslationRecord } from "../utils";
|
import { EpisodeId, Resource, SeedImage, TranslationRecord } from "../utils";
|
||||||
import { BaseEntry, EntryTranslation } from "./base-entry";
|
import { BaseEntry, EntryTranslation } from "./base-entry";
|
||||||
import { bubbleImages, madeInAbyss, registerExamples } from "../examples";
|
|
||||||
|
|
||||||
export const BaseSpecial = t.Intersect(
|
export const BaseSpecial = t.Intersect(
|
||||||
[
|
[
|
||||||
@ -43,5 +43,5 @@ registerExamples(Special, {
|
|||||||
...ep,
|
...ep,
|
||||||
...ep.translations.en,
|
...ep.translations.en,
|
||||||
...bubbleImages,
|
...bubbleImages,
|
||||||
slug: `${madeInAbyss.slug}-sp3`
|
slug: `${madeInAbyss.slug}-sp3`,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user