1.0.1 • Published 27 days ago

prices-on-title v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
27 days ago

帮朋友写的小demo, 可以在浏览器title中查看加密货币价格

代码很简单,都在index.html文件里,可以复制到本地打开或者访问https://xsuv.github.io/prices-on-title/查看

使用方法1: 直接打开,默认展示btc, eth, bnb

使用方法2: 在url里输入 ?, 然后后面跟上你想要的币种,用英文,隔开, 支持binance的币种,比如https://xsuv.github.io/prices-on-title/?shib,btc

提示 为了防止长度太长, 优化了小数点展示, 如果代币前面是0开头,用*代替,比如shib的价格为0.0000288会展示成*288, 如果想自定义显示可以改源代码formatPrice函数

演示