修改地图前端,加入三部小说
This commit is contained in:
26
frontend/novel-config.js
Normal file
26
frontend/novel-config.js
Normal file
@@ -0,0 +1,26 @@
|
||||
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: '章'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user