Giter VIP home page Giter VIP logo

Comments (14)

Thot-null avatar Thot-null commented on May 28, 2024

提议:
编辑网站图标地址时,也支持url及各种图片格式,而不只是base64

from nav.

xjh22222228 avatar xjh22222228 commented on May 28, 2024

我试了下可以正常更换,保存后要等待几分钟,看看是否是你的页面有缓存没更新。

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

他直接就是404,上传失败

from nav.

xjh22222228 avatar xjh22222228 commented on May 28, 2024

权限都勾选了吗, 已经支持url格式了。

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

那个倒无所谓,大佬,再提个意见,能不能把head和body插入文件的功能也加一加,这样可以方便魔改啥的。app主题里也添加一个站内搜索

from nav.

xjh22222228 avatar xjh22222228 commented on May 28, 2024

插到底部就行,一样能实现。

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

佬,给你瞅瞅 https://s2.loli.net/2023/08/05/QoiKkqYezwLnZyG.gif 就是这样省的

from nav.

xjh22222228 avatar xjh22222228 commented on May 28, 2024

应该Github后面做了更新,现在Fork完之后需要手动创建一个 "image" 分支。

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

没事佬,你加了那个自定义头像url后就可以了,感谢大佬

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

大佬就是我要引入51统计,他要往head里添加我该怎么写

from nav.

xjh22222228 avatar xjh22222228 commented on May 28, 2024

将下面这段代码,直接插入配置项里的底部 html

<script>
  document.head.append('这里是你的51统计代码')
</script>

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

直接把下面这一段插进去嘛?

<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({id:"14511321545",ck:"1356461230352"})</script>

from nav.

xjh22222228 avatar xjh22222228 commented on May 28, 2024

把下面代码全部丢进去

<script>
  const s = document.createElement('script');
  s.id = 'LA_COLLECT';
  s.src = '//sdk.51.la/js-sdk-pro.min.js';
  const s1 = document.createElement('script');
  s1.innerHTML = 'window.LA && window.LA.init({id:"14511321545",ck:"1356461230352"})';
  document.head.appendChild(s);
  s.onload = function() {
    document.head.appendChild(s1);
  }
</script>

from nav.

Thot-null avatar Thot-null commented on May 28, 2024

不太中尼,佬,算啦,不搞啦,感谢佬

from nav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.