refactor: 사이트 타이틀 '업무관리프로그램'으로 통일

- 로그인 화면: 이메일 로그인 탭, 최근 로그인 내역 제거
- 로그인 화면: 비밀번호 로그인만 남김
- 사이트 타이틀 '주간업무보고' → '업무관리프로그램'으로 변경
- 이메일 발송 제목/본문 문구 통일
This commit is contained in:
2026-01-11 22:19:34 +09:00
parent 87f1165b06
commit 52dd530653
5 changed files with 8 additions and 100 deletions

View File

@@ -68,7 +68,7 @@ export async function sendTempPasswordEmail(
employeeName: string,
tempPassword: string
): Promise<boolean> {
const subject = '[주간업무보고] 임시 비밀번호 발급'
const subject = '[업무관리프로그램] 임시 비밀번호 발급'
const html = `
<div style="font-family: 'Malgun Gothic', sans-serif; max-width: 600px; margin: 0 auto; padding: 20px;">
<h2 style="color: #333;">임시 비밀번호 발급</h2>
@@ -83,7 +83,7 @@ export async function sendTempPasswordEmail(
※ 본인이 요청하지 않은 경우, 이 메일을 무시하세요.
</p>
<hr style="border: none; border-top: 1px solid #ddd; margin: 20px 0;" />
<p style="color: #999; font-size: 12px;">주간업무보고 시스템</p>
<p style="color: #999; font-size: 12px;">업무관리프로그램</p>
</div>
`
const text = `임시 비밀번호: ${tempPassword}\n\n로그인 후 비밀번호를 변경해 주세요.`

View File

@@ -158,7 +158,7 @@ export async function callOpenAIVision(
/**
* 주간보고 분석 시스템 프롬프트 (Task 기반)
*/
export const REPORT_PARSE_SYSTEM_PROMPT = `당신은 주간업무보고 텍스트를 분석하여 구조화된 JSON으로 변환하는 전문가입니다.
export const REPORT_PARSE_SYSTEM_PROMPT = `당신은 주간보고 텍스트를 분석하여 구조화된 JSON으로 변환하는 전문가입니다.
## 핵심 원칙
- **원문의 내용을 그대로 유지하세요!**