Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Daxiongmao87/legend-lore-foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
Daxiongmao87 committed Feb 21, 2025
2 parents 3b44749 + 520d606 commit fd027d8
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 949 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
packs/compendiums/templates
*~
*.swp
*.swo
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"name": "journal-entry-templates",
"label": "Journal Entry Templates",
"path": "./packs/compendiums/templates.db",
"path": "./packs/compendiums/templates",
"type": "JournalEntry"
}
],
Expand Down
473 changes: 0 additions & 473 deletions packs/compendiums/templates.db

This file was deleted.

473 changes: 0 additions & 473 deletions packs/compendiums/templates.deprecated.db

This file was deleted.

Binary file added packs/compendiums/templates/000045.ldb
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions packs/compendiums/templates/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000058
Empty file.
3 changes: 3 additions & 0 deletions packs/compendiums/templates/LOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2025/02/21-13:43:51.785137 7f766f5ed6c0 Recovering log #56
2025/02/21-13:43:51.799193 7f766f5ed6c0 Delete type=3 #54
2025/02/21-13:43:51.799318 7f766f5ed6c0 Delete type=0 #56
8 changes: 8 additions & 0 deletions packs/compendiums/templates/LOG.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
2025/02/21-13:42:11.075032 7f766edec6c0 Recovering log #52
2025/02/21-13:42:11.086123 7f766edec6c0 Delete type=3 #50
2025/02/21-13:42:11.086232 7f766edec6c0 Delete type=0 #52
2025/02/21-13:43:01.026455 7f766053a6c0 Level-0 table #57: started
2025/02/21-13:43:01.026493 7f766053a6c0 Level-0 table #57: 0 bytes OK
2025/02/21-13:43:01.031873 7f766053a6c0 Delete type=0 #55
2025/02/21-13:43:01.046407 7f766053a6c0 Manual compaction at level-0 from '!journal!rxYSKXMO6JTDoSau' @ 72057594037927935 : 1 .. '!journal.pages!rxYSKXMO6JTDoSau.yWyBRt0zOKTk4uEP' @ 0 : 0; will stop at (end)
2025/02/21-13:43:01.046590 7f766053a6c0 Manual compaction at level-1 from '!journal!rxYSKXMO6JTDoSau' @ 72057594037927935 : 1 .. '!journal.pages!rxYSKXMO6JTDoSau.yWyBRt0zOKTk4uEP' @ 0 : 0; will stop at (end)
Binary file added packs/compendiums/templates/MANIFEST-000058
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/module/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function registerSettings() {
"response_format": {
"type": "json_schema",
"json_schema": {
"name": "html_schema"
"name": "html_schema",
"schema": {{ContentSchema}}
}
}
Expand Down

0 comments on commit fd027d8

Please sign in to comment.