File tree 2 files changed +5
-30
lines changed
2 files changed +5
-30
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ platinum_sponsors:
21
21
img : vehikl.png
22
22
23
23
platinum_sponsors_china :
24
- - url : https://xiaozhuanlan.com/
25
- img : xiaozhuanlan.png
26
24
- url : https://www.geekbang.org/
27
25
img : geekbang.png
26
+ - url : https://www.bmqb.com/jobs
27
+ img : bmqb.png
28
28
29
29
gold_sponsors :
30
30
- url : https://laravel.com
@@ -51,8 +51,6 @@ gold_sponsors:
51
51
img : vuejobs.png
52
52
- url : https://leanpub.com/vuejs2
53
53
img : tmvuejs2.png
54
- - url : https://www.bmqb.com/jobs
55
- img : bmqb.png
56
54
- url : https://codepilot.ai
57
55
img : codepilot.png
58
56
- url : https://teamextension.io/
Original file line number Diff line number Diff line change 18
18
19
19
<div class =" sidebar-sponsors" >
20
20
<div class =" main-sponsor" >
21
- <span >赞助者 </span ><br >
22
- <a id =" main-sponsor-link" target =" _blank" style =" display : block ; margin : 6 px 0 ;" >
23
- <img id =" main-sponsor-image" style = " border-radius : 3 px ; " >
21
+ <span >特别赞助 </span ><br >
22
+ <a id =" main-sponsor-link" target =" _blank" style =" display : block ; margin : 15 px 0 ;" href = " https://www.bmqb.com/jobs " >
23
+ <img id =" main-sponsor-image" src = " <%- url_for(`/images/bmqb.png`) %> " >
24
24
</a >
25
- <script >
26
- (function () {
27
- var API = ' https://xiaozhuanlan.com/example/baner_settings'
28
- var req = new XMLHttpRequest ()
29
- var data = {
30
- " link_url" : " https://xiaozhuanlan.com" ,
31
- " img_url" : " https://diycode.b0.upaiyun.com/photo/2017/15ebaae7745e70876cf20c0ee93bdc9e.png"
32
- }
33
- req .onreadystatechange = function () {
34
- if (req .readyState == 4 ) {
35
- if (req .status >= 200 && req .status < 300 ) {
36
- try {
37
- data = JSON .parse (req .responseText )
38
- } catch (e) {}
39
- }
40
- document .getElementById (' main-sponsor-link' ).href = data .link_url
41
- document .getElementById (' main-sponsor-image' ).src = data .img_url
42
- }
43
- }
44
- req .open (' GET' , API )
45
- req .send ()
46
- })()
47
- </script >
48
25
</div >
49
26
<a class =" become-backer" href =" <%- url_for(" /support-vuejs " ) %>" >
50
27
成为赞助者
You can’t perform that action at this time.
0 commit comments