Merge branch 'main' into feature/date-shortcut

This commit is contained in:
IcedTangerine
2025-09-23 22:21:25 +08:00
committed by GitHub
50 changed files with 1547 additions and 248 deletions

View File

@@ -40,3 +40,5 @@ export const API_ENDPOINTS = [
export const TASK_ACTION_GENERATE = 'generate';
export const TASK_ACTION_TEXT_GENERATE = 'textGenerate';
export const TASK_ACTION_FIRST_TAIL_GENERATE = 'firstTailGenerate';
export const TASK_ACTION_REFERENCE_GENERATE = 'referenceGenerate';