mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
feat: 更新模块目录和缓存路径,添加职责筛选功能
This commit is contained in:
@@ -291,10 +291,7 @@ public sealed class ModuleStore
|
||||
|
||||
public static string ResolveModuleDirectory()
|
||||
{
|
||||
return Path.Combine(
|
||||
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments),
|
||||
AppInfo.AppName,
|
||||
"module");
|
||||
return Path.Combine(AppPaths.UserDataDirectory, "module");
|
||||
}
|
||||
|
||||
public IReadOnlyList<ModuleDefinition> GetModules()
|
||||
|
||||
Reference in New Issue
Block a user