Warning: is_readable(): open_basedir restriction in effect. File(/gitinfo/info.json) is not within the allowed path(s): (/www/wwwroot/wiki.guguwo.top/:/tmp/) in /www/wwwroot/wiki.guguwo.top/includes/utils/GitInfo.php on line 177
首页:修订间差异 - 咕咕窝wiki

首页:修订间差异

来自咕咕窝wiki
无编辑摘要
无编辑摘要
第13行: 第13行:
这是[https://rizwiki.cn Riline中文维基]管理员之一[https://rizwiki.cn/%E7%94%A8%E6%88%B7:%E5%8D%A1%E4%BB%8B%E8%8F%8C/wiki 咕机]的私人wiki,用来在各种功能正式上线rizwiki前测试用,当然本站开放编辑,欢迎大家前来测试!
这是[https://rizwiki.cn Riline中文维基]管理员之一[https://rizwiki.cn/%E7%94%A8%E6%88%B7:%E5%8D%A1%E4%BB%8B%E8%8F%8C/wiki 咕机]的私人wiki,用来在各种功能正式上线rizwiki前测试用,当然本站开放编辑,欢迎大家前来测试!
{{APlayer
{{APlayer
| id = myplayer1
|id=player01
| song1_name = 歌曲1名称
|theme=#e74c3c
| song1_artist = 艺术家1
|songs=[
| song1_url = 歌曲1 URL
    {
| song1_cover = 歌曲1封面图 URL
        "name": "晴天",
| song2_name = 歌曲2名称
        "artist": "周杰伦",
| song2_artist = 艺术家2
        "url": "//music.example.com/qingtian.mp3",
| song2_url = 歌曲2 URL
        "cover": "//img.example.com/cover.jpg"
| song2_cover = 歌曲2封面图 URL
    }
... 更多歌曲 ...
]
}}
}}


== 指引 ==
== 指引 ==
<createpage /><blockquote></blockquote>
<createpage /><blockquote></blockquote>

2025年3月22日 (六) 23:49的版本

?!本站竟然被你发现了?

⑨网站的未来发展⑨

咱会尽可能快点完善网站的插件,让其能够更加美观并且编辑方便。希望看到的您能够提出您宝贵de意见,不胜感激,咕~

本站现有9 名用户,150 次编辑,8 篇条目,1 位活跃编辑者。

最后真心感谢吾萌百科对本wiki的技术和各方面的大力支持,吾萌百科里都是一群可爱的人,欢迎去玩!(•ω•`)o

还有留一个管理员的b站账号和邮箱pekirol@qq.com,有事可以找这只咕咕。

这是Riline中文维基管理员之一咕机的私人wiki,用来在各种功能正式上线rizwiki前测试用,当然本站开放编辑,欢迎大家前来测试!

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.css"> <script src="https://cdn.jsdelivr.net/npm/aplayer@1.10.1/dist/APlayer.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/meting@2.0.1/dist/Meting.min.js"></script>

<style> /* 移动端适配 */ .aplayer {

   max-width: 100%;
   margin: 10px auto;
   font-family: -apple-system, "PingFang SC", "Microsoft YaHei";

}

/* 小屏幕优化 */ @media screen and (max-width: 768px) {

   .aplayer-info {
       padding: 8px;
   }
   .aplayer-author {
       font-size: 12px;
   }
   .aplayer-controller .aplayer-bar {
       margin: 0 5px;
   }

} </style>

<script> (function() {

   // 收集歌曲数据
   var songs = [];
   var box = document.querySelector('.aplayer-box');
   
   // 处理多首歌曲参数
   for(var i = 1; ; i++) {
       var prefix = "song" + i;
       var data = {
           title: box.dataset[prefix + 'title'],
           author: box.dataset[prefix + 'author'],
           url: box.dataset[prefix + 'url'],
           pic: box.dataset[prefix + 'pic']
       };
       
       if(!data.title) break;
       songs.push(data);
   }
   // 初始化播放器
   var ap = new APlayer({
       container: box,
       audio: songs,
       fixed: false,
       listFolded: true,
       lrcType: 0,
       theme: '#2980b9'
   });

})(); </script>


指引

新建页面