第一步

打开电脑千牛首页工作台,点击千牛左侧边栏店铺,再点击PC店铺装修

image-20250315202216218


第二步

新页面点击设置PC店铺首页生效规则,选择自行装修页面,点击确定

image-20250315202416894


第三步

image-20250315202449978


第四步

新页面往下翻,找到第二个模版,点击马上使用,如果你这个页面没有第二个模版,就复制下面的链接到登录了主账号的千牛或者浏览器上免费订购一年店铺智能版,再刷新页面即可

image-20250315202616700


第五步

新装修页面,鼠标放到导航栏,点击编辑

image-20250315202651392


第六步

新窗口点击显示设置,然后在下面输入框中输入代码,点击下面的确定按钮

image-20250315202734538

代码如下:

1
.popup-hidden{visibility:visible;}.all-cats-popup{top:-49999px;left:0px;width:10000px;height:100000px;display:block;background:#FFF;opacity:1;}.popup-content{border-color:#FFF;position:relative;width:100%;float:left;clear:both;left:99999px;top:99490px;height:100%;background:#FFF;background:#FFF url(//gdp.alicdn.com/imgextra/i1/2959871945/O1CN01tpmaK11QErBmVXNHt-2959871945.gif) no-repeat top center;background-attachment:fixed;}.popup-content .cats-tree{margin:0 0 10px;display:none;}

第七步

点击发布站点!

image-20250315202855417


第八步

点击确认发布

image-20250315202921764

如果提示发布失败,店铺已满一钻,不能免费使用智能版旺铺,就把下面的链接复制到登录了千牛主账号的千牛或者网页上打开来,免费订购1年,然后再按照上述操作即可。

注意咱们社群更新的破解屏蔽技术是可以破解这个的,你设置完测试的时候不要再安装了我们破解插件的浏览器上测试!

下面是图片屏蔽的方法代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.all-cats-popup {
top: -49999px;
left: 0px;
width: 10000px;
height: 100000px;
display: block;
background: #FFF;
}
 
.popup-content {
position: relative;
width: 100%;
float: left;
clear: both;
left: 99999px;
top: 99490px;
height: 100%;
background: #FFF;
background-image: url(图片空间上传图片的链接地址);
background-position: top center;
background-attachment: fixed;
background-repeat: no-repeat;
}
 
.popup-hidden {
visibility: visible;
}
 
.all-cats-popup {
top: -49999px;
left: 0px;
width: 10000px;
height: 100000px;
display: block;
background: #FFF;
}
 
.popup-content {
position: relative;
width: 100%;
float: left;
clear: both;
left: 99999px;
top: 99490px;
height: 100%;
background: #FFF;
background-image: url(图片空间上传图片的链接地址);
background-position: top center;
background-attachment: fixed;
background-repeat: no-repeat;
}
 
#page #content .tshop-pbsm-shop-nav-ch .popup-hidden {
visibility: visible;
}