◆少前百科是非盈利性、非官方的少女前线维基百科。
◆如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!点这里 加入少前百科
◆有任何意见、建议、纠错,欢迎在 GFwiki:反馈与建议 提出和讨论。编辑事务讨论QQ群:597764980,微博@GFwiki少前百科
◆To foreigners,You can use twitter to contact us.
Icon Nyto Silver.png

“Widget:ProfileCard/total”的版本间的差异

来自少前百科GFwiki
跳转至: 导航搜索
(根据屏幕剩余空间及调整比例模板自动缩放)
 
(未显示同一用户的1个中间版本)
第22行: 第22行:
 
card.mouseover(function() {
 
card.mouseover(function() {
 
     var root = "";
 
     var root = "";
     var path = this.src.replace(/((https?:)?(\/\/)?www\.gfwiki\.org)/, function(m) {
+
     var path = this.src.replace(/((https?:)?(\/\/)?(www\.)?gfwiki\.org)/, function(m) {
 
         root = m; return "";
 
         root = m; return "";
 
     }).split("/").slice(3, 6).join("/");
 
     }).split("/").slice(3, 6).join("/");
 
     view.src = root + "/images/" + path;
 
     view.src = root + "/images/" + path;
     var ratioString = $(this).parent()[0].getAttribute("data-aspect-ratio");
+
     var ratioString = $(this).parents(".reAspectRatio")[0].getAttribute("data-aspect-ratio");
 
     var box = this.getBoundingClientRect();
 
     var box = this.getBoundingClientRect();
 
     if(ratioString && box) {
 
     if(ratioString && box) {

2021年8月5日 (四) 19:23的最新版本