feat: store packaged user data under data directory

This commit is contained in:
chengma
2026-07-07 14:12:32 +08:00
parent caa04a9aa7
commit 148c4a73eb
33 changed files with 602 additions and 196 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ $excluded = @(
"images",
"logs",
"prompts",
"title_prompt.txt"
"title_prompt.txt",
"data"
)
$found = @()