如果我写:
<Place Parts_Autoroute_Edit="-"/>
然后在AutoroutePartDriver
中编码 // reset the alias if we need to force regeneration, and the user didn't provide a custom one
if(settings.AutomaticAdjustmentOnEdit && previous == part.DisplayAlias) {
part.DisplayAlias = string.Empty;
}
未执行且pathes不会重新生成。
可以解决吗?我不想显示“永久链接”和“设置为主页”功能。