mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 lines
213 B
TypeScript
4 lines
213 B
TypeScript
export const EDUCATION_VERIFY_URL_SEARCHPARAMS_ACTION = 'getEducationVerify'
|
|
export const EDUCATION_VERIFYING_LOCALSTORAGE_ITEM = 'educationVerifying'
|
|
export const EDUCATION_RE_VERIFY_ACTION = 'educationReVerify'
|