From b52a186c18704c6cbcd72fc25685ceb8095ac1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9B=E6=81=A9=E5=BD=B1=E9=9F=B3=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=AE=A4?= <119514614+jinenge@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:07:26 +0800 Subject: [PATCH] Add files via upload --- AppStore.html | 125 ++ LocalNote.html | 727 +++++++++ LocalPaint.html | 646 ++++++++ api.php | 182 +++ contacts.html | 50 + duanshipin.html | 39 + fangkuai.html | 72 + favicon.png | Bin 0 -> 27415 bytes files.html | 226 +++ index.html | 33 + mms.html | 79 + music.php | 145 ++ phone.html | 149 ++ plugns/Meting.php | 1327 +++++++++++++++++ plugns/killie/img/360.jpg | Bin 0 -> 21398 bytes plugns/killie/img/chrome.jpg | Bin 0 -> 2162 bytes plugns/killie/img/firefox.jpg | Bin 0 -> 2936 bytes plugns/killie/img/opera.jpg | Bin 0 -> 2238 bytes plugns/killie/img/safari.jpg | Bin 0 -> 2923 bytes plugns/killie/img/top.jpg | Bin 0 -> 81008 bytes plugns/killie/index.html | 109 ++ plugns/layer/layer.js | 2 + plugns/layer/mobile/layer.js | 2 + plugns/layer/mobile/need/layer.css | 1 + plugns/layer/skin/default/icon-ext.png | Bin 0 -> 5911 bytes plugns/layer/skin/default/icon.png | Bin 0 -> 11493 bytes plugns/layer/skin/default/layer.css | 1 + plugns/layer/skin/default/loading-0.gif | Bin 0 -> 5793 bytes plugns/layer/skin/default/loading-1.gif | Bin 0 -> 701 bytes plugns/layer/skin/default/loading-2.gif | Bin 0 -> 1787 bytes rili.html | 46 + settings-APIs.html | 367 +++++ settings-aboutDevice.html | 259 ++++ settings-apps.html | 226 +++ settings-battery.html | 172 +++ settings-devOptions.html | 305 ++++ settings-display.html | 370 +++++ settings.html | 137 ++ static/css/font_595659_ks3cn25ecqhq6w29.css | 81 + static/css/font_603611_ebbfwmiq121q0k9.css | 51 + static/css/font_739179_za2rgs3veo8.css | 71 + static/css/jquery.mcustomscrollbar.min.css | 1 + static/css/layer.css | 805 ++++++++++ static/css/leeleo.css | 1132 ++++++++++++++ static/fonts/font_595659_ks3cn25ecqhq6w29.eot | Bin 0 -> 10568 bytes static/fonts/font_595659_ks3cn25ecqhq6w29.svg | 129 ++ static/fonts/font_595659_ks3cn25ecqhq6w29.ttf | Bin 0 -> 10400 bytes static/fonts/font_603611_ebbfwmiq121q0k9.eot | Bin 0 -> 5488 bytes static/fonts/font_603611_ebbfwmiq121q0k9.svg | 84 ++ static/fonts/font_603611_ebbfwmiq121q0k9.ttf | Bin 0 -> 5320 bytes static/fonts/font_739179_za2rgs3veo8.eot | Bin 0 -> 13696 bytes static/fonts/font_739179_za2rgs3veo8.svg | 114 ++ static/fonts/font_739179_za2rgs3veo8.ttf | Bin 0 -> 13528 bytes static/images/icon-ext.png | Bin 0 -> 5911 bytes static/images/icon.png | Bin 0 -> 11493 bytes static/images/list.png | Bin 0 -> 3578 bytes static/images/loading-0.gif | Bin 0 -> 5793 bytes static/images/loading-1.gif | Bin 0 -> 701 bytes static/images/loading-2.gif | Bin 0 -> 1787 bytes static/images/more.png | Bin 0 -> 2502 bytes static/images/next.png | Bin 0 -> 2529 bytes static/images/one.png | Bin 0 -> 3894 bytes static/images/playm.png | Bin 0 -> 2356 bytes static/images/prev.png | Bin 0 -> 2683 bytes static/images/random.png | Bin 0 -> 4250 bytes static/images/s-baidu.png | Bin 0 -> 10197 bytes static/images/s-kugou.png | Bin 0 -> 10182 bytes static/images/s-netease.png | Bin 0 -> 13047 bytes static/images/s-qq.png | Bin 0 -> 10963 bytes static/images/s-xiami.png | Bin 0 -> 9252 bytes static/images/stopm.png | Bin 0 -> 2218 bytes static/images/wavem.gif | Bin 0 -> 1627 bytes static/js/ajax.js | 394 +++++ static/js/background-blur.min.js | 1 + static/js/functions.js | 900 +++++++++++ .../js/jquery.mCustomScrollbar.concat.min.js | 5 + static/js/jquery.min.js | 6 + static/js/layer.js | 2 + static/js/lyric.js | 105 ++ static/js/musicList.js | 149 ++ static/js/player.js | 463 ++++++ static/picture/f-leeleo.jpg | Bin 0 -> 64771 bytes test.html | 168 +++ time.html | 51 + update.html | 173 +++ update.js | 16 + via.html | 7 + waves/waves.min.css | 7 + waves/waves.min.js | 2 + xiangce | 0 xiangce.html | 184 +++ zhuomian.html | 783 ++++++++++ 92 files changed, 11681 insertions(+) create mode 100644 AppStore.html create mode 100644 LocalNote.html create mode 100644 LocalPaint.html create mode 100644 api.php create mode 100644 contacts.html create mode 100644 duanshipin.html create mode 100644 fangkuai.html create mode 100644 favicon.png create mode 100644 files.html create mode 100644 index.html create mode 100644 mms.html create mode 100644 music.php create mode 100644 phone.html create mode 100644 plugns/Meting.php create mode 100644 plugns/killie/img/360.jpg create mode 100644 plugns/killie/img/chrome.jpg create mode 100644 plugns/killie/img/firefox.jpg create mode 100644 plugns/killie/img/opera.jpg create mode 100644 plugns/killie/img/safari.jpg create mode 100644 plugns/killie/img/top.jpg create mode 100644 plugns/killie/index.html create mode 100644 plugns/layer/layer.js create mode 100644 plugns/layer/mobile/layer.js create mode 100644 plugns/layer/mobile/need/layer.css create mode 100644 plugns/layer/skin/default/icon-ext.png create mode 100644 plugns/layer/skin/default/icon.png create mode 100644 plugns/layer/skin/default/layer.css create mode 100644 plugns/layer/skin/default/loading-0.gif create mode 100644 plugns/layer/skin/default/loading-1.gif create mode 100644 plugns/layer/skin/default/loading-2.gif create mode 100644 rili.html create mode 100644 settings-APIs.html create mode 100644 settings-aboutDevice.html create mode 100644 settings-apps.html create mode 100644 settings-battery.html create mode 100644 settings-devOptions.html create mode 100644 settings-display.html create mode 100644 settings.html create mode 100644 static/css/font_595659_ks3cn25ecqhq6w29.css create mode 100644 static/css/font_603611_ebbfwmiq121q0k9.css create mode 100644 static/css/font_739179_za2rgs3veo8.css create mode 100644 static/css/jquery.mcustomscrollbar.min.css create mode 100644 static/css/layer.css create mode 100644 static/css/leeleo.css create mode 100644 static/fonts/font_595659_ks3cn25ecqhq6w29.eot create mode 100644 static/fonts/font_595659_ks3cn25ecqhq6w29.svg create mode 100644 static/fonts/font_595659_ks3cn25ecqhq6w29.ttf create mode 100644 static/fonts/font_603611_ebbfwmiq121q0k9.eot create mode 100644 static/fonts/font_603611_ebbfwmiq121q0k9.svg create mode 100644 static/fonts/font_603611_ebbfwmiq121q0k9.ttf create mode 100644 static/fonts/font_739179_za2rgs3veo8.eot create mode 100644 static/fonts/font_739179_za2rgs3veo8.svg create mode 100644 static/fonts/font_739179_za2rgs3veo8.ttf create mode 100644 static/images/icon-ext.png create mode 100644 static/images/icon.png create mode 100644 static/images/list.png create mode 100644 static/images/loading-0.gif create mode 100644 static/images/loading-1.gif create mode 100644 static/images/loading-2.gif create mode 100644 static/images/more.png create mode 100644 static/images/next.png create mode 100644 static/images/one.png create mode 100644 static/images/playm.png create mode 100644 static/images/prev.png create mode 100644 static/images/random.png create mode 100644 static/images/s-baidu.png create mode 100644 static/images/s-kugou.png create mode 100644 static/images/s-netease.png create mode 100644 static/images/s-qq.png create mode 100644 static/images/s-xiami.png create mode 100644 static/images/stopm.png create mode 100644 static/images/wavem.gif create mode 100644 static/js/ajax.js create mode 100644 static/js/background-blur.min.js create mode 100644 static/js/functions.js create mode 100644 static/js/jquery.mCustomScrollbar.concat.min.js create mode 100644 static/js/jquery.min.js create mode 100644 static/js/layer.js create mode 100644 static/js/lyric.js create mode 100644 static/js/musicList.js create mode 100644 static/js/player.js create mode 100644 static/picture/f-leeleo.jpg create mode 100644 test.html create mode 100644 time.html create mode 100644 update.html create mode 100644 update.js create mode 100644 via.html create mode 100644 waves/waves.min.css create mode 100644 waves/waves.min.js create mode 100644 xiangce create mode 100644 xiangce.html create mode 100644 zhuomian.html diff --git a/AppStore.html b/AppStore.html new file mode 100644 index 0000000..8757db2 --- /dev/null +++ b/AppStore.html @@ -0,0 +1,125 @@ + + + +
+ + + + + +Api 调试模式已关闭
'; + } else { + echo '您已开启 Api 调试功能,正常使用时请在 api.php 中关闭该选项!
PHP 版本:'.phpversion().' (本程序要求 PHP 5.4+)
服务器函数检查
'; + echo 'curl_exec: '.checkfunc('curl_exec',true).' (用于获取音乐数据)
'; + echo 'file_get_contents: '.checkfunc('file_get_contents',true).' (用于获取音乐数据)
'; + echo 'json_decode: '.checkfunc('json_decode',true).' (用于后台数据格式化)
'; + echo 'hex2bin: '.checkfunc('hex2bin',true).' (用于数据解析)
'; + echo 'openssl_encrypt: '.checkfunc('openssl_encrypt',true).' (用于数据解析)
'; + } + + echo ''; +} + +/** + * 检测服务器函数支持情况 + * @param $f 函数名 + * @param $m 是否为必须函数 + * @return + */ +function checkfunc($f,$m = false) { + if (function_exists($f)) { + return '可用'; + } else { + if ($m == false) { + return '不支持'; + } else { + return '不支持'; + } + } +} + +/** + * 获取GET或POST过来的参数 + * @param $key 键值 + * @param $default 默认值 + * @return 获取到的内容(没有则为默认值) + */ +function getParam($key, $default='') +{ + return trim($key && is_string($key) ? (isset($_POST[$key]) ? $_POST[$key] : (isset($_GET[$key]) ? $_GET[$key] : $default)) : $default); +} + +/** + * 输出一个json或jsonp格式的内容 + * @param $data 数组内容 + */ +function echojson($data) //json和jsonp通用 +{ + header('Content-type: application/json'); + $callback = getParam('callback'); + + if(defined('HTTPS') && HTTPS === true && !defined('NO_HTTPS')) { // 替换链接为 https + $data = str_replace('http:\/\/', 'https:\/\/', $data); + $data = str_replace('http://', 'https://', $data); + } + + if($callback) //输出jsonp格式 + { + die(htmlspecialchars($callback).'('.$data.')'); + } else { + die($data); + } +} \ No newline at end of file diff --git a/contacts.html b/contacts.html new file mode 100644 index 0000000..03a11e0 --- /dev/null +++ b/contacts.html @@ -0,0 +1,50 @@ + + + +电话:123-456-7890
+邮箱:xiaoming@email.com
+电话:987-654-3210
+邮箱:wanghong@email.com
+
+
+
+
|