修复日志页面卡顿我呢提
This commit is contained in:
+1
-1
@@ -890,7 +890,7 @@ $_d = function($name, $default) { return defined($name) ? constant($name) : $def
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="form-label-cell">指定国家访问真实页(逗号分隔国家代码)</td>
|
||||
<td class="form-val-cell"><input type="text" name="country" class="form-control form-control-sm" value="<?php echo SHOW_SITE_COUNTRY; ?>" placeholder="如:US,GB,CA" style="max-width:300px;"></td>
|
||||
<td class="form-val-cell"><input type="text" name="country" class="form-control form-control-sm" value="<?php echo SHOW_SITE_COUNTRY; ?>" placeholder="如:US,GB,CA(请用英文逗号)" style="max-width:300px;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="form-label-cell">广告策略 ID</td>
|
||||
|
||||
Reference in New Issue
Block a user