├── .github └── ISSUE_TEMPLATE │ └── Bug-Report.md ├── 404.php ├── LICENSE ├── README.md ├── comments.php ├── footer.php ├── functions.php ├── header.php ├── inc ├── OwO.json ├── avatars.php ├── buttons │ ├── images │ │ ├── accordion.png │ │ ├── bdbtn.png │ │ ├── bilibili.png │ │ ├── danger.png │ │ ├── dangerbox.png │ │ ├── heimu.png │ │ ├── hide.png │ │ ├── highlight.png │ │ ├── info.png │ │ ├── infobox.png │ │ ├── kbd.png │ │ ├── mark.png │ │ ├── music.png │ │ ├── striped.png │ │ ├── success.png │ │ ├── successbox.png │ │ ├── title.png │ │ ├── tudou.png │ │ ├── vqq.png │ │ ├── warning.png │ │ ├── warningbox.png │ │ ├── youku.png │ │ ├── youtube.png │ │ └── ypbtn.png │ └── more.js ├── content-templates │ ├── content-status.php │ └── content.php ├── core.php ├── imgcfg.php ├── logincfg.php ├── model │ ├── 22 │ │ ├── 22.v2.idle-01.mtn │ │ ├── 22.v2.idle-02.mtn │ │ ├── 22.v2.idle-03.mtn │ │ ├── 22.v2.moc │ │ ├── 22.v2.thanking.mtn │ │ ├── 22.v2.touch.mtn │ │ ├── closet.2016.xmas │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.cba-normal │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.cba-super │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.newyear │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.school │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.summer.normal │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.summer.super │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.tomo-bukatsu.high │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.tomo-bukatsu.low │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.valley │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.vdays │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.bls-summer │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.bls-winter │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.lover │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.playwater │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.spring │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2019.bls │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2019.deluxe │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2019.summer │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2020.newyear │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.default.v2 │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ └── texture_00.png │ ├── 33 │ │ ├── 33.v2.idle-01.mtn │ │ ├── 33.v2.idle-02.mtn │ │ ├── 33.v2.idle-03.mtn │ │ ├── 33.v2.moc │ │ ├── 33.v2.thanking.mtn │ │ ├── 33.v2.touch.mtn │ │ ├── closet.2016.xmas │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.cba-normal │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.cba-super │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.newyear │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.school │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.summer.normal │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.summer.super │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.tomo-bukatsu.high │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.tomo-bukatsu.low │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.valley │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.vdays │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.bls-summer │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.bls-winter │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.lover │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.playwater │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2018.spring │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2019.bls │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2019.deluxe │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2019.summer │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2020.newyear │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.default.v2 │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ └── texture_00.png │ └── api.php ├── post.php ├── share.php ├── shortcode.php ├── single-templates │ ├── single-status.php │ └── single.php ├── smtp.php ├── theme-options │ ├── css │ │ ├── media.css │ │ └── optionsframework.css │ ├── images │ │ ├── col-left.png │ │ ├── col-right.png │ │ ├── col.png │ │ ├── ico-delete.png │ │ ├── new-layout.png │ │ └── old-layout.png │ ├── includes │ │ ├── class-options-framework-admin.php │ │ ├── class-options-framework.php │ │ ├── class-options-interface.php │ │ ├── class-options-media-uploader.php │ │ └── class-options-sanitization.php │ ├── js │ │ ├── media-uploader.js │ │ ├── media.js │ │ └── options-custom.js │ └── options-framework.php ├── ua.php └── widgets.php ├── index.php ├── languages ├── en_US.mo ├── en_US.po ├── language.pot ├── ru_RU.mo ├── ru_RU.po ├── zh_TW.mo └── zh_TW.po ├── options.php ├── page.php ├── pages ├── page-archives.php ├── page-link.php ├── page-links.php └── page-notitle.php ├── screenshot.png ├── single.php ├── static ├── css │ ├── customlogin.min.css │ ├── font-awesome.min.css │ └── kratos.min.css ├── fonts │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── images │ ├── about.jpg │ ├── alipay.png │ ├── alipayqr.png │ ├── arrow.png │ ├── avatar.png │ ├── background.jpg │ ├── comment.png │ ├── cursor.cur │ ├── default-logo.png │ ├── favicon.ico │ ├── fingerprint.png │ ├── icon-ext.png │ ├── icon-police.png │ ├── icon.png │ ├── index_image.png │ ├── locked.gif │ ├── move.cur │ ├── photo.jpg │ ├── pointer.cur │ ├── smilies │ │ ├── a.png │ │ ├── aixin.png │ │ ├── bad.png │ │ ├── bishi.png │ │ ├── bugaoxing.png │ │ ├── bulb.png │ │ ├── caihong.png │ │ ├── cake.png │ │ ├── cup.png │ │ ├── good.png │ │ ├── guai.png │ │ ├── haha.png │ │ ├── haha2.png │ │ ├── hahaha.png │ │ ├── han.png │ │ ├── hehe.png │ │ ├── heixian.png │ │ ├── hu.png │ │ ├── huaji.png │ │ ├── huaji10.png │ │ ├── huaji11.png │ │ ├── huaji12.png │ │ ├── huaji13.png │ │ ├── huaji14.png │ │ ├── huaji15.png │ │ ├── huaji16.gif │ │ ├── huaji16.png │ │ ├── huaji17.png │ │ ├── huaji18.png │ │ ├── huaji19.png │ │ ├── huaji2.png │ │ ├── huaji20.gif │ │ ├── huaji20.png │ │ ├── huaji21.gif │ │ ├── huaji21.png │ │ ├── huaji22.png │ │ ├── huaji23.png │ │ ├── huaji3.gif │ │ ├── huaji3.png │ │ ├── huaji4.png │ │ ├── huaji5.gif │ │ ├── huaji5.png │ │ ├── huaji6.png │ │ ├── huaji7.png │ │ ├── huaji8.png │ │ ├── huaji9.png │ │ ├── huaxin.png │ │ ├── jingku.png │ │ ├── jingya.png │ │ ├── kaixin.png │ │ ├── ku.png │ │ ├── kuanghan.png │ │ ├── lei.png │ │ ├── leng.png │ │ ├── liwu.png │ │ ├── meigui.png │ │ ├── meng.png │ │ ├── mianqiang.png │ │ ├── money.png │ │ ├── music.png │ │ ├── nu.png │ │ ├── ok.png │ │ ├── pen.png │ │ ├── qian.png │ │ ├── shengqi.png │ │ ├── shuijiao.png │ │ ├── stop.png │ │ ├── sun.png │ │ ├── taikaixin.png │ │ ├── tu.png │ │ ├── tushe.png │ │ ├── weiqv.png │ │ ├── win.png │ │ ├── xiaoyan.png │ │ ├── xinsui.png │ │ ├── xxyl.png │ │ ├── yi.png │ │ ├── yinxian.png │ │ ├── yiwen.png │ │ └── zhenbang.png │ ├── sticky.png │ ├── thumb │ │ ├── thumb_1.jpg │ │ ├── thumb_10.jpg │ │ ├── thumb_11.jpg │ │ ├── thumb_12.jpg │ │ ├── thumb_13.jpg │ │ ├── thumb_14.jpg │ │ ├── thumb_15.jpg │ │ ├── thumb_16.jpg │ │ ├── thumb_17.jpg │ │ ├── thumb_18.jpg │ │ ├── thumb_19.jpg │ │ ├── thumb_2.jpg │ │ ├── thumb_20.jpg │ │ ├── thumb_3.jpg │ │ ├── thumb_4.jpg │ │ ├── thumb_5.jpg │ │ ├── thumb_6.jpg │ │ ├── thumb_7.jpg │ │ ├── thumb_8.jpg │ │ └── thumb_9.jpg │ ├── ua │ │ ├── 360se.png │ │ ├── android-webkit.png │ │ ├── android.png │ │ ├── archlinux.png │ │ ├── baidubrowser.png │ │ ├── baiduspark.png │ │ ├── centos.png │ │ ├── chrome.png │ │ ├── chromeplus.png │ │ ├── chromium.png │ │ ├── debian.png │ │ ├── edubuntu-1.png │ │ ├── edubuntu-2.png │ │ ├── firefox.png │ │ ├── firefoxdevpre.png │ │ ├── freebsd.png │ │ ├── galaxy.png │ │ ├── gobrowser.png │ │ ├── google.png │ │ ├── greenbrowser.png │ │ ├── ipad.png │ │ ├── iphone.png │ │ ├── kubuntu-1.png │ │ ├── kubuntu-2.png │ │ ├── linuxmint.png │ │ ├── lubuntu-1.png │ │ ├── lubuntu-2.png │ │ ├── mac-1.png │ │ ├── mac-2.png │ │ ├── mac-3.png │ │ ├── maemo.png │ │ ├── minibrowser.png │ │ ├── minimo.png │ │ ├── miuibrowser.png │ │ ├── mosaic.png │ │ ├── mozilla.png │ │ ├── msedge12.png │ │ ├── msie.png │ │ ├── netbsd.png │ │ ├── nokia.png │ │ ├── nova.png │ │ ├── onebrowser.png │ │ ├── openbsd.png │ │ ├── openwave.png │ │ ├── opera-1.png │ │ ├── opera-2-developer.png │ │ ├── opera-2-next.png │ │ ├── opera-2.png │ │ ├── opera-3.png │ │ ├── qqbrowser.png │ │ ├── red-hat.png │ │ ├── s60.png │ │ ├── safari.png │ │ ├── samsung.png │ │ ├── seamonkey.png │ │ ├── slimbrowser.png │ │ ├── sogou.png │ │ ├── songbird.png │ │ ├── theworld.png │ │ ├── thunderbird.png │ │ ├── tt-explorer.png │ │ ├── ubrowser.png │ │ ├── ubuntu-1.png │ │ ├── ubuntu-2.png │ │ ├── ubuntuwebbrowser.png │ │ ├── ucbrowser.png │ │ ├── ucweb.png │ │ ├── ultrabrowser.png │ │ ├── unix.png │ │ ├── webexplorer.png │ │ ├── win-1.png │ │ ├── win-2.png │ │ ├── win-3.png │ │ ├── win-4.png │ │ ├── win-5.png │ │ ├── win-6.png │ │ ├── win-phone.png │ │ ├── windowsphone.png │ │ ├── wordpress.png │ │ ├── wp10.png │ │ ├── wp7.png │ │ ├── xubuntu-1.png │ │ ├── xubuntu-2.png │ │ └── yandex.png │ ├── wechat.png │ ├── wechatpayqr.png │ └── weixin.png └── js │ ├── jquery.min.js │ ├── kratos.js │ ├── live2d.js │ ├── pjax.js │ ├── theme.min.js │ └── waifu-tips.js └── style.css /.github/ISSUE_TEMPLATE/Bug-Report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug 报告 3 | about: 提交你遇到的问题 4 | title: "[BUG]" 5 | --- 6 | 7 | 14 | 15 | **站点地址** 16 | 17 | 请提供出现问题的站点 URL 18 | 19 | **产生环境** 20 | 21 | - 设备: 22 | - 浏览器及版本: 23 | 24 | **是否在我的博客站点复现** 25 | 26 | 如果否,你可能需要先检查自己的配置 27 | 28 | **预期现象** 29 | 30 | 本来应该是怎么样的? 31 | 32 | **实际现象** 33 | 34 | 出现了什么问题? 35 | 36 | **复现步骤** 37 | 38 | 1. 39 | 2. 40 | 41 | 42 | **其它信息** 43 | 44 | PHP 错误日志等(如果有的话) -------------------------------------------------------------------------------- /404.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 404 Not Found 12 | 15 | 16 | 17 |
18 |
19 |

404

20 |

Not Found

21 |

22 |
23 |
24 | 30 | 31 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | KRATOS 3 |

4 | 5 |

6 | Author 7 | License 8 |

9 | 10 | > :icecream: Wow, such a lovely WordPress theme 11 | 12 | ## Introduction 13 | 14 | **Kratos:** A clean, simple and responsive blog theme of WordPress, based on [Bootstrap](https://github.com/twbs/bootstrap) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome). 15 | 16 | ## Before start 17 | 18 | [DEPRECATED] Please use [Kratos V4](https://github.com/seatonjiang/kratos) 19 | 20 | 此项目基于 Kratos V2,**当前已不再维护**,请使用 [Kratos V4 原项目](https://github.com/seatonjiang/kratos) 以获得支持与最佳体验 21 | 22 | ## Supports 23 | 24 | **Docs** 25 | - [https://moedog.org/787.html](https://moedog.org/787.html) 26 | 27 | ## Donate 28 | 29 | I accept donations through: Alipay / Wechat Pay / QQ Pay , thank you! 30 | 31 | - [https://pay.moedog.org](https://pay.moedog.org) 32 | 33 | ## Thanks 34 | 35 | **Translators** 36 | - **zh_CN** [Moedog](https://github.com/xb2016) 37 | - **en_US** [Moedog](https://github.com/xb2016), [hifocus](https://github.com/hifocus) 38 | - **ru_RU** [JuniorDEV](https://github.com/jun-dev) 39 | - **zh_TW** [Leko](https://github.com/lekoOwO) 40 | 41 | **Projects** 42 | 43 | - [Kratos](https://github.com/seatonjiang/kratos) 44 | - [Bootstrap](https://github.com/twbs/bootstrap) 45 | - [Font Awesome](https://github.com/FortAwesome/Font-Awesome) 46 | - [OwO](https://github.com/diygod/owo) 47 | - [APlayer](https://github.com/MoePlayer/APlayer) 48 | - [Simple Local Avatars](https://wordpress.org/plugins/simple-local-avatars/) 49 | - [User Domain Whitelist](https://wordpress.org/plugins/user-domain-whitelist/) 50 | - [Limit Login Attempts](https://wordpress.org/plugins/WP-UserAgent/) 51 | 52 | ## License 53 | 54 | - The Kratos Html,CSS,JavaScript,and PHP files are licensed under the GNU General Public License v3: 55 | - http://www.gnu.org/licenses/gpl-3.0.html 56 | 57 | - The Kratos documentation is licensed under the CC BY 4.0 License: 58 | - https://creativecommons.org/licenses/by/4.0 59 | 60 | ## Author 61 | 62 | **Kratos-pjax** © [Vtrois](https://github.com/Vtrois), [Moedog](https://github.com/xb2016), Released under the [GPL-3.0](./LICENSE) License.
63 | 64 | > Blog [moedog.org](https://moedog.org) · GitHub [@xb2016](https://github.com/xb2016) · Twitter [@moesdog](https://twitter.com/moesdog) · Telegram [@xb2016](https://t.me/xb2016) 65 | -------------------------------------------------------------------------------- /comments.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
    4 | 5 | 'ol','short_ping'=>true,'avatar_size'=>50,)); ?> 6 |
7 | 1&&get_option('page_comments')){ ?> 8 |
9 | 10 |
'; 13 | if(comments_open()){ 14 | $comment_num1=rand(0,9); 15 | $comment_num2=rand(0,9); 16 | $fields=array( 17 | 'author'=>'
', 18 | 'email'=>'
', 19 | 'code'=>'
', 20 | 'url'=>'
', 21 | 'cookies'=>'', 22 | ); 23 | $args=array( 24 | 'title_reply_before'=>'

', 25 | 'title_reply_after'=>'

', 26 | 'fields'=>$fields, 27 | 'class_submit'=>'btn btn-primary', 28 | 'comment_notes_before' => '

'.__('电子邮件地址不会被公开。必填项已用 * 标注','moedog').'

', 29 | 'comment_field'=>'
', 30 | ); 31 | comment_form($args); 32 | }elseif(is_single()){ 33 | echo '

'.__('当前页面评论已关闭。','moedog').'

'; 34 | } ?> 35 |
-------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- 1 | 2 | 9 | > 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | <?php wp_title('-',true,'right'); ?> 30 | 31 | 41 | 42 | 43 | > 44 |
45 |
46 |
47 | 48 | 49 | 50 |
> 51 |
52 | 59 |
60 |
61 |
62 | 63 |
64 |
65 |
66 |
67 |


68 |
69 |
70 |
71 | 72 |
73 | 74 |
> -------------------------------------------------------------------------------- /inc/buttons/images/accordion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/accordion.png -------------------------------------------------------------------------------- /inc/buttons/images/bdbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/bdbtn.png -------------------------------------------------------------------------------- /inc/buttons/images/bilibili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/bilibili.png -------------------------------------------------------------------------------- /inc/buttons/images/danger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/danger.png -------------------------------------------------------------------------------- /inc/buttons/images/dangerbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/dangerbox.png -------------------------------------------------------------------------------- /inc/buttons/images/heimu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/heimu.png -------------------------------------------------------------------------------- /inc/buttons/images/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/hide.png -------------------------------------------------------------------------------- /inc/buttons/images/highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/highlight.png -------------------------------------------------------------------------------- /inc/buttons/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/info.png -------------------------------------------------------------------------------- /inc/buttons/images/infobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/infobox.png -------------------------------------------------------------------------------- /inc/buttons/images/kbd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/kbd.png -------------------------------------------------------------------------------- /inc/buttons/images/mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/mark.png -------------------------------------------------------------------------------- /inc/buttons/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/music.png -------------------------------------------------------------------------------- /inc/buttons/images/striped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/striped.png -------------------------------------------------------------------------------- /inc/buttons/images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/success.png -------------------------------------------------------------------------------- /inc/buttons/images/successbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/successbox.png -------------------------------------------------------------------------------- /inc/buttons/images/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/title.png -------------------------------------------------------------------------------- /inc/buttons/images/tudou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/tudou.png -------------------------------------------------------------------------------- /inc/buttons/images/vqq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/vqq.png -------------------------------------------------------------------------------- /inc/buttons/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/warning.png -------------------------------------------------------------------------------- /inc/buttons/images/warningbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/warningbox.png -------------------------------------------------------------------------------- /inc/buttons/images/youku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/youku.png -------------------------------------------------------------------------------- /inc/buttons/images/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/youtube.png -------------------------------------------------------------------------------- /inc/buttons/images/ypbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/buttons/images/ypbtn.png -------------------------------------------------------------------------------- /inc/content-templates/content-status.php: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |
5 |
6 |
7 |
8 |
9 |
-------------------------------------------------------------------------------- /inc/content-templates/content.php: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | 5 |
6 |
7 |
8 |

[TOP] ';the_title() ?>

9 | 23 |
24 |
25 |

26 |
27 |
28 | 29 |
30 | '; ?> 31 |
32 | 33 |
34 |
35 |
36 | term_id).'">'.$category[0]->cat_name.''; ?> 37 |

38 |
39 |
40 |

41 |
42 |
43 | 57 |
58 | 59 |
-------------------------------------------------------------------------------- /inc/model/22/22.v2.idle-01.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=2,1.987,1.95,1.89,1.81,1.7,1.58,1.45,1.3,1.14,0.96,0.78,0.59,0.4,0.2,0,-0.2,-0.4,-0.59,-0.78,-0.96,-1.14,-1.3,-1.45,-1.58,-1.7,-1.81,-1.89,-1.95,-1.99,-2,-1.987,-1.95,-1.89,-1.81,-1.7,-1.58,-1.45,-1.3,-1.14,-0.96,-0.78,-0.59,-0.4,-0.2,0,0.2,0.4,0.59,0.78,0.96,1.14,1.3,1.45,1.58,1.7,1.81,1.89,1.95,1.99,2,1.987,1.95,1.89,1.81,1.7,1.58,1.45,1.3,1.14,0.96,0.78,0.59,0.4,0.2,0,-0.2,-0.4,-0.59,-0.78,-0.96,-1.14,-1.3,-1.45,-1.58,-1.7,-1.81,-1.89,-1.95,-1.99,-2,-1.987,-1.95,-1.89,-1.81,-1.7,-1.58,-1.45,-1.3,-1.14,-0.96,-0.78,-0.59,-0.4,-0.2,0,0.2,0.4,0.59,0.78,0.96,1.14,1.3,1.45,1.58,1.7,1.81,1.89,1.95,1.99,2 9 | PARAM_ANGLE_Y=8,7.91,7.66,7.27,6.77,6.18,5.53,4.85,4.15,3.47,2.82,2.23,1.73,1.34,1.09,1,1.11,1.43,1.94,2.58,3.34,4.17,5.05,5.95,6.83,7.66,8.42,9.06,9.57,9.89,10,9.89,9.57,9.06,8.42,7.66,6.83,5.95,5.05,4.17,3.34,2.58,1.94,1.43,1.11,1,1.09,1.34,1.73,2.23,2.82,3.47,4.15,4.85,5.53,6.18,6.77,7.27,7.66,7.91,8,7.91,7.66,7.27,6.77,6.18,5.53,4.85,4.15,3.47,2.82,2.23,1.73,1.34,1.09,1,1.11,1.43,1.94,2.58,3.34,4.17,5.05,5.95,6.83,7.66,8.42,9.06,9.57,9.89,10,9.89,9.57,9.06,8.42,7.66,6.83,5.95,5.05,4.17,3.34,2.58,1.94,1.43,1.11,1,1.09,1.34,1.73,2.23,2.82,3.47,4.15,4.85,5.53,6.18,6.77,7.27,7.66,7.91,8 10 | PARAM_ANGLE_Z=6,5.96,5.86,5.69,5.47,5.18,4.85,4.48,4.07,3.63,3.15,2.65,2.13,1.59,1.05,0.5,-0.05,-0.59,-1.13,-1.65,-2.15,-2.63,-3.07,-3.48,-3.85,-4.18,-4.47,-4.69,-4.86,-4.96,-5,-4.96,-4.86,-4.69,-4.47,-4.18,-3.85,-3.48,-3.07,-2.63,-2.15,-1.65,-1.13,-0.59,-0.05,0.5,1.05,1.59,2.13,2.65,3.15,3.63,4.07,4.48,4.85,5.18,5.47,5.69,5.86,5.96,6,5.96,5.86,5.69,5.47,5.18,4.85,4.48,4.07,3.63,3.15,2.65,2.13,1.59,1.05,0.5,-0.05,-0.59,-1.13,-1.65,-2.15,-2.63,-3.07,-3.48,-3.85,-4.18,-4.47,-4.69,-4.86,-4.96,-5,-4.96,-4.86,-4.69,-4.47,-4.18,-3.85,-3.48,-3.07,-2.63,-2.15,-1.65,-1.13,-0.59,-0.05,0.5,1.05,1.59,2.13,2.65,3.15,3.63,4.07,4.48,4.85,5.18,5.47,5.69,5.86,5.96,6 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_L=0,0.007,0.026,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.54,0.61,0.68,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 14 | PARAM_EYEK_R=0,0.007,0.026,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.54,0.61,0.68,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 15 | PARAM_EYE_BALL_X=-0.06,-0.06,-0.059,-0.057,-0.055,-0.052,-0.049,-0.046,-0.041,-0.037,-0.032,-0.026,-0.02,-0.014,-0.007,0,0.007,0.013,0.019,0.024,0.029,0.033,0.037,0.04,0.043,0.045,0.047,0.048,0.049,0.05,0.05,0.049,0.048,0.045,0.041,0.037,0.032,0.027,0.023,0.018,0.013,0.009,0.005,0.002,0.001,0,0,0,0,0,0,0,0,0,-0.004,-0.015,-0.028,-0.041,-0.051,-0.058,-0.06,-0.06,-0.059,-0.057,-0.055,-0.052,-0.049,-0.046,-0.041,-0.037,-0.032,-0.026,-0.02,-0.014,-0.007,0,0.007,0.013,0.019,0.024,0.029,0.033,0.037,0.04,0.043,0.045,0.047,0.048,0.049,0.05,0.05,0.05,0.05,0.048,0.047,0.045,0.043,0.04,0.037,0.033,0.029,0.024,0.019,0.013,0.007,0,-0.007,-0.014,-0.02,-0.026,-0.032,-0.037,-0.041,-0.046,-0.049,-0.052,-0.055,-0.057,-0.059,-0.06,-0.06 16 | PARAM_EYE_BALL_Y=-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.075,0.06,0.04,0.01,-0.03,-0.06,-0.1,-0.15,-0.19,-0.22,-0.26,-0.29,-0.31,-0.325,-0.33,-0.325,-0.31,-0.29,-0.26,-0.22,-0.19,-0.15,-0.1,-0.06,-0.03,0.01,0.04,0.06,0.075,0.08,0.08,0.078,0.074,0.067,0.057,0.043,0.024,0,-0.04,-0.09,-0.15,-0.19,-0.22,-0.24,-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.075,0.06,0.04,0.01,-0.03,-0.06,-0.1,-0.15,-0.19,-0.22,-0.26,-0.29,-0.31,-0.325,-0.33,-0.325,-0.31,-0.29,-0.26,-0.22,-0.19,-0.15,-0.1,-0.06,-0.03,0.01,0.04,0.06,0.075,0.08,0.076,0.064,0.046,0.02,-0.01,-0.04,-0.07,-0.1,-0.13,-0.16,-0.19,-0.22,-0.234,-0.246,-0.25 17 | PARAM_MOUTH_OPEN_Y=0 18 | PARAM_CHEEK=0 19 | PARAM_ARMR_ANGLE_Z=0 20 | PARAM_ARML_ANGLE_Z=0 21 | PARAM_BODY_ANGLE_X=0 22 | PARAM_BODY_ANGLE_Z=0 23 | PARAM_BODY2_ANGLE_Z=-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1 24 | PARAM_BODY3_ANGLE_Z=1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1 25 | VISIBLE:ROUGH=1 26 | VISIBLE:PARTS_01_FACE_001=1 27 | VISIBLE:PARTS_01_EYE_001=1 28 | VISIBLE:PARTS_01_EYE_BALL_001=1 29 | VISIBLE:PARTS_01_BROW_001=1 30 | VISIBLE:PARTS_01_MOUTH_001=1 31 | VISIBLE:PARTS_01_NOSE_001=1 32 | VISIBLE:PARTS_01_EAR_001=1 33 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 34 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 35 | VISIBLE:PARTS_01_HAIR_BACK_001=1 36 | VISIBLE:PARTS_01_NECK=1 37 | VISIBLE:PARTS_01_BODY=1 38 | VISIBLE:PARTS_01_LEGS=1 39 | VISIBLE:PARTS_01_BACKGROUND=1 40 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /inc/model/22/22.v2.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/22.v2.moc -------------------------------------------------------------------------------- /inc/model/22/22.v2.touch.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0.38,1.37,2.82,4.61,6.6,8.69,10.79,12.84,14.75,16.47,17.9,19.02,19.75,20,20,20,20,20,20,20,20,20,19.31,17.47,14.8,11.63,8.37,5.2,2.53,0.69,0 9 | PARAM_ANGLE_Y=0,-0.36,-1.31,-2.68,-4.38,-6.27,-8.25,-10.25,-12.19,-14.01,-15.65,-17,-18.07,-18.76,-19,-17.43,-14.03,-9.79,-5.39,-1.37,1.96,4.17,5,4.83,4.37,3.7,2.91,2.09,1.3,0.63,0.17,0 10 | PARAM_ANGLE_Z=0,0.34,1.24,2.54,4.15,5.94,7.82,9.71,11.55,13.27,14.82,16.11,17.12,17.77,18,17.68,16.92,15.85,14.54,13.08,11.47,9.78,8,6.1,4.51,3.19,2.13,1.32,0.71,0.3,0.07,0 11 | PARAM_EYE_L_OPEN=1,0.998,0.991,0.982,0.97,0.957,0.944,0.93,0.917,0.904,0.893,0.884,0.876,0.872,0.87,0.87,0.872,0.874,0.878,0.883,0.89,0.899,0.91,0.924,0.938,0.952,0.964,0.976,0.986,0.993,0.998,1 12 | PARAM_EYE_R_OPEN=1,0.981,0.93,0.86,0.77,0.67,0.57,0.46,0.36,0.26,0.18,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1 13 | PARAM_EYE_L=0,0.019,0.07,0.14,0.23,0.33,0.43,0.54,0.64,0.74,0.82,0.89,0.95,0.99,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 14 | PARAM_EYEK_R=0 15 | PARAM_EYE_BALL_X=0,-0.009,-0.03,-0.07,-0.11,-0.16,-0.2,-0.25,-0.3,-0.35,-0.39,-0.42,-0.45,-0.464,-0.47,-0.47,-0.47,-0.47,-0.47,-0.467,-0.463,-0.458,-0.45,-0.43,-0.38,-0.32,-0.25,-0.18,-0.11,-0.05,-0.01,0 16 | PARAM_EYE_BALL_Y=0,0.011,0.04,0.08,0.13,0.19,0.25,0.31,0.37,0.43,0.48,0.52,0.55,0.57,0.58,0.572,0.553,0.52,0.49,0.45,0.4,0.35,0.29,0.23,0.17,0.12,0.08,0.05,0.03,0.013,0.003,0 17 | PARAM_EYEDEFORM=0 18 | PARAM_MOUTH_OPEN_Y=0,0.014,0.05,0.11,0.17,0.25,0.33,0.4,0.48,0.55,0.62,0.67,0.71,0.74,0.75,0.741,0.72,0.68,0.63,0.57,0.51,0.45,0.38,0.32,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 19 | PARAM_MOUTH_1=0 20 | PARAM_CHEEK=0 21 | PARAM_ARMR_ANGLE_Z=0,0.005,0.016,0.034,0.06,0.08,0.1,0.13,0.15,0.18,0.2,0.215,0.228,0.237,0.24,0.237,0.229,0.217,0.201,0.183,0.164,0.14,0.12,0.1,0.082,0.063,0.046,0.03,0.018,0.008,0.002,0 22 | PARAM_ARML_ANGLE_Z=0,0.002,0.006,0.013,0.021,0.03,0.039,0.049,0.058,0.066,0.074,0.081,0.086,0.089,0.09,0.089,0.086,0.081,0.075,0.069,0.062,0.054,0.046,0.038,0.031,0.024,0.017,0.011,0.007,0.003,0.001,0 23 | PARAM_BODY_ANGLE_X=0,0.19,0.69,1.41,2.31,3.3,4.34,5.4,6.42,7.37,8.24,8.95,9.51,9.87,10,9.997,9.96,9.87,9.7,9.45,9.09,8.61,8,7.11,6.05,4.88,3.7,2.58,1.56,0.74,0.2,0 24 | PARAM_BODY_ANGLE_Z=0,-0.19,-0.69,-1.41,-2.31,-3.3,-4.34,-5.4,-6.42,-7.37,-8.24,-8.95,-9.51,-9.87,-10,-9.87,-9.54,-9.02,-8.38,-7.64,-6.84,-5.98,-5.12,-4.24,-3.41,-2.63,-1.9,-1.27,-0.74,-0.34,-0.09,0 25 | PARAM_BODY2_ANGLE_Z=0,-0.1,-0.34,-0.71,-1.15,-1.65,-2.17,-2.7,-3.21,-3.69,-4.12,-4.47,-4.76,-4.94,-5,-4.94,-4.77,-4.51,-4.19,-3.82,-3.42,-2.99,-2.56,-2.12,-1.71,-1.31,-0.95,-0.63,-0.37,-0.17,-0.04,0 26 | PARAM_BODY3_ANGLE_Z=0 27 | PARAM_LEGL_ANGLE_Z=0 28 | PARAM_DM_Z=0 29 | PARAM_L=0 30 | VISIBLE:ROUGH=1 31 | VISIBLE:PARTS_01_FACE_001=1 32 | VISIBLE:PARTS_EYE_DEFORM=1 33 | VISIBLE:PARTS_01_EYE_001=1 34 | VISIBLE:PARTS_01_EYE_BALL_001=1 35 | VISIBLE:PARTS_01_BROW_001=1 36 | VISIBLE:PARTS_01_MOUTH_001=1 37 | VISIBLE:PARTS_01_NOSE_001=1 38 | VISIBLE:PARTS_01_EAR_001=1 39 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 40 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 41 | VISIBLE:PARTS_01_HAIR_BACK_001=1 42 | VISIBLE:PARTS_01_NECK=1 43 | VISIBLE:PARTS_01_BODY=1 44 | VISIBLE:PARTS_01_LEGS=1 45 | VISIBLE:PARTS_01_BACKGROUND=1 46 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /inc/model/22/closet.2016.xmas/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2016.xmas/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2016.xmas/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2016.xmas/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2016.xmas/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2016.xmas/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/22/closet.2016.xmas/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2016.xmas/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.cba-normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.cba-normal/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.cba-normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.cba-normal/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.cba-normal/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.cba-normal/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.cba-super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.cba-super/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.cba-super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.cba-super/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.cba-super/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.cba-super/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.newyear/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.newyear/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.newyear/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.school/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.school/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.school/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.school/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.school/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.school/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.normal/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.normal/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.normal/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.normal/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.normal/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.normal/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.super/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.super/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.super/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.super/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.summer.super/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.summer.super/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.tomo-bukatsu.high/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.tomo-bukatsu.high/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.tomo-bukatsu.high/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.tomo-bukatsu.high/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.tomo-bukatsu.high/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.tomo-bukatsu.high/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.tomo-bukatsu.low/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.tomo-bukatsu.low/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.tomo-bukatsu.low/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.tomo-bukatsu.low/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.tomo-bukatsu.low/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.tomo-bukatsu.low/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.valley/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.valley/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.valley/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.valley/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.valley/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.valley/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.vdays/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.vdays/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.vdays/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.vdays/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2017.vdays/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2017.vdays/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.bls-summer/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.bls-summer/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.bls-summer/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.bls-summer/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.bls-summer/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.bls-summer/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.bls-winter/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.bls-winter/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.bls-winter/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.bls-winter/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.bls-winter/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.bls-winter/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.lover/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.lover/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.lover/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.lover/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.lover/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.lover/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.playwater/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.playwater/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.playwater/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.playwater/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.playwater/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.playwater/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.spring/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.spring/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.spring/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.spring/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2018.spring/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2018.spring/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.bls/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.bls/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.bls/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.bls/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.bls/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.bls/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.deluxe/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.deluxe/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.deluxe/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.deluxe/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.deluxe/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.deluxe/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.deluxe/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.deluxe/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.summer/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.summer/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.summer/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.summer/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2019.summer/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2019.summer/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.2020.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2020.newyear/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.2020.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2020.newyear/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.2020.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.2020.newyear/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/closet.default.v2/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.default.v2/texture_01.png -------------------------------------------------------------------------------- /inc/model/22/closet.default.v2/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.default.v2/texture_02.png -------------------------------------------------------------------------------- /inc/model/22/closet.default.v2/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/closet.default.v2/texture_03.png -------------------------------------------------------------------------------- /inc/model/22/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/22/texture_00.png -------------------------------------------------------------------------------- /inc/model/33/33.v2.idle-01.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0.03,0.11,0.25,0.44,0.68,0.96,1.28,1.63,2.03,2.45,2.91,3.38,3.89,4.41,4.95,5.5,6.07,6.63,7.21,7.79,8.37,8.93,9.5,10.05,10.59,11.11,11.62,12.09,12.55,12.97,13.37,13.72,14.04,14.32,14.56,14.75,14.89,14.97,15,14.96,14.84,14.65,14.39,14.05,13.66,13.2,12.69,12.11,11.49,10.81,10.1,9.34,8.54,7.71,6.83,5.92,4.99,4.05,3.08,2.09,1.08,0.06,-0.96,-1.99,-3.01,-4.04,-5.06,-6.08,-7.09,-8.08,-9.05,-9.99,-10.92,-11.83,-12.71,-13.54,-14.34,-15.1,-15.81,-16.49,-17.11,-17.69,-18.2,-18.66,-19.05,-19.39,-19.65,-19.84,-19.96,-20,-19.95,-19.79,-19.54,-19.2,-18.79,-18.3,-17.75,-17.15,-16.49,-15.78,-15.04,-14.27,-13.47,-12.64,-11.81,-10.97,-10.1,-9.25,-8.41,-7.59,-6.77,-5.97,-5.22,-4.48,-3.79,-3.14,-2.53,-1.98,-1.49,-1.05,-0.69,-0.4,-0.18,-0.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 9 | PARAM_ANGLE_Y=0,-0.05,-0.21,-0.47,-0.82,-1.27,-1.78,-2.39,-3.05,-3.79,-4.58,-5.43,-6.32,-7.27,-8.23,-9.25,-10.27,-11.33,-12.38,-13.47,-14.53,-15.62,-16.67,-17.73,-18.75,-19.77,-20.73,-21.68,-22.57,-23.42,-24.21,-24.95,-25.61,-26.22,-26.73,-27.18,-27.53,-27.79,-27.95,-28,-27.97,-27.88,-27.72,-27.51,-27.24,-26.93,-26.56,-26.15,-25.69,-25.19,-24.65,-24.08,-23.47,-22.83,-22.16,-21.46,-20.73,-20,-19.24,-18.46,-17.67,-16.86,-16.04,-15.23,-14.41,-13.59,-12.77,-11.96,-11.14,-10.33,-9.54,-8.76,-8,-7.27,-6.54,-5.84,-5.17,-4.53,-3.92,-3.35,-2.81,-2.31,-1.85,-1.44,-1.07,-0.76,-0.49,-0.28,-0.12,-0.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 10 | PARAM_ANGLE_Z=0,-0.008,-0.03,-0.07,-0.12,-0.18,-0.25,-0.34,-0.44,-0.54,-0.65,-0.78,-0.9,-1.04,-1.18,-1.32,-1.47,-1.62,-1.77,-1.92,-2.08,-2.23,-2.38,-2.53,-2.68,-2.82,-2.96,-3.1,-3.22,-3.35,-3.46,-3.56,-3.66,-3.75,-3.82,-3.88,-3.93,-3.97,-3.99,-4,-3.99,-3.96,-3.91,-3.84,-3.76,-3.66,-3.54,-3.41,-3.26,-3.1,-2.92,-2.74,-2.54,-2.34,-2.12,-1.9,-1.66,-1.43,-1.18,-0.93,-0.68,-0.42,-0.16,0.1,0.37,0.63,0.9,1.16,1.42,1.68,1.93,2.18,2.43,2.66,2.9,3.12,3.34,3.54,3.74,3.92,4.1,4.26,4.41,4.54,4.66,4.76,4.84,4.91,4.96,4.99,5,4.987,4.95,4.88,4.8,4.7,4.58,4.44,4.29,4.12,3.95,3.76,3.57,3.37,3.16,2.95,2.74,2.53,2.31,2.1,1.9,1.69,1.49,1.3,1.12,0.95,0.78,0.63,0.5,0.37,0.26,0.17,0.1,0.04,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_BALL_X=0,0,0.004,0.008,0.014,0.022,0.031,0.041,0.052,0.065,0.078,0.093,0.108,0.125,0.141,0.159,0.176,0.194,0.212,0.231,0.249,0.268,0.286,0.304,0.321,0.339,0.355,0.372,0.387,0.402,0.415,0.428,0.439,0.449,0.458,0.466,0.472,0.476,0.479,0.48,0.479,0.475,0.468,0.459,0.448,0.435,0.42,0.403,0.384,0.36,0.34,0.32,0.29,0.26,0.24,0.21,0.18,0.15,0.11,0.08,0.05,0.01,-0.02,-0.05,-0.09,-0.12,-0.16,-0.19,-0.22,-0.26,-0.29,-0.32,-0.36,-0.39,-0.42,-0.45,-0.47,-0.5,-0.53,-0.55,-0.57,-0.59,-0.613,-0.63,-0.645,-0.658,-0.669,-0.678,-0.685,-0.689,-0.69,-0.688,-0.683,-0.674,-0.663,-0.648,-0.631,-0.613,-0.59,-0.57,-0.54,-0.52,-0.49,-0.46,-0.44,-0.41,-0.38,-0.35,-0.32,-0.29,-0.26,-0.23,-0.21,-0.18,-0.15,-0.13,-0.11,-0.09,-0.068,-0.051,-0.036,-0.024,-0.014,-0.006,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 14 | PARAM_EYE_BALL_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.001,-0.002,-0.004,-0.005,-0.007,-0.009,-0.011,-0.013,-0.016,-0.018,-0.021,-0.024,-0.027,-0.03,-0.034,-0.037,-0.041,-0.044,-0.048,-0.052,-0.056,-0.059,-0.063,-0.067,-0.071,-0.074,-0.078,-0.082,-0.086,-0.089,-0.093,-0.096,-0.1,-0.103,-0.106,-0.109,-0.112,-0.114,-0.117,-0.119,-0.121,-0.123,-0.125,-0.126,-0.128,-0.129,-0.129,-0.13,-0.13,-0.13,-0.129,-0.127,-0.125,-0.122,-0.119,-0.115,-0.111,-0.107,-0.103,-0.098,-0.093,-0.088,-0.082,-0.077,-0.071,-0.066,-0.06,-0.055,-0.049,-0.044,-0.039,-0.034,-0.029,-0.025,-0.02,-0.016,-0.013,-0.01,-0.007,-0.004,-0.003,-0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 15 | PARAM_MOUTH_FORM=0 16 | PARAM_MOUTH_OPEN_Y=0 17 | PARAM_CHEEK=0 18 | PARAM_ARMR_ANGLE_Z=0 19 | PARAM_ARML_ANGLE_Z=0 20 | PARAM_BODY_ANGLE_X=0,0.004,0.015,0.034,0.06,0.09,0.13,0.17,0.22,0.27,0.33,0.39,0.45,0.52,0.59,0.66,0.73,0.81,0.88,0.96,1.04,1.12,1.19,1.27,1.34,1.41,1.48,1.55,1.61,1.67,1.73,1.78,1.83,1.87,1.91,1.94,1.97,1.985,1.996,2,1.994,1.978,1.95,1.91,1.86,1.81,1.74,1.67,1.59,1.5,1.4,1.3,1.19,1.08,0.96,0.83,0.7,0.57,0.44,0.3,0.16,0.01,-0.13,-0.28,-0.43,-0.57,-0.72,-0.87,-1.01,-1.16,-1.3,-1.44,-1.57,-1.7,-1.83,-1.96,-2.08,-2.19,-2.3,-2.4,-2.5,-2.59,-2.67,-2.74,-2.81,-2.86,-2.91,-2.95,-2.98,-2.994,-3,-2.992,-2.97,-2.93,-2.88,-2.82,-2.75,-2.66,-2.57,-2.47,-2.37,-2.26,-2.14,-2.02,-1.9,-1.77,-1.64,-1.52,-1.39,-1.26,-1.14,-1.02,-0.9,-0.78,-0.67,-0.57,-0.47,-0.38,-0.3,-0.22,-0.16,-0.1,-0.06,-0.03,-0.007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 21 | PARAM_BODY_ANGLE_Z=0 22 | PARAM_BODY2_ANGLE_Z=0,0.002,0.008,0.017,0.029,0.045,0.064,0.09,0.11,0.14,0.16,0.19,0.23,0.26,0.29,0.33,0.37,0.4,0.44,0.48,0.52,0.56,0.6,0.63,0.67,0.71,0.74,0.77,0.81,0.84,0.86,0.89,0.91,0.94,0.955,0.971,0.983,0.992,0.998,1,0.998,0.991,0.98,0.965,0.946,0.92,0.9,0.87,0.84,0.8,0.76,0.72,0.68,0.63,0.58,0.53,0.48,0.43,0.37,0.32,0.26,0.2,0.15,0.09,0.03,-0.03,-0.09,-0.15,-0.2,-0.26,-0.32,-0.37,-0.43,-0.48,-0.53,-0.58,-0.63,-0.68,-0.72,-0.76,-0.8,-0.84,-0.87,-0.9,-0.92,-0.95,-0.965,-0.98,-0.991,-0.998,-1,-0.997,-0.989,-0.977,-0.96,-0.94,-0.92,-0.89,-0.86,-0.82,-0.79,-0.75,-0.71,-0.67,-0.63,-0.59,-0.55,-0.51,-0.46,-0.42,-0.38,-0.34,-0.3,-0.26,-0.22,-0.19,-0.16,-0.13,-0.1,-0.07,-0.05,-0.034,-0.02,-0.009,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 23 | PARAM_BODY3_ANGLE_Z=0 24 | PARAM_DM_Z=0 25 | VISIBLE:ROUGH=1 26 | VISIBLE:PARTS_01_FACE_001=1 27 | VISIBLE:PARTS_01_EYE_001=1 28 | VISIBLE:PARTS_01_EYE_BALL_001=1 29 | VISIBLE:PARTS_01_BROW_001=1 30 | VISIBLE:PARTS_01_MOUTH_001=1 31 | VISIBLE:PARTS_01_NOSE_001=1 32 | VISIBLE:PARTS_01_EAR_001=1 33 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 34 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 35 | VISIBLE:PARTS_01_HAIR_BACK_001=1 36 | VISIBLE:PARTS_01_NECK=1 37 | VISIBLE:PARTS_01_BODY=1 38 | VISIBLE:PARTS_01_LEGS=1 39 | VISIBLE:PARTS_01_BACKGROUND=1 40 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /inc/model/33/33.v2.idle-03.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,-0.05,-0.2,-0.43,-0.72,-1.09,-1.49,-1.94,-2.41,-2.91,-3.42,-3.94,-4.45,-4.95,-5.45,-5.91,-6.34,-6.74,-7.1,-7.41,-7.66,-7.84,-7.96,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-7.72,-6.99,-5.92,-4.65,-3.35,-2.08,-1.01,-0.28,0 9 | PARAM_ANGLE_Y=1,0.8,0.23,-0.67,-1.81,-3.21,-4.78,-6.5,-8.34,-10.28,-12.24,-14.25,-16.24,-18.19,-20.11,-21.9,-23.58,-25.12,-26.5,-27.7,-28.67,-29.39,-29.84,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.91,-29.66,-29.27,-28.77,-28.18,-27.53,-26.85,-26.15,-25.47,-24.82,-24.23,-23.73,-23.34,-23.09,-23,-23.14,-23.51,-24.09,-24.82,-25.63,-26.5,-27.37,-28.18,-28.91,-29.49,-29.86,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-28.93,-26.07,-21.94,-17.03,-11.97,-7.06,-2.93,-0.07,1 10 | PARAM_ANGLE_Z=0,0.17,0.67,1.45,2.44,3.67,5.03,6.54,8.14,9.82,11.53,13.28,15.02,16.72,18.38,19.94,21.41,22.75,23.96,24.99,25.84,26.47,26.86,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,26.07,23.58,19.98,15.71,11.29,7.02,3.42,0.93,0 11 | PARAM_EYE_L_OPEN=1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0.016,0.06,0.12,0.21,0.3,0.4,0.49,0.58,0.67,0.73,0.77,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.797,0.817,0.84,0.88,0.91,0.95,0.97,0.993,1 12 | PARAM_EYE_R_OPEN=1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0.016,0.06,0.12,0.21,0.3,0.4,0.49,0.58,0.67,0.73,0.77,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.797,0.817,0.84,0.88,0.91,0.95,0.97,0.993,1 13 | PARAM_EYE_BALL_X=0,0.006,0.025,0.05,0.09,0.14,0.19,0.24,0.3,0.36,0.43,0.49,0.56,0.62,0.68,0.74,0.79,0.84,0.89,0.93,0.96,0.98,0.995,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 14 | PARAM_EYE_BALL_Y=-0.04,-0.046,-0.064,-0.09,-0.13,-0.17,-0.22,-0.27,-0.33,-0.39,-0.45,-0.51,-0.57,-0.63,-0.69,-0.75,-0.8,-0.85,-0.89,-0.93,-0.96,-0.98,-0.995,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.29,-0.16,-0.07,-0.04 15 | PARAM_MOUTH_FORM=0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.007,0.006,0.005,0.005,0.004,0.003,0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0,0.002,0,0.003,0,0.004,0,0.006,0.006,0.01,0.007,0.01,0.008,0.01,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01 16 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0.04,0.08,0.12,0.18,0.24,0.3,0.36,0.4,0.44,0.47,0.48,0.478,0.471,0.459,0.445,0.426,0.41,0.38,0.36,0.33,0.3,0.27,0.24,0.21,0.19,0.16,0.13,0.11,0.08,0.06,0.045,0.029,0.017,0.008,0.002,0,0,0,0,0,0,0,0,0,0 17 | PARAM_CHEEK=0 18 | PARAM_ARMR_ANGLE_Z=0,0.002,0.007,0.015,0.024,0.037,0.05,0.065,0.081,0.098,0.115,0.133,0.15,0.167,0.184,0.199,0.214,0.228,0.24,0.25,0.258,0.265,0.269,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.261,0.24,0.2,0.16,0.11,0.07,0.03,0.01,0 19 | PARAM_ARML_ANGLE_Z=0,0.002,0.007,0.015,0.024,0.037,0.05,0.065,0.081,0.098,0.115,0.133,0.15,0.167,0.184,0.199,0.214,0.228,0.24,0.25,0.258,0.265,0.269,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.261,0.24,0.2,0.16,0.11,0.07,0.03,0.01,0 20 | PARAM_BODY_ANGLE_X=0 21 | PARAM_BODY_ANGLE_Z=0 22 | PARAM_BODY2_ANGLE_Z=0 23 | PARAM_BREATH=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,0.98,0.93,0.84,0.74,0.62,0.5,0.38,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_DM_Z=0,0,0,0,0,0,0,0,0,0,0,0,0.004,0.016,0.034,0.06,0.09,0.13,0.17,0.21,0.26,0.31,0.36,0.42,0.47,0.53,0.58,0.64,0.69,0.74,0.79,0.83,0.87,0.91,0.94,0.97,0.984,0.996,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.79,0.62,0.43,0.27,0.13,0.03,0 25 | PARAM_tanqi=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.003,0.01,0.019,0.033,0.053,0.08,0.11,0.15,0.2,0.24,0.29,0.34,0.39,0.44,0.48,0.53,0.58,0.62,0.66,0.71,0.75,0.78,0.82,0.85,0.88,0.91,0.93,0.95,0.969,0.982,0.992,0.998,1,1,1,1,1,1,1,1,1,1 -------------------------------------------------------------------------------- /inc/model/33/33.v2.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/33.v2.moc -------------------------------------------------------------------------------- /inc/model/33/33.v2.touch.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.993,-29.94,-29.8,-29.52,-29.08,-28.46,-27.65,-26.63,-25.43,-24,-21.58,-18.58,-15.19,-11.79,-8.52,-5.62,-3.24,-1.47,-0.38,0 9 | PARAM_ANGLE_Y=0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.9,-29.59,-29.03,-28.22,-27.13,-25.79,-24.19,-22.36,-20.31,-18,-14.86,-11.92,-9.17,-6.76,-4.67,-2.96,-1.65,-0.73,-0.18,0 10 | PARAM_ANGLE_Z=0,-0.16,-0.62,-1.36,-2.33,-3.5,-4.82,-6.25,-7.77,-9.35,-11,-13.05,-14.77,-16.22,-17.38,-18.29,-18.97,-19.46,-19.77,-19.95,-20,-19.31,-17.51,-14.9,-11.92,-8.83,-5.95,-3.48,-1.6,-0.42,0 11 | PARAM_EYE_L_OPEN=1,0.992,0.97,0.94,0.9,0.87,0.83,0.8,0.78,0.765,0.76,0.762,0.769,0.779,0.792,0.807,0.824,0.842,0.861,0.88,0.9,0.92,0.944,0.96,0.973,0.983,0.99,0.995,0.998,0.999,1 12 | PARAM_EYE_R_OPEN=1,0.992,0.97,0.94,0.9,0.87,0.83,0.8,0.78,0.765,0.76,0.762,0.769,0.779,0.792,0.807,0.824,0.842,0.861,0.88,0.9,0.92,0.944,0.96,0.973,0.983,0.99,0.995,0.998,0.999,1 13 | PARAM_EYE_BALL_X=0,0.016,0.06,0.12,0.19,0.26,0.34,0.4,0.46,0.5,0.53,0.55,0.572,0.584,0.593,0.597,0.6,0.601,0.6,0.6,0.6,0.58,0.53,0.45,0.36,0.26,0.18,0.1,0.05,0.01,0 14 | PARAM_EYE_BALL_Y=0,0.002,0.01,0.022,0.04,0.06,0.09,0.12,0.16,0.2,0.25,0.31,0.37,0.42,0.46,0.5,0.53,0.55,0.568,0.577,0.58,0.56,0.51,0.43,0.35,0.26,0.17,0.1,0.05,0.01,0 15 | PARAM_BROW_L_Y=0,-0.03,-0.1,-0.2,-0.31,-0.43,-0.54,-0.64,-0.71,-0.75,-0.77,-0.763,-0.744,-0.72,-0.68,-0.63,-0.59,-0.53,-0.48,-0.42,-0.36,-0.31,-0.25,-0.2,-0.15,-0.11,-0.07,-0.04,-0.02,-0.005,0 16 | PARAM_BROW_R_Y=0,-0.03,-0.1,-0.2,-0.32,-0.45,-0.56,-0.66,-0.74,-0.78,-0.8,-0.793,-0.773,-0.74,-0.71,-0.66,-0.61,-0.55,-0.5,-0.44,-0.38,-0.32,-0.26,-0.21,-0.16,-0.11,-0.08,-0.04,-0.02,-0.005,0 17 | PARAM_BROW_L_FORM=0,-0.03,-0.12,-0.25,-0.4,-0.56,-0.7,-0.83,-0.92,-0.98,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0 18 | PARAM_BROW_R_FORM=0,-0.03,-0.12,-0.25,-0.4,-0.56,-0.7,-0.83,-0.92,-0.98,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0 19 | PARAM_MOUTH_FORM=0 20 | PARAM_MOUTH_OPEN_Y=0,0.004,0.017,0.037,0.06,0.09,0.12,0.16,0.2,0.24,0.27,0.31,0.35,0.38,0.42,0.45,0.47,0.49,0.507,0.517,0.52,0.502,0.46,0.39,0.31,0.23,0.15,0.09,0.04,0.01,0 21 | PARAM_CHEEK=0 22 | PARAM_ARMR_ANGLE_Z=0,-0.001,-0.006,-0.014,-0.026,-0.043,-0.063,-0.09,-0.11,-0.15,-0.18,-0.23,-0.27,-0.31,-0.35,-0.38,-0.41,-0.425,-0.439,-0.447,-0.45,-0.435,-0.39,-0.34,-0.27,-0.2,-0.13,-0.08,-0.04,-0.01,0 23 | PARAM_ARML_ANGLE_Z=0,-0.003,-0.01,-0.022,-0.038,-0.057,-0.08,-0.1,-0.13,-0.15,-0.18,-0.21,-0.24,-0.27,-0.286,-0.301,-0.313,-0.321,-0.326,-0.329,-0.33,-0.319,-0.29,-0.25,-0.2,-0.15,-0.1,-0.06,-0.03,-0.007,0 24 | PARAM_BODY_ANGLE_X=0,-0.09,-0.33,-0.7,-1.19,-1.75,-2.4,-3.08,-3.79,-4.53,-5.28,-6,-6.71,-7.39,-8,-8.57,-9.05,-9.45,-9.74,-9.93,-10,-9.66,-8.75,-7.45,-5.96,-4.42,-2.97,-1.74,-0.8,-0.21,0 25 | PARAM_BODY_ANGLE_Z=0,0.009,0.03,0.07,0.12,0.18,0.24,0.31,0.38,0.45,0.53,0.6,0.67,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,0 26 | PARAM_BODY2_ANGLE_Z=0,0.017,0.07,0.14,0.24,0.35,0.48,0.62,0.76,0.91,1.06,1.2,1.34,1.48,1.6,1.71,1.81,1.89,1.95,1.99,2,1.93,1.75,1.49,1.19,0.88,0.59,0.35,0.16,0.04,0 27 | PARAM_BODY3_ANGLE_Z=0,-0.05,-0.2,-0.42,-0.71,-1.05,-1.44,-1.85,-2.28,-2.72,-3.17,-3.6,-4.03,-4.43,-4.8,-5.14,-5.43,-5.67,-5.85,-5.96,-6,-5.79,-5.25,-4.47,-3.58,-2.65,-1.78,-1.05,-0.48,-0.13,0 28 | PARAM_DM_Z=0 29 | VISIBLE:ROUGH=1 30 | VISIBLE:PARTS_01_FACE_001=1 31 | VISIBLE:PARTS_01_EYE_001=1 32 | VISIBLE:PARTS_01_EYE_BALL_001=1 33 | VISIBLE:PARTS_01_BROW_001=1 34 | VISIBLE:PARTS_01_MOUTH_001=1 35 | VISIBLE:PARTS_01_NOSE_001=1 36 | VISIBLE:PARTS_01_EAR_001=1 37 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 38 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 39 | VISIBLE:PARTS_01_HAIR_BACK_001=1 40 | VISIBLE:PARTS_01_NECK=1 41 | VISIBLE:PARTS_01_BODY=1 42 | VISIBLE:PARTS_01_LEGS=1 43 | VISIBLE:PARTS_01_BACKGROUND=1 44 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /inc/model/33/closet.2016.xmas/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2016.xmas/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2016.xmas/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2016.xmas/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2016.xmas/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2016.xmas/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/33/closet.2016.xmas/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2016.xmas/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.cba-normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.cba-normal/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.cba-normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.cba-normal/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.cba-normal/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.cba-normal/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.cba-super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.cba-super/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.cba-super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.cba-super/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.cba-super/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.cba-super/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.newyear/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.newyear/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.newyear/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.school/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.school/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.school/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.school/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.school/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.school/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.normal/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.normal/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.normal/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.normal/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.normal/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.normal/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.super/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.super/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.super/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.super/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.summer.super/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.summer.super/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.tomo-bukatsu.high/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.tomo-bukatsu.high/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.tomo-bukatsu.high/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.tomo-bukatsu.high/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.tomo-bukatsu.high/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.tomo-bukatsu.high/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.tomo-bukatsu.low/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.tomo-bukatsu.low/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.tomo-bukatsu.low/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.tomo-bukatsu.low/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.tomo-bukatsu.low/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.tomo-bukatsu.low/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.valley/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.valley/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.valley/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.valley/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.valley/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.valley/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.vdays/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.vdays/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.vdays/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.vdays/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2017.vdays/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2017.vdays/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.bls-summer/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.bls-summer/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.bls-summer/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.bls-summer/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.bls-summer/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.bls-summer/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.bls-winter/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.bls-winter/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.bls-winter/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.bls-winter/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.bls-winter/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.bls-winter/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.lover/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.lover/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.lover/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.lover/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.lover/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.lover/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.playwater/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.playwater/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.playwater/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.playwater/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.playwater/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.playwater/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.spring/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.spring/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.spring/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.spring/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2018.spring/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2018.spring/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.bls/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.bls/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.bls/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.bls/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.bls/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.bls/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.deluxe/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.deluxe/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.deluxe/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.deluxe/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.deluxe/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.deluxe/texture_03_1.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.deluxe/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.deluxe/texture_03_2.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.summer/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.summer/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.summer/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.summer/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2019.summer/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2019.summer/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.2020.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2020.newyear/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.2020.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2020.newyear/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.2020.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.2020.newyear/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/closet.default.v2/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.default.v2/texture_01.png -------------------------------------------------------------------------------- /inc/model/33/closet.default.v2/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.default.v2/texture_02.png -------------------------------------------------------------------------------- /inc/model/33/closet.default.v2/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/closet.default.v2/texture_03.png -------------------------------------------------------------------------------- /inc/model/33/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/model/33/texture_00.png -------------------------------------------------------------------------------- /inc/model/api.php: -------------------------------------------------------------------------------- 1 | array("texture_01.png","texture_02.png","texture_03.png"), 17 | "2016.xmas" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), 18 | "2017.cba-normal" => array("texture_01.png","texture_02.png","texture_03.png"), 19 | "2017.cba-super" => array("texture_01.png","texture_02.png","texture_03.png"), 20 | "2017.summer.super" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), 21 | "2017.newyear" => array("texture_01.png","texture_02.png","texture_03.png"), 22 | "2017.school" => array("texture_01.png","texture_02.png","texture_03.png"), 23 | "2017.summer.normal" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), 24 | "2017.tomo-bukatsu.high"=> array("texture_01.png","texture_02.png","texture_03.png"), 25 | "2017.valley" => array("texture_01.png","texture_02.png","texture_03.png"), 26 | "2017.vdays" => array("texture_01.png","texture_02.png","texture_03.png"), 27 | "2017.tomo-bukatsu.low" => array("texture_01.png","texture_02.png","texture_03.png"), 28 | "2018.bls-summer" => array("texture_01.png","texture_02.png","texture_03.png"), 29 | "2018.bls-winter" => array("texture_01.png","texture_02.png","texture_03.png"), 30 | "2018.lover" => array("texture_01.png","texture_02.png","texture_03.png"), 31 | "2018.spring" => array("texture_01.png","texture_02.png","texture_03.png"), 32 | "2019.deluxe" => array("texture_01.png","texture_02.png",array("texture_03_1.png","texture_03_2.png")), 33 | "2019.summer" => array("texture_01.png","texture_02.png","texture_03.png"), 34 | "2019.bls" => array("texture_01.png","texture_02.png","texture_03.png"), 35 | "2020.newyear" => array("texture_01.png","texture_02.png","texture_03.png"), 36 | "2018.playwater" => array("texture_01.png","texture_02.png","texture_03.png") 37 | ); 38 | $modelname = array_keys($modellist); 39 | $modelnum = count($modellist); 40 | if(!$r18) $modelnum -= 1; 41 | if(!is_numeric($id_)) $default_id !== NULL ? $id_ = $default_id : $id_ = mt_rand(1,$modelnum); 42 | //参数转化 43 | $person_ == "22" || $person_ == "33" ? $person = $person_ : $person = ["22","33"][mt_rand(0,1)]; 44 | $id = $id_ % $modelnum; 45 | //生成配置 46 | $modelname = $modelname[$id]; 47 | $live2dcfg = array( 48 | "type" => "Live2D Model Setting", 49 | "name" => $person."-".$modelname, 50 | "label" => $person, 51 | "model" => $person."/".$person.".v2.moc", 52 | "textures" => array( 53 | $person."/texture_00.png", 54 | $person."/closet.".$modelname."/".getTexture($modellist,$modelname,0), 55 | $person."/closet.".$modelname."/".getTexture($modellist,$modelname,1), 56 | $person."/closet.".$modelname."/".getTexture($modellist,$modelname,2) 57 | ), 58 | "hit_areas_custom" => array( 59 | "head_x" => array(-0.35,0.6), 60 | "head_y" => array(0.19,-0.2), 61 | "body_x" => array(-0.3,-0.25), 62 | "body_y" => array(0.3,-0.9) 63 | ), 64 | "layout" => array( 65 | "center_x" => -0.05, 66 | "center_y" => 0.25, 67 | "height" => 2.7 68 | ), 69 | "motions" => array( 70 | "idle" => array( 71 | array( 72 | "file" => $person."/".$person.".v2.idle-01.mtn", 73 | "fade_in" => 2000, 74 | "fade_out" => 2000 75 | ), 76 | array( 77 | "file" => $person."/".$person.".v2.idle-02.mtn", 78 | "fade_in" => 2000, 79 | "fade_out" => 2000 80 | ), 81 | array( 82 | "file" => $person."/".$person.".v2.idle-03.mtn", 83 | "fade_in" => $person == "22" ? 100 : 2000, 84 | "fade_out" => $person == "22" ? 100 : 2000 85 | ) 86 | ), 87 | "tap_body" => array( 88 | array( 89 | "file" => $person."/".$person.".v2.touch.mtn", 90 | "fade_in" => $person == "22" ? 500 : 150, 91 | "fade_out" => $person == "22" ? 200 : 100 92 | ) 93 | ), 94 | "thanking" => array( 95 | array( 96 | "file" => $person."/".$person.".v2.thanking.mtn", 97 | "fade_in" => 2000, 98 | "fade_out" => 2000 99 | ) 100 | ) 101 | ) 102 | ); 103 | //输出内容 104 | header("Content-type: application/json"); 105 | echo json_encode($live2dcfg); 106 | //一些函数 107 | function getTexture($modellist,$modelname,$id){ 108 | $texture = $modellist[$modelname][$id]; 109 | if(is_array($texture)){ 110 | return $texture[mt_rand(0,1)]; 111 | }else{ 112 | return $texture; 113 | } 114 | } 115 | function getParam($key,$default=""){ 116 | return trim($key && is_string($key) ? (isset($_POST[$key]) ? $_POST[$key] : (isset($_GET[$key]) ? $_GET[$key] : $default)) : $default); 117 | } -------------------------------------------------------------------------------- /inc/share.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/single-templates/single-status.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 |
'> 9 | 10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 |
19 |
20 | 35 | 36 |
37 | 38 |
39 | 40 | 45 | -------------------------------------------------------------------------------- /inc/single-templates/single.php: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 |
'> 9 | 10 |
11 |
12 |
13 |

14 | 25 |
26 |
27 | 28 |
29 | 30 | 33 | 34 |
35 |
36 | '.__('打赏','moedog').''; ?> 37 | 38 | '.__('分享','moedog').''; 40 | require_once(get_template_directory().'/inc/share.php'); 41 | } ?> 42 |
43 | 52 |
53 |
54 | 69 | 70 |
71 | 72 |
73 | 74 | 79 | -------------------------------------------------------------------------------- /inc/theme-options/css/media.css: -------------------------------------------------------------------------------- 1 | #emwi-in-upload-ui{margin:1.2em auto;text-align:center}#emwi-in-upload-ui .row1{margin-bottom:.5em}#emwi-media-new-panel{position:absolute;top:0;width:100%;height:100%;margin:0 auto;z-index:999;background-color:#f1f1f1;text-align:left;box-sizing:border-box;padding:2em}.media-modal-content #emwi-media-new-panel{background-color:white}#emwi-media-new-panel .url-row{position:relative;height:2.5em;margin-bottom:1.5em}#emwi-media-new-panel .url-row label{width:13em;line-height:2.5em}#emwi-url-input-wrapper{display:inline-block;position:absolute;left:13em;right:0}#emwi-url{width:100%}#emwi-error{color:red}#emwi-properties{margin-top:1.5em}#emwi-properties label{margin-right:1em}#emwi-width{margin-right:2.5em;width:6em}#emwi-height{margin-right:7em;width:6em}#emwi-type{width:17em}#emwi-buttons-row{margin-top:1.5em;text-align:right}#emwi-buttons-row .spinner{margin-top:4px;margin-right:2em;float:none;visibility:hidden}#emwi-clear{margin-right:2.3em}#emwi-add{margin-right:1.5em} -------------------------------------------------------------------------------- /inc/theme-options/css/optionsframework.css: -------------------------------------------------------------------------------- 1 | #optionsframework { 2 | max-width:840px; 3 | background:#fff; 4 | } 5 | #optionsframework h3 { 6 | cursor: default; 7 | background-color: #f1f1f1; 8 | border-bottom: 1px solid #ddd; 9 | padding: 12px 10px; 10 | margin: 0; 11 | } 12 | #optionsframework p { 13 | margin-bottom:0; 14 | padding-bottom:10px; 15 | } 16 | #optionsframework .section { 17 | padding:10px 10px 0; 18 | } 19 | #optionsframework .group { 20 | padding-bottom:40px; 21 | } 22 | #optionsframework .section .controls { 23 | float: left; 24 | min-width:350px; 25 | width: 54%; 26 | padding-right:2%; 27 | } 28 | #optionsframework .section .explain { 29 | max-width:38%; 30 | float: left; 31 | font-size: 12px; 32 | line-height:16px; 33 | color: #777; 34 | } 35 | #optionsframework .section-checkbox .controls { 36 | width: 98%; 37 | } 38 | #optionsframework .section-checkbox .explain { 39 | max-width:94%; 40 | } 41 | #optionsframework .controls input[type=text] { 42 | width:100%; 43 | } 44 | #optionsframework .controls input[type=text].wp-color-picker { 45 | width: 65px; 46 | } 47 | #optionsframework .controls select, #optionsframework .controls textarea { 48 | margin-bottom:10px; 49 | width:100%; 50 | } 51 | #optionsframework .section-radio label, #optionsframework .section-multicheck label { 52 | float:left; 53 | max-width:90%; 54 | line-height: 16px; 55 | margin-bottom: 5px; 56 | } 57 | #optionsframework input.checkbox, #optionsframework input.of-radio { 58 | margin: 0 10px 5px 0; 59 | float:left; 60 | clear:both; 61 | } 62 | #optionsframework .section-typography .controls { 63 | float:none; 64 | width:auto; 65 | } 66 | #optionsframework .section-typography .explain { 67 | float:none; 68 | width:auto; 69 | } 70 | #optionsframework .controls .of-typography-size { 71 | width:80px; 72 | float:left 73 | } 74 | #optionsframework .controls .of-typography-unit { 75 | width:50px; 76 | margin-left:5px; 77 | float:left 78 | } 79 | #optionsframework .controls .of-typography-face { 80 | width:100px; 81 | margin-left:5px; 82 | float:left 83 | } 84 | #optionsframework .controls .of-typography-style { 85 | width:80px; 86 | margin-left:5px; 87 | margin-right:5px; 88 | float:left 89 | } 90 | #optionsframework .section-typography .wp-picker-container { 91 | margin-top:2px; 92 | } 93 | #optionsframework .of-background-properties { 94 | clear:both; 95 | margin-top: 18px; 96 | } 97 | #optionsframework .controls .of-background-repeat { 98 | width:125px; 99 | margin-right:5px; 100 | float:left 101 | } 102 | #optionsframework .controls .of-background-position { 103 | width:125px; 104 | margin-right:5px; 105 | float:left 106 | } 107 | #optionsframework .controls .of-background-attachment { 108 | width:125px; 109 | margin-right:5px; 110 | float:left 111 | } 112 | #optionsframework .section-background .wp-picker-container { 113 | margin-bottom:10px; 114 | } 115 | #optionsframework .controls .of-radio-img-img { 116 | border:3px solid #f9f9f9; 117 | margin:0 5px 10px 0; 118 | display:none; 119 | cursor:pointer; 120 | float:left; 121 | } 122 | #optionsframework .controls .of-radio-img-selected { 123 | border:3px solid #ccc 124 | } 125 | #optionsframework .controls .of-radio-img-img:hover { 126 | opacity:.8; 127 | } 128 | #optionsframework .controls .of-border-width { 129 | width:80px; 130 | float:left 131 | } 132 | #optionsframework .controls .of-border-style { 133 | width:120px; 134 | float:left 135 | } 136 | #optionsframework .hide { 137 | display:none; 138 | } 139 | #optionsframework .of-option-image { 140 | max-width:340px; 141 | margin:3px 0 18px 0; 142 | } 143 | #optionsframework .mini .controls select, #optionsframework .section .mini .controls { 144 | width: 140px; 145 | } 146 | #optionsframework .mini .controls input, #optionsframework .mini .controls { 147 | min-width:140px; 148 | width: 140px; 149 | } 150 | #optionsframework .mini .explain { 151 | max-width:74%; 152 | } 153 | #optionsframework .section-editor .explain { 154 | max-width: 98%; 155 | float:none; 156 | margin-bottom:5px; 157 | } 158 | #optionsframework .controls input.upload { 159 | width:80%; 160 | } 161 | #optionsframework .screenshot { 162 | float:left; 163 | margin-left:1px; 164 | position:relative; 165 | width:344px; 166 | margin-top:3px; 167 | } 168 | #optionsframework .screenshot img { 169 | background:#fafafa; 170 | border-color:#ccc #eee #eee #ccc; 171 | border-style:solid; 172 | border-width:1px; 173 | float:left; 174 | max-width:334px; 175 | padding:4px; 176 | margin-bottom:10px; 177 | } 178 | #optionsframework .screenshot .remove-image { 179 | background:url("../images/ico-delete.png") no-repeat; 180 | border:medium none; 181 | bottom:4px; 182 | display:block; 183 | float:left; 184 | height:16px; 185 | padding:0; 186 | position:absolute; 187 | left:-4px; 188 | text-indent:-9999px; 189 | width:16px; 190 | } 191 | #optionsframework .screenshot .no_image .file_link { 192 | margin-left: 20px; 193 | } 194 | #optionsframework .screenshot .no_image .remove-button { 195 | bottom: 0px; 196 | } 197 | #optionsframework .reset-button { 198 | float:left; 199 | cursor:pointer; 200 | } 201 | #optionsframework-submit { 202 | padding: 7px 10px; 203 | border-top: 1px solid #ddd; 204 | background-color: #f1f1f1; 205 | } 206 | #optionsframework .button-primary { 207 | float:right; 208 | } 209 | #optionsframework .section:after { 210 | content: ""; 211 | display: table; 212 | } 213 | #optionsframework .section:after { 214 | clear: both; 215 | } -------------------------------------------------------------------------------- /inc/theme-options/images/col-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/theme-options/images/col-left.png -------------------------------------------------------------------------------- /inc/theme-options/images/col-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/theme-options/images/col-right.png -------------------------------------------------------------------------------- /inc/theme-options/images/col.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/theme-options/images/col.png -------------------------------------------------------------------------------- /inc/theme-options/images/ico-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/theme-options/images/ico-delete.png -------------------------------------------------------------------------------- /inc/theme-options/images/new-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/theme-options/images/new-layout.png -------------------------------------------------------------------------------- /inc/theme-options/images/old-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/inc/theme-options/images/old-layout.png -------------------------------------------------------------------------------- /inc/theme-options/includes/class-options-framework.php: -------------------------------------------------------------------------------- 1 | get_option_name(); 9 | $output = ''; 10 | $id = ''; 11 | $class = ''; 12 | $int = ''; 13 | $value = ''; 14 | $name = ''; 15 | $id = strip_tags( strtolower( $_id ) ); 16 | if ( $_value != '' && $value == '' ) { 17 | $value = $_value; 18 | } 19 | if ($_name != '') { 20 | $name = $_name; 21 | } 22 | else { 23 | $name = $option_name.'['.$id.']'; 24 | } 25 | if ( $value ) { 26 | $class = ' has-file'; 27 | } 28 | $output .= '' . "\n"; 29 | if ( function_exists( 'wp_enqueue_media' ) ) { 30 | if ( ( $value == '' ) ) { 31 | $output .= '' . "\n"; 32 | } else { 33 | $output .= '' . "\n"; 34 | } 35 | } else { 36 | $output .= '

' . __( '请更新您的 WordPress 版本以获取完整的媒体文件支持。', 'moedog' ) . '

'; 37 | } 38 | if ( $_desc != '' ) { 39 | $output .= '' . $_desc . '' . "\n"; 40 | } 41 | $output .= '
' . "\n"; 42 | if ( $value != '' ) { 43 | $remove = 'Remove'; 44 | $image = preg_match( '/(^.*\.jpg|jpeg|png|gif|ico*)/i', $value ); 45 | if ( $image ) { 46 | $output .= '' . $remove; 47 | } else { 48 | $parts = explode( "/", $value ); 49 | for( $i = 0; $i < sizeof( $parts ); ++$i ) { 50 | $title = $parts[$i]; 51 | } 52 | $output .= ''; 53 | $title = __( '查看文件', 'moedog' ); 54 | $output .= ''; 55 | } 56 | } 57 | $output .= '
' . "\n"; 58 | return $output; 59 | } 60 | function optionsframework_media_scripts( $hook ) { 61 | $menu = Options_Framework_Admin::menu_settings(); 62 | if ( substr( $hook, -strlen( $menu['menu_slug'] ) ) !== $menu['menu_slug'] ) 63 | return; 64 | if ( function_exists( 'wp_enqueue_media' ) ) 65 | wp_enqueue_media(); 66 | wp_register_script( 'of-media-uploader', OPTIONS_FRAMEWORK_DIRECTORY .'js/media-uploader.js', array( 'jquery' ), Options_Framework::VERSION ); 67 | wp_enqueue_script( 'of-media-uploader' ); 68 | wp_localize_script( 'of-media-uploader', 'optionsframework_l10n', array( 69 | 'upload' => __( '上传', 'moedog' ), 70 | 'remove' => __( '移除', 'moedog' ) 71 | ) ); 72 | } 73 | } -------------------------------------------------------------------------------- /inc/theme-options/js/media-uploader.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function($){ 2 | var optionsframework_upload; 3 | var optionsframework_selector; 4 | function optionsframework_add_file(event, selector) { 5 | var upload = $(".uploaded-file"), frame; 6 | var $el = $(this); 7 | optionsframework_selector = selector; 8 | event.preventDefault(); 9 | if ( optionsframework_upload ) { 10 | optionsframework_upload.open(); 11 | } else { 12 | optionsframework_upload = wp.media.frames.optionsframework_upload = wp.media({ 13 | title: $el.data('choose'), 14 | button: { 15 | text: $el.data('update'), 16 | close: false 17 | } 18 | }); 19 | optionsframework_upload.on( 'select', function() { 20 | var attachment = optionsframework_upload.state().get('selection').first(); 21 | optionsframework_upload.close(); 22 | optionsframework_selector.find('.upload').val(attachment.attributes.url); 23 | if ( attachment.attributes.type == 'image' ) { 24 | optionsframework_selector.find('.screenshot').empty().hide().append('Remove').slideDown('fast'); 25 | } 26 | optionsframework_selector.find('.upload-button').unbind().addClass('remove-file').removeClass('upload-button').val(optionsframework_l10n.remove); 27 | optionsframework_selector.find('.of-background-properties').slideDown(); 28 | optionsframework_selector.find('.remove-image, .remove-file').on('click', function() { 29 | optionsframework_remove_file( $(this).parents('.section') ); 30 | }); 31 | }); 32 | } 33 | optionsframework_upload.open(); 34 | } 35 | function optionsframework_remove_file(selector) { 36 | selector.find('.remove-image').hide(); 37 | selector.find('.upload').val(''); 38 | selector.find('.of-background-properties').hide(); 39 | selector.find('.screenshot').slideUp(); 40 | selector.find('.remove-file').unbind().addClass('upload-button').removeClass('remove-file').val(optionsframework_l10n.upload); 41 | if ( $('.section-upload .upload-notice').length > 0 ) { 42 | $('.upload-button').remove(); 43 | } 44 | selector.find('.upload-button').on('click', function(event) { 45 | optionsframework_add_file(event, $(this).parents('.section')); 46 | }); 47 | } 48 | $('.remove-image, .remove-file').on('click', function() { 49 | optionsframework_remove_file( $(this).parents('.section') ); 50 | }); 51 | $('.upload-button').click( function( event ) { 52 | optionsframework_add_file(event, $(this).parents('.section')); 53 | }); 54 | }); -------------------------------------------------------------------------------- /inc/theme-options/js/media.js: -------------------------------------------------------------------------------- 1 | jQuery(function($){var isAdding=false;function clear(){$("#emwi-url").val("");$("#emwi-hidden").hide();$("#emwi-error").text("");$("#emwi-width").val("");$("#emwi-height").val("");$("#emwi-mime-type").val("")}$("body").on("click","#emwi-clear",function(e){clear()});$("body").on("click","#emwi-show",function(e){$("#emwi-media-new-panel").show();e.preventDefault()});$("body").on("click","#emwi-in-upload-ui #emwi-add",function(e){if(isAdding){return}isAdding=true;$("#emwi-in-upload-ui #emwi-add").prop("disabled",true);var postData={"url":$("#emwi-url").val(),"width":$("#emwi-width").val(),"height":$("#emwi-height").val(),"mime-type":$("#emwi-mime-type").val()};wp.media.post("add_external_media_without_import",postData).done(function(response){var attachment=wp.media.model.Attachment.create(response);attachment.fetch();var frame=wp.media.frame||wp.media.library;if(frame){frame.content.mode("browse");var library=frame.state().get("library")||frame.library;library.add(attachment?[attachment]:[]);if(wp.media.frame._state!="library"){var selection=frame.state().get("selection");if(selection){selection.add(attachment)}}}clear();$("#emwi-hidden").hide();$("#emwi-buttons-row .spinner").css("visibility","hidden");$("#emwi-in-upload-ui #emwi-add").prop("disabled",false);isAdding=false}).fail(function(response){$("#emwi-error").text(response["error"]);$("#emwi-width").val(response["width"]);$("#emwi-height").val(response["height"]);$("#emwi-mime-type").val(response["mime-type"]);$("#emwi-hidden").show();$("#emwi-buttons-row .spinner").css("visibility","hidden");$("#emwi-in-upload-ui #emwi-add").prop("disabled",false);isAdding=false});e.preventDefault();$("#emwi-buttons-row .spinner").css("visibility","visible")});$("body").on("click","#emwi-in-upload-ui #emwi-cancel",function(e){clear();$("#emwi-media-new-panel").hide();$("#emwi-buttons-row .spinner").css("visibility","hidden");$("#emwi-in-upload-ui #emwi-add").prop("disabled",false);isAdding=false;e.preventDefault()})}); -------------------------------------------------------------------------------- /inc/theme-options/js/options-custom.js: -------------------------------------------------------------------------------- 1 | jQuery(document).ready(function($) { 2 | $('.of-color').wpColorPicker(); 3 | $('.of-radio-img-img').click(function(){ 4 | $(this).parent().parent().find('.of-radio-img-img').removeClass('of-radio-img-selected'); 5 | $(this).addClass('of-radio-img-selected'); 6 | }); 7 | $('.of-radio-img-label').hide(); 8 | $('.of-radio-img-img').show(); 9 | $('.of-radio-img-radio').hide(); 10 | if ( $('.nav-tab-wrapper').length > 0 ) { 11 | options_framework_tabs(); 12 | } 13 | function options_framework_tabs() { 14 | var $group = $('.group'), 15 | $navtabs = $('.nav-tab-wrapper a'), 16 | active_tab = ''; 17 | $group.hide(); 18 | if ( typeof(localStorage) != 'undefined' ) { 19 | active_tab = localStorage.getItem('active_tab'); 20 | } 21 | if ( active_tab != '' && $(active_tab).length ) { 22 | $(active_tab).fadeIn(); 23 | $(active_tab + '-tab').addClass('nav-tab-active'); 24 | } else { 25 | $('.group:first').fadeIn(); 26 | $('.nav-tab-wrapper a:first').addClass('nav-tab-active'); 27 | } 28 | $navtabs.click(function(e) { 29 | e.preventDefault(); 30 | $navtabs.removeClass('nav-tab-active'); 31 | $(this).addClass('nav-tab-active').blur(); 32 | if (typeof(localStorage) != 'undefined' ) { 33 | localStorage.setItem('active_tab', $(this).attr('href') ); 34 | } 35 | var selected = $(this).attr('href'); 36 | $group.hide(); 37 | $(selected).fadeIn(); 38 | }); 39 | } 40 | }); -------------------------------------------------------------------------------- /inc/theme-options/options-framework.php: -------------------------------------------------------------------------------- 1 | init(); 17 | $options_framework_media_uploader = new Options_Framework_Media_Uploader; 18 | $options_framework_media_uploader->init(); 19 | } 20 | add_action( 'init', 'optionsframework_init', 20 ); 21 | endif; 22 | if ( ! function_exists( 'kratos_option' ) ) : 23 | function kratos_option( $name, $default = false ) { 24 | $option_name = ''; 25 | if ( function_exists( 'optionsframework_option_name' ) ) { 26 | $option_name = optionsframework_option_name(); 27 | } 28 | if ( '' == $option_name ) { 29 | $option_name = get_option( 'stylesheet' ); 30 | $option_name = preg_replace( "/\W/", "_", strtolower( $option_name ) ); 31 | } 32 | $options = get_option( $option_name ); 33 | if ( isset( $options[$name] ) ) { 34 | return $options[$name]; 35 | } 36 | return $default; 37 | } 38 | endif; -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 | 10 | 11 |
12 | 16 |
17 |

18 |

19 |
20 | 23 |
24 |

25 |

26 |
27 | 29 |
30 |

31 |
32 | 39 |
40 |

41 |
42 | 44 |
45 | 46 | 51 | 52 |
53 |
54 |
55 | -------------------------------------------------------------------------------- /languages/en_US.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/languages/en_US.mo -------------------------------------------------------------------------------- /languages/ru_RU.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/languages/ru_RU.mo -------------------------------------------------------------------------------- /languages/zh_TW.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/languages/zh_TW.mo -------------------------------------------------------------------------------- /page.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 | 10 | 11 |
'> 12 | 13 |
14 |
15 |
16 |

17 |
18 |
19 | 20 | 23 | 24 | 25 |
26 |
'.__('打赏','moedog').''; 28 | if(kratos_option('page_share')){ 29 | echo ''; 30 | require_once(get_template_directory().'/inc/share.php'); 31 | } ?> 32 |
33 |
34 | 35 |
36 | 37 |
38 | 39 |
40 | 41 | 46 | 47 |
'); ?>
49 |
50 |
51 | -------------------------------------------------------------------------------- /pages/page-archives.php: -------------------------------------------------------------------------------- 1 | 'px', 7 | 'smallest'=>14, 8 | 'largest'=>14, 9 | 'number'=>25, 10 | 'format'=>'flat', 11 | 'orderby'=>'cont', 12 | 'order'=>'RAND', 13 | 'echo'=>FALSE 14 | )); 15 | $the_query = new WP_Query('posts_per_page=-1&ignore_sticky_posts=1'); 16 | $year=0; $output=""; 17 | while($the_query->have_posts()): 18 | $the_query->the_post(); 19 | $year_tmp = get_the_time('Y'); 20 | if($year!=$year_tmp){ 21 | $year = $year_tmp; 22 | $output .= '

'.$year.'

'; 23 | } 24 | $output .= '

'; 25 | endwhile; 26 | get_header(); ?> 27 |
28 |
29 | 30 | 35 | 36 |
'> 37 | 38 |
39 |
40 |
41 |
42 |

43 |

publish;_e('篇公开日志,','moedog');echo wp_count_posts('page')->publish;_e('个公开页面。 (゜-゜)つロ 干杯~','moedog'); ?>

44 |
45 |

46 |
47 | 48 |
49 |
50 |

51 |
52 | 53 |
54 |
55 |
56 |
57 | 58 |
59 |
'.__('打赏','moedog').''; 61 | if(kratos_option('page_share')){ 62 | echo ''; 63 | require_once(get_template_directory().'/inc/share.php'); 64 | } ?> 65 |
66 |
67 | 68 |
69 | 70 |
71 | 72 |
73 | 74 | 79 | 80 |
81 |
82 |
83 | -------------------------------------------------------------------------------- /pages/page-link.php: -------------------------------------------------------------------------------- 1 | 6 |
7 |
8 | 9 | 14 | 15 |
'> 16 | 17 |
18 |
19 |
20 |

21 |

22 |
23 |
24 |
    'rand')); 26 | if(!empty($bookmarks)){ 27 | foreach($bookmarks as $bookmark){ 28 | $friendimg = $bookmark->link_image; 29 | if(empty($friendimg)) $friendimg = get_stylesheet_directory_uri().'/static/images/avatar.png'; 30 | echo '
  • '.$bookmark->link_name.'

    '.$bookmark->link_description.'

  • '; 31 | } 32 | } ?> 33 |
34 |
35 |
36 | 37 |
38 |
39 | 40 |
41 | 42 |
43 | 44 | 49 | 50 |
'); ?>
52 |
53 | 54 | -------------------------------------------------------------------------------- /pages/page-links.php: -------------------------------------------------------------------------------- 1 | 6 |
7 |
8 | 9 | 14 | 15 |
'> 16 | 17 |
18 |
19 |
20 |

21 |
22 |
23 | 34 |
35 |
36 |

37 |

38 |
39 |
40 |
    'rand')); 42 | if(!empty($bookmarks)){ 43 | foreach($bookmarks as $bookmark){ 44 | if($bookmark->link_rel == 'me') continue; 45 | $friendimg = $bookmark->link_image; 46 | if(empty($friendimg)) $friendimg = get_stylesheet_directory_uri().'/static/images/avatar.png'; 47 | echo '
  • '.$bookmark->link_name.'

    '.$bookmark->link_description.'

  • '; 48 | } 49 | } ?> 50 |
51 |
52 |
53 | 54 |
55 |
56 | 57 |
58 | 59 |
60 | 61 | 66 | 67 |
'); ?>
69 |
70 | 71 | -------------------------------------------------------------------------------- /pages/page-notitle.php: -------------------------------------------------------------------------------- 1 | 6 |
7 |
8 | 9 | 14 | 15 |
'> 16 | 17 |
18 |
19 |
20 | 21 | 24 | 25 | 26 |
27 |
'.__('打赏','moedog').''; 29 | if(kratos_option('page_share')){ 30 | echo ''; 31 | require_once(get_template_directory().'/inc/share.php'); 32 | } ?> 33 |
34 |
35 | 36 |
37 | 38 |
39 | 40 |
41 | 42 | 47 | 48 |
'); ?>
50 |
51 | 52 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/screenshot.png -------------------------------------------------------------------------------- /single.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 |
'); ?>
7 |
8 | 9 | -------------------------------------------------------------------------------- /static/css/customlogin.min.css: -------------------------------------------------------------------------------- 1 | body,textarea{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,opensans,Optima,"Microsoft Yahei",sans-serif!important} 2 | input{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,opensans,Optima,"Microsoft Yahei",sans-serif!important} 3 | ::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#bbb}::-webkit-scrollbar-thumb:hover{background:#aaa} 4 | .login-action-login #login h1{height:24%} 5 | .login-action-register #login h1{height:13%} 6 | .login-action-lostpassword #login h1{height:24%} 7 | .login-action-rp #login h1{height:20%} 8 | .login-action-resetpass #login h1{height:30%} 9 | .login .password-input-wrapper{display:block} 10 | .login .password-input-wrapper .password-input{width:86%!important} 11 | .login .password-input-wrapper .button.button-secondary{display:block;border-radius:0;position:absolute;height:37px;right:45px;margin-top:-53px;padding:8px} 12 | #login{width:320px;background:rgba(0,0,0,.2);padding:0 20px 0 20px;top:0;right:15%;position:fixed;box-shadow:0 0 5px 0 #333;height:100%;overflow-y:auto} 13 | @media(max-width:782px){.login .password-input-wrapper .button.button-secondary{right:0}} 14 | @media(max-width:470px){#login{right:0;left:0}} 15 | #login h1{position:relative;margin-bottom:20px} 16 | #login h1 a{background-size:200px 50px;background-position:top center;background-repeat:no-repeat;width:200px;margin:auto;height:50px;text-indent:-9999px;overflow:hidden;position:absolute;bottom:0;left:0;right:0;display:block} 17 | #login .description,#nav,#reg_passmail{color:#FFF} 18 | #login label{color:#FFF;font-size:14px} 19 | #login form{padding:24px;font-weight:400;background:rgba(255,255,255,.2);border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:#000 0 0 10px -1px} 20 | #login form .input,.login input[type=text]{color:#555;font-weight:200;font-size:17px;text-indent:3px;line-height:1.4;width:100%;padding:5px;margin-top:2px;margin-right:6px;margin-bottom:16px;border:2px solid #DCE4EC;background:#FFF!important;outline:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none} 21 | .login-action-register #login form .input,.login input[type=text]{margin-bottom:10px} 22 | #login form .forgetmenot{font-weight:400;float:none;margin-top:-10px} 23 | #login form#registerform p.submit{margin:-38px 0 30px} 24 | #login .button-primary{font-size:14px!important;font-weight:700;border-radius:0} 25 | #login #nav{text-shadow:none;margin:16px 20px 0 0;padding:0} 26 | #login #backtoblog{text-shadow:none;margin:16px 0 40px 16px;padding:0} 27 | #login #backtoblog{float:left} 28 | #login .privacy-policy-page-link{display:none} 29 | #login #nav{float:right} 30 | #login #backtoblog a,.login #nav a{color:#FFF!important;text-decoration:none} 31 | #login #backtoblog a:hover,.login #nav a:hover{color:rgba(91,157,217,1)!important;text-decoration:none} 32 | #login .message,div.updated{background-color:#E0FFE1;border-color:#ACE655} -------------------------------------------------------------------------------- /static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/images/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/about.jpg -------------------------------------------------------------------------------- /static/images/alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/alipay.png -------------------------------------------------------------------------------- /static/images/alipayqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/alipayqr.png -------------------------------------------------------------------------------- /static/images/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/arrow.png -------------------------------------------------------------------------------- /static/images/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/avatar.png -------------------------------------------------------------------------------- /static/images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/background.jpg -------------------------------------------------------------------------------- /static/images/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/comment.png -------------------------------------------------------------------------------- /static/images/cursor.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/cursor.cur -------------------------------------------------------------------------------- /static/images/default-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/default-logo.png -------------------------------------------------------------------------------- /static/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/favicon.ico -------------------------------------------------------------------------------- /static/images/fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/fingerprint.png -------------------------------------------------------------------------------- /static/images/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/icon-ext.png -------------------------------------------------------------------------------- /static/images/icon-police.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/icon-police.png -------------------------------------------------------------------------------- /static/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/icon.png -------------------------------------------------------------------------------- /static/images/index_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/index_image.png -------------------------------------------------------------------------------- /static/images/locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/locked.gif -------------------------------------------------------------------------------- /static/images/move.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/move.cur -------------------------------------------------------------------------------- /static/images/photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/photo.jpg -------------------------------------------------------------------------------- /static/images/pointer.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/pointer.cur -------------------------------------------------------------------------------- /static/images/smilies/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/a.png -------------------------------------------------------------------------------- /static/images/smilies/aixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/aixin.png -------------------------------------------------------------------------------- /static/images/smilies/bad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/bad.png -------------------------------------------------------------------------------- /static/images/smilies/bishi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/bishi.png -------------------------------------------------------------------------------- /static/images/smilies/bugaoxing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/bugaoxing.png -------------------------------------------------------------------------------- /static/images/smilies/bulb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/bulb.png -------------------------------------------------------------------------------- /static/images/smilies/caihong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/caihong.png -------------------------------------------------------------------------------- /static/images/smilies/cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/cake.png -------------------------------------------------------------------------------- /static/images/smilies/cup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/cup.png -------------------------------------------------------------------------------- /static/images/smilies/good.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/good.png -------------------------------------------------------------------------------- /static/images/smilies/guai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/guai.png -------------------------------------------------------------------------------- /static/images/smilies/haha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/haha.png -------------------------------------------------------------------------------- /static/images/smilies/haha2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/haha2.png -------------------------------------------------------------------------------- /static/images/smilies/hahaha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/hahaha.png -------------------------------------------------------------------------------- /static/images/smilies/han.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/han.png -------------------------------------------------------------------------------- /static/images/smilies/hehe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/hehe.png -------------------------------------------------------------------------------- /static/images/smilies/heixian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/heixian.png -------------------------------------------------------------------------------- /static/images/smilies/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/hu.png -------------------------------------------------------------------------------- /static/images/smilies/huaji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji.png -------------------------------------------------------------------------------- /static/images/smilies/huaji10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji10.png -------------------------------------------------------------------------------- /static/images/smilies/huaji11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji11.png -------------------------------------------------------------------------------- /static/images/smilies/huaji12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji12.png -------------------------------------------------------------------------------- /static/images/smilies/huaji13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji13.png -------------------------------------------------------------------------------- /static/images/smilies/huaji14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji14.png -------------------------------------------------------------------------------- /static/images/smilies/huaji15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji15.png -------------------------------------------------------------------------------- /static/images/smilies/huaji16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji16.gif -------------------------------------------------------------------------------- /static/images/smilies/huaji16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji16.png -------------------------------------------------------------------------------- /static/images/smilies/huaji17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji17.png -------------------------------------------------------------------------------- /static/images/smilies/huaji18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji18.png -------------------------------------------------------------------------------- /static/images/smilies/huaji19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji19.png -------------------------------------------------------------------------------- /static/images/smilies/huaji2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji2.png -------------------------------------------------------------------------------- /static/images/smilies/huaji20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji20.gif -------------------------------------------------------------------------------- /static/images/smilies/huaji20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji20.png -------------------------------------------------------------------------------- /static/images/smilies/huaji21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji21.gif -------------------------------------------------------------------------------- /static/images/smilies/huaji21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji21.png -------------------------------------------------------------------------------- /static/images/smilies/huaji22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji22.png -------------------------------------------------------------------------------- /static/images/smilies/huaji23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji23.png -------------------------------------------------------------------------------- /static/images/smilies/huaji3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji3.gif -------------------------------------------------------------------------------- /static/images/smilies/huaji3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji3.png -------------------------------------------------------------------------------- /static/images/smilies/huaji4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji4.png -------------------------------------------------------------------------------- /static/images/smilies/huaji5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji5.gif -------------------------------------------------------------------------------- /static/images/smilies/huaji5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji5.png -------------------------------------------------------------------------------- /static/images/smilies/huaji6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji6.png -------------------------------------------------------------------------------- /static/images/smilies/huaji7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji7.png -------------------------------------------------------------------------------- /static/images/smilies/huaji8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji8.png -------------------------------------------------------------------------------- /static/images/smilies/huaji9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaji9.png -------------------------------------------------------------------------------- /static/images/smilies/huaxin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/huaxin.png -------------------------------------------------------------------------------- /static/images/smilies/jingku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/jingku.png -------------------------------------------------------------------------------- /static/images/smilies/jingya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/jingya.png -------------------------------------------------------------------------------- /static/images/smilies/kaixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/kaixin.png -------------------------------------------------------------------------------- /static/images/smilies/ku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/ku.png -------------------------------------------------------------------------------- /static/images/smilies/kuanghan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/kuanghan.png -------------------------------------------------------------------------------- /static/images/smilies/lei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/lei.png -------------------------------------------------------------------------------- /static/images/smilies/leng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/leng.png -------------------------------------------------------------------------------- /static/images/smilies/liwu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/liwu.png -------------------------------------------------------------------------------- /static/images/smilies/meigui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/meigui.png -------------------------------------------------------------------------------- /static/images/smilies/meng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/meng.png -------------------------------------------------------------------------------- /static/images/smilies/mianqiang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/mianqiang.png -------------------------------------------------------------------------------- /static/images/smilies/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/money.png -------------------------------------------------------------------------------- /static/images/smilies/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/music.png -------------------------------------------------------------------------------- /static/images/smilies/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/nu.png -------------------------------------------------------------------------------- /static/images/smilies/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/ok.png -------------------------------------------------------------------------------- /static/images/smilies/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/pen.png -------------------------------------------------------------------------------- /static/images/smilies/qian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/qian.png -------------------------------------------------------------------------------- /static/images/smilies/shengqi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/shengqi.png -------------------------------------------------------------------------------- /static/images/smilies/shuijiao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/shuijiao.png -------------------------------------------------------------------------------- /static/images/smilies/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/stop.png -------------------------------------------------------------------------------- /static/images/smilies/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/sun.png -------------------------------------------------------------------------------- /static/images/smilies/taikaixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/taikaixin.png -------------------------------------------------------------------------------- /static/images/smilies/tu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/tu.png -------------------------------------------------------------------------------- /static/images/smilies/tushe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/tushe.png -------------------------------------------------------------------------------- /static/images/smilies/weiqv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/weiqv.png -------------------------------------------------------------------------------- /static/images/smilies/win.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/win.png -------------------------------------------------------------------------------- /static/images/smilies/xiaoyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/xiaoyan.png -------------------------------------------------------------------------------- /static/images/smilies/xinsui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/xinsui.png -------------------------------------------------------------------------------- /static/images/smilies/xxyl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/xxyl.png -------------------------------------------------------------------------------- /static/images/smilies/yi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/yi.png -------------------------------------------------------------------------------- /static/images/smilies/yinxian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/yinxian.png -------------------------------------------------------------------------------- /static/images/smilies/yiwen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/yiwen.png -------------------------------------------------------------------------------- /static/images/smilies/zhenbang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/smilies/zhenbang.png -------------------------------------------------------------------------------- /static/images/sticky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/sticky.png -------------------------------------------------------------------------------- /static/images/thumb/thumb_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_1.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_10.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_11.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_12.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_13.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_14.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_15.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_16.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_17.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_18.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_19.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_2.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_20.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_3.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_4.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_5.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_6.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_7.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_8.jpg -------------------------------------------------------------------------------- /static/images/thumb/thumb_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/thumb/thumb_9.jpg -------------------------------------------------------------------------------- /static/images/ua/360se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/360se.png -------------------------------------------------------------------------------- /static/images/ua/android-webkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/android-webkit.png -------------------------------------------------------------------------------- /static/images/ua/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/android.png -------------------------------------------------------------------------------- /static/images/ua/archlinux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/archlinux.png -------------------------------------------------------------------------------- /static/images/ua/baidubrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/baidubrowser.png -------------------------------------------------------------------------------- /static/images/ua/baiduspark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/baiduspark.png -------------------------------------------------------------------------------- /static/images/ua/centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/centos.png -------------------------------------------------------------------------------- /static/images/ua/chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/chrome.png -------------------------------------------------------------------------------- /static/images/ua/chromeplus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/chromeplus.png -------------------------------------------------------------------------------- /static/images/ua/chromium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/chromium.png -------------------------------------------------------------------------------- /static/images/ua/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/debian.png -------------------------------------------------------------------------------- /static/images/ua/edubuntu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/edubuntu-1.png -------------------------------------------------------------------------------- /static/images/ua/edubuntu-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/edubuntu-2.png -------------------------------------------------------------------------------- /static/images/ua/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/firefox.png -------------------------------------------------------------------------------- /static/images/ua/firefoxdevpre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/firefoxdevpre.png -------------------------------------------------------------------------------- /static/images/ua/freebsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/freebsd.png -------------------------------------------------------------------------------- /static/images/ua/galaxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/galaxy.png -------------------------------------------------------------------------------- /static/images/ua/gobrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/gobrowser.png -------------------------------------------------------------------------------- /static/images/ua/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/google.png -------------------------------------------------------------------------------- /static/images/ua/greenbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/greenbrowser.png -------------------------------------------------------------------------------- /static/images/ua/ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ipad.png -------------------------------------------------------------------------------- /static/images/ua/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/iphone.png -------------------------------------------------------------------------------- /static/images/ua/kubuntu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/kubuntu-1.png -------------------------------------------------------------------------------- /static/images/ua/kubuntu-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/kubuntu-2.png -------------------------------------------------------------------------------- /static/images/ua/linuxmint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/linuxmint.png -------------------------------------------------------------------------------- /static/images/ua/lubuntu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/lubuntu-1.png -------------------------------------------------------------------------------- /static/images/ua/lubuntu-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/lubuntu-2.png -------------------------------------------------------------------------------- /static/images/ua/mac-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/mac-1.png -------------------------------------------------------------------------------- /static/images/ua/mac-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/mac-2.png -------------------------------------------------------------------------------- /static/images/ua/mac-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/mac-3.png -------------------------------------------------------------------------------- /static/images/ua/maemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/maemo.png -------------------------------------------------------------------------------- /static/images/ua/minibrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/minibrowser.png -------------------------------------------------------------------------------- /static/images/ua/minimo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/minimo.png -------------------------------------------------------------------------------- /static/images/ua/miuibrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/miuibrowser.png -------------------------------------------------------------------------------- /static/images/ua/mosaic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/mosaic.png -------------------------------------------------------------------------------- /static/images/ua/mozilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/mozilla.png -------------------------------------------------------------------------------- /static/images/ua/msedge12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/msedge12.png -------------------------------------------------------------------------------- /static/images/ua/msie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/msie.png -------------------------------------------------------------------------------- /static/images/ua/netbsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/netbsd.png -------------------------------------------------------------------------------- /static/images/ua/nokia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/nokia.png -------------------------------------------------------------------------------- /static/images/ua/nova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/nova.png -------------------------------------------------------------------------------- /static/images/ua/onebrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/onebrowser.png -------------------------------------------------------------------------------- /static/images/ua/openbsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/openbsd.png -------------------------------------------------------------------------------- /static/images/ua/openwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/openwave.png -------------------------------------------------------------------------------- /static/images/ua/opera-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/opera-1.png -------------------------------------------------------------------------------- /static/images/ua/opera-2-developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/opera-2-developer.png -------------------------------------------------------------------------------- /static/images/ua/opera-2-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/opera-2-next.png -------------------------------------------------------------------------------- /static/images/ua/opera-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/opera-2.png -------------------------------------------------------------------------------- /static/images/ua/opera-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/opera-3.png -------------------------------------------------------------------------------- /static/images/ua/qqbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/qqbrowser.png -------------------------------------------------------------------------------- /static/images/ua/red-hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/red-hat.png -------------------------------------------------------------------------------- /static/images/ua/s60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/s60.png -------------------------------------------------------------------------------- /static/images/ua/safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/safari.png -------------------------------------------------------------------------------- /static/images/ua/samsung.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/samsung.png -------------------------------------------------------------------------------- /static/images/ua/seamonkey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/seamonkey.png -------------------------------------------------------------------------------- /static/images/ua/slimbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/slimbrowser.png -------------------------------------------------------------------------------- /static/images/ua/sogou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/sogou.png -------------------------------------------------------------------------------- /static/images/ua/songbird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/songbird.png -------------------------------------------------------------------------------- /static/images/ua/theworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/theworld.png -------------------------------------------------------------------------------- /static/images/ua/thunderbird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/thunderbird.png -------------------------------------------------------------------------------- /static/images/ua/tt-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/tt-explorer.png -------------------------------------------------------------------------------- /static/images/ua/ubrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ubrowser.png -------------------------------------------------------------------------------- /static/images/ua/ubuntu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ubuntu-1.png -------------------------------------------------------------------------------- /static/images/ua/ubuntu-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ubuntu-2.png -------------------------------------------------------------------------------- /static/images/ua/ubuntuwebbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ubuntuwebbrowser.png -------------------------------------------------------------------------------- /static/images/ua/ucbrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ucbrowser.png -------------------------------------------------------------------------------- /static/images/ua/ucweb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ucweb.png -------------------------------------------------------------------------------- /static/images/ua/ultrabrowser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/ultrabrowser.png -------------------------------------------------------------------------------- /static/images/ua/unix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/unix.png -------------------------------------------------------------------------------- /static/images/ua/webexplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/webexplorer.png -------------------------------------------------------------------------------- /static/images/ua/win-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-1.png -------------------------------------------------------------------------------- /static/images/ua/win-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-2.png -------------------------------------------------------------------------------- /static/images/ua/win-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-3.png -------------------------------------------------------------------------------- /static/images/ua/win-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-4.png -------------------------------------------------------------------------------- /static/images/ua/win-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-5.png -------------------------------------------------------------------------------- /static/images/ua/win-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-6.png -------------------------------------------------------------------------------- /static/images/ua/win-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/win-phone.png -------------------------------------------------------------------------------- /static/images/ua/windowsphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/windowsphone.png -------------------------------------------------------------------------------- /static/images/ua/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/wordpress.png -------------------------------------------------------------------------------- /static/images/ua/wp10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/wp10.png -------------------------------------------------------------------------------- /static/images/ua/wp7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/wp7.png -------------------------------------------------------------------------------- /static/images/ua/xubuntu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/xubuntu-1.png -------------------------------------------------------------------------------- /static/images/ua/xubuntu-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/xubuntu-2.png -------------------------------------------------------------------------------- /static/images/ua/yandex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/ua/yandex.png -------------------------------------------------------------------------------- /static/images/wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/wechat.png -------------------------------------------------------------------------------- /static/images/wechatpayqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/wechatpayqr.png -------------------------------------------------------------------------------- /static/images/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xb2016/kratos-pjax/e8745bb2ad462711cc399b2f7b90f1042ead230a/static/images/weixin.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: Kratos-pjax 3 | Theme URI: https://github.com/xb2016/kratos-pjax 4 | Author: Vtrois(Modified by 小白-白) 5 | Author URI: https://www.vtrois.com/ 6 | Description: Kratos 是一款专注于个人博客的主题,提供了一套可自定义的积木式页面配置组件,可以通过使用小工具、导航、社交组件、站点标识、自定颜色等来个性化你的站点。此为小白-白(moedog.org)的二次开发版本。 7 | Version: 0.4.4 8 | License: GNU General Public License v3 or later 9 | License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 | Tags: PJAX, 简约, 紧凑, 优雅, 情怀, 多栏, 自适应, 响应式, 小工具, 灵活顶部, 主题选项, 打赏组件, 收录优化, 文章分享, 轮播图片, 邮件功能, 社交组件, 广告栏目, 特色图像, 随动边栏, 嵌套评论, 页脚挂件, 自定义边栏, 自定义颜色, 自定义背景, 自定义布局 11 | */ --------------------------------------------------------------------------------