From f11b7c0afcc51ae53c65b80ab00f1569a6e36220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=81=92?= <2323333339@qq.com> Date: Fri, 19 Feb 2021 18:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/joe.owo.js | 85 +------------ assets/js/joe.owo.min.js | 1 + assets/json/joe.live.json | 62 +-------- assets/json/joe.owo.json | 260 +------------------------------------- index.php | 2 +- public/include.php | 8 +- video.php | 2 +- wallpaper.php | 1 - 8 files changed, 10 insertions(+), 411 deletions(-) create mode 100644 assets/js/joe.owo.min.js diff --git a/assets/js/joe.owo.js b/assets/js/joe.owo.js index 4af45e8..51e963a 100644 --- a/assets/js/joe.owo.js +++ b/assets/js/joe.owo.js @@ -1,84 +1 @@ -class JoeOwO { - constructor(options) { - const defaultOption = { - contain: '.joe_owo__contain', - target: '.joe_owo__target', - seat: 'OωO', - api: '/usr/themes/Joe/assets/json/joe.owo.json' - }; - this.options = Object.assign(defaultOption, options); - $.ajax({ - url: this.options.api, - type: 'get', - dataType: 'json', - success: res => this.initHtml(res) - }); - } - /* 初始化 */ - initHtml(res) { - let barStr = ''; - let scrollStr = ''; - for (let key in res) { - barStr += `
${key}
`; - scrollStr += ` - - `; - } - $(this.options.contain).html(` -
${this.options.seat}
-
- ${scrollStr} -
${barStr}
-
- `); - - this.initEvent(); - } - initEvent() { - /* 容器 */ - const contain = this.options.contain; - - /* 点击页面关闭 */ - $(document).on('click', function () { - const box = contain + ' .box'; - $(box).stop().slideUp('fast'); - }); - - /* 点击占位符,显示表情弹窗 */ - const seat = contain + ' .seat'; - $(seat).on('click', function (e) { - e.stopPropagation(); - $(this).siblings('.box').stop().slideToggle('fast'); - }); - - /* 点击tab栏,切换表情类型 */ - const barItem = contain + ' .box .bar .item'; - $(barItem).on('click', function (e) { - e.stopPropagation(); - $(this).addClass('active').siblings().removeClass('active'); - const scrollIndx = contain + ' .box .scroll[data-index="' + $(this).attr('data-index') + '"]'; - $(scrollIndx).show().siblings('.scroll').hide(); - }); - - /* 点击表情,向文本框插入内容 */ - const items = contain + ' .scroll .item'; - const textarea = $(this.options.target)[0]; - $(items).on('click', function () { - const text = $(this).attr('data-text'); - const cursorPos = textarea.selectionEnd; - const areaValue = textarea.value; - textarea.value = areaValue.slice(0, cursorPos) + text + areaValue.slice(cursorPos); - textarea.focus(); - }); - - /* 默认激活第一个 */ - $(barItem).first().click(); - } -} -if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') { - module.exports = JoeOwO; -} else { - window.JoeOwO = JoeOwO; -} +function _instanceof(t,n){return null!=n&&"undefined"!=typeof Symbol&&n[Symbol.hasInstance]?!!n[Symbol.hasInstance](t):t instanceof n}function _classCallCheck(t,n){if(!_instanceof(t,n))throw new TypeError("Cannot call a class as a function")}function _defineProperties(t,n){for(var e=0;e').concat(i,""),e+='\n \n ");$(this.options.contain).html('\n
'.concat(this.options.seat,'
\n
\n ').concat(e,'\n
').concat(n,"
\n
\n ")),this.initEvent()}},{key:"initEvent",value:function(){var t=this.options.contain;$(document).on("click",function(){var n=t+" .box";$(n).stop().slideUp("fast")});var n=t+" .seat";$(n).on("click",function(t){t.stopPropagation(),$(this).siblings(".box").stop().slideToggle("fast")});var e=t+" .box .bar .item";$(e).on("click",function(n){n.stopPropagation(),$(this).addClass("active").siblings().removeClass("active");var e=t+' .box .scroll[data-index="'+$(this).attr("data-index")+'"]';$(e).show().siblings(".scroll").hide()});var i=t+" .scroll .item",o=$(this.options.target)[0];$(i).on("click",function(){var t=$(this).attr("data-text"),n=o.selectionEnd,e=o.value;o.value=e.slice(0,n)+t+e.slice(n),o.focus()}),$(e).first().click()}}]),t}();"undefined"!=typeof module&&void 0!==module.exports?module.exports=JoeOwO:window.JoeOwO=JoeOwO; \ No newline at end of file diff --git a/assets/js/joe.owo.min.js b/assets/js/joe.owo.min.js new file mode 100644 index 0000000..51e963a --- /dev/null +++ b/assets/js/joe.owo.min.js @@ -0,0 +1 @@ +function _instanceof(t,n){return null!=n&&"undefined"!=typeof Symbol&&n[Symbol.hasInstance]?!!n[Symbol.hasInstance](t):t instanceof n}function _classCallCheck(t,n){if(!_instanceof(t,n))throw new TypeError("Cannot call a class as a function")}function _defineProperties(t,n){for(var e=0;e').concat(i,""),e+='\n \n ");$(this.options.contain).html('\n
'.concat(this.options.seat,'
\n
\n ').concat(e,'\n
').concat(n,"
\n
\n ")),this.initEvent()}},{key:"initEvent",value:function(){var t=this.options.contain;$(document).on("click",function(){var n=t+" .box";$(n).stop().slideUp("fast")});var n=t+" .seat";$(n).on("click",function(t){t.stopPropagation(),$(this).siblings(".box").stop().slideToggle("fast")});var e=t+" .box .bar .item";$(e).on("click",function(n){n.stopPropagation(),$(this).addClass("active").siblings().removeClass("active");var e=t+' .box .scroll[data-index="'+$(this).attr("data-index")+'"]';$(e).show().siblings(".scroll").hide()});var i=t+" .scroll .item",o=$(this.options.target)[0];$(i).on("click",function(){var t=$(this).attr("data-text"),n=o.selectionEnd,e=o.value;o.value=e.slice(0,n)+t+e.slice(n),o.focus()}),$(e).first().click()}}]),t}();"undefined"!=typeof module&&void 0!==module.exports?module.exports=JoeOwO:window.JoeOwO=JoeOwO; \ No newline at end of file diff --git a/assets/json/joe.live.json b/assets/json/joe.live.json index c39b6a9..ecc2a2d 100644 --- a/assets/json/joe.live.json +++ b/assets/json/joe.live.json @@ -1,61 +1 @@ -[ - { - "name": "娱乐天地", - "list": [ - { "name": "星秀", "gameId": 1663 }, - { "name": "户外", "gameId": 2165 }, - { "name": "二次元", "gameId": 2633 }, - { "name": "一起看", "gameId": 2135 }, - { "name": "美食", "gameId": 2752 }, - { "name": "颜值", "gameId": 2168 }, - { "name": "交友", "gameId": 4079 }, - { "name": "音乐", "gameId": 3793 }, - { "name": "体育", "gameId": 2356 } - ] - }, - { - "name": "网游竞技", - "list": [ - { "name": "英雄联盟", "gameId": 1 }, - { "name": "LOL云顶之弈", "gameId": 5485 }, - { "name": "穿越火线", "gameId": 4 }, - { "name": "DNF", "gameId": 2 }, - { "name": "魔兽世界", "gameId": 8 }, - { "name": "炉石传说", "gameId": 393 }, - { "name": "DOTA2", "gameId": 7 }, - { "name": "坦克世界", "gameId": 802 }, - { "name": "CS:GO", "gameId": 862 }, - { "name": "魔兽争霸3", "gameId": 4615 }, - { "name": "问道", "gameId": 107 }, - { "name": "使命召唤", "gameId": 100137 } - ] - }, - { - "name": "单机热游", - "list": [ - { "name": "绝地求生", "gameId": 2793 }, - { "name": "主机游戏", "gameId": 100032 }, - { "name": "我的世界", "gameId": 1732 }, - { "name": "方舟", "gameId": 1997 }, - { "name": "怪物猎人", "gameId": 3519 }, - { "name": "逃离塔科夫", "gameId": 3493 }, - { "name": "怀旧游戏", "gameId": 100125 }, - { "name": "骑马与砍杀", "gameId": 4783 }, - { "name": "拾遗记", "gameId": 4913 } - ] - }, - { - "name": "手游休闲", - "list": [ - { "name": "王者荣耀", "gameId": 2336 }, - { "name": "和平精英", "gameId": 3203 }, - { "name": "综合手游", "gameId": 100029 }, - { "name": "狼人杀", "gameId": 100049 }, - { "name": "QQ飞车", "gameId": 2928 }, - { "name": "CF手游", "gameId": 2413 }, - { "name": "跑跑手游", "gameId": 2620 }, - { "name": "皇室战争", "gameId": 2439 }, - { "name": "火影手游", "gameId": 2429 } - ] - } -] +[{"name":"娱乐天地","list":[{"name":"星秀","gameId":1663},{"name":"户外","gameId":2165},{"name":"二次元","gameId":2633},{"name":"一起看","gameId":2135},{"name":"美食","gameId":2752},{"name":"颜值","gameId":2168},{"name":"交友","gameId":4079},{"name":"音乐","gameId":3793},{"name":"体育","gameId":2356}]},{"name":"网游竞技","list":[{"name":"英雄联盟","gameId":1},{"name":"LOL云顶之弈","gameId":5485},{"name":"穿越火线","gameId":4},{"name":"DNF","gameId":2},{"name":"魔兽世界","gameId":8},{"name":"炉石传说","gameId":393},{"name":"DOTA2","gameId":7},{"name":"坦克世界","gameId":802},{"name":"CS:GO","gameId":862},{"name":"魔兽争霸3","gameId":4615},{"name":"问道","gameId":107},{"name":"使命召唤","gameId":100137}]},{"name":"单机热游","list":[{"name":"绝地求生","gameId":2793},{"name":"主机游戏","gameId":100032},{"name":"我的世界","gameId":1732},{"name":"方舟","gameId":1997},{"name":"怪物猎人","gameId":3519},{"name":"逃离塔科夫","gameId":3493},{"name":"怀旧游戏","gameId":100125},{"name":"骑马与砍杀","gameId":4783},{"name":"拾遗记","gameId":4913}]},{"name":"手游休闲","list":[{"name":"王者荣耀","gameId":2336},{"name":"和平精英","gameId":3203},{"name":"综合手游","gameId":100029},{"name":"狼人杀","gameId":100049},{"name":"QQ飞车","gameId":2928},{"name":"CF手游","gameId":2413},{"name":"跑跑手游","gameId":2620},{"name":"皇室战争","gameId":2439},{"name":"火影手游","gameId":2429}]}] \ No newline at end of file diff --git a/assets/json/joe.owo.json b/assets/json/joe.owo.json index a941e6b..186d123 100644 --- a/assets/json/joe.owo.json +++ b/assets/json/joe.owo.json @@ -1,259 +1 @@ -{ - "泡泡": { - "type": "image", - "index": "0", - "container": [ - { "icon": "\"表情\"", "data": "::(呵呵)", "text": "呵呵" }, - { "icon": "\"表情\"", "data": "::(哈哈)", "text": "哈哈" }, - { "icon": "\"表情\"", "data": "::(吐舌)", "text": "吐舌" }, - { "icon": "\"表情\"", "data": "::(太开心)", "text": "太开心" }, - { "icon": "\"表情\"", "data": "::(笑眼)", "text": "笑眼" }, - { "icon": "\"表情\"", "data": "::(花心)", "text": "花心" }, - { "icon": "\"表情\"", "data": "::(小乖)", "text": "小乖" }, - { "icon": "\"表情\"", "data": "::(乖)", "text": "乖" }, - { "icon": "\"表情\"", "data": "::(捂嘴笑)", "text": "捂嘴笑" }, - { "icon": "\"表情\"", "data": "::(滑稽)", "text": "滑稽" }, - { "icon": "\"表情\"", "data": "::(你懂的)", "text": "你懂的" }, - { "icon": "\"表情\"", "data": "::(不高兴)", "text": "不高兴" }, - { "icon": "\"表情\"", "data": "::(怒)", "text": "怒" }, - { "icon": "\"表情\"", "data": "::(汗)", "text": "汗" }, - { "icon": "\"表情\"", "data": "::(黑线)", "text": "黑线" }, - { "icon": "\"表情\"", "data": "::(泪)", "text": "泪" }, - { "icon": "\"表情\"", "data": "::(真棒)", "text": "真棒" }, - { "icon": "\"表情\"", "data": "::(喷)", "text": "喷" }, - { "icon": "\"表情\"", "data": "::(惊哭)", "text": "惊哭" }, - { "icon": "\"表情\"", "data": "::(阴险)", "text": "阴险" }, - { "icon": "\"表情\"", "data": "::(鄙视)", "text": "鄙视" }, - { "icon": "\"表情\"", "data": "::(酷)", "text": "酷" }, - { "icon": "\"表情\"", "data": "::(啊)", "text": "啊" }, - { "icon": "\"表情\"", "data": "::(狂汗)", "text": "狂汗" }, - { "icon": "\"表情\"", "data": "::(what)", "text": "what" }, - { "icon": "\"表情\"", "data": "::(疑问)", "text": "疑问" }, - { "icon": "\"表情\"", "data": "::(酸爽)", "text": "酸爽" }, - { "icon": "\"表情\"", "data": "::(呀咩爹)", "text": "呀咩爹" }, - { "icon": "\"表情\"", "data": "::(委屈)", "text": "委屈" }, - { "icon": "\"表情\"", "data": "::(惊讶)", "text": "惊讶" }, - { "icon": "\"表情\"", "data": "::(睡觉)", "text": "睡觉" }, - { "icon": "\"表情\"", "data": "::(笑尿)", "text": "笑尿" }, - { "icon": "\"表情\"", "data": "::(挖鼻)", "text": "挖鼻" }, - { "icon": "\"表情\"", "data": "::(吐)", "text": "吐" }, - { "icon": "\"表情\"", "data": "::(犀利)", "text": "犀利" }, - { "icon": "\"表情\"", "data": "::(小红脸)", "text": "小红脸" }, - { "icon": "\"表情\"", "data": "::(懒得理)", "text": "懒得理" }, - { "icon": "\"表情\"", "data": "::(勉强)", "text": "勉强" }, - { "icon": "\"表情\"", "data": "::(爱心)", "text": "爱心" }, - { "icon": "\"表情\"", "data": "::(心碎)", "text": "心碎" }, - { "icon": "\"表情\"", "data": "::(玫瑰)", "text": "玫瑰" }, - { "icon": "\"表情\"", "data": "::(礼物)", "text": "礼物" }, - { "icon": "\"表情\"", "data": "::(彩虹)", "text": "彩虹" }, - { "icon": "\"表情\"", "data": "::(太阳)", "text": "太阳" }, - { "icon": "\"表情\"", "data": "::(星星月亮)", "text": "星星月亮" }, - { "icon": "\"表情\"", "data": "::(钱币)", "text": "钱币" }, - { "icon": "\"表情\"", "data": "::(茶杯)", "text": "茶杯" }, - { "icon": "\"表情\"", "data": "::(蛋糕)", "text": "蛋糕" }, - { "icon": "\"表情\"", "data": "::(大拇指)", "text": "大拇指" }, - { "icon": "\"表情\"", "data": "::(胜利)", "text": "胜利" }, - { "icon": "\"表情\"", "data": "::(haha)", "text": "haha" }, - { "icon": "\"表情\"", "data": "::(OK)", "text": "OK" }, - { "icon": "\"表情\"", "data": "::(沙发)", "text": "沙发" }, - { "icon": "\"表情\"", "data": "::(手纸)", "text": "手纸" }, - { "icon": "\"表情\"", "data": "::(香蕉)", "text": "香蕉" }, - { "icon": "\"表情\"", "data": "::(便便)", "text": "便便" }, - { "icon": "\"表情\"", "data": "::(药丸)", "text": "药丸" }, - { "icon": "\"表情\"", "data": "::(红领巾)", "text": "红领巾" }, - { "icon": "\"表情\"", "data": "::(蜡烛)", "text": "蜡烛" }, - { "icon": "\"表情\"", "data": "::(音乐)", "text": "音乐" }, - { "icon": "\"表情\"", "data": "::(灯泡)", "text": "灯泡" }, - { "icon": "\"表情\"", "data": "::(开心)", "text": "开心" }, - { "icon": "\"表情\"", "data": "::(钱)", "text": "钱" }, - { "icon": "\"表情\"", "data": "::(咦)", "text": "咦" }, - { "icon": "\"表情\"", "data": "::(呼)", "text": "呼" }, - { "icon": "\"表情\"", "data": "::(冷)", "text": "冷" }, - { "icon": "\"表情\"", "data": "::(生气)", "text": "生气" }, - { "icon": "\"表情\"", "data": "::(弱)", "text": "弱" }, - { "icon": "\"表情\"", "data": "::(狗头)", "text": "狗头" } - ] - }, - "阿鲁": { - "type": "image", - "index": "1", - "container": [ - { "icon": "\"表情\"", "data": ":@(高兴)", "text": "高兴" }, - { "icon": "\"表情\"", "data": ":@(小怒)", "text": "小怒" }, - { "icon": "\"表情\"", "data": ":@(脸红)", "text": "脸红" }, - { "icon": "\"表情\"", "data": ":@(内伤)", "text": "内伤" }, - { "icon": "\"表情\"", "data": ":@(装大款)", "text": "装大款" }, - { "icon": "\"表情\"", "data": ":@(赞一个)", "text": "赞一个" }, - { "icon": "\"表情\"", "data": ":@(害羞)", "text": "害羞" }, - { "icon": "\"表情\"", "data": ":@(汗)", "text": "汗" }, - { "icon": "\"表情\"", "data": ":@(吐血倒地)", "text": "吐血倒地" }, - { "icon": "\"表情\"", "data": ":@(深思)", "text": "深思" }, - { "icon": "\"表情\"", "data": ":@(不高兴)", "text": "不高兴" }, - { "icon": "\"表情\"", "data": ":@(无语)", "text": "无语" }, - { "icon": "\"表情\"", "data": ":@(亲亲)", "text": "亲亲" }, - { "icon": "\"表情\"", "data": ":@(口水)", "text": "口水" }, - { "icon": "\"表情\"", "data": ":@(尴尬)", "text": "尴尬" }, - { "icon": "\"表情\"", "data": ":@(中指)", "text": "中指" }, - { "icon": "\"表情\"", "data": ":@(想一想)", "text": "想一想" }, - { "icon": "\"表情\"", "data": ":@(哭泣)", "text": "哭泣" }, - { "icon": "\"表情\"", "data": ":@(便便)", "text": "便便" }, - { "icon": "\"表情\"", "data": ":@(献花)", "text": "献花" }, - { "icon": "\"表情\"", "data": ":@(皱眉)", "text": "皱眉" }, - { "icon": "\"表情\"", "data": ":@(傻笑)", "text": "傻笑" }, - { "icon": "\"表情\"", "data": ":@(狂汗)", "text": "狂汗" }, - { "icon": "\"表情\"", "data": ":@(吐)", "text": "吐" }, - { "icon": "\"表情\"", "data": ":@(喷水)", "text": "喷水" }, - { "icon": "\"表情\"", "data": ":@(看不见)", "text": "看不见" }, - { "icon": "\"表情\"", "data": ":@(鼓掌)", "text": "鼓掌" }, - { "icon": "\"表情\"", "data": ":@(阴暗)", "text": "阴暗" }, - { "icon": "\"表情\"", "data": ":@(长草)", "text": "长草" }, - { "icon": "\"表情\"", "data": ":@(献黄瓜)", "text": "献黄瓜" }, - { "icon": "\"表情\"", "data": ":@(邪恶)", "text": "邪恶" }, - { "icon": "\"表情\"", "data": ":@(期待)", "text": "期待" }, - { "icon": "\"表情\"", "data": ":@(得意)", "text": "得意" }, - { "icon": "\"表情\"", "data": ":@(吐舌)", "text": "吐舌" }, - { "icon": "\"表情\"", "data": ":@(喷血)", "text": "喷血" }, - { "icon": "\"表情\"", "data": ":@(无所谓)", "text": "无所谓" }, - { "icon": "\"表情\"", "data": ":@(观察)", "text": "观察" }, - { "icon": "\"表情\"", "data": ":@(暗地观察)", "text": "暗地观察" }, - { "icon": "\"表情\"", "data": ":@(肿包)", "text": "肿包" }, - { "icon": "\"表情\"", "data": ":@(中枪)", "text": "中枪" }, - { "icon": "\"表情\"", "data": ":@(大囧)", "text": "大囧" }, - { "icon": "\"表情\"", "data": ":@(呲牙)", "text": "呲牙" }, - { "icon": "\"表情\"", "data": ":@(抠鼻)", "text": "抠鼻" }, - { "icon": "\"表情\"", "data": ":@(不说话)", "text": "不说话" }, - { "icon": "\"表情\"", "data": ":@(咽气)", "text": "咽气" }, - { "icon": "\"表情\"", "data": ":@(欢呼)", "text": "欢呼" }, - { "icon": "\"表情\"", "data": ":@(锁眉)", "text": "锁眉" }, - { "icon": "\"表情\"", "data": ":@(蜡烛)", "text": "蜡烛" }, - { "icon": "\"表情\"", "data": ":@(坐等)", "text": "坐等" }, - { "icon": "\"表情\"", "data": ":@(击掌)", "text": "击掌" }, - { "icon": "\"表情\"", "data": ":@(惊喜)", "text": "惊喜" }, - { "icon": "\"表情\"", "data": ":@(喜极而泣)", "text": "喜极而泣" }, - { "icon": "\"表情\"", "data": ":@(抽烟)", "text": "抽烟" }, - { "icon": "\"表情\"", "data": ":@(不出所料)", "text": "不出所料" }, - { "icon": "\"表情\"", "data": ":@(愤怒)", "text": "愤怒" }, - { "icon": "\"表情\"", "data": ":@(无奈)", "text": "无奈" }, - { "icon": "\"表情\"", "data": ":@(黑线)", "text": "黑线" }, - { "icon": "\"表情\"", "data": ":@(投降)", "text": "投降" }, - { "icon": "\"表情\"", "data": ":@(看热闹)", "text": "看热闹" }, - { "icon": "\"表情\"", "data": ":@(扇耳光)", "text": "扇耳光" }, - { "icon": "\"表情\"", "data": ":@(小眼睛)", "text": "小眼睛" }, - { "icon": "\"表情\"", "data": ":@(中刀)", "text": "中刀" } - ] - }, - "颜文字": { - "type": "emoticon", - "index": "2", - "container": [ - { - "icon": "|´・ω・)ノ", - "data": "|´・ω・)ノ" - }, - { - "icon": "ヾ(≧∇≦*)ゝ", - "data": "ヾ(≧∇≦*)ゝ" - }, - { - "icon": "(☆ω☆)", - "data": "(☆ω☆)" - }, - { - "icon": "(╯‵□′)╯︵┴─┴", - "data": "(╯‵□′)╯︵┴─┴" - }, - { - "icon": " ̄﹃ ̄", - "data": " ̄﹃ ̄" - }, - { - "icon": "(/ω\)", - "data": "(/ω\)" - }, - { - "icon": "∠( ᐛ 」∠)_", - "data": "∠( ᐛ 」∠)_" - }, - { - "icon": "(๑•̀ㅁ•́ฅ)", - "data": "(๑•̀ㅁ•́ฅ)" - }, - { - "icon": "→_→", - "data": "→_→" - }, - { - "icon": "୧(๑•̀⌄•́๑)૭", - "data": "୧(๑•̀⌄•́๑)૭" - }, - { - "icon": "٩(ˊᗜˋ*)و", - "data": "٩(ˊᗜˋ*)و" - }, - { - "icon": "(ノ°ο°)ノ", - "data": "(ノ°ο°)ノ" - }, - { - "icon": "(´இ皿இ`)", - "data": "(´இ皿இ`)" - }, - { - "icon": "⌇●﹏●⌇", - "data": "⌇●﹏●⌇" - }, - { - "icon": "(ฅ´ω`ฅ)", - "data": "(ฅ´ω`ฅ)" - }, - { - "icon": "(╯°A°)╯︵○○○", - "data": "(╯°A°)╯︵○○○" - }, - { - "icon": "φ( ̄∇ ̄o)", - "data": "φ( ̄∇ ̄o)" - }, - { - "icon": "ヾ(´・ ・`。)ノ\"", - "data": "ヾ(´・ ・`。)ノ\"" - }, - { - "icon": "( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃", - "data": "( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃" - }, - { - "icon": "(ó﹏ò。)", - "data": "(ó﹏ò。)" - }, - { - "icon": "Σ(っ °Д °;)っ", - "data": "Σ(っ °Д °;)っ" - }, - { - "icon": "( ,,´・ω・)ノ\"(´っω・`。)", - "data": "( ,,´・ω・)ノ\"(´っω・`。)" - }, - { - "icon": "╮(╯▽╰)╭ ", - "data": "╮(╯▽╰)╭ " - }, - { - "icon": "o(*////▽////*)q ", - "data": "o(*////▽////*)q " - }, - { - "icon": ">﹏<", - "data": ">﹏<" - }, - { - "icon": "( ๑´•ω•) \"(ㆆᴗㆆ)", - "data": "( ๑´•ω•) \"(ㆆᴗㆆ)" - }, - { - "icon": "(。•ˇ‸ˇ•。)", - "data": "(。•ˇ‸ˇ•。)" - } - ] - } -} +{"泡泡":{"type":"image","index":"0","container":[{"icon":"\"表情\"","data":"::(呵呵)","text":"呵呵"},{"icon":"\"表情\"","data":"::(哈哈)","text":"哈哈"},{"icon":"\"表情\"","data":"::(吐舌)","text":"吐舌"},{"icon":"\"表情\"","data":"::(太开心)","text":"太开心"},{"icon":"\"表情\"","data":"::(笑眼)","text":"笑眼"},{"icon":"\"表情\"","data":"::(花心)","text":"花心"},{"icon":"\"表情\"","data":"::(小乖)","text":"小乖"},{"icon":"\"表情\"","data":"::(乖)","text":"乖"},{"icon":"\"表情\"","data":"::(捂嘴笑)","text":"捂嘴笑"},{"icon":"\"表情\"","data":"::(滑稽)","text":"滑稽"},{"icon":"\"表情\"","data":"::(你懂的)","text":"你懂的"},{"icon":"\"表情\"","data":"::(不高兴)","text":"不高兴"},{"icon":"\"表情\"","data":"::(怒)","text":"怒"},{"icon":"\"表情\"","data":"::(汗)","text":"汗"},{"icon":"\"表情\"","data":"::(黑线)","text":"黑线"},{"icon":"\"表情\"","data":"::(泪)","text":"泪"},{"icon":"\"表情\"","data":"::(真棒)","text":"真棒"},{"icon":"\"表情\"","data":"::(喷)","text":"喷"},{"icon":"\"表情\"","data":"::(惊哭)","text":"惊哭"},{"icon":"\"表情\"","data":"::(阴险)","text":"阴险"},{"icon":"\"表情\"","data":"::(鄙视)","text":"鄙视"},{"icon":"\"表情\"","data":"::(酷)","text":"酷"},{"icon":"\"表情\"","data":"::(啊)","text":"啊"},{"icon":"\"表情\"","data":"::(狂汗)","text":"狂汗"},{"icon":"\"表情\"","data":"::(what)","text":"what"},{"icon":"\"表情\"","data":"::(疑问)","text":"疑问"},{"icon":"\"表情\"","data":"::(酸爽)","text":"酸爽"},{"icon":"\"表情\"","data":"::(呀咩爹)","text":"呀咩爹"},{"icon":"\"表情\"","data":"::(委屈)","text":"委屈"},{"icon":"\"表情\"","data":"::(惊讶)","text":"惊讶"},{"icon":"\"表情\"","data":"::(睡觉)","text":"睡觉"},{"icon":"\"表情\"","data":"::(笑尿)","text":"笑尿"},{"icon":"\"表情\"","data":"::(挖鼻)","text":"挖鼻"},{"icon":"\"表情\"","data":"::(吐)","text":"吐"},{"icon":"\"表情\"","data":"::(犀利)","text":"犀利"},{"icon":"\"表情\"","data":"::(小红脸)","text":"小红脸"},{"icon":"\"表情\"","data":"::(懒得理)","text":"懒得理"},{"icon":"\"表情\"","data":"::(勉强)","text":"勉强"},{"icon":"\"表情\"","data":"::(爱心)","text":"爱心"},{"icon":"\"表情\"","data":"::(心碎)","text":"心碎"},{"icon":"\"表情\"","data":"::(玫瑰)","text":"玫瑰"},{"icon":"\"表情\"","data":"::(礼物)","text":"礼物"},{"icon":"\"表情\"","data":"::(彩虹)","text":"彩虹"},{"icon":"\"表情\"","data":"::(太阳)","text":"太阳"},{"icon":"\"表情\"","data":"::(星星月亮)","text":"星星月亮"},{"icon":"\"表情\"","data":"::(钱币)","text":"钱币"},{"icon":"\"表情\"","data":"::(茶杯)","text":"茶杯"},{"icon":"\"表情\"","data":"::(蛋糕)","text":"蛋糕"},{"icon":"\"表情\"","data":"::(大拇指)","text":"大拇指"},{"icon":"\"表情\"","data":"::(胜利)","text":"胜利"},{"icon":"\"表情\"","data":"::(haha)","text":"haha"},{"icon":"\"表情\"","data":"::(OK)","text":"OK"},{"icon":"\"表情\"","data":"::(沙发)","text":"沙发"},{"icon":"\"表情\"","data":"::(手纸)","text":"手纸"},{"icon":"\"表情\"","data":"::(香蕉)","text":"香蕉"},{"icon":"\"表情\"","data":"::(便便)","text":"便便"},{"icon":"\"表情\"","data":"::(药丸)","text":"药丸"},{"icon":"\"表情\"","data":"::(红领巾)","text":"红领巾"},{"icon":"\"表情\"","data":"::(蜡烛)","text":"蜡烛"},{"icon":"\"表情\"","data":"::(音乐)","text":"音乐"},{"icon":"\"表情\"","data":"::(灯泡)","text":"灯泡"},{"icon":"\"表情\"","data":"::(开心)","text":"开心"},{"icon":"\"表情\"","data":"::(钱)","text":"钱"},{"icon":"\"表情\"","data":"::(咦)","text":"咦"},{"icon":"\"表情\"","data":"::(呼)","text":"呼"},{"icon":"\"表情\"","data":"::(冷)","text":"冷"},{"icon":"\"表情\"","data":"::(生气)","text":"生气"},{"icon":"\"表情\"","data":"::(弱)","text":"弱"},{"icon":"\"表情\"","data":"::(狗头)","text":"狗头"}]},"阿鲁":{"type":"image","index":"1","container":[{"icon":"\"表情\"","data":":@(高兴)","text":"高兴"},{"icon":"\"表情\"","data":":@(小怒)","text":"小怒"},{"icon":"\"表情\"","data":":@(脸红)","text":"脸红"},{"icon":"\"表情\"","data":":@(内伤)","text":"内伤"},{"icon":"\"表情\"","data":":@(装大款)","text":"装大款"},{"icon":"\"表情\"","data":":@(赞一个)","text":"赞一个"},{"icon":"\"表情\"","data":":@(害羞)","text":"害羞"},{"icon":"\"表情\"","data":":@(汗)","text":"汗"},{"icon":"\"表情\"","data":":@(吐血倒地)","text":"吐血倒地"},{"icon":"\"表情\"","data":":@(深思)","text":"深思"},{"icon":"\"表情\"","data":":@(不高兴)","text":"不高兴"},{"icon":"\"表情\"","data":":@(无语)","text":"无语"},{"icon":"\"表情\"","data":":@(亲亲)","text":"亲亲"},{"icon":"\"表情\"","data":":@(口水)","text":"口水"},{"icon":"\"表情\"","data":":@(尴尬)","text":"尴尬"},{"icon":"\"表情\"","data":":@(中指)","text":"中指"},{"icon":"\"表情\"","data":":@(想一想)","text":"想一想"},{"icon":"\"表情\"","data":":@(哭泣)","text":"哭泣"},{"icon":"\"表情\"","data":":@(便便)","text":"便便"},{"icon":"\"表情\"","data":":@(献花)","text":"献花"},{"icon":"\"表情\"","data":":@(皱眉)","text":"皱眉"},{"icon":"\"表情\"","data":":@(傻笑)","text":"傻笑"},{"icon":"\"表情\"","data":":@(狂汗)","text":"狂汗"},{"icon":"\"表情\"","data":":@(吐)","text":"吐"},{"icon":"\"表情\"","data":":@(喷水)","text":"喷水"},{"icon":"\"表情\"","data":":@(看不见)","text":"看不见"},{"icon":"\"表情\"","data":":@(鼓掌)","text":"鼓掌"},{"icon":"\"表情\"","data":":@(阴暗)","text":"阴暗"},{"icon":"\"表情\"","data":":@(长草)","text":"长草"},{"icon":"\"表情\"","data":":@(献黄瓜)","text":"献黄瓜"},{"icon":"\"表情\"","data":":@(邪恶)","text":"邪恶"},{"icon":"\"表情\"","data":":@(期待)","text":"期待"},{"icon":"\"表情\"","data":":@(得意)","text":"得意"},{"icon":"\"表情\"","data":":@(吐舌)","text":"吐舌"},{"icon":"\"表情\"","data":":@(喷血)","text":"喷血"},{"icon":"\"表情\"","data":":@(无所谓)","text":"无所谓"},{"icon":"\"表情\"","data":":@(观察)","text":"观察"},{"icon":"\"表情\"","data":":@(暗地观察)","text":"暗地观察"},{"icon":"\"表情\"","data":":@(肿包)","text":"肿包"},{"icon":"\"表情\"","data":":@(中枪)","text":"中枪"},{"icon":"\"表情\"","data":":@(大囧)","text":"大囧"},{"icon":"\"表情\"","data":":@(呲牙)","text":"呲牙"},{"icon":"\"表情\"","data":":@(抠鼻)","text":"抠鼻"},{"icon":"\"表情\"","data":":@(不说话)","text":"不说话"},{"icon":"\"表情\"","data":":@(咽气)","text":"咽气"},{"icon":"\"表情\"","data":":@(欢呼)","text":"欢呼"},{"icon":"\"表情\"","data":":@(锁眉)","text":"锁眉"},{"icon":"\"表情\"","data":":@(蜡烛)","text":"蜡烛"},{"icon":"\"表情\"","data":":@(坐等)","text":"坐等"},{"icon":"\"表情\"","data":":@(击掌)","text":"击掌"},{"icon":"\"表情\"","data":":@(惊喜)","text":"惊喜"},{"icon":"\"表情\"","data":":@(喜极而泣)","text":"喜极而泣"},{"icon":"\"表情\"","data":":@(抽烟)","text":"抽烟"},{"icon":"\"表情\"","data":":@(不出所料)","text":"不出所料"},{"icon":"\"表情\"","data":":@(愤怒)","text":"愤怒"},{"icon":"\"表情\"","data":":@(无奈)","text":"无奈"},{"icon":"\"表情\"","data":":@(黑线)","text":"黑线"},{"icon":"\"表情\"","data":":@(投降)","text":"投降"},{"icon":"\"表情\"","data":":@(看热闹)","text":"看热闹"},{"icon":"\"表情\"","data":":@(扇耳光)","text":"扇耳光"},{"icon":"\"表情\"","data":":@(小眼睛)","text":"小眼睛"},{"icon":"\"表情\"","data":":@(中刀)","text":"中刀"}]},"颜文字":{"type":"emoticon","index":"2","container":[{"icon":"|´・ω・)ノ","data":"|´・ω・)ノ"},{"icon":"ヾ(≧∇≦*)ゝ","data":"ヾ(≧∇≦*)ゝ"},{"icon":"(☆ω☆)","data":"(☆ω☆)"},{"icon":"(╯‵□′)╯︵┴─┴","data":"(╯‵□′)╯︵┴─┴"},{"icon":" ̄﹃ ̄","data":" ̄﹃ ̄"},{"icon":"(/ω\)","data":"(/ω\)"},{"icon":"∠( ᐛ 」∠)_","data":"∠( ᐛ 」∠)_"},{"icon":"(๑•̀ㅁ•́ฅ)","data":"(๑•̀ㅁ•́ฅ)"},{"icon":"→_→","data":"→_→"},{"icon":"୧(๑•̀⌄•́๑)૭","data":"୧(๑•̀⌄•́๑)૭"},{"icon":"٩(ˊᗜˋ*)و","data":"٩(ˊᗜˋ*)و"},{"icon":"(ノ°ο°)ノ","data":"(ノ°ο°)ノ"},{"icon":"(´இ皿இ`)","data":"(´இ皿இ`)"},{"icon":"⌇●﹏●⌇","data":"⌇●﹏●⌇"},{"icon":"(ฅ´ω`ฅ)","data":"(ฅ´ω`ฅ)"},{"icon":"(╯°A°)╯︵○○○","data":"(╯°A°)╯︵○○○"},{"icon":"φ( ̄∇ ̄o)","data":"φ( ̄∇ ̄o)"},{"icon":"ヾ(´・ ・`。)ノ\"","data":"ヾ(´・ ・`。)ノ\""},{"icon":"( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃","data":"( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃"},{"icon":"(ó﹏ò。)","data":"(ó﹏ò。)"},{"icon":"Σ(っ °Д °;)っ","data":"Σ(っ °Д °;)っ"},{"icon":"( ,,´・ω・)ノ\"(´っω・`。)","data":"( ,,´・ω・)ノ\"(´っω・`。)"},{"icon":"╮(╯▽╰)╭ ","data":"╮(╯▽╰)╭ "},{"icon":"o(*////▽////*)q ","data":"o(*////▽////*)q "},{"icon":">﹏<","data":">﹏<"},{"icon":"( ๑´•ω•) \"(ㆆᴗㆆ)","data":"( ๑´•ω•) \"(ㆆᴗㆆ)"},{"icon":"(。•ˇ‸ˇ•。)","data":"(。•ˇ‸ˇ•。)"}]}} \ No newline at end of file diff --git a/index.php b/index.php index 990ba92..b70d09e 100644 --- a/index.php +++ b/index.php @@ -32,7 +32,7 @@ need('public/include.php'); ?> - + diff --git a/public/include.php b/public/include.php index 9511a50..5736dd8 100644 --- a/public/include.php +++ b/public/include.php @@ -52,8 +52,8 @@ - - + + @@ -66,8 +66,8 @@ - - + + options->JCursorEffects && $this->options->JCursorEffects !== 'off') : ?> diff --git a/video.php b/video.php index bf35869..e494350 100644 --- a/video.php +++ b/video.php @@ -15,7 +15,7 @@ need('public/include.php'); ?> - + diff --git a/wallpaper.php b/wallpaper.php index 3cab653..2be3c4f 100644 --- a/wallpaper.php +++ b/wallpaper.php @@ -14,7 +14,6 @@ need('public/include.php'); ?> -