mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Don't show all versions by default + version ranges
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import config from '../config.json'
|
||||
import type { VersionId } from './services/Schemas.js'
|
||||
|
||||
export interface ConfigLanguage {
|
||||
code: string,
|
||||
@@ -7,9 +8,11 @@ export interface ConfigLanguage {
|
||||
}
|
||||
|
||||
export interface ConfigVersion {
|
||||
id: string,
|
||||
id: VersionId,
|
||||
pack_format: number,
|
||||
name: string,
|
||||
ref?: string,
|
||||
show?: boolean,
|
||||
dynamic?: boolean,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user