Initial commit.

This commit is contained in:
2025-12-11 10:20:10 +09:00
commit 057481803f
21 changed files with 1327 additions and 0 deletions

6
Consts.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace TriliumMind;
public static class Consts
{
public const string ConfigLastFetchTimeKey = "LAST_FETCH_TIME";
}