重构音频文件元数据模型并添加数据库支持

This commit is contained in:
2026-04-16 14:06:05 +08:00
parent e0da9dfd4b
commit ecf3751e2d
3 changed files with 58 additions and 44 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace OCES.Resonance.Core;
public static class Database
{
internal static bool AddEntry()
{
return false;
}
}