test #96

Merged
klaus merged 8 commits from test into main 2026-04-08 02:17:33 +00:00
Showing only changes of commit 71f71e9d77 - Show all commits

View File

@@ -315,7 +315,7 @@ export default {
imageUrl: '', imageUrl: '',
characterId: null, characterId: null,
bannerId: null, bannerId: null,
lang: null lang: 'ko'
}, },
languageOptions: [ languageOptions: [
{ text: '한국어', value: 'ko' }, { text: '한국어', value: 'ko' },
@@ -412,7 +412,7 @@ export default {
imageUrl: '', imageUrl: '',
characterId: null, characterId: null,
bannerId: null, bannerId: null,
lang: null lang: 'ko'
}; };
this.previewImage = null; this.previewImage = null;
this.searchKeyword = ''; this.searchKeyword = '';
@@ -451,7 +451,7 @@ export default {
imageUrl: '', imageUrl: '',
characterId: null, characterId: null,
bannerId: null, bannerId: null,
lang: null lang: 'ko'
}; };
this.previewImage = null; this.previewImage = null;
this.searchKeyword = ''; this.searchKeyword = '';