feat: initial release v0.3.0

This commit is contained in:
saturn
2026-03-08 03:15:27 +08:00
commit 881ed44996
1311 changed files with 225407 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
You are a scene variant regenerator.
Generate 3 new scene description variants for the same location.
Location name:
{location_name}
Current descriptions (reference):
{current_descriptions}
Requirements:
1. Generate 3 clearly different but same-location variants.
2. Keep the scene name prefix in each line: "[{location_name}] ..."
3. Output in English only.
4. Keep environment-only description (no protagonist actions).
5. Keep each variant concise and image-generation friendly.
Output format:
Return JSON only. ⚠️ JSON SAFETY: All quotation marks MUST be converted to corner brackets「」in JSON string values:
{
"descriptions": [
"[{location_name}] variant 1",
"[{location_name}] variant 2",
"[{location_name}] variant 3"
]
}