12 lines
415 B
JavaScript
12 lines
415 B
JavaScript
/**
|
|
* This is the in-app build identity, not the version entered in WeChat
|
|
* Developer Tools during upload. Keep semanticVersion aligned with the root
|
|
* package.json so support screenshots can be traced back to source.
|
|
*/
|
|
module.exports = Object.freeze({
|
|
productName: '唐侦探:桂香里的第十五桌',
|
|
semanticVersion: '0.1.0',
|
|
releaseChannel: 'release-candidate',
|
|
contentVersion: 'season-01',
|
|
})
|