Verify story asset references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const storyModules = import.meta.glob('../../assets/images/story/*.png', {
|
||||
const storyModules = import.meta.glob(['../../assets/images/story/*.png', '../../assets/images/taoyuan-oath-title.png'], {
|
||||
eager: true,
|
||||
import: 'default'
|
||||
}) as Record<string, string>;
|
||||
@@ -22,7 +22,8 @@ const storyAssetAliases: Record<string, string> = {
|
||||
'story-qishan-renewed': 'story-qishan-renewed-offensive',
|
||||
'story-hanzhong-rain': 'story-hanzhong-rain-defense',
|
||||
'story-nanzhong-captures': 'story-nanzhong-seven-captures',
|
||||
'story-resolve': 'story-liu-bei-resolve'
|
||||
'story-resolve': 'story-liu-bei-resolve',
|
||||
'title-taoyuan': 'story-taoyuan-oath-title'
|
||||
};
|
||||
|
||||
function storyKeyFromPath(path: string) {
|
||||
|
||||
Reference in New Issue
Block a user