接口: SongMeta
定义于: song-maps.ts:45
曲目最小字段(与 database Song 结构化兼容)。
示例
ts
const song: SongMeta = {
id: 114,
difficulties: {
standard: [],
dx: [{ difficulty: 3, level_value: 14.5, notes: { total: 761 } }],
},
};属性
| 属性 | 类型 | 定义于 |
|---|---|---|
difficulties | SongDifficultiesMeta | song-maps.ts:47 |
id | number | song-maps.ts:46 |
