feat: 프로필 감사 화면에 외교 이력과 안전한 문서 상세 연결

This commit is contained in:
2026-09-16 06:29:26 +00:00
parent ff9bb8a428
commit 02ee706af7
6 changed files with 537 additions and 11 deletions
@@ -2255,7 +2255,7 @@ integration('game API security over HTTP transport', () => {
srcSignerId: generalId,
state: 'CANCELLED',
textBrief: '당시 외교 문서',
textDetail: '<p>역사 본문</p>',
textDetail: '<p>역사 본문</p><script>window.auditInjected=true</script>',
},
});
await db.playAuditDiplomacyEvent.createMany({
@@ -2338,7 +2338,10 @@ integration('game API security over HTTP transport', () => {
after: { state: 'ACTIVATED' },
inputSequence: '9007199254740993',
documentStatus: 'AVAILABLE',
document: { detail: '<p>역사 본문</p>' },
document: {
detail: '<p>역사 본문</p><script>window.auditInjected=true</script>',
detailHtml: '<p>역사 본문</p>',
},
},
},
},