Code Monkey home page Code Monkey logo

Comments (6)

Redlnn avatar Redlnn commented on May 24, 2024

可以使用

<svg xmlns="http://www.w3.org/2000/svg" height="12px" viewBox="0 0 512 512" fill="#adadad">
  <!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc.-->
  <path ...  />
</svg>

来代替

<svg xmlns="http://www.w3.org/2000/svg" height="12px" viewBox="0 0 512 512">
  <!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
  <style>
    svg {
        fill: #adadad
    }
  </style>
  <path ...  />
</svg>

以解决这个问题

from biliscope.

gaogaotiantian avatar gaogaotiantian commented on May 24, 2024

啊,是这样的~你是想来完成这个PR还是我直接改掉呢?

from biliscope.

Redlnn avatar Redlnn commented on May 24, 2024

啊,是这样的~你是想来完成这个PR还是我直接改掉呢?

啊,你直接改掉就好,可以来个co author~

from biliscope.

gaogaotiantian avatar gaogaotiantian commented on May 24, 2024

co author的话,需要提供一下你的email。如果你希望keep your email private,可以提供github的no-reply email https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address

from biliscope.

Redlnn avatar Redlnn commented on May 24, 2024

啊,我还是直接pr好惹(笑)

from biliscope.

gaogaotiantian avatar gaogaotiantian commented on May 24, 2024

Fixed by #74

from biliscope.

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.