- {{ app.shortDescription[locale as 'zh-CN' | 'en-US'] }} -
-- {{ locale === 'zh-CN' ? '没有找到应用' : 'No apps found' }} -
-- {{ selectedApp.shortDescription[locale as 'zh-CN' | 'en-US'] }} -
-- {{ selectedApp.description[locale as 'zh-CN' | 'en-US'] }} -
-+ {{ app.shortDescription[locale as 'zh-CN' | 'en-US'] }} +
++ {{ app.description[locale as 'zh-CN' | 'en-US'] }} +
++ {{ app.shortDescription[locale as 'zh-CN' | 'en-US'] }} +
++ {{ locale === 'zh-CN' ? '没有找到应用' : 'No apps found' }} +
+