Files
Novel-Map/frontend/novel-config.js

27 lines
637 B
JavaScript

export const NOVELS = {
dtslz: {
id: 'dtslz',
name: '大唐双龙传',
title: '大唐双龙传 - 势力分布地图',
totalVols: 63,
chatPlaceholder: '例如:双龙现在在哪里?',
volsLabel: '卷'
},
ldj: {
id: 'ldj',
name: '鹿鼎记',
title: '鹿鼎记 - 势力分布地图',
totalVols: 50,
chatPlaceholder: '例如:韦小宝现在在哪里?',
volsLabel: '回'
},
tlbb: {
id: 'tlbb',
name: '天龙八部',
title: '天龙八部 - 势力分布地图',
totalVols: 50,
chatPlaceholder: '例如:乔峰现在在哪里?',
volsLabel: '章'
}
}