显示 Debug EML 菜单入口

This commit is contained in:
andy
2026-07-09 17:07:33 +08:00
parent 7100612442
commit b785e0e429
7 changed files with 24 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ describe('reservation i18n locales', () => {
it('includes Thai labels for the P0 reservation navigation', () => {
expect(thTH.nav.orders).toBe('รายการออเดอร์')
expect(thTH.nav.taskQueue).toBe('คิวงาน')
expect(thTH.nav.debugEml).toBe('Debug EML')
expect(thTH.taskList.viewConversation).toBe('ดูเธรดอีเมล')
})