yxksw / Butterfly-音乐胶囊实现
0 喜欢
0 派生
5 文件
最后活跃于 3 weeks ago • 派生自 LiuShen/Butterfly-音乐胶囊实现
🎵 音乐胶囊模块使用说明
本仓库提供了一个可集成到 Hexo 主题 liushen 的音乐胶囊播放器模块。模块包含四个主要部分:
- 主题配置文件
- 布局模板文件
- 样式文件
- 前端脚本
本文档将详细介绍它们的放置位置、引用方式和变量配置。
Allen2030 / 对fuwari主题的Twikoo评论区样式修复
0 喜欢
0 派生
1 文件
最后活跃于 1 month ago
Astro-theme-fuwari的Twikoo评论区样式修复
| 1 | --- |
| 2 | interface Props { |
| 3 | path: string; |
| 4 | } |
| 5 | |
| 6 | import { commentConfig } from "@/config"; |
| 7 | |
| 8 | const config = { |
| 9 | el: "#twikoo", |
| 10 | path: Astro.props.path, |
| 1 | // Define the `main` function |
| 2 | |
| 3 | const proxyName = "代理模式"; |
| 4 | |
| 5 | function main (params) { |
| 6 | if (!params.proxies) return params; |
| 7 | overwriteRules (params); |
| 8 | overwriteProxyGroups (params); |
| 9 | overwriteDns (params); |
| 10 | return params; |
| 1 | function main(config) { |
| 2 | config["proxy-groups"] = [ |
| 3 | { |
| 4 | name: "节点选择", |
| 5 | icon: "https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png", |
| 6 | type: "select", |
| 7 | proxies: [ |
| 8 | "自动选择", "香港节点", "台湾节点", "狮城节点", "美国节点", "日本节点", "韩国节点", "其他节点", "手动切换", "DIRECT" |
| 9 | ] |
| 10 | }, |
上一页
下一页