初步修改

This commit is contained in:
2026-08-09 14:13:35 +08:00
parent 1e1e77e41a
commit 6fe0bed78e
26 changed files with 2007 additions and 681 deletions
@@ -0,0 +1,5 @@
#pragma once
class Global;
namespace ecap::adminive_config {
void register_adminive_config(Global* global);
}