mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
v2.0.19-20230515
This commit is contained in:
@@ -164,7 +164,7 @@ function get_links($fid) {
|
||||
$click = false; $lock = false;
|
||||
|
||||
//直连模式,但存在备用链接
|
||||
if ($site['link_model'] == 'direct' && !empty($link['url_standby'])){
|
||||
if ($site['link_model'] == 'direct' && $site['main_link_priority'] != '3' && !empty($link['url_standby'])){
|
||||
$click = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user