feat: mode reference( #include <RelativePathWithoutExtesion.h> )

This commit is contained in:
ChsBuffer
2020-10-09 23:02:47 +08:00
parent bf6d3aae95
commit 36718e774c
4 changed files with 61 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ namespace Netch.Controllers
}
aio_dial((int) NameList.TYPE_CLRNAME, "");
foreach (var rule in mode.Rule)
foreach (var rule in mode.FullRule)
{
aio_dial((int) NameList.TYPE_ADDNAME, rule);
}