Giter Site home page Giter Site logo

lingyesoul / kzhomepage Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaygb/kzhomepage

0.0 0.0 0.0 114 KB

二次元卡片个人网站主页

Home Page: https://future.170601.xyz/KZHomePage/

License: MIT License

JavaScript 16.00% CSS 37.88% HTML 46.12%

kzhomepage's Introduction

KZHomePage

二次元卡片个人网站主页

详细内容请查看:https://blog.170601.xyz/archives/25.html

QQ交流群:962303102

使用方式

音乐配置

使用前请填写head内的相关配置信息

    // 音乐设置
    let meting_music_api = "https://api.mizore.cn/meting/api.php";// meting api
    let music_server = "netease"; // 音乐服务:网易云 netease 
    let music_type = "playlist"; // 歌曲类型:歌单playlist 单首歌曲 song  专辑 album
    let music_id = "20173709"; // 歌单ID或歌曲ID或者专辑ID 20173709 29732992
    let music_order = "random"; // 音频循环顺序, 顺序播放: 'list', 随机播放:'random'
    let music_mini = false; // mini模式 吸底模式开启后此选项实效 true / false
    let music_fixed = true; // 吸底模式
    let music_volume = 0.7; // 默认音量
    let music_autoplay = true; // 自动播放
    let music_loop = "all"; // 音频循环播放, 可选值: 'all', 'one', 'none'

按钮颜色

按钮颜色使用bootstraap4的颜色格式,只需要修改按钮对应的class类即可改变按钮颜色 https://v4.bootcss.com/docs/components/buttons/

Primary Secondary Success Danger Warning Info Light Dark

image.png

依赖项目

https://github.com/metowolf/Meting

https://aplayer.js.org/

kzhomepage's People

Contributors

kaygb avatar lingyesoul avatar

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.