public void add(ActionChainMaker maker, ActionInfo ai, NutConfig config) {
ActionChain chain = maker.eval(config, ai);
for (String path : ai.getPaths()) {
if (Strings.isBlank(path))
throw new BlankAtException(ai.getModuleType(), ai.getMethod());
// 尝试获取,看看有没有创建过这个 URL 调用者
ActionInvoker invoker = map.get(path);
// 如果没有增加过这个 URL 的调用者,为其创建备忘记录,并加入索引