├── .gitignore ├── README.md ├── assets ├── media │ ├── css │ │ ├── index.css │ │ ├── post.css │ │ └── tags.css │ ├── fonts │ │ ├── LICENSE.txt │ │ ├── MaterialIcons-Regular.ijmap │ │ ├── MaterialIcons-Regular.woff │ │ └── MaterialIcons-Regular.woff2 │ ├── img │ │ ├── avatar │ │ │ ├── avatar3.jpg │ │ │ ├── bao.png │ │ │ ├── cangshu.png │ │ │ ├── css.png │ │ │ ├── html.png │ │ │ ├── hu.png │ │ │ ├── imgtest.png │ │ │ ├── java.png │ │ │ ├── jing.png │ │ │ ├── js.png │ │ │ ├── lang.png │ │ │ ├── mao.png │ │ │ ├── niu.png │ │ │ ├── php.png │ │ │ ├── python.png │ │ │ ├── qinwa.jpg │ │ │ ├── shayu.png │ │ │ ├── shizi.png │ │ │ ├── user.png │ │ │ ├── yang.png │ │ │ ├── ybl.jpg │ │ │ └── zhu.png │ │ ├── bai.jpg │ │ ├── beian-gongan.png │ │ ├── bg_01.jpg │ │ ├── centerbg.jpg │ │ ├── grid.png │ │ ├── icons.png │ │ ├── skirt.png │ │ └── svg │ │ │ ├── guanyu.svg │ │ │ ├── shouye.svg │ │ │ ├── xueli.svg │ │ │ └── youlian.svg │ ├── js │ │ ├── index.js │ │ ├── jquery-3.3.1.min.js │ │ ├── modular │ │ │ ├── avatar │ │ │ │ ├── avatar.html │ │ │ │ └── avatar.js │ │ │ ├── emoji │ │ │ │ ├── emoji.html │ │ │ │ └── emoji.js │ │ │ └── reply │ │ │ │ ├── reply.html │ │ │ │ └── reply.js │ │ └── post.js │ ├── layer │ │ ├── layer.js │ │ ├── mobile │ │ │ ├── layer.js │ │ │ └── need │ │ │ │ └── layer.css │ │ └── theme │ │ │ └── default │ │ │ ├── icon-ext.png │ │ │ ├── icon.png │ │ │ ├── layer.css │ │ │ ├── loading-0.gif │ │ │ ├── loading-1.gif │ │ │ └── loading-2.gif │ ├── live2d │ │ ├── css │ │ │ └── live2d.css │ │ ├── images │ │ │ ├── info.png │ │ │ ├── music.png │ │ │ ├── pasue.png │ │ │ ├── quite.png │ │ │ ├── talk.png │ │ │ └── youdu.png │ │ ├── js │ │ │ ├── live2d.js │ │ │ └── message.js │ │ ├── message.json │ │ └── model │ │ │ ├── histoire │ │ │ ├── histoire.1024 │ │ │ │ ├── texture_00.png │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── ico_histoire.png │ │ │ ├── model.json │ │ │ ├── model.moc │ │ │ └── motions │ │ │ │ ├── idle │ │ │ │ ├── NOZOMU_M01.mtn │ │ │ │ ├── NOZOMU_M02.mtn │ │ │ │ └── NOZOMU_M04.mtn │ │ │ │ └── tap │ │ │ │ ├── DK_NOZOMU_0011.mtn │ │ │ │ ├── DK_NOZOMU_0041.mtn │ │ │ │ ├── DK_NOZOMU_0061.mtn │ │ │ │ ├── DK_NOZOMU_0067.mtn │ │ │ │ ├── m_06.mtn │ │ │ │ ├── m_13.mtn │ │ │ │ ├── nep_touch_boobs_1.mtn │ │ │ │ ├── tsumiki_m_01.mtn │ │ │ │ ├── tsumiki_m_09.mtn │ │ │ │ ├── tsumiki_m_13.mtn │ │ │ │ ├── tsumiki_m_14.mtn │ │ │ │ ├── tsumiki_m_19.mtn │ │ │ │ └── tsumiki_m_21.mtn │ │ │ └── nep │ │ │ ├── histoire.1024 │ │ │ ├── 0.png │ │ │ ├── 1.png │ │ │ └── normal_2.png │ │ │ ├── ico_histoire.png │ │ │ ├── model.json │ │ │ ├── model.moc │ │ │ └── motions │ │ │ ├── idle │ │ │ ├── idle_00.mtn │ │ │ ├── idle_01.mtn │ │ │ └── idle_02.mtn │ │ │ └── tap │ │ │ ├── nep_slide_head_2.mtn │ │ │ ├── nep_touch_belly_1.mtn │ │ │ ├── nep_touch_belly_2.mtn │ │ │ ├── nep_touch_boobs_1.mtn │ │ │ ├── nep_touch_head_1.mtn │ │ │ ├── refuse.mtn │ │ │ ├── shake.mtn │ │ │ ├── smile.mtn │ │ │ └── tilt_head.mtn │ ├── mdui │ │ ├── css │ │ │ ├── mdui.css │ │ │ ├── mdui.css.map │ │ │ ├── mdui.min.css │ │ │ └── mdui.min.css.map │ │ ├── fonts │ │ │ └── roboto │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── Roboto-Black.woff │ │ │ │ ├── Roboto-Black.woff2 │ │ │ │ ├── Roboto-BlackItalic.woff │ │ │ │ ├── Roboto-BlackItalic.woff2 │ │ │ │ ├── Roboto-Bold.woff │ │ │ │ ├── Roboto-Bold.woff2 │ │ │ │ ├── Roboto-BoldItalic.woff │ │ │ │ ├── Roboto-BoldItalic.woff2 │ │ │ │ ├── Roboto-Light.woff │ │ │ │ ├── Roboto-Light.woff2 │ │ │ │ ├── Roboto-LightItalic.woff │ │ │ │ ├── Roboto-LightItalic.woff2 │ │ │ │ ├── Roboto-Medium.woff │ │ │ │ ├── Roboto-Medium.woff2 │ │ │ │ ├── Roboto-MediumItalic.woff │ │ │ │ ├── Roboto-MediumItalic.woff2 │ │ │ │ ├── Roboto-Regular.woff │ │ │ │ ├── Roboto-Regular.woff2 │ │ │ │ ├── Roboto-RegularItalic.woff │ │ │ │ ├── Roboto-RegularItalic.woff2 │ │ │ │ ├── Roboto-Thin.woff │ │ │ │ ├── Roboto-Thin.woff2 │ │ │ │ ├── Roboto-ThinItalic.woff │ │ │ │ └── Roboto-ThinItalic.woff2 │ │ ├── icons │ │ │ └── material-icons │ │ │ │ ├── LICENSE.txt │ │ │ │ ├── MaterialIcons-Regular.ijmap │ │ │ │ ├── MaterialIcons-Regular.woff │ │ │ │ └── MaterialIcons-Regular.woff2 │ │ └── js │ │ │ ├── mdui.esm.js │ │ │ ├── mdui.esm.js.map │ │ │ ├── mdui.js │ │ │ ├── mdui.js.map │ │ │ ├── mdui.min.js │ │ │ └── mdui.min.js.map │ └── scripts │ │ ├── Valine.min.js │ │ ├── av-min.js │ │ ├── mdui.min.js │ │ └── script.js └── styles │ ├── lib │ ├── Valine.less │ ├── icons.less │ ├── mdui.less │ └── s.less │ └── main.less ├── config.json ├── style-override.js └── templates ├── archives.ejs ├── includes ├── disqus.ejs ├── footer.ejs ├── gitalk.ejs ├── head.ejs ├── header-post.ejs ├── header.ejs ├── index-list.ejs ├── pingjun.ejs └── yema.ejs ├── index.ejs ├── post.ejs ├── tag.ejs └── tags.ejs /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | /.vscode 3 | /vendor 4 | *.log 5 | .env -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Gridea的一款二次元的风格主题 2 | 3 | 演示地址:[http://lin.apa70.com](http://lin.apa70.com) 4 | 5 | 前端使用了一款安卓风格的框架 [MDUI](https://www.mdui.org/) 6 | 7 | 左下角看板娘的地址[https://www.wikimoe.com/?post=76](https://www.wikimoe.com/?post=76) 8 | 9 | 评论系统是个人基于leancloud自己撸的。到gridea客户端可以自己配置。计划还开发一个论评的客户端方便回复 10 | 11 | -------------------------------------------------------------------------------- /assets/media/css/index.css: -------------------------------------------------------------------------------- 1 | 2 | 3 | .mdui-drawer{ 4 | background-color: #edeff0; 5 | background: url(../img/bg_01.jpg); 6 | } 7 | 8 | .head_card-offset{ 9 | padding-top: 65px; 10 | } 11 | 12 | /*.centerbg:before{ 13 | content: ' '; 14 | position: fixed; 15 | z-index: -1; 16 | top: 0; 17 | right: 0; 18 | bottom: 0; 19 | left: 0; 20 | background: url(../img/centerbg.jpg) center 0 no-repeat; 21 | background-size: cover; 22 | }*/ 23 | 24 | .centerbg{ 25 | background-image: url(../img/centerbg.jpg); 26 | margin:0; 27 | background-attachment: fixed; 28 | background-size: cover; 29 | background-position: 80%; 30 | } 31 | 32 | .focusinfo { 33 | position: relative; 34 | max-width: 800px; 35 | padding: 0 10px; 36 | top: 49.3%; 37 | left: 50%; 38 | /*transform: translate(-50%,-50%);*/ 39 | -webkit-transform: translate(-50%, -50%); 40 | text-align: center; 41 | z-index: 99; 42 | /*-webkit-transition: .4s ease all;*/ 43 | /*-moz-transition: .4s ease all;*/ 44 | /*-o-transition: .4s ease all;*/ 45 | transition: .4s ease all; 46 | } 47 | 48 | .focusinfo .header-tou img { 49 | box-shadow: inset 0 0 10px #000; 50 | padding: 5px; 51 | opacity: 1; 52 | transform: rotate(0deg); 53 | -webkit-transform: rotate(0deg); 54 | -moz-transform: rotate(0deg); 55 | -o-transform: rotate(0deg); 56 | -ms-transform: rotate(0deg); 57 | transition: all ease 1s; 58 | -webkit-transition: all ease 1s; 59 | -moz-transition: all ease 1s; 60 | -o-transition: all ease 1s; 61 | width: 130px; 62 | height: auto; 63 | padding: 2px; 64 | border-radius: 100%; 65 | } 66 | 67 | .header-info { 68 | width: 60%; 69 | margin: auto; 70 | font-size: 14px; 71 | color: #EAEADF; 72 | background: rgba(0, 0, 0, 0.5); 73 | padding: 15px 25px; 74 | margin-top: 22px; 75 | font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; 76 | letter-spacing: 0; 77 | line-height: 30px; 78 | border-radius: 50px; 79 | } 80 | 81 | .header-info p { 82 | margin: 0; 83 | } 84 | 85 | .top-social { 86 | height: 32px; 87 | margin-top: 30px; 88 | margin-left: 10px; 89 | list-style: none; 90 | display: inline-block; 91 | font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; 92 | } 93 | 94 | .top-social li { 95 | float: left; 96 | margin-right: 10px; 97 | } 98 | 99 | .www { 100 | width: 35px; 101 | height: 35px; 102 | background: rgba(0,0,0,0.4); 103 | border-radius: 100%; 104 | } 105 | 106 | *{ 107 | box-sizing: border-box; 108 | } 109 | 110 | #qq { 111 | background-image: url(../img/icons.png); 112 | background-position: -290px -35px; 113 | } 114 | 115 | #bilibili { 116 | background-image: url(../img/icons.png); 117 | background-position: -150px 0px; 118 | } 119 | #zhihu{ 120 | background-image: url(../img/icons.png); 121 | background-position: -223px -144px; 122 | } 123 | #steam { 124 | background-image: url(../img/icons.png); 125 | background-position: -150px -144px; 126 | } 127 | #weibo{ 128 | background-image: url(../img/icons.png); 129 | background-position: -185px -70px; 130 | } 131 | 132 | #github{ 133 | background-image: url(../img/icons.png); 134 | background-position: -258px -144px 135 | } 136 | 137 | #wangyiyun{ 138 | background-image: url(../img/icons.png); 139 | background-position: -291px -144px 140 | } 141 | 142 | #qidian{ 143 | background-image: url(../img/icons.png); 144 | background-position: -322px -144px 145 | } 146 | 147 | .site-info { 148 | position: relative; 149 | padding: 2.5%; 150 | text-align: center; 151 | font-size: 13px; 152 | color: #B9B9B9; 153 | font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; 154 | 155 | } 156 | 157 | .headertop.filter-grid::before 158 | { 159 | content: ""; 160 | position: absolute; 161 | top: 0; 162 | bottom: 0; 163 | left: 0; 164 | right: 0; 165 | z-index: 3; 166 | background-attachment: fixed; 167 | background-image: url(../img/grid.png); 168 | } 169 | 170 | /* 首页流星 */ 171 | .meteor { 172 | width: 100%; 173 | height: 100vh; 174 | position: absolute; 175 | top: 0; 176 | left: 0; 177 | overflow: hidden; 178 | } 179 | .meteor div { 180 | width:4px; 181 | height:4px; 182 | position:relative; 183 | border-radius:4px; 184 | opacity:0; 185 | z-index: 11; 186 | } 187 | .meteor div:after { 188 | width:100px; 189 | height:100px; 190 | content:""; 191 | display:block; 192 | transform:rotate(45deg); 193 | position:relative; 194 | top:-48px; 195 | left:22px 196 | } 197 | .meteor .red { 198 | background:#ff3030; 199 | top:0; 200 | left:600px; 201 | animation:meteor 1.95s infinite linear; 202 | animation-delay:.15s; 203 | } 204 | .meteor .red:after { 205 | border-left:1px solid #ff3030 206 | } 207 | .meteor .orange { 208 | background:#cd6600; 209 | top:30px; 210 | left:700px; 211 | animation:meteor 2.25s infinite linear; 212 | animation-delay:.35s; 213 | } 214 | .meteor .orange:after { 215 | border-left:1px solid #cd6600 216 | } 217 | .meteor .yellow { 218 | background:#ffd700; 219 | top:20px; 220 | left:900px; 221 | animation:meteor 2s infinite linear; 222 | animation-delay:.55s 223 | } 224 | .meteor .yellow:after { 225 | border-left:1px solid #ffd700 226 | } 227 | .meteor .green { 228 | background:#7fff00; 229 | top:0; 230 | left:1100px; 231 | animation:meteor 2.3s infinite linear; 232 | animation-delay:.75s 233 | } 234 | .meteor .green:after { 235 | border-left:1px solid #7fff00 236 | } 237 | .meteor .cyan { 238 | background:#6ca6cd; 239 | top:30px; 240 | left:1260px; 241 | animation:meteor 2.05s infinite linear; 242 | animation-delay:.95s 243 | } 244 | .meteor .cyan:after { 245 | border-left:1px solid #6ca6cd 246 | } 247 | .meteor .blue { 248 | background:#4169e1; 249 | top:40px; 250 | left:1400px; 251 | animation:meteor 1.55s infinite linear; 252 | animation-delay:1.15s 253 | } 254 | .meteor .blue:after { 255 | border-left:1px solid #4169e1 256 | } 257 | .meteor .purple { 258 | background:#9932cc; 259 | top:20px; 260 | left:1500px; 261 | animation:meteor 2.3s infinite linear; 262 | animation-delay:1.85s 263 | } 264 | .meteor .purple:after { 265 | border-left:1px solid #9932cc 266 | } 267 | @keyframes meteor { 268 | 0% { 269 | opacity:0; 270 | transform:scale(0) translate(0, 0) 271 | } 272 | 50% { 273 | opacity:1; 274 | transform:scale(1) translate(-30vh, 30vh) 275 | } 276 | 100% { 277 | opacity:0; 278 | transform:scale(1) translate(-100vh, 100vh) 279 | } 280 | } 281 | 282 | /* 283 | background-image: url(https://myblogpic.b0.upaiyun.com/2018/04/2018040713220825.jpg); 284 | height: 973px; 285 | margin: 0; 286 | height: 300px; 287 | background-attachment: scroll; 288 | background-size: cover; 289 | */ 290 | -------------------------------------------------------------------------------- /assets/media/css/tags.css: -------------------------------------------------------------------------------- 1 | .mdui-row-md-3 .mdui-col { 2 | float: left; 3 | width: 33.333333%; 4 | } 5 | .mdui-p-a-1{ 6 | float: left; 7 | width: 33.333333%; 8 | } 9 | .footer{ 10 | width: 96%; 11 | max-width: none; 12 | position: absolute; 13 | bottom: 0 14 | } 15 | -------------------------------------------------------------------------------- /assets/media/fonts/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/fonts/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /assets/media/fonts/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/fonts/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /assets/media/img/avatar/avatar3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/avatar3.jpg -------------------------------------------------------------------------------- /assets/media/img/avatar/bao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/bao.png -------------------------------------------------------------------------------- /assets/media/img/avatar/cangshu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/cangshu.png -------------------------------------------------------------------------------- /assets/media/img/avatar/css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/css.png -------------------------------------------------------------------------------- /assets/media/img/avatar/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/html.png -------------------------------------------------------------------------------- /assets/media/img/avatar/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/hu.png -------------------------------------------------------------------------------- /assets/media/img/avatar/imgtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/imgtest.png -------------------------------------------------------------------------------- /assets/media/img/avatar/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/java.png -------------------------------------------------------------------------------- /assets/media/img/avatar/jing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/jing.png -------------------------------------------------------------------------------- /assets/media/img/avatar/js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/js.png -------------------------------------------------------------------------------- /assets/media/img/avatar/lang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/lang.png -------------------------------------------------------------------------------- /assets/media/img/avatar/mao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/mao.png -------------------------------------------------------------------------------- /assets/media/img/avatar/niu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/niu.png -------------------------------------------------------------------------------- /assets/media/img/avatar/php.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/php.png -------------------------------------------------------------------------------- /assets/media/img/avatar/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/python.png -------------------------------------------------------------------------------- /assets/media/img/avatar/qinwa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/qinwa.jpg -------------------------------------------------------------------------------- /assets/media/img/avatar/shayu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/shayu.png -------------------------------------------------------------------------------- /assets/media/img/avatar/shizi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/shizi.png -------------------------------------------------------------------------------- /assets/media/img/avatar/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/user.png -------------------------------------------------------------------------------- /assets/media/img/avatar/yang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/yang.png -------------------------------------------------------------------------------- /assets/media/img/avatar/ybl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/ybl.jpg -------------------------------------------------------------------------------- /assets/media/img/avatar/zhu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/avatar/zhu.png -------------------------------------------------------------------------------- /assets/media/img/bai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/bai.jpg -------------------------------------------------------------------------------- /assets/media/img/beian-gongan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/beian-gongan.png -------------------------------------------------------------------------------- /assets/media/img/bg_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/bg_01.jpg -------------------------------------------------------------------------------- /assets/media/img/centerbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/centerbg.jpg -------------------------------------------------------------------------------- /assets/media/img/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/grid.png -------------------------------------------------------------------------------- /assets/media/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/icons.png -------------------------------------------------------------------------------- /assets/media/img/skirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/img/skirt.png -------------------------------------------------------------------------------- /assets/media/img/svg/guanyu.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/img/svg/shouye.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/img/svg/xueli.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/img/svg/youlian.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/js/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Created by 95751 on 2018/8/3. 3 | */ 4 | //获取高度赋值 5 | var height=document.documentElement.clientHeight; 6 | $('#centerbg').css('height',height+'px'); 7 | 8 | //判断是否为ios系统 9 | var u = navigator.userAgent; 10 | var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 11 | if(isiOS==true){ 12 | $('#centerbg').css('background-attachment','scroll'); 13 | } 14 | -------------------------------------------------------------------------------- /assets/media/js/modular/avatar/avatar.html: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /assets/media/js/modular/avatar/avatar.js: -------------------------------------------------------------------------------- 1 | 2 | const ID="avatar_object"; 3 | const url="/media/img/avatar/"; 4 | const defaultAvatar=url+'user.png'; 5 | const list={ 6 | user:'user.png', 7 | java:'java.png', 8 | ybl:'ybl.jpg', 9 | css:'css.png', 10 | html:'html.png', 11 | js:'js.png', 12 | php:'php.png', 13 | python:'python.png', 14 | qinwa:'qinwa.jpg', 15 | bao:'bao.png', 16 | cangshu:'cangshu.png', 17 | jing:'jing.png', 18 | lang:'lang.png', 19 | mao:'mao.png', 20 | niu:'niu.png', 21 | shayu:'shayu.png', 22 | shizi:'shizi.png', 23 | yang:'yang.png', 24 | zhu:"zhu.png", 25 | hu:'hu.png' 26 | }; 27 | const avatar={ 28 | data(){ 29 | return { 30 | url:url, 31 | list:list 32 | } 33 | }, 34 | template:document.getElementById(ID).contentWindow.document.getElementById("template"), 35 | methods:{ 36 | choice(v){ 37 | this.$emit('choice',this.url+v); 38 | } 39 | } 40 | }; 41 | 42 | export {avatar,defaultAvatar}; 43 | -------------------------------------------------------------------------------- /assets/media/js/modular/emoji/emoji.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/js/modular/emoji/emoji.js: -------------------------------------------------------------------------------- 1 | const ID="emoji_object"; 2 | const emojis={ 3 | "zanghu": "https://i0.hdslb.com/bfs/emote/6ea59c827c414b4a2955fe79e0f6fd3dcd515e24.png", 4 | "doge": "https://i0.hdslb.com/bfs/emote/3087d273a78ccaff4bb1e9972e2ba2a7583c9f11.png", 5 | "waizui": "https://i0.hdslb.com/bfs/emote/4384050fbab0586259acdd170b510fe262f08a17.png", 6 | "tiaopi": "https://i0.hdslb.com/bfs/emote/8290b7308325e3179d2154327c85640af1528617.png", 7 | "keguazi": "https://i0.hdslb.com/bfs/emote/28a91da1685d90124cfeead74622e1ebb417c0eb.png", 8 | "kuxiao": "https://i0.hdslb.com/bfs/emote/c3043ba94babf824dea03ce500d0e73763bf4f40.png", 9 | "tuodandoge": "https://i0.hdslb.com/bfs/emote/bf7e00ecab02171f8461ee8cf439c73db9797748.png", 10 | "geixinxin": "https://i0.hdslb.com/bfs/emote/1597302b98827463f5b75c7cac1f29ea6ce572c4.png", 11 | "dudu": "https://i0.hdslb.com/bfs/emote/abd7404537d8162720ccbba9e0a8cdf75547e07a.png", 12 | "xihuan": "https://i0.hdslb.com/bfs/emote/8a10a4d73a89f665feff3d46ca56e83dc68f9eb8.png", 13 | "suanle": "https://i0.hdslb.com/bfs/emote/92b1c8cbceea3ae0e8e32253ea414783e8ba7806.png", 14 | "ohu": "https://i0.hdslb.com/bfs/emote/362bded07ea5434886271d23fa25f5d85d8af06c.png", 15 | "xianiq": "https://i0.hdslb.com/bfs/emote/de4c0783aaa60ec03de0a2b90858927bfad7154b.png", 16 | "daku": "https://i0.hdslb.com/bfs/emote/2caafee2e5db4db72104650d87810cc2c123fc86.png", 17 | "haixiu": "https://i0.hdslb.com/bfs/emote/9d2ec4e1fbd6cb1b4d12d2bbbdd124ccb83ddfda.png", 18 | "yihuo": "https://i0.hdslb.com/bfs/emote/b7840db4b1f9f4726b7cb23c0972720c1698d661.png", 19 | "xijierqi": "https://i0.hdslb.com/bfs/emote/485a7e0c01c2d70707daae53bee4a9e2e31ef1ed.png", 20 | "jianxiao": "https://i0.hdslb.com/bfs/emote/bb84906573472f0a84cebad1e9000eb6164a6f5a.png", 21 | "xiao": "https://i0.hdslb.com/bfs/emote/81edf17314cea3b48674312b4364df44d5c01f17.png", 22 | "touxiao": "https://i0.hdslb.com/bfs/emote/6c49d226e76c42cd8002abc47b3112bc5a92f66a.png", 23 | "jingya": "https://i0.hdslb.com/bfs/emote/f8e9a59cad52ae1a19622805696a35f0a0d853f3.png", 24 | "wulian": "https://i0.hdslb.com/bfs/emote/6921bb43f0c634870b92f4a8ad41dada94a5296d.png", 25 | "yinglian": "https://i0.hdslb.com/bfs/emote/ba8d5f8e7d136d59aab52c40fd3b8a43419eb03c.png", 26 | "jiong": "https://i0.hdslb.com/bfs/emote/12e41d357a9807cc80ef1e1ed258127fcc791424.png", 27 | "dai": "https://i0.hdslb.com/bfs/emote/33ad6000d9f9f168a0976bc60937786f239e5d8c.png", 28 | "koubi": "https://i0.hdslb.com/bfs/emote/cb89184c97e3f6d50acfd7961c313ce50360d70f.png", 29 | "daxiao": "https://i0.hdslb.com/bfs/emote/ca94ad1c7e6dac895eb5b33b7836b634c614d1c0.png", 30 | "jingxi": "https://i0.hdslb.com/bfs/emote/0afecaf3a3499479af946f29749e1a6c285b6f65.png", 31 | "wuyu": "https://i0.hdslb.com/bfs/emote/44667b7d9349957e903b1b62cb91fb9b13720f04.png", 32 | "dianzan": "https://i0.hdslb.com/bfs/emote/1a67265993913f4c35d15a6028a30724e83e7d35.png", 33 | "guzhang": "https://i0.hdslb.com/bfs/emote/895d1fc616b4b6c830cf96012880818c0e1de00d.png", 34 | "ganga": "https://i0.hdslb.com/bfs/emote/cb321684ed5ce6eacdc2699092ab8fe7679e4fda.png", 35 | "linghunchuqiao": "https://i0.hdslb.com/bfs/emote/43d3db7d97343c01b47e22cfabeca84b4251f35a.png", 36 | "weiqu": "https://i0.hdslb.com/bfs/emote/d2f26cbdd6c96960320af03f5514c5b524990840.png", 37 | "aojiao": "https://i0.hdslb.com/bfs/emote/010540d0f61220a0db4922e4a679a1d8eca94f4e.png" 38 | }; 39 | const emoji={ 40 | // 接收父组件传递过来的参 41 | name:'emoji', 42 | data() { 43 | return { 44 | emojisStyle:{ 45 | display:'inline' 46 | }, 47 | emojis:emojis 48 | } 49 | }, 50 | template:document.getElementById(ID).contentWindow.document.getElementById("template"), 51 | methods: { 52 | emojisChoice(k) { 53 | this.$emit("emojis_choice",k); 54 | }, 55 | emojisButton(){ 56 | this.emojisStyle.display=(this.emojisStyle.display==="none")?"inline":"none"; 57 | } 58 | } 59 | }; 60 | 61 | export {emoji,emojis}; -------------------------------------------------------------------------------- /assets/media/js/modular/reply/reply.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/media/js/modular/reply/reply.js: -------------------------------------------------------------------------------- 1 | import {emoji,emojis} from '../emoji/emoji.js'; 2 | 3 | const ID="reply_object"; 4 | const reply={ 5 | components:{emoji}, 6 | data(){ 7 | return { 8 | k:true, 9 | nickname:'', 10 | email:'', 11 | website:'', 12 | txt:'' 13 | }; 14 | }, 15 | template:document.getElementById(ID).contentWindow.document.getElementById("template"), 16 | mounted(){ 17 | //从缓存中获取数据 18 | const userInfo=JSON.parse(localStorage.getItem('user_info')); 19 | if(userInfo){ 20 | this.nickname=(userInfo.nickname)?userInfo.nickname:''; 21 | this.email=(userInfo.email)?userInfo.email:''; 22 | this.website=(userInfo.website)?userInfo.website:''; 23 | } 24 | }, 25 | methods:{ 26 | getData(){ 27 | //获取昵称 28 | if(!this.nickname){ 29 | // mdui.alert("大佬,名字还是要留下的哦~",()=>{}, {confirmText:'确定'}); 30 | mdui.snackbar({message:'大佬,名字还是要留下的哦~',position:'top'}) 31 | return; 32 | } 33 | //邮箱 34 | const regEmail=/^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,5}$/; 35 | if(this.email&&!regEmail.test(this.email)){ 36 | // mdui.alert("大佬,既然填写了 邮箱就要写对哈~",()=>{}, {confirmText:'确定'}); 37 | mdui.snackbar({message:'大佬,既然填写了邮箱就要写对哈~',position:'top'}) 38 | return; 39 | } 40 | //网址 41 | const regWebsite=/(http|ftp|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?$/; 42 | if(this.website&&!regWebsite.test(this.website)){ 43 | // mdui.alert("大佬,既然填写了网址就要写对哈~",()=>{}, {confirmText:'确定'}); 44 | mdui.snackbar({message:'大佬,既然填写了网址就要写对哈~',position:'top'}) 45 | return; 46 | } 47 | //评论的内容 48 | if(!this.txt){ 49 | // mdui.alert("大佬,评论还是要写的~",()=>{}, {confirmText:'确定'}); 50 | mdui.snackbar({message:'大佬,评论还是要写的~',position:'top'}) 51 | return; 52 | } 53 | const newTxt=this.txtEncode(); 54 | 55 | //交给父组件 56 | this.$emit('submit',this.nickname,this.email,this.website,newTxt); 57 | this.txt=""; 58 | }, 59 | emojisChoice(k){ 60 | this.txt+="${"+k+"}"; 61 | }, 62 | emojisButton(){ 63 | this.k=!this.k; 64 | // this.$refs.emoji.emojisButton(); 65 | }, 66 | txtEncode(){ 67 | let newTxt=""; 68 | const txtArray=this.txt.split(""); 69 | for(let i = 0; txtArray.length>i; i++) { 70 | if(txtArray[i]!=='$'){ 71 | //不是标签开始符号直接不处理 72 | newTxt+=txtArray[i]; 73 | continue; 74 | } 75 | //查看第下一个字符是不是“{” 76 | if (txtArray.length<=i+1||txtArray[i+1]!=="{"){ 77 | //不是“{”跳过不处理 78 | newTxt+=txtArray[i]; 79 | continue; 80 | } 81 | 82 | //循环读取 83 | let isRead=false; 84 | let emojiKey=""; 85 | let endI=0; 86 | for(let ii=i+2;txtArray.length>ii;ii++){ 87 | if(txtArray[ii]==='}'){ 88 | //读取完毕结束循环 89 | isRead=true; 90 | endI=ii; 91 | break; 92 | } 93 | emojiKey+=txtArray[ii]; 94 | } 95 | 96 | //查看是否读取到表情 97 | if (isRead===false){ 98 | //没有读取到直接下一次循环 99 | newTxt+=txtArray[i]; 100 | continue; 101 | } 102 | //读取到从表情列表中获取 103 | if(!emojis[emojiKey]){ 104 | //没有读取到对应表情直接下一次循环 105 | newTxt+=txtArray[i]; 106 | continue; 107 | } 108 | 109 | //替换文本 110 | newTxt+=""; 111 | //将i标记成新下标 112 | i=endI; 113 | } 114 | 115 | return newTxt; 116 | } 117 | } 118 | }; 119 | 120 | export {reply}; 121 | -------------------------------------------------------------------------------- /assets/media/js/post.js: -------------------------------------------------------------------------------- 1 | import {reply} from "./modular/reply/reply.js"; 2 | import {avatar,defaultAvatar} from "./modular/avatar/avatar.js"; 3 | 4 | const vue={ 5 | components:{reply,avatar}, 6 | data(){ 7 | return { 8 | txt: '', 9 | list: [], 10 | num: 1, 11 | inst: null, 12 | instAvatar:null, 13 | avatar:defaultAvatar, 14 | reply2key:0, 15 | replyList:{ 16 | id:'', 17 | nickname:'', 18 | email:'', 19 | website:'', 20 | } 21 | } 22 | 23 | }, 24 | mounted(){ 25 | //获取数据 26 | this.getData(); 27 | 28 | //从缓存中获取数据 29 | const userInfo=JSON.parse(localStorage.getItem('user_info')); 30 | if(userInfo){ 31 | this.avatar=(userInfo.avatar)?userInfo.avatar:''; 32 | } 33 | 34 | }, 35 | methods:{ 36 | //获取数据 37 | getData(){ 38 | const load=layer.msg('获取评论中', {icon: 16}); 39 | const query = new AV.Query('comment_list'); 40 | query.equalTo('url', window.location.pathname); 41 | query.skip((this.num-1)*10); 42 | query.limit(10); 43 | query.descending('time'); 44 | query.find().then((data) => { 45 | layer.close(load); 46 | if(data.length===0&&this.num!==1){ 47 | layer.msg('已经全部加载完了!~~'); 48 | } 49 | 50 | this.list.push.apply(this.list,data); 51 | }); 52 | }, 53 | //加载更多 54 | loadMore(){ 55 | this.num++; 56 | this.getData(); 57 | }, 58 | //二级评论开启 59 | reply2(k,id,nickname,email,website){ 60 | this.replyList.id=id; 61 | this.replyList.nickname=nickname; 62 | this.replyList.email=email; 63 | this.replyList.website=website; 64 | this.reply2key=k; 65 | this.inst=new mdui.Dialog('#reply_mode',{modal:true}); 66 | this.inst.open(); 67 | }, 68 | //取消回复 69 | reply2Close(){ 70 | this.inst.close(true); 71 | this.inst=null; 72 | }, 73 | //提交评论-二级评论 74 | reply2Submit(nickname,email,website,txt){ 75 | this.reply2Close(); 76 | const load=layer.msg('提交中', {icon: 16}); 77 | 78 | //更具id获取 79 | const query = new AV.Query('comment_list'); 80 | query.equalTo('objectId', this.replyList.id); 81 | query.first().then((data) => { 82 | let replySon=data.attributes.reply_son; 83 | replySon=JSON.parse(replySon); 84 | replySon.push({ 85 | nickname:nickname, 86 | email:email, 87 | website:website, 88 | txt:txt, 89 | img:this.avatar, 90 | id:this.replyList.id, 91 | time:Math.round(new Date() / 1000), 92 | reply_nickname:this.replyList.nickname, 93 | reply_email:this.replyList.email, 94 | reply_website:this.replyList.website 95 | }); 96 | const replySonLen = replySon.length-1; 97 | replySon=JSON.stringify(replySon); 98 | const update = AV.Object.createWithoutData('comment_list', this.replyList.id); 99 | update.set('reply_son',replySon); 100 | update.save(); 101 | 102 | // 放入通知 103 | const notice=this.addNotice(this.replyList.id,email,this.replyList.email,1,replySonLen); 104 | notice.save().then(); 105 | 106 | //其他操作 107 | this.cache(nickname,email,website); 108 | layer.close(load); 109 | layer.msg('评论成功!'); 110 | 111 | //更新操作 112 | this.list[this.reply2key].attributes.reply_son=replySon; 113 | },err=>{ 114 | console.log(err); 115 | alert('网络异常'); 116 | }); 117 | }, 118 | //提交评论-一级评论 119 | replySubmit(nickname,email,website,txt){ 120 | const load=layer.msg('提交中', {icon: 16}); 121 | const Dao = AV.Object.extend('comment_list'); 122 | const dao=new Dao(); 123 | dao.set('nickname',nickname); 124 | dao.set('email',email); 125 | dao.set('website',website); 126 | dao.set('txt',txt); 127 | dao.set('reply_son','[]'); 128 | dao.set('img',this.avatar); 129 | dao.set('url',window.location.pathname); 130 | dao.set('time',Math.round(new Date() / 1000)); 131 | dao.save().then(res => { 132 | //通知集合 133 | const notice=this.addNotice(res.id,email,'',0,-1); 134 | notice.save().then(()=>{ 135 | layer.close(load); 136 | this.cache(nickname,email,website); 137 | layer.msg('提交成功!'); 138 | 139 | setTimeout(()=>{ 140 | //重新加载 141 | this.num=1; 142 | this.list=[]; 143 | this.getData(); 144 | },500); 145 | },err=>{ 146 | // 异常处理 147 | console.log(err); 148 | alert('提交失败!请联系网站管理员'); 149 | }); 150 | }, (error) => { 151 | // 异常处理 152 | console.log(error); 153 | alert('提交失败!请联系网站管理员'); 154 | }); 155 | }, 156 | //缓存对应数据 157 | cache(nickname,email,website){ 158 | const data={avatar:this.avatar}; 159 | if(nickname)data.nickname=nickname; 160 | if(email)data.email=email; 161 | if(website)data.website=website; 162 | localStorage.setItem('user_info',JSON.stringify(data)); 163 | }, 164 | //开启选择头像弹窗 165 | avatarOpen(){ 166 | this.instAvatar = new mdui.Dialog('#avatar_mode',{modal:true}); 167 | this.instAvatar.open(); 168 | $('#avatar_mode').css('height','auto'); 169 | $('#avatar_mode').css('overflow','auto'); 170 | }, 171 | //关闭选择头像弹窗 172 | avatarClose(){ 173 | this.instAvatar.close(true); 174 | this.instAvatar=null; 175 | }, 176 | //选择头像 177 | avatarChoice(v){ 178 | this.avatar=v; 179 | this.avatarClose(); 180 | }, 181 | //新添加一条通知集合 182 | addNotice(id,sendEmail,receiveEmail,type,key){ 183 | //通知集合 184 | const Notice = AV.Object.extend('notice'); 185 | const notice=new Notice(); 186 | notice.set('send_id',id); 187 | notice.set('send_email',sendEmail); 188 | notice.set('receive_email',receiveEmail); 189 | notice.set('type',type); 190 | notice.set('is_send',0); 191 | notice.set('url',window.location.pathname); 192 | notice.set('key',key); 193 | notice.set('time',Math.round(new Date() / 1000)); 194 | 195 | return notice; 196 | }, 197 | time_format(str,t){ 198 | if(!t) return ''; 199 | t=t*1000; 200 | var d = new Date(); 201 | d.setTime(t); 202 | 203 | var _m = d.getMonth()+1, 204 | _d = d.getDate(), 205 | _H = d.getHours(), 206 | _i = d.getMinutes(), 207 | _s = d.getSeconds(), 208 | 209 | format = { 210 | 'Y' : d.getFullYear(), // 年 211 | 'm' : _m.toString().length == 1 ? '0'+_m : _m, // 月 212 | 'd' : _d.toString().length == 1 ? '0'+_d : _d, // 日 213 | 'H' : _H.toString().length == 1 ? '0'+_H : _H, // 时 214 | 'i' : _i.toString().length == 1 ? '0'+_i : _i, // 分 215 | 's' : _s.toString().length == 1 ? '0'+_s : _s // 秒 216 | }; 217 | 218 | for(var i in format){ 219 | str = str.replace(new RegExp(i),format[i]); 220 | } 221 | 222 | return str; 223 | } 224 | } 225 | }; 226 | 227 | Vue.createApp(vue).mount('#vue_app') 228 | -------------------------------------------------------------------------------- /assets/media/layer/mobile/layer.js: -------------------------------------------------------------------------------- 1 | /*! layer mobile-v2.0.0 Web 通用弹出层组件 MIT License */ 2 | ;!function(e){"use strict";var t=document,n="querySelectorAll",i="getElementsByClassName",a=function(e){return t[n](e)},s={type:0,shade:!0,shadeClose:!0,fixed:!0,anim:"scale"},l={extend:function(e){var t=JSON.parse(JSON.stringify(s));for(var n in e)t[n]=e[n];return t},timer:{},end:{}};l.touch=function(e,t){e.addEventListener("click",function(e){t.call(this,e)},!1)};var r=0,o=["layui-m-layer"],c=function(e){var t=this;t.config=l.extend(e),t.view()};c.prototype.view=function(){var e=this,n=e.config,s=t.createElement("div");e.id=s.id=o[0]+r,s.setAttribute("class",o[0]+" "+o[0]+(n.type||0)),s.setAttribute("index",r);var l=function(){var e="object"==typeof n.title;return n.title?'

'+(e?n.title[0]:n.title)+"

":""}(),c=function(){"string"==typeof n.btn&&(n.btn=[n.btn]);var e,t=(n.btn||[]).length;return 0!==t&&n.btn?(e=''+n.btn[0]+"",2===t&&(e=''+n.btn[1]+""+e),'
'+e+"
"):""}();if(n.fixed||(n.top=n.hasOwnProperty("top")?n.top:100,n.style=n.style||"",n.style+=" top:"+(t.body.scrollTop+n.top)+"px"),2===n.type&&(n.content='

'+(n.content||"")+"

"),n.skin&&(n.anim="up"),"msg"===n.skin&&(n.shade=!1),s.innerHTML=(n.shade?"
':"")+'
"+l+'
'+n.content+"
"+c+"
",!n.type||2===n.type){var d=t[i](o[0]+n.type),y=d.length;y>=1&&layer.close(d[0].getAttribute("index"))}document.body.appendChild(s);var u=e.elem=a("#"+e.id)[0];n.success&&n.success(u),e.index=r++,e.action(n,u)},c.prototype.action=function(e,t){var n=this;e.time&&(l.timer[n.index]=setTimeout(function(){layer.close(n.index)},1e3*e.time));var a=function(){var t=this.getAttribute("type");0==t?(e.no&&e.no(),layer.close(n.index)):e.yes?e.yes(n.index):layer.close(n.index)};if(e.btn)for(var s=t[i]("layui-m-layerbtn")[0].children,r=s.length,o=0;odiv{line-height:22px;padding-top:7px;margin-bottom:20px;font-size:14px}.layui-m-layerbtn{display:box;display:-moz-box;display:-webkit-box;width:100%;height:50px;line-height:50px;font-size:0;border-top:1px solid #D0D0D0;background-color:#F2F2F2}.layui-m-layerbtn span{display:block;-moz-box-flex:1;box-flex:1;-webkit-box-flex:1;font-size:14px;cursor:pointer}.layui-m-layerbtn span[yes]{color:#40AFFE}.layui-m-layerbtn span[no]{border-right:1px solid #D0D0D0;border-radius:0 0 0 5px}.layui-m-layerbtn span:active{background-color:#F6F6F6}.layui-m-layerend{position:absolute;right:7px;top:10px;width:30px;height:30px;border:0;font-weight:400;background:0 0;cursor:pointer;-webkit-appearance:none;font-size:30px}.layui-m-layerend::after,.layui-m-layerend::before{position:absolute;left:5px;top:15px;content:'';width:18px;height:1px;background-color:#999;transform:rotate(45deg);-webkit-transform:rotate(45deg);border-radius:3px}.layui-m-layerend::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}body .layui-m-layer .layui-m-layer-footer{position:fixed;width:95%;max-width:100%;margin:0 auto;left:0;right:0;bottom:10px;background:0 0}.layui-m-layer-footer .layui-m-layercont{padding:20px;border-radius:5px 5px 0 0;background-color:rgba(255,255,255,.8)}.layui-m-layer-footer .layui-m-layerbtn{display:block;height:auto;background:0 0;border-top:none}.layui-m-layer-footer .layui-m-layerbtn span{background-color:rgba(255,255,255,.8)}.layui-m-layer-footer .layui-m-layerbtn span[no]{color:#FD482C;border-top:1px solid #c2c2c2;border-radius:0 0 5px 5px}.layui-m-layer-footer .layui-m-layerbtn span[yes]{margin-top:10px;border-radius:5px}body .layui-m-layer .layui-m-layer-msg{width:auto;max-width:90%;margin:0 auto;bottom:-150px;background-color:rgba(0,0,0,.7);color:#fff}.layui-m-layer-msg .layui-m-layercont{padding:10px 20px} -------------------------------------------------------------------------------- /assets/media/layer/theme/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/layer/theme/default/icon-ext.png -------------------------------------------------------------------------------- /assets/media/layer/theme/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/layer/theme/default/icon.png -------------------------------------------------------------------------------- /assets/media/layer/theme/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/layer/theme/default/loading-0.gif -------------------------------------------------------------------------------- /assets/media/layer/theme/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/layer/theme/default/loading-1.gif -------------------------------------------------------------------------------- /assets/media/layer/theme/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/layer/theme/default/loading-2.gif -------------------------------------------------------------------------------- /assets/media/live2d/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/images/info.png -------------------------------------------------------------------------------- /assets/media/live2d/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/images/music.png -------------------------------------------------------------------------------- /assets/media/live2d/images/pasue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/images/pasue.png -------------------------------------------------------------------------------- /assets/media/live2d/images/quite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/images/quite.png -------------------------------------------------------------------------------- /assets/media/live2d/images/talk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/images/talk.png -------------------------------------------------------------------------------- /assets/media/live2d/images/youdu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/images/youdu.png -------------------------------------------------------------------------------- /assets/media/live2d/message.json: -------------------------------------------------------------------------------- 1 | { 2 | "mouseover": [ 3 | { 4 | "selector": "#showInfoBtn", 5 | "text": [ 6 | "查看最新吐槽和站内信息" 7 | ] 8 | }, 9 | { 10 | "selector": "#showTalkBtn", 11 | "text": [ 12 | "要和我聊天吗?" 13 | ] 14 | }, 15 | { 16 | "selector": "#hideButton", 17 | "text": [ 18 | "隐藏伊斯特瓦尔,希望隐藏后我们还能再见面!" 19 | ] 20 | }, 21 | { 22 | "selector": "#musicButton", 23 | "text": [ 24 | "给页面加点音乐或者暂停播放吗?" 25 | ] 26 | }, 27 | { 28 | "selector": ".social-wangyiyun a", 29 | "text": [ 30 | "要看看 {text} 么?" 31 | ] 32 | }, 33 | { 34 | "selector": "#youduButton", 35 | "text": [ 36 | "按钮有毒,癫痫患者不要开启!!!
点一下开启,再点一下可以关闭。" 37 | ] 38 | }, 39 | { 40 | "selector": ".searchbox", 41 | "text": [ 42 | "在找什么东西呢,需要帮忙吗?" 43 | ] 44 | } 45 | ], 46 | "click": [ 47 | { 48 | "selector": "#landlord #live2d", 49 | "text": [ 50 | "不要动手动脚的!快把手拿开~~", 51 | "真…真的是不知羞耻!", 52 | "Hentai!", 53 | "再摸的话我可要报警了!", 54 | "110吗,这里有个变态!" 55 | ] 56 | } 57 | ] 58 | } -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/histoire.1024/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/histoire/histoire.1024/texture_00.png -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/histoire.1024/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/histoire/histoire.1024/texture_01.png -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/histoire.1024/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/histoire/histoire.1024/texture_02.png -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/histoire.1024/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/histoire/histoire.1024/texture_03.png -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/ico_histoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/histoire/ico_histoire.png -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/model.json: -------------------------------------------------------------------------------- 1 | { 2 | "version":"1.0.0", 3 | "model":"model.moc", 4 | "textures":[ 5 | "histoire.1024/texture_00.png", 6 | "histoire.1024/texture_01.png", 7 | "histoire.1024/texture_02.png", 8 | "histoire.1024/texture_03.png" 9 | ], 10 | "layout":{ 11 | "center_x":0.0, 12 | "center_y":-0.05, 13 | "width":2.0 14 | }, 15 | "hit_areas_custom":{ 16 | "head_x":[-1, 1], 17 | "head_y":[1, -1], 18 | "body_x":[-1, -1], 19 | "body_y":[1, -1] 20 | }, 21 | "motions":{ 22 | "idle":[ 23 | {"file":"motions/idle/NOZOMU_M01.mtn"}, 24 | {"file":"motions/idle/NOZOMU_M02.mtn"} 25 | ], 26 | "sleepy":[ 27 | {"file":"motions/idle/NOZOMU_M04.mtn"} 28 | ], 29 | "flick_head":[ 30 | {"file":"motions/tap/DK_NOZOMU_0011.mtn"}, 31 | {"file":"motions/tap/tsumiki_m_14.mtn"}, 32 | {"file":"motions/tap/m_06.mtn"} 33 | ], 34 | "tap_body":[ 35 | {"file":"motions/tap/DK_NOZOMU_0011.mtn"}, 36 | {"file":"motions/tap/m_13.mtn"} 37 | 38 | ], 39 | "talk":[ 40 | {"file":"motions/tap/DK_NOZOMU_0041.mtn"}, 41 | {"file":"motions/tap/DK_NOZOMU_0061.mtn"}, 42 | {"file":"motions/tap/DK_NOZOMU_0067.mtn"} 43 | ], 44 | "rest":[ 45 | {"file":"motions/tap/tsumiki_m_01.mtn"}, 46 | {"file":"motions/tap/tsumiki_m_09.mtn"}, 47 | {"file":"motions/tap/tsumiki_m_13.mtn"}, 48 | {"file":"motions/tap/tsumiki_m_19.mtn"}, 49 | {"file":"motions/tap/tsumiki_m_21.mtn"} 50 | ], 51 | "":[ 52 | {"file":"motions/tap/tsumiki_m_01.mtn"}, 53 | {"file":"motions/tap/tsumiki_m_09.mtn"}, 54 | {"file":"motions/tap/tsumiki_m_13.mtn"}, 55 | {"file":"motions/tap/tsumiki_m_19.mtn"}, 56 | {"file":"motions/tap/tsumiki_m_21.mtn"} 57 | ] 58 | } 59 | } -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/model.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/histoire/model.moc -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/DK_NOZOMU_0011.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_ANGLE_X=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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.38,0.83,1.42,2.13,2.95,3.86,4.81,5.82,6.85,7.9,8.9,9.9,10.84,11.73,12.52,13.24,13.85,14.34,14.7,14.92,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14.88,14.53,13.98,13.28,12.42,11.46,10.4,9.27,8.09,6.89,5.65,4.43,3.24,2.06,0.97,-0.06,-1.01,-1.86,-2.59,-3.18,-3.63,-3.9,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 4 | PARAM_ANGLE_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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.06,-0.23,-0.5,-0.85,-1.28,-1.77,-2.32,-2.88,-3.49,-4.11,-4.74,-5.34,-5.94,-6.5,-7.04,-7.51,-7.94,-8.31,-8.6,-8.82,-8.95,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9 5 | PARAM_ANGLE_Z=0,-0.14,-0.53,-1.13,-1.9,-2.81,-3.83,-4.93,-6.07,-7.25,-8.45,-9.61,-10.74,-11.82,-12.8,-13.71,-14.48,-15.12,-15.59,-15.89,-16,-15.9,-15.6,-15.14,-14.55,-13.83,-13.02,-12.13,-11.18,-10.18,-9.17,-8.13,-7.1,-6.09,-5.11,-4.18,-3.32,-2.52,-1.8,-1.19,-0.69,-0.31,-0.08,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.05,0.18,0.39,0.66,1,1.37,1.8,2.24,2.72,3.2,3.68,4.15,4.62,5.06,5.47,5.84,6.18,6.46,6.69,6.86,6.96,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,6.95,6.82,6.61,6.33,5.99,5.59,5.14,4.64,4.12,3.54,2.95,2.34,1.71,1.06,0.41,-0.25,-0.89,-1.53,-2.15,-2.76,-3.35,-3.91,-4.43,-4.93,-5.37,-5.78,-6.13,-6.43,-6.67,-6.85,-6.96,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7 6 | 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,0,0.18,0.46,0.73,0.92,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 7 | PARAM_EYE_L_SMILE=0 8 | 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,0,0.18,0.46,0.73,0.92,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 9 | PARAM_EYE_R_SMILE=0 10 | PARAM_EYE_FORM=0 11 | PARAM_EYE_BALL_X=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,0.002,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,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.004,-0.011,-0.03,-0.06,-0.09,-0.12,-0.15,-0.18,-0.21,-0.24,-0.26,-0.275,-0.286,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.29,-0.285,-0.272,-0.25,-0.22,-0.19,-0.16,-0.12,-0.09,-0.05,-0.02,0.01,0.04,0.06,0.076,0.087,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09 12 | 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.001,0.004,0.009,0.014,0.022,0.03,0.039,0.048,0.058,0.068,0.079,0.089,0.099,0.109,0.118,0.127,0.135,0.142,0.148,0.153,0.157,0.159,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.166,0.183,0.21,0.24,0.27,0.31,0.34,0.38,0.41,0.44,0.46,0.483,0.496,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.498,0.492,0.482,0.47,0.456,0.441,0.425,0.409,0.393,0.378,0.365,0.353,0.343,0.336,0.332,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33 13 | PARAM_EYE_BALL_FORM=0 14 | PARAM_BROW_L_Y=0 15 | PARAM_BROW_R_Y=0 16 | PARAM_BROW_L_X=0 17 | PARAM_BROW_R_X=0 18 | PARAM_BROW_L_ANGLE=0 19 | PARAM_BROW_R_ANGLE=0 20 | PARAM_BROW_L_FORM=0 21 | PARAM_BROW_R_FORM=0 22 | PARAM_MOUTH_FORM=0 23 | PARAM_MOUTH_OPEN_Y=0,0.2,0.4,1,1,1,0.08,0.74,1,1,1,0.96,0.64,0.32,0,0.59,1,1,1,1,0.42,0.44,0.46,1,1,1,1,0.9,0.73,0.99,1,0.9,0.55,0.52,0.49,0.6,0.71,0.69,0.675,0.47,0.26,0.15,0.05,0.046,0.045,0.043,0.042,0.041,0.04,0.038,0.037,0.036,0.035,0.033,0.032,0.031,0.03,0.028,0.027,0.026,0.025,0.024,0.022,0.021,0.02,0.019,0.017,0.016,0.015,0.014,0.012,0.011,0.01,0.009,0.007,0.006,0.005,0.004,0.002,0.001,0,0.34,0.68,0.95,1,1,0.8,0.59,0.38,0.23,0.08,0.075,0.071,0.068,0.064,0.061,0.057,0.053,0.05,0.046,0.043,0.039,0.036,0.032,0.029,0.025,0.021,0.018,0.014,0.011,0.007,0.004,0,0.14,0.28,0.14,0,0.14,0.27,0.85,1,1,1,1,0.05,0.03,0.01,0.14,0.28,0.41,0.55,1,1,1,0.31,0.98,1,0.84,0.02,0.05,0.08,0.35,0.62,0.47,0.32,0.16,0,0.04,0.08,0.35,0.62,0.47,0.32,0.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_CHEEK=0 25 | PARAM_SWEAT=0 26 | PARAM_ARM_L=0 27 | PARAM_BODY_ANGLE_X=0,-0.03,-0.13,-0.28,-0.47,-0.7,-0.96,-1.23,-1.52,-1.81,-2.11,-2.4,-2.68,-2.95,-3.2,-3.43,-3.62,-3.78,-3.9,-3.97,-4,-3.97,-3.9,-3.78,-3.64,-3.46,-3.25,-3.03,-2.79,-2.54,-2.29,-2.03,-1.77,-1.52,-1.28,-1.05,-0.83,-0.63,-0.45,-0.3,-0.17,-0.08,-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.05,0.21,0.44,0.75,1.12,1.54,1.99,2.46,2.94,3.42,3.88,4.32,4.73,5.09,5.4,5.66,5.84,5.96,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5.96,5.84,5.65,5.39,5.09,4.74,4.35,3.93,3.48,3.02,2.54,2.05,1.56,1.09,0.62,0.15,-0.28,-0.69,-1.08,-1.42,-1.73,-1.99,-2.21,-2.37,-2.47,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5,-2.5 28 | PARAM_BODY_ANGLE_Z=0,-0.021,-0.08,-0.17,-0.3,-0.45,-0.63,-0.82,-1.04,-1.27,-1.51,-1.75,-2,-2.25,-2.49,-2.73,-2.96,-3.18,-3.38,-3.55,-3.7,-3.83,-3.92,-3.98,-4,-3.98,-3.92,-3.83,-3.7,-3.55,-3.38,-3.18,-2.96,-2.73,-2.49,-2.25,-2,-1.75,-1.51,-1.27,-1.04,-0.82,-0.63,-0.45,-0.3,-0.17,-0.08,-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.018,0.07,0.15,0.25,0.37,0.51,0.66,0.82,0.98,1.14,1.29,1.44,1.58,1.7,1.8,1.89,1.95,1.99,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1.981,1.92,1.83,1.71,1.56,1.38,1.18,0.95,0.71,0.45,0.18,-0.09,-0.38,-0.67,-0.96,-1.25,-1.54,-1.83,-2.1,-2.37,-2.62,-2.86,-3.08,-3.28,-3.46,-3.62,-3.75,-3.86,-3.94,-3.98,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 29 | PARAM_BODY_ANGLE_Y=0 30 | PARAM_BREATH=0 31 | PARAM_HAIR_FRONT=0 32 | PARAM_HAIR_BACK=0 33 | PARAM_ACCESSORIES=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/DK_NOZOMU_0041.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_ANGLE_X=0,0.001,0.006,0.013,0.023,0.036,0.052,0.071,0.09,0.12,0.15,0.18,0.21,0.25,0.29,0.33,0.38,0.43,0.48,0.54,0.6,0.66,0.73,0.8,0.87,0.94,1.02,1.11,1.19,1.28,1.38,1.47,1.57,1.68,1.78,1.89,2.01,2.13,2.25,2.37,2.5,2.64,2.77,2.91,3.04,3.17,3.3,3.42,3.54,3.65,3.76,3.86,3.96,4.06,4.15,4.24,4.33,4.41,4.48,4.55,4.61,4.67,4.73,4.78,4.83,4.87,4.9,4.93,4.96,4.975,4.989,4.997,5,4.96,4.84,4.67,4.44,4.18,3.87,3.55,3.21,2.86,2.5,2.15,1.81,1.48,1.17,0.89,0.64,0.42,0.26,0.14,0.07,0.03,0.01,-0.007,-0.013,-0.014,-0.012,-0.008,-0.004,-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,0,0 4 | PARAM_ANGLE_Y=0,0,0,0,0,0,0,0.8,2.82,5.55,8.74,12.06,15.33,18.43,21.04,23.14,24.5,25,24.75,24.04,22.89,21.38,19.52,17.4,14.97,12.38,9.63,6.75,3.86,0.86,-2.08,-4.99,-7.82,-10.55,-13.06,-15.41,-17.54,-19.41,-21.01,-22.28,-23.22,-23.8,-24,-23.98,-23.91,-23.81,-23.66,-23.48,-23.26,-23.01,-22.72,-22.41,-22.06,-21.69,-21.29,-20.87,-20.42,-19.96,-19.47,-18.96,-18.43,-17.9,-17.34,-16.77,-16.19,-15.6,-15.01,-14.41,-13.79,-13.17,-12.56,-11.93,-11.31,-10.68,-10.07,-9.44,-8.83,-8.21,-7.61,-7.02,-6.42,-5.84,-5.28,-4.73,-4.19,-3.66,-3.15,-2.66,-2.19,-1.73,-1.3,-0.89,-0.51,-0.16,0.07,0.19,0.23,0.211,0.17,0.11,0.05,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 5 | PARAM_ANGLE_Z=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.07,0.27,0.59,1.02,1.56,2.19,2.9,3.68,4.53,5.44,6.4,7.39,8.42,9.46,10.5,11.54,12.58,13.61,14.6,15.56,16.47,17.32,18.1,18.81,19.44,19.98,20.41,20.73,20.93,21,20.81,20.27,19.45,18.39,17.14,15.73,14.22,12.65,11.03,9.39,7.79,6.23,4.75,3.4,2.15,1.09,0.21,-0.43,-0.85,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-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 6 | PARAM_EYE_L_OPEN=1.06,1.06,1.06,1.06,1.06,1.059,1.06,1.057,1.057,1.056,1.055,1.053,1.052,1.05,1.049,1.047,1.045,1.043,1.041,1.039,1.036,1.034,1.031,1.028,1.025,1.022,1.019,1.015,1.012,1.008,1.004,1,0.76,0.36,0.09,0,0,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 7 | PARAM_EYE_L_SMILE=0 8 | PARAM_EYE_R_OPEN=1.06,1.06,1.06,1.06,1.06,1.059,1.06,1.057,1.057,1.056,1.055,1.053,1.052,1.05,1.049,1.047,1.045,1.043,1.041,1.039,1.036,1.034,1.031,1.028,1.025,1.022,1.019,1.015,1.012,1.008,1.004,1,0.76,0.36,0.09,0,0,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 9 | PARAM_EYE_R_SMILE=0 10 | PARAM_EYE_FORM=0 11 | PARAM_EYE_BALL_X=0 12 | PARAM_EYE_BALL_Y=0,-0.007,-0.027,-0.06,-0.09,-0.14,-0.18,-0.23,-0.28,-0.33,-0.38,-0.43,-0.47,-0.51,-0.54,-0.56,-0.575,-0.58,-0.58,-0.58,-0.58,-0.58,-0.58,-0.58,-0.58,-0.58,-0.58,-0.578,-0.577,-0.576,-0.574,-0.571,-0.569,-0.566,-0.562,-0.558,-0.553,-0.548,-0.542,-0.535,-0.528,-0.521,-0.512,-0.503,-0.494,-0.485,-0.475,-0.466,-0.457,-0.448,-0.439,-0.43,-0.421,-0.412,-0.403,-0.394,-0.385,-0.376,-0.368,-0.359,-0.35,-0.342,-0.333,-0.325,-0.316,-0.308,-0.3,-0.291,-0.283,-0.275,-0.267,-0.259,-0.252,-0.244,-0.236,-0.229,-0.221,-0.214,-0.206,-0.199,-0.192,-0.185,-0.178,-0.171,-0.165,-0.158,-0.152,-0.145,-0.139,-0.133,-0.127,-0.121,-0.115,-0.109,-0.104,-0.098,-0.093,-0.088,-0.083,-0.078,-0.073,-0.068,-0.064,-0.059,-0.055,-0.051,-0.047,-0.043,-0.039,-0.036,-0.032,-0.029,-0.026,-0.023,-0.02,-0.018,-0.016,-0.013,-0.011,-0.009,-0.008,-0.006,-0.005,-0.003,-0.002,-0.002,-0.001,0,0,0 13 | PARAM_EYE_BALL_FORM=0 14 | PARAM_BROW_L_Y=1 15 | PARAM_BROW_R_Y=1 16 | PARAM_BROW_L_X=0 17 | PARAM_BROW_R_X=0 18 | PARAM_BROW_L_ANGLE=-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37,-0.37 19 | PARAM_BROW_R_ANGLE=-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45,-0.45 20 | PARAM_BROW_L_FORM=-2 21 | PARAM_BROW_R_FORM=-2 22 | PARAM_MOUTH_FORM=1 23 | PARAM_MOUTH_OPEN_Y=0,0.73,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.92,0.05,0.89,1,1,0.36,0.38,0.41,0.86,1,1,1,0.98,0.66,0.34,0.02,0.15,0.28,0.41,0.54,0.68,0.81,0.66,0.52,0.502,0.486,0.471,0.455,0.49,0.52,0.33,0.14,0.25,0.36,0.69,1,1,1,1,1,1,1,0.992,0.14,0.4,0.66,1,1,1,1,1,1,1,1,0.62,0.02,0.012,0,0.19,0.38,0.58,0.77,1,1,1,1,1,1,1,0.93,0.77,0.6,0.608,0.612,0.53,0.44,0.435,0.431,0.25,0.08,0.21,0.35,0.48,0.61,0.607,0.601,0.596,0.591,0.586,0.58,0.34,0.1,0.26,0.42,0.24,0.06,0.22,0.38,0.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_CHEEK=0 25 | PARAM_SWEAT=0 26 | PARAM_ARM_L=0 27 | PARAM_BODY_ANGLE_X=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,0.05,0.18,0.39,0.65,0.94,1.27,1.61,1.95,2.3,2.63,2.95,3.24,3.49,3.7,3.86,3.96,4,3.98,3.92,3.83,3.71,3.56,3.39,3.19,2.99,2.77,2.54,2.3,2.06,1.83,1.59,1.37,1.15,0.95,0.76,0.59,0.44,0.31,0.21,0.13,0.08,0.068,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07,0.07 28 | PARAM_BODY_ANGLE_Z=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,0.04,0.15,0.33,0.57,0.86,1.19,1.55,1.95,2.36,2.79,3.21,3.64,4.05,4.45,4.81,5.14,5.43,5.67,5.85,5.96,6,5.96,5.85,5.67,5.44,5.15,4.83,4.47,4.08,3.68,3.26,2.84,2.42,2.02,1.63,1.27,0.95,0.66,0.43,0.25,0.14,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1 29 | PARAM_BODY_ANGLE_Y=0,0,0,0,0,0,0,0.19,0.68,1.33,2.1,2.89,3.68,4.42,5.05,5.55,5.88,6,5.996,5.983,5.96,5.93,5.89,5.85,5.79,5.73,5.65,5.57,5.49,5.39,5.29,5.18,5.06,4.93,4.8,4.67,4.52,4.37,4.21,4.05,3.88,3.71,3.53,3.32,3.1,2.88,2.64,2.41,2.17,1.92,1.68,1.45,1.22,1.01,0.81,0.62,0.45,0.3,0.17,0.07,0,-0.06,-0.11,-0.16,-0.2,-0.23,-0.26,-0.29,-0.31,-0.34,-0.36,-0.39,-0.41,-0.44,-0.47,-0.5,-0.53,-0.57,-0.62,-0.68,-0.73,-0.79,-0.84,-0.88,-0.92,-0.95,-0.98,-0.994,-1,-0.981,-0.93,-0.86,-0.77,-0.67,-0.57,-0.47,-0.36,-0.27,-0.18,-0.11,-0.06,-0.02,-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 30 | PARAM_BREATH=0 31 | PARAM_HAIR_FRONT=0 32 | PARAM_HAIR_BACK=0 33 | PARAM_ACCESSORIES=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/DK_NOZOMU_0061.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_ANGLE_X=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.12,0.21,0.32,0.45,0.6,0.76,0.95,1.14,1.36,1.58,1.82,2.06,2.31,2.57,2.83,3.1,3.37,3.63,3.9,4.17,4.43,4.69,4.94,5.18,5.42,5.64,5.86,6.05,6.24,6.4,6.55,6.68,6.79,6.88,6.95,6.99,7,6.96,6.86,6.71,6.5,6.25,5.96,5.64,5.29,4.93,4.54,4.15,3.75,3.35,2.95,2.57,2.19,1.83,1.49,1.17,0.89,0.63,0.42,0.24,0.11,0.03,0,0.03,0.12,0.25,0.4,0.56,0.7,0.83,0.92,0.98,1,0.93,0.79,0.62,0.43,0.27,0.13,0.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0 4 | PARAM_ANGLE_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.019,0.08,0.17,0.29,0.45,0.64,0.85,1.09,1.35,1.63,1.94,2.26,2.59,2.94,3.3,3.67,4.05,4.42,4.81,5.19,5.58,5.95,6.33,6.7,7.06,7.41,7.74,8.06,8.37,8.65,8.91,9.15,9.36,9.55,9.71,9.83,9.92,9.98,10,9.8,9.23,8.33,7.14,5.72,4.05,2.22,0.24,-1.84,-4.05,-6.27,-8.57,-10.88,-13.12,-15.33,-17.51,-19.54,-21.49,-23.3,-24.93,-26.38,-27.62,-28.62,-29.37,-29.84,-30,-28.59,-24.89,-19.55,-13.44,-7.1,-1.19,3.86,7.71,10.14,11,9.23,5.41,0.64,-4.31,-8.84,-12.58,-15.07,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16 5 | PARAM_ANGLE_Z=-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.83,-29.35,-28.58,-27.57,-26.33,-24.9,-23.26,-21.5,-19.53,-17.48,-15.29,-12.96,-10.52,-8.02,-5.43,-2.75,0,3.19,5.69,7.65,9.21,10.41,11.32,12.01,12.48,12.78,12.95,13,12.98,12.91,12.8,12.65,12.47,12.24,11.98,11.69,11.37,11.03,10.64,10.24,9.82,9.37,8.91,8.43,7.93,7.43,6.91,6.38,5.84,5.3,4.75,4.2,3.65,3.1,2.54,2,1.39,0.83,0.31,-0.17,-0.6,-1.01,-1.38,-1.71,-2.01,-2.29,-2.54,-2.77,-2.97,-3.15,-3.31,-3.45,-3.56,-3.67,-3.75,-3.83,-3.88,-3.93,-3.96,-3.98,-3.996,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 6 | PARAM_EYE_L_OPEN=0,0,0,0,0,0,0,0.001,0,0,0.002,0,0.003,0,0.005,0.005,0.01,0.007,0.008,0.008,0.009,0.01,0.011,0.013,0.014,0.015,0.016,0.017,0.019,0.02,0.022,0.023,0.025,0.026,0.028,0.03,0.032,0.033,0.035,0.037,0.039,0.041,0.043,0.046,0.048,0.05,0.052,0.055,0.057,0.06,0.062,0.065,0.068,0.071,0.073,0.076,0.079,0.082,0.085,0.089,0.092,0.095,0.098,0.102,0.105,0.109,0.112,0.116,0.12,0.123,0.127,0.131,0.135,0.139,0.143,0.147,0.151,0.156,0.16,0.165,0.169,0.174,0.24,0.39,0.59,0.79,0.94,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 7 | PARAM_EYE_L_SMILE=0 8 | PARAM_EYE_R_OPEN=0,0,0,0,0,0,0,0.001,0,0.002,0,0.003,0,0.004,0.005,0.01,0.007,0.008,0.008,0.009,0.011,0.012,0.013,0.014,0.015,0.017,0.018,0.019,0.021,0.022,0.024,0.026,0.028,0.029,0.031,0.033,0.035,0.037,0.039,0.042,0.044,0.046,0.048,0.051,0.053,0.056,0.059,0.061,0.064,0.067,0.07,0.073,0.076,0.079,0.082,0.085,0.088,0.092,0.095,0.099,0.102,0.106,0.11,0.113,0.117,0.121,0.125,0.129,0.133,0.137,0.142,0.146,0.151,0.155,0.16,0.164,0.169,0.174,0.179,0.184,0.189,0.194,0.26,0.41,0.6,0.79,0.94,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 9 | PARAM_EYE_R_SMILE=0 10 | PARAM_EYE_FORM=0 11 | PARAM_EYE_BALL_X=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.002,-0.005,-0.009,-0.014,-0.02,-0.027,-0.035,-0.043,-0.052,-0.062,-0.072,-0.083,-0.094,-0.106,-0.117,-0.129,-0.142,-0.154,-0.166,-0.178,-0.191,-0.203,-0.214,-0.226,-0.237,-0.248,-0.258,-0.268,-0.277,-0.285,-0.293,-0.3,-0.306,-0.311,-0.315,-0.318,-0.319,-0.32,-0.309,-0.28,-0.23,-0.18,-0.13,-0.08,-0.03,0,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.007,0.006,0.004,0.003,0.002,0.001,0,0,0,0.002,0.004,0.006,0.007,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,0.01 12 | 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.001,0.002,0.003,0.004,0.005,0.007,0.009,0.01,0.012,0.014,0.017,0.019,0.022,0.025,0.028,0.031,0.034,0.038,0.041,0.045,0.049,0.053,0.058,0.062,0.067,0.072,0.077,0.082,0.087,0.093,0.099,0.105,0.111,0.117,0.123,0.13,0.136,0.142,0.147,0.151,0.154,0.157,0.159,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.141,0.09,0.02,-0.06,-0.14,-0.22,-0.29,-0.34,-0.37,-0.38,-0.34,-0.27,-0.17,-0.07,0.02,0.09,0.14,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16,0.16 13 | PARAM_EYE_BALL_FORM=0 14 | PARAM_BROW_L_Y=0 15 | PARAM_BROW_R_Y=0 16 | PARAM_BROW_L_X=0 17 | PARAM_BROW_R_X=0 18 | PARAM_BROW_L_ANGLE=0 19 | PARAM_BROW_R_ANGLE=0 20 | PARAM_BROW_L_FORM=0 21 | PARAM_BROW_R_FORM=0 22 | PARAM_MOUTH_FORM=0 23 | PARAM_MOUTH_OPEN_Y=0,0.02,0.05,0.91,1,1,1,1,1,0.93,0.6,1,1,1,1,1,1,1,1,1,1,0.98,0.41,0.56,0.71,0.52,0.33,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,0.3,1,1,1,0.9,0.87,0.84,1,1,1,1,0.7,0.4,0.6,0.8,1,1,1,1,1,1,0.76,0.15,0.11,0.06,0.36,0.65,0.45,0.26,0.39,0.52,0.48,0.45,0.83,1,1,1,1,1,1,0.95,1,1,0.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_CHEEK=0 25 | PARAM_SWEAT=0 26 | PARAM_ARM_L=0 27 | PARAM_BODY_ANGLE_X=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.004,0.015,0.034,0.06,0.09,0.13,0.18,0.24,0.3,0.37,0.44,0.52,0.61,0.71,0.81,0.92,1.03,1.15,1.28,1.41,1.55,1.7,1.85,2,2.17,2.33,2.51,2.69,2.87,3.06,3.26,3.46,3.66,3.87,4.09,4.31,4.54,4.77,5,5.24,5.47,5.69,5.9,6.09,6.27,6.41,6.53,6.61,6.67,6.73,6.78,6.82,6.86,6.89,6.91,6.93,6.951,6.965,6.976,6.985,6.991,6.995,6.998,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7 28 | PARAM_BODY_ANGLE_Z=-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-1.981,-1.93,-1.85,-1.76,-1.64,-1.51,-1.37,-1.23,-1.07,-0.92,-0.77,-0.62,-0.47,-0.34,-0.21,-0.1,0,0.09,0.19,0.28,0.37,0.46,0.54,0.63,0.71,0.79,0.87,0.95,1.03,1.11,1.18,1.26,1.33,1.41,1.48,1.55,1.62,1.69,1.76,1.83,1.9,1.98,2.04,2.12,2.19,2.26,2.33,2.4,2.47,2.55,2.62,2.69,2.77,2.84,2.92,3,3.09,3.19,3.29,3.4,3.5,3.6,3.69,3.76,3.8,3.83,3.86,3.89,3.91,3.926,3.942,3.955,3.966,3.975,3.982,3.988,3.992,3.995,3.998,3.999,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 29 | PARAM_BODY_ANGLE_Y=0,0.1,0.39,0.83,1.4,2.08,2.82,3.6,4.4,5.18,5.92,6.6,7.17,7.61,7.9,8,7.96,7.84,7.66,7.41,7.11,6.75,6.35,5.93,5.47,4.99,4.5,4,3.5,3.01,2.53,2.07,1.65,1.25,0.89,0.59,0.34,0.16,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.03,0.12,0.25,0.4,0.56,0.7,0.83,0.92,0.98,1,0.93,0.79,0.62,0.43,0.27,0.13,0.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0 30 | PARAM_BREATH=0 31 | PARAM_HAIR_FRONT=0 32 | PARAM_HAIR_BACK=0 33 | PARAM_ACCESSORIES=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/DK_NOZOMU_0067.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_ANGLE_X=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.04,-0.16,-0.36,-0.65,-1.03,-1.48,-2.03,-2.65,-3.37,-4.17,-5.05,-6,-7.04,-8.15,-9.34,-10.61,-11.93,-13.34,-14.8,-16.62,-18.27,-19.83,-21.25,-22.55,-23.74,-24.83,-25.8,-26.69,-27.45,-28.12,-28.69,-29.16,-29.52,-29.79,-29.95,-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,-30,-30,-30,-30,-30 4 | PARAM_ANGLE_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.08,0.33,0.73,1.27,1.94,2.74,3.65,4.64,5.73,6.91,8.15,9.42,10.76,12.12,13.52,14.94,16.35,17.78,19.2,20.88,22.32,23.61,24.72,25.68,26.52,27.25,27.85,28.38,28.81,29.16,29.44,29.66,29.82,29.92,29.98,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,30,30,30,30,30 5 | PARAM_ANGLE_Z=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.08,-0.31,-0.65,-1.12,-1.66,-2.28,-2.95,-3.65,-4.36,-5.07,-5.76,-6.41,-7.01,-7.55,-8.01,-8.39,-8.67,-8.84,-8.9,-8.41,-7.1,-5.1,-2.61,0.27,3.41,6.75,10.09,13.5,16.72,19.78,22.59,25.07,27.11,28.66,29.65,30,29.86,29.47,28.86,28.08,27.18,26.18,25.16,24.11,23.1,22.12,21.25,20.48,19.85,19.39,19.1,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19 6 | 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,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 7 | PARAM_EYE_L_SMILE=0 8 | 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,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 9 | PARAM_EYE_R_SMILE=0 10 | PARAM_EYE_FORM=0 11 | PARAM_EYE_BALL_X=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.011,0.025,0.043,0.07,0.09,0.12,0.16,0.19,0.23,0.27,0.31,0.35,0.39,0.43,0.47,0.51,0.56,0.59,0.64,0.68,0.71,0.74,0.77,0.788,0.806,0.82,0.833,0.842,0.85,0.856,0.86,0.863,0.865,0.866,0.866,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87,0.87 12 | PARAM_EYE_BALL_Y=0 13 | PARAM_EYE_BALL_FORM=0 14 | PARAM_BROW_L_Y=0 15 | PARAM_BROW_R_Y=0 16 | PARAM_BROW_L_X=0 17 | PARAM_BROW_R_X=0 18 | PARAM_BROW_L_ANGLE=0 19 | PARAM_BROW_R_ANGLE=0 20 | PARAM_BROW_L_FORM=0 21 | PARAM_BROW_R_FORM=0 22 | PARAM_MOUTH_FORM=0 23 | PARAM_MOUTH_OPEN_Y=0,0.39,0.78,0.71,0.64,0.32,0,0.4,0.79,0.775,0.758,0.741,0.724,0.707,0.69,0.38,0.08,0.075,0.072,0.069,0.066,0.063,0.06,0.057,0.054,0.051,0.048,0.045,0.042,0.039,0.036,0.033,0.03,0.027,0.024,0.021,0.018,0.015,0.012,0.009,0.006,0.003,0,0.09,0.19,0.5,0.82,0.42,0.03,0.98,1,1,0.37,1,1,1,1,1,1,1,1,1,0.84,0.65,0.47,0.43,0.38,0.34,0.29,0.6,0.9,0.67,0.43,0.48,0.53,0.58,0.63,0.78,0.94,1,1,0.54,0.02,0.19,0.36,0.18,0,0,0,0,0,0,0,0 24 | PARAM_CHEEK=0 25 | PARAM_SWEAT=0 26 | PARAM_ARM_L=0 27 | PARAM_BODY_ANGLE_X=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.014,-0.06,-0.13,-0.23,-0.37,-0.53,-0.72,-0.94,-1.19,-1.48,-1.79,-2.12,-2.49,-2.88,-3.29,-3.74,-4.2,-4.69,-5.2,-5.76,-6.28,-6.77,-7.22,-7.61,-7.97,-8.27,-8.53,-8.73,-8.88,-8.97,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9 28 | PARAM_BODY_ANGLE_Z=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.012,-0.05,-0.1,-0.19,-0.29,-0.42,-0.58,-0.75,-0.95,-1.18,-1.42,-1.69,-1.98,-2.28,-2.61,-2.96,-3.32,-3.7,-4.1,-4.54,-4.94,-5.31,-5.65,-5.95,-6.23,-6.46,-6.65,-6.8,-6.91,-6.98,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7 29 | PARAM_BODY_ANGLE_Y=0 30 | PARAM_BREATH=0 31 | PARAM_HAIR_FRONT=0 32 | PARAM_HAIR_BACK=0 33 | PARAM_ACCESSORIES=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/m_06.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=300 5 | 6 | $fadeout=500 7 | 8 | PARAM_ANGLE_X=0 9 | PARAM_ANGLE_Y=0,0,0,0,0,0,0,0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.3,-27.35,-24.27,-20.36,-15.69,-10.61,-5.24,0.24,5.61,10.69,15.36,19.27,22.35,24.3,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25 10 | PARAM_ANGLE_Z=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,0.27,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 12 | PARAM_EYE_L_SMILE=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.73,1,1,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_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,0.27,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_EYE_R_SMILE=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.73,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 15 | PARAM_EYE_FORM=0 16 | PARAM_EYE_BALL_X=0,0,0,0,0,0,0,0,-0.002,-0.006,-0.012,-0.017,-0.022,-0.026,-0.029,-0.03,-0.03,-0.03,-0.03,-0.03,-0.03,-0.03,-0.03,-0.028,-0.022,-0.015,-0.008,-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,0 17 | PARAM_EYE_BALL_Y=0,0,0,0,0,0,0,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,0.92,0.74,0.5,0.26,0.08,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 18 | PARAM_EYE_BALL_FORM=0 19 | PARAM_BROW_L_Y=0 20 | PARAM_BROW_R_Y=0 21 | PARAM_BROW_L_X=0 22 | PARAM_BROW_R_X=0 23 | PARAM_BROW_L_ANGLE=0 24 | PARAM_BROW_R_ANGLE=0 25 | PARAM_BROW_L_FORM=0 26 | PARAM_BROW_R_FORM=0 27 | PARAM_MOUTH_FORM=1 28 | 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.26,0.74,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 29 | PARAM_CHEEK=0 30 | PARAM_ARM_L_01=0,0,0,0,0,0,0,0,-0.44,-1.51,-2.82,-4.1,-5.13,-5.78,-6,-6.014,-6.019,-5.96,-5.8,-5.53,-5.17,-4.75,-4.3,-3.83,-3.36,-2.94,-2.56,-2.26,-2.07,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2 31 | PARAM_ARM_L_02=0,0,0,0,0,0,0,0,0.29,1.01,1.94,2.91,3.79,4.5,5,5.28,5.37,5.64,6.13,6.62,7.13,7.63,8.09,8.54,8.95,9.29,9.59,9.81,9.95,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 32 | PARAM_HAND_L=0 33 | PARAM_ARM_R_01=0,0,0,0,0,0,0,0,-0.29,-1.01,-1.88,-2.73,-3.42,-3.85,-4,-3.997,-3.85,-3.35,-2,-0.57,0.91,2.43,4,7.73,11.93,15.1,17,18.39,18.91,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19 34 | PARAM_ARM_R_02=0,0,0,0,0,0,0,0,0.18,0.66,1.36,2.2,3.12,4.07,5,6,6.77,7.59,8.68,9.31,9.71,9.93,10,9.8,9.03,7.71,6,2.15,-1.99,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 35 | PARAM_HAND_R=0 36 | PARAM_LEG_L=0,0,0,0,0,0,0,0,-0.1,-0.37,-0.76,-1.21,-1.68,-2.11,-2.48,-2.76,-2.94,-3,-2.94,-2.76,-2.48,-2.12,-1.7,-1.24,-0.75,-0.25,0.24,0.7,1.12,1.48,1.76,1.94,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 37 | PARAM_LEG_R=0,0,0,0,0,0,0,0,-0.1,-0.37,-0.76,-1.21,-1.68,-2.11,-2.48,-2.76,-2.94,-3,-2.96,-2.86,-2.69,-2.47,-2.22,-1.94,-1.65,-1.35,-1.06,-0.78,-0.53,-0.31,-0.14,-0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 38 | PARAM_BODY_ANGLE_X=0 39 | PARAM_BODY_ANGLE_Y=0,0,0,0,0,0,0,0,-0.34,-1.25,-2.55,-4.04,-5.58,-7.03,-8.26,-9.2,-9.79,-10,-9.76,-9.08,-8.02,-6.67,-5.06,-3.3,-1.44,0.44,2.3,4.06,5.67,7.02,8.08,8.76,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9 40 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0,0,0.21,0.76,1.56,2.51,3.49,4.44,5.24,5.79,6,5.86,5.47,4.86,4.08,3.18,2.18,1.16,0.11,-0.9,-1.88,-2.75,-3.52,-4.15,-4.61,-4.9,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5 41 | PARAM_BREATH=0 42 | PARAM_HAIR_FLUFFY=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,0.88,0.62,0.29,-0.05,-0.36,-0.62,-0.79,-0.85,-0.77,-0.58,-0.36,-0.12,0.09,0.27,0.39,0.43,0.415,0.38,0.32,0.26,0.19,0.13,0.07,0.03,0.01,0,0,0,0,0,0 43 | PARAM_HAIR_FRONT=0 44 | PARAM_HAIR_BACK=0 45 | PARAM_BASE_X=0 46 | PARAM_BASE_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.67,2.71,5.75,9.4,15.27,19.98,22,19.5,15.18,10.59,6.36,2.92,0.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/m_13.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=200 5 | 6 | $fadeout=500 7 | 8 | PARAM_ANGLE_X=0 9 | PARAM_ANGLE_Y=0,0,0,0,0,0,-0.69,-2.49,-5.1,-8.08,-11.17,-14.05,-16.52,-18.4,-19.58,-20,-19.62,-18.63,-17.18,-15.39,-13.4,-11.31,-9.21,-7.16,-5.25,-3.53,-2.1,-0.98,-0.25,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 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,0.74,0.26,0,0,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 12 | PARAM_EYE_L_SMILE=0 13 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,0.74,0.26,0,0,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 14 | PARAM_EYE_R_SMILE=0 15 | PARAM_EYE_FORM=0 16 | PARAM_EYE_BALL_X=0 17 | PARAM_EYE_BALL_Y=0 18 | PARAM_EYE_BALL_FORM=0 19 | PARAM_BROW_L_Y=0 20 | PARAM_BROW_R_Y=0 21 | PARAM_BROW_L_X=0,0,0,0,0,0,-0.003,-0.012,-0.026,-0.045,-0.07,-0.09,-0.12,-0.15,-0.18,-0.21,-0.23,-0.26,-0.28,-0.31,-0.324,-0.339,-0.351,-0.358,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36,-0.36 22 | PARAM_BROW_R_X=0,0,0,0,0,0,-0.003,-0.012,-0.026,-0.044,-0.07,-0.09,-0.12,-0.14,-0.17,-0.2,-0.23,-0.25,-0.28,-0.3,-0.315,-0.33,-0.341,-0.348,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35 23 | PARAM_BROW_L_ANGLE=0,0,0,0,0,0,-0.004,-0.015,-0.032,-0.05,-0.08,-0.11,-0.14,-0.18,-0.21,-0.25,-0.28,-0.31,-0.34,-0.36,-0.39,-0.405,-0.419,-0.427,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43 24 | PARAM_BROW_R_ANGLE=0,0,0,0,0,0,-0.004,-0.015,-0.032,-0.05,-0.08,-0.11,-0.14,-0.18,-0.21,-0.25,-0.28,-0.31,-0.34,-0.36,-0.39,-0.405,-0.419,-0.427,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43,-0.43 25 | PARAM_BROW_L_FORM=0,0,0,0,0,0,-0.004,-0.016,-0.035,-0.06,-0.09,-0.12,-0.16,-0.19,-0.23,-0.27,-0.3,-0.34,-0.37,-0.4,-0.42,-0.443,-0.458,-0.467,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47 26 | PARAM_BROW_R_FORM=0,0,0,0,0,0,-0.004,-0.017,-0.035,-0.06,-0.09,-0.12,-0.16,-0.2,-0.24,-0.27,-0.31,-0.35,-0.38,-0.41,-0.43,-0.452,-0.467,-0.477,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48,-0.48 27 | PARAM_MOUTH_FORM=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.87,0.59,0.23,-0.13,-0.47,-0.75,-0.93,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 28 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 29 | PARAM_CHEEK=0 30 | PARAM_ARM_L_01=0,0,0,0,0,0,0.05,0.21,0.45,0.76,1.13,1.55,2.01,2.5,3,3.5,3.99,4.45,4.87,5.24,5.55,5.79,5.95,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6 31 | PARAM_ARM_L_02=0,0,0,0,0,0,-0.18,-0.69,-1.49,-2.53,-3.76,-5.18,-6.72,-8.34,-10,-11.66,-13.28,-14.82,-16.24,-17.47,-18.51,-19.31,-19.82,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20,-20 32 | PARAM_HAND_L=0 33 | PARAM_ARM_R_01=0,0,0,0,0,0,0.005,0.03,0.11,0.26,0.48,0.79,1.2,1.7,2.3,3,4.71,6.95,9.38,11.75,13.83,15.5,16.6,17,16.4,14.94,13,11.06,9.6,9,9.24,9.89,10.82,11.93,13.07,14.18,15.11,15.76,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16 34 | PARAM_ARM_R_02=0,0,0,0,0,0,0.34,1.25,2.55,4.04,5.58,7.03,8.26,9.2,9.79,10,9.41,8.14,6.55,4.9,3.39,2.14,1.31,1,1.68,3.32,5.5,7.68,9.32,10,9.72,8.99,7.92,6.65,5.35,4.08,3.01,2.28,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 35 | PARAM_HAND_R=0 36 | PARAM_LEG_L=0,0,0,0,0,0,0.06,0.24,0.52,0.89,1.32,1.81,2.35,2.92,3.5,4.08,4.65,5.19,5.68,6.11,6.48,6.76,6.94,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7 37 | PARAM_LEG_R=0,0,0,0,0,0,-0.04,-0.14,-0.3,-0.51,-0.75,-1.04,-1.34,-1.67,-2,-2.33,-2.66,-2.96,-3.25,-3.49,-3.7,-3.86,-3.96,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 38 | PARAM_BODY_ANGLE_X=0,0,0,0,0,0,0.09,0.34,0.74,1.26,1.87,2.56,3.32,4.1,4.9,5.7,6.47,7.2,7.88,8.48,9,9.43,9.74,9.93,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 39 | PARAM_BODY_ANGLE_Y=0,0,0,0,0,0,-0.04,-0.14,-0.29,-0.5,-0.75,-1.02,-1.33,-1.64,-1.96,-2.28,-2.59,-2.88,-3.15,-3.39,-3.6,-3.77,-3.9,-3.97,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 40 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0.09,0.34,0.74,1.26,1.87,2.56,3.32,4.1,4.9,5.7,6.47,7.2,7.88,8.48,9,9.43,9.74,9.93,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 41 | PARAM_BREATH=0 42 | PARAM_HAIR_FLUFFY=0 43 | PARAM_HAIR_FRONT=0 44 | PARAM_HAIR_BACK=0 45 | PARAM_BASE_X=0 46 | PARAM_BASE_Y=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/tsumiki_m_01.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=1000 5 | 6 | $fadeout=0 7 | 8 | $fadein:PARAM_EYE_L_OPEN=200 9 | $fadeout:PARAM_EYE_L_OPEN=200 10 | $fadein:PARAM_EYE_L_SMILE=200 11 | $fadeout:PARAM_EYE_L_SMILE=200 12 | $fadein:PARAM_EYE_R_OPEN=200 13 | $fadeout:PARAM_EYE_R_OPEN=200 14 | $fadein:PARAM_EYE_R_SMILE=200 15 | $fadeout:PARAM_EYE_R_SMILE=200 16 | PARAM_ANGLE_X=0 17 | PARAM_ANGLE_Y=0,0.07,0.28,0.59,1.01,1.5,2.05,2.65,3.28,3.92,4.56,5.18,5.76,6.3,6.78,7.2,7.54,7.79,7.95,8,7.93,7.73,7.4,6.96,6.43,5.81,5.12,4.38,3.57,2.73,1.88,1,0.12,-0.73,-1.57,-2.38,-3.12,-3.81,-4.43,-4.96,-5.4,-5.73,-5.93,-6,-5.81,-5.31,-4.53,-3.57,-2.46,-1.25,0.04,1.32,2.64,3.88,5.06,6.14,7.1,7.88,8.48,8.87,9,8.97,8.89,8.75,8.57,8.35,8.1,7.8,7.48,7.15,6.78,6.4,6,5.6,5.18,4.76,4.34,3.93,3.52,3.12,2.72,2.35,1.99,1.65,1.33,1.05,0.79,0.56,0.36,0.21,0.09,0.02,0,0,0,0,0,0 18 | PARAM_ANGLE_Z=0,-0.05,-0.2,-0.43,-0.74,-1.12,-1.56,-2.06,-2.59,-3.16,-3.77,-4.37,-5,-5.63,-6.23,-6.84,-7.41,-7.94,-8.44,-8.88,-9.26,-9.57,-9.8,-9.95,-10,-9.94,-9.75,-9.44,-9.03,-8.51,-7.92,-7.24,-6.49,-5.68,-4.82,-3.9,-2.96,-1.98,-0.99,0,0.99,1.98,2.96,3.9,4.82,5.68,6.49,7.24,7.92,8.51,9.03,9.44,9.75,9.94,10,9.98,9.91,9.8,9.66,9.49,9.28,9.04,8.77,8.49,8.18,7.85,7.51,7.15,6.79,6.41,6.03,5.64,5.25,4.85,4.46,4.07,3.7,3.32,2.96,2.61,2.27,1.95,1.64,1.35,1.09,0.85,0.64,0.45,0.29,0.17,0.08,0.02,0,0,0,0,0,0 19 | 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,0.74,0.26,0,0,0.07,0.25,0.47,0.68,0.85,0.96,1,1,1,1,1,0.74,0.26,0,0,0.07,0.25,0.47,0.68,0.85,0.96,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 20 | PARAM_EYE_L_SMILE=0,0.001,0.005,0.012,0.02,0.031,0.043,0.058,0.074,0.091,0.11,0.13,0.15,0.17,0.19,0.22,0.24,0.26,0.28,0.31,0.33,0.35,0.37,0.39,0.409,0.426,0.442,0.457,0.469,0.48,0.488,0.495,0.499,0.5,0.37,0.13,0,0,0.04,0.13,0.24,0.34,0.43,0.48,0.5,0.5,0.5,0.5,0.5,0.37,0.13,0,0,0.04,0.13,0.24,0.34,0.43,0.48,0.5,0.499,0.495,0.488,0.48,0.469,0.457,0.442,0.426,0.409,0.39,0.37,0.35,0.33,0.31,0.28,0.26,0.24,0.22,0.19,0.17,0.15,0.13,0.11,0.091,0.074,0.058,0.043,0.031,0.02,0.012,0.005,0.001,0,0,0,0,0,0 21 | 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,0.74,0.26,0,0,0.07,0.25,0.47,0.68,0.85,0.96,1,1,1,1,1,0.74,0.26,0,0,0.07,0.25,0.47,0.68,0.85,0.96,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 22 | PARAM_EYE_R_SMILE=0,0.001,0.005,0.012,0.02,0.031,0.043,0.058,0.074,0.091,0.11,0.13,0.15,0.17,0.19,0.22,0.24,0.26,0.28,0.31,0.33,0.35,0.37,0.39,0.409,0.426,0.442,0.457,0.469,0.48,0.488,0.495,0.499,0.5,0.37,0.13,0,0,0.04,0.13,0.24,0.34,0.43,0.48,0.5,0.5,0.5,0.5,0.5,0.37,0.13,0,0,0.04,0.13,0.24,0.34,0.43,0.48,0.5,0.499,0.495,0.488,0.48,0.469,0.457,0.442,0.426,0.409,0.39,0.37,0.35,0.33,0.31,0.28,0.26,0.24,0.22,0.19,0.17,0.15,0.13,0.11,0.091,0.074,0.058,0.043,0.031,0.02,0.012,0.005,0.001,0,0,0,0,0,0 23 | PARAM_EYE_FORM=0 24 | PARAM_TEAR=0 25 | PARAM_EYE_BALL_X=0 26 | PARAM_EYE_BALL_Y=-0.5 27 | PARAM_EYE_BALL_FORM=1 28 | PARAM_BROW_L_Y=0 29 | PARAM_BROW_R_Y=0 30 | PARAM_BROW_L_X=0 31 | PARAM_BROW_R_X=0 32 | PARAM_BROW_L_ANGLE=0 33 | PARAM_BROW_R_ANGLE=0 34 | PARAM_BROW_L_FORM=0 35 | PARAM_BROW_R_FORM=0 36 | PARAM_MOUTH_FORM=1 37 | PARAM_MOUTH_OPEN_Y=0 38 | PARAM_CHEEK_01=0 39 | PARAM_CHEEK_02=0 40 | PARAM_CHEEK_03=0 41 | PARAM_CHEEK_04=0 42 | PARAM_BODY_ANGLE_X=0,-0.03,-0.1,-0.22,-0.38,-0.57,-0.79,-1.03,-1.28,-1.55,-1.83,-2.11,-2.37,-2.64,-2.89,-3.13,-3.34,-3.53,-3.69,-3.82,-3.92,-3.98,-4,-3.987,-3.95,-3.88,-3.79,-3.68,-3.55,-3.4,-3.24,-3.05,-2.86,-2.64,-2.42,-2.18,-1.94,-1.69,-1.43,-1.17,-0.9,-0.63,-0.37,-0.1,0.17,0.43,0.69,0.94,1.18,1.42,1.64,1.86,2.05,2.24,2.4,2.55,2.68,2.79,2.88,2.95,2.99,3,2.99,2.96,2.92,2.85,2.78,2.69,2.59,2.48,2.36,2.23,2.09,1.95,1.81,1.66,1.52,1.37,1.23,1.09,0.95,0.82,0.69,0.57,0.46,0.36,0.27,0.19,0.12,0.07,0.03,0.01,0,0,0,0,0,0 43 | PARAM_BODY_ANGLE_Y=0 44 | PARAM_BODY_ANGLE_Z=0,-0.01,-0.04,-0.09,-0.15,-0.22,-0.31,-0.41,-0.52,-0.63,-0.74,-0.86,-0.99,-1.11,-1.22,-1.34,-1.45,-1.55,-1.65,-1.74,-1.81,-1.88,-1.93,-1.97,-1.99,-2,-1.989,-1.96,-1.91,-1.84,-1.75,-1.65,-1.54,-1.41,-1.27,-1.12,-0.97,-0.81,-0.64,-0.46,-0.29,-0.11,0.07,0.24,0.42,0.59,0.76,0.92,1.07,1.22,1.35,1.48,1.59,1.7,1.78,1.86,1.92,1.96,1.99,2,1.995,1.979,1.95,1.92,1.88,1.83,1.77,1.7,1.64,1.56,1.48,1.4,1.31,1.23,1.14,1.05,0.95,0.86,0.77,0.69,0.6,0.52,0.44,0.36,0.3,0.23,0.17,0.12,0.08,0.05,0.02,0.005,0,0,0,0,0,0 45 | PARAM_BREATH=0,0.003,0.01,0.021,0.037,0.056,0.08,0.1,0.13,0.16,0.19,0.22,0.25,0.28,0.31,0.33,0.36,0.39,0.41,0.43,0.453,0.469,0.482,0.492,0.498,0.5,0.496,0.483,0.463,0.44,0.41,0.37,0.33,0.29,0.25,0.21,0.17,0.13,0.09,0.06,0.04,0.017,0.004,0,0.006,0.024,0.05,0.09,0.13,0.17,0.22,0.27,0.31,0.36,0.4,0.43,0.46,0.48,0.496,0.5,0.499,0.495,0.488,0.48,0.469,0.457,0.442,0.426,0.409,0.39,0.37,0.35,0.33,0.31,0.28,0.26,0.24,0.22,0.19,0.17,0.15,0.13,0.11,0.091,0.074,0.058,0.043,0.031,0.02,0.012,0.005,0.001,0,0,0,0,0,0 46 | PARAM_UPBACK=0 47 | PARAM_BUST_Y=0 48 | PARAM_TIE=0 49 | PARAM_SKIRT=0 50 | PARAM_HAIR_FRONT=0 51 | PARAM_HAIR_SIDE=0 52 | PARAM_HAIR_BACK=0 53 | PARAM_HAIR_AHO=0,-0.001,-0.004,-0.009,-0.015,-0.022,-0.031,-0.041,-0.052,-0.063,-0.074,-0.086,-0.099,-0.111,-0.122,-0.134,-0.145,-0.155,-0.165,-0.174,-0.181,-0.188,-0.193,-0.197,-0.199,-0.2,-0.199,-0.196,-0.192,-0.186,-0.179,-0.17,-0.161,-0.15,-0.138,-0.125,-0.111,-0.096,-0.081,-0.066,-0.05,-0.033,-0.017,0,0.017,0.033,0.05,0.066,0.081,0.096,0.111,0.125,0.138,0.15,0.161,0.17,0.179,0.186,0.192,0.196,0.199,0.2,0.199,0.197,0.194,0.19,0.185,0.179,0.173,0.165,0.157,0.148,0.139,0.13,0.121,0.111,0.101,0.092,0.082,0.072,0.063,0.054,0.046,0.038,0.031,0.024,0.018,0.013,0.008,0.005,0.002,0.001,0,0,0,0,0,0 54 | PARAM_HAIR_TAIR=0 55 | PARAM_RIBON_L=0 56 | PARAM_RIBON_R=0 57 | PARAM_ARM=0,0.001,0.002,0.005,0.01,0.017,0.025,0.035,0.048,0.063,0.079,0.094,0.109,0.123,0.135,0.147,0.158,0.167,0.175,0.183,0.189,0.194,0.197,0.199,0.2,0.197,0.19,0.179,0.164,0.147,0.128,0.11,0.09,0.06,0.04,0.02,-0.001,-0.022,-0.04,-0.057,-0.072,-0.083,-0.092,-0.098,-0.1,-0.096,-0.086,-0.069,-0.05,-0.02,0.01,0.04,0.06,0.09,0.12,0.15,0.17,0.186,0.196,0.2,0.2,0.198,0.196,0.193,0.19,0.186,0.181,0.175,0.17,0.164,0.157,0.15,0.143,0.136,0.128,0.121,0.113,0.105,0.097,0.089,0.081,0.074,0.066,0.059,0.052,0.045,0.039,0.033,0.027,0.022,0.017,0.013,0.009,0.006,0.003,0.002,0,0 58 | PARAM_ARM_L=0 59 | PARAM_ARM_R=0 60 | PARAM_FINGER=0.5 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/tsumiki_m_09.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=1000 5 | 6 | $fadeout=0 7 | 8 | $fadein:PARAM_EYE_L_OPEN=200 9 | $fadeout:PARAM_EYE_L_OPEN=200 10 | $fadein:PARAM_EYE_L_SMILE=200 11 | $fadeout:PARAM_EYE_L_SMILE=200 12 | $fadein:PARAM_EYE_R_OPEN=200 13 | $fadeout:PARAM_EYE_R_OPEN=200 14 | $fadein:PARAM_EYE_R_SMILE=200 15 | $fadeout:PARAM_EYE_R_SMILE=200 16 | PARAM_ANGLE_X=0 17 | PARAM_ANGLE_Y=0,0,0,0,0,0,-0.69,-2.49,-5.1,-8.08,-11.17,-14.05,-16.52,-18.4,-19.58,-20,-16.72,-9.64,-0.81,8.36,16.73,23.67,28.28,30,29.7,28.9,27.66,26.1,24.37,22.5,20.63,18.9,17.34,16.1,15.3,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15 18 | PARAM_ANGLE_Z=0,0,0,0,0,0,-0.19,-0.72,-1.55,-2.61,-3.84,-5.2,-6.6,-8.03,-9.41,-10.74,-11.93,-12.98,-13.84,-14.47,-14.87,-15,-14.81,-14.28,-13.45,-12.39,-11.16,-9.8,-8.4,-6.97,-5.59,-4.26,-3.07,-2.02,-1.16,-0.53,-0.13,0,0,0,0,0,0,0,0,0.6,2.21,4.69,7.8,11.26,15,18.74,22.2,25.31,27.79,29.4,30,29.94,29.76,29.48,29.11,28.68,28.19,27.65,27.08,26.5,25.92,25.35,24.81,24.32,23.89,23.52,23.24,23.06,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23 19 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,0.82,0.54,0.27,0.08,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.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1,0.993,0.975,0.95,0.92,0.88,0.85,0.83,0.807,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8 20 | PARAM_EYE_L_SMILE=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.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 21 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,0.82,0.54,0.27,0.08,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.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1,0.993,0.975,0.95,0.92,0.88,0.85,0.83,0.807,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8,0.8 22 | PARAM_EYE_R_SMILE=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.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 23 | PARAM_EYE_BALL_X=0 24 | PARAM_EYE_BALL_Y=-0.5 25 | PARAM_EYE_BALL_FORM=1 26 | PARAM_BROW_L_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.07,0.25,0.47,0.68,0.85,0.96,1,0.992,0.972,0.94,0.91,0.88,0.85,0.82,0.79,0.77,0.755,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75 27 | PARAM_BROW_R_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.07,0.25,0.47,0.68,0.85,0.96,1,0.992,0.972,0.94,0.91,0.88,0.85,0.82,0.79,0.77,0.755,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75 28 | PARAM_BROW_L_X=0 29 | PARAM_BROW_R_X=0 30 | PARAM_BROW_L_ANGLE=0,0,0,0,0,0,-0.001,-0.002,-0.005,-0.009,-0.014,-0.019,-0.026,-0.033,-0.041,-0.05,-0.06,-0.07,-0.081,-0.092,-0.104,-0.117,-0.13,-0.143,-0.156,-0.17,-0.184,-0.199,-0.213,-0.228,-0.243,-0.257,-0.272,-0.287,-0.301,-0.316,-0.33,-0.344,-0.357,-0.37,-0.383,-0.396,-0.408,-0.419,-0.43,-0.44,-0.45,-0.459,-0.467,-0.474,-0.481,-0.486,-0.491,-0.495,-0.498,-0.499,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5 31 | PARAM_BROW_R_ANGLE=0,0,0,0,0,0,-0.001,-0.002,-0.005,-0.009,-0.013,-0.019,-0.025,-0.032,-0.04,-0.049,-0.059,-0.069,-0.079,-0.09,-0.102,-0.114,-0.127,-0.14,-0.153,-0.167,-0.181,-0.195,-0.209,-0.223,-0.238,-0.252,-0.267,-0.281,-0.295,-0.309,-0.323,-0.337,-0.35,-0.363,-0.376,-0.388,-0.4,-0.411,-0.421,-0.431,-0.441,-0.45,-0.458,-0.465,-0.471,-0.477,-0.481,-0.485,-0.488,-0.489,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49,-0.49 32 | PARAM_BROW_L_FORM=0 33 | PARAM_BROW_R_FORM=0 34 | PARAM_MOUTH_FORM=1 35 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.06,0.19,0.35,0.51,0.64,0.72,0.75,0.735,0.69,0.63,0.56,0.47,0.39,0.3,0.22,0.14,0.08,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,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 36 | PARAM_CHEEK_02=1 37 | PARAM_BODY_ANGLE_X=0 38 | PARAM_BODY_ANGLE_Y=0,0,0,0,0,0,-0.17,-0.62,-1.27,-2.02,-2.79,-3.51,-4.13,-4.6,-4.9,-5,-4.02,-1.89,0.76,3.51,6.02,8.1,9.48,10,9.8,9.26,8.44,7.4,6.25,5,3.75,2.6,1.56,0.74,0.2,0,0.34,1.27,2.6,4.18,5.82,7.4,8.73,9.66,10,9.66,8.73,7.4,5.82,4.18,2.6,1.27,0.34,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 39 | PARAM_BODY_ANGLE_Z=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.07,0.25,0.52,0.84,1.16,1.48,1.75,1.93,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 40 | PARAM_BREATH=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.013,0.05,0.1,0.17,0.26,0.35,0.44,0.54,0.63,0.72,0.8,0.87,0.92,0.96,0.99,1,0.995,0.98,0.96,0.93,0.89,0.84,0.8,0.74,0.69,0.63,0.57,0.51,0.45,0.39,0.33,0.27,0.22,0.18,0.13,0.09,0.06,0.04,0.016,0.004,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 41 | PARAM_UPBACK=0,0,0,0,0,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,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 42 | PARAM_BUST_Y=0 43 | PARAM_HAIR_AHO=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.07,-0.21,-0.38,-0.57,-0.73,-0.87,-0.97,-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.016,-0.06,-0.11,-0.17,-0.24,-0.31,-0.37,-0.42,-0.46,-0.49,-0.5,-0.45,-0.33,-0.17,0.02,0.22,0.42,0.61,0.76,0.89,0.97,1,0.99,0.96,0.92,0.87,0.81,0.75,0.69,0.63,0.58,0.54,0.51,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5 44 | PARAM_HAIR_TAIR=0 45 | PARAM_RIBON_R=0 46 | PARAM_ARM=0 47 | PARAM_ARM_L=-1 48 | PARAM_ARM_R=-1 49 | PARAM_FINGER=0.5 -------------------------------------------------------------------------------- /assets/media/live2d/model/histoire/motions/tap/tsumiki_m_21.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=500 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.38,-1.45,-3.1,-5.23,-7.69,-10.41,-13.2,-16.05,-18.83,-21.48,-23.86,-25.95,-27.67,-28.93,-29.73,-30,-29.24,-27.11,-23.75,-19.48,-14.39,-8.85,-2.98,2.98,8.85,14.39,19.48,23.75,27.11,29.24,30,29.4,27.79,25.38,22.35,19,15.44,11.94,8.68,5.78,3.35,1.53,0.39,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 9 | PARAM_ANGLE_Y=0,-0.2,-0.76,-1.66,-2.85,-4.27,-5.89,-7.73,-9.62,-11.64,-13.71,-15.79,-17.8,-19.8,-21.68,-23.45,-25.05,-26.47,-27.7,-28.67,-29.4,-29.85,-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,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.9,-29.62,-29.16,-28.54,-27.77,-26.87,-25.86,-24.74,-23.53,-22.24,-20.86,-19.44,-17.97,-16.49,-15,-13.51,-12.03,-10.56,-9.14,-7.76,-6.47,-5.26,-4.14,-3.13,-2.23,-1.46,-0.84,-0.38,-0.1,0,0,0,0,0,0,0,0,0,0,0,0,0 10 | PARAM_ANGLE_Z=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,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.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.013,0.05,0.1,0.17,0.26,0.35,0.44,0.54,0.63,0.72,0.8,0.87,0.92,0.96,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_L_SMILE=0 13 | 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,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.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.013,0.05,0.1,0.17,0.26,0.35,0.44,0.54,0.63,0.72,0.8,0.87,0.92,0.96,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1 14 | PARAM_EYE_R_SMILE=0 15 | PARAM_TEAR=0 16 | PARAM_EYE_BALL_X=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.17,0.26,0.35,0.44,0.54,0.63,0.72,0.8,0.87,0.92,0.96,0.99,1,0.97,0.9,0.79,0.65,0.48,0.29,0.1,-0.1,-0.29,-0.48,-0.65,-0.79,-0.9,-0.97,-1,-0.98,-0.93,-0.85,-0.75,-0.63,-0.51,-0.4,-0.29,-0.19,-0.11,-0.05,-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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 17 | PARAM_EYE_BALL_Y=-0.5,-0.49,-0.46,-0.42,-0.36,-0.29,-0.21,-0.11,-0.02,0.08,0.19,0.29,0.39,0.49,0.58,0.67,0.75,0.82,0.88,0.93,0.97,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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.995,0.981,0.96,0.93,0.89,0.84,0.79,0.74,0.68,0.61,0.54,0.47,0.4,0.32,0.25,0.18,0.1,0.03,-0.04,-0.11,-0.18,-0.24,-0.29,-0.34,-0.39,-0.43,-0.46,-0.48,-0.495,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5 18 | PARAM_EYE_BALL_FORM=1 19 | PARAM_BROW_L_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,0,0,0,0,0,0,0,0,0,0,0,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,-0.987,-0.95,-0.9,-0.83,-0.74,-0.65,-0.56,-0.46,-0.37,-0.28,-0.2,-0.13,-0.08,-0.04,-0.01,0,0,0,0,0,0,0,0,0,0,0,0,0 20 | PARAM_BROW_R_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,0,0,0,0,0,0,0,0,0,0,0,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,-0.987,-0.95,-0.9,-0.83,-0.74,-0.65,-0.56,-0.46,-0.37,-0.28,-0.2,-0.13,-0.08,-0.04,-0.01,0,0,0,0,0,0,0,0,0,0,0,0,0 21 | PARAM_BROW_L_X=0 22 | PARAM_BROW_R_X=0 23 | PARAM_BROW_L_ANGLE=0,-0.001,-0.003,-0.007,-0.011,-0.017,-0.024,-0.031,-0.038,-0.047,-0.055,-0.063,-0.071,-0.079,-0.087,-0.094,-0.1,-0.106,-0.111,-0.115,-0.118,-0.119,-0.12,-0.12,-0.12,-0.119,-0.119,-0.118,-0.118,-0.117,-0.116,-0.115,-0.114,-0.113,-0.111,-0.11,-0.108,-0.107,-0.105,-0.103,-0.102,-0.1,-0.098,-0.096,-0.094,-0.092,-0.09,-0.087,-0.085,-0.083,-0.081,-0.078,-0.076,-0.074,-0.071,-0.069,-0.066,-0.064,-0.061,-0.059,-0.057,-0.054,-0.052,-0.049,-0.047,-0.045,-0.042,-0.04,-0.038,-0.036,-0.033,-0.031,-0.029,-0.027,-0.025,-0.023,-0.021,-0.019,-0.017,-0.016,-0.014,-0.013,-0.011,-0.01,-0.008,-0.007,-0.006,-0.005,-0.004,-0.003,-0.002,-0.002,-0.001,-0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_BROW_R_ANGLE=0,-0.001,-0.003,-0.007,-0.011,-0.017,-0.024,-0.031,-0.038,-0.047,-0.055,-0.063,-0.071,-0.079,-0.087,-0.094,-0.1,-0.106,-0.111,-0.115,-0.118,-0.119,-0.12,-0.12,-0.12,-0.119,-0.119,-0.118,-0.118,-0.117,-0.116,-0.115,-0.114,-0.113,-0.111,-0.11,-0.108,-0.107,-0.105,-0.103,-0.102,-0.1,-0.098,-0.096,-0.094,-0.092,-0.09,-0.087,-0.085,-0.083,-0.081,-0.078,-0.076,-0.074,-0.071,-0.069,-0.066,-0.064,-0.061,-0.059,-0.057,-0.054,-0.052,-0.049,-0.047,-0.045,-0.042,-0.04,-0.038,-0.036,-0.033,-0.031,-0.029,-0.027,-0.025,-0.023,-0.021,-0.019,-0.017,-0.016,-0.014,-0.013,-0.011,-0.01,-0.008,-0.007,-0.006,-0.005,-0.004,-0.003,-0.002,-0.002,-0.001,-0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 25 | PARAM_BROW_L_FORM=0,-0.005,-0.02,-0.04,-0.07,-0.11,-0.15,-0.2,-0.25,-0.3,-0.36,-0.41,-0.46,-0.51,-0.56,-0.61,-0.65,-0.69,-0.72,-0.75,-0.764,-0.776,-0.78,-0.78,-0.778,-0.776,-0.773,-0.769,-0.765,-0.759,-0.753,-0.747,-0.739,-0.732,-0.723,-0.714,-0.704,-0.694,-0.683,-0.672,-0.66,-0.648,-0.636,-0.623,-0.609,-0.596,-0.582,-0.568,-0.553,-0.539,-0.524,-0.509,-0.493,-0.478,-0.463,-0.447,-0.431,-0.416,-0.4,-0.384,-0.368,-0.353,-0.337,-0.321,-0.306,-0.291,-0.276,-0.261,-0.246,-0.231,-0.217,-0.203,-0.189,-0.176,-0.162,-0.149,-0.137,-0.125,-0.113,-0.102,-0.091,-0.081,-0.071,-0.062,-0.054,-0.045,-0.038,-0.031,-0.025,-0.019,-0.014,-0.01,-0.006,-0.004,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26 | PARAM_BROW_R_FORM=0,-0.005,-0.02,-0.04,-0.07,-0.11,-0.15,-0.2,-0.25,-0.3,-0.36,-0.41,-0.46,-0.51,-0.56,-0.61,-0.65,-0.69,-0.72,-0.75,-0.764,-0.776,-0.78,-0.78,-0.778,-0.776,-0.773,-0.769,-0.765,-0.759,-0.753,-0.747,-0.739,-0.732,-0.723,-0.714,-0.704,-0.694,-0.683,-0.672,-0.66,-0.648,-0.636,-0.623,-0.609,-0.596,-0.582,-0.568,-0.553,-0.539,-0.524,-0.509,-0.493,-0.478,-0.463,-0.447,-0.431,-0.416,-0.4,-0.384,-0.368,-0.353,-0.337,-0.321,-0.306,-0.291,-0.276,-0.261,-0.246,-0.231,-0.217,-0.203,-0.189,-0.176,-0.162,-0.149,-0.137,-0.125,-0.113,-0.102,-0.091,-0.081,-0.071,-0.062,-0.054,-0.045,-0.038,-0.031,-0.025,-0.019,-0.014,-0.01,-0.006,-0.004,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0 27 | PARAM_MOUTH_FORM=1,1,0.998,0.995,0.99,0.983,0.974,0.962,0.948,0.93,0.91,0.88,0.86,0.82,0.79,0.74,0.7,0.65,0.6,0.54,0.47,0.4,0.33,0.24,0.13,0.02,-0.09,-0.21,-0.32,-0.43,-0.54,-0.64,-0.73,-0.81,-0.87,-0.93,-0.97,-0.99,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-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.96,-0.85,-0.69,-0.48,-0.25,0,0.25,0.48,0.69,0.85,0.96,1 28 | PARAM_MOUTH_OPEN_Y=0,0.007,0.025,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.53,0.59,0.66,0.72,0.78,0.83,0.88,0.92,0.96,0.98,0.995,1,1,1,1,0.999,0.998,0.995,0.99,0.984,0.976,0.965,0.953,0.937,0.919,0.899,0.88,0.85,0.82,0.79,0.76,0.73,0.7,0.67,0.64,0.61,0.58,0.55,0.52,0.49,0.47,0.44,0.41,0.39,0.36,0.34,0.31,0.29,0.26,0.24,0.22,0.199,0.179,0.16,0.142,0.125,0.109,0.093,0.079,0.066,0.054,0.043,0.033,0.025,0.017,0.011,0.006,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,0,0,0 29 | PARAM_CHEEK_01=0,0.007,0.025,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.53,0.59,0.66,0.72,0.78,0.83,0.88,0.92,0.96,0.98,0.995,1,0.999,0.998,0.995,0.991,0.986,0.98,0.974,0.966,0.957,0.948,0.938,0.927,0.915,0.903,0.89,0.876,0.861,0.846,0.831,0.815,0.798,0.781,0.764,0.746,0.728,0.709,0.69,0.672,0.652,0.633,0.613,0.593,0.573,0.553,0.53,0.512,0.492,0.472,0.452,0.432,0.412,0.392,0.373,0.353,0.334,0.315,0.296,0.278,0.26,0.242,0.225,0.208,0.192,0.176,0.16,0.145,0.131,0.117,0.104,0.092,0.08,0.069,0.058,0.049,0.04,0.032,0.024,0.018,0.013,0.008,0.005,0.002,0.001,0,0,0,0,0,0,0,0,0,0,0,0,0 30 | PARAM_CHEEK_02=0 31 | PARAM_CHEEK_03=0 32 | PARAM_CHEEK_04=0 33 | PARAM_BODY_ANGLE_X=0 34 | PARAM_BODY_ANGLE_Y=0 35 | PARAM_BODY_ANGLE_Z=0 36 | PARAM_BREATH=0 37 | PARAM_UPBACK=0,-0.007,-0.025,-0.06,-0.09,-0.14,-0.2,-0.26,-0.32,-0.39,-0.46,-0.53,-0.59,-0.66,-0.72,-0.78,-0.83,-0.88,-0.92,-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,-0.997,-0.987,-0.972,-0.951,-0.93,-0.9,-0.86,-0.82,-0.78,-0.74,-0.7,-0.65,-0.6,-0.55,-0.5,-0.45,-0.4,-0.35,-0.3,-0.26,-0.22,-0.18,-0.14,-0.1,-0.07,-0.05,-0.028,-0.013,-0.003,0,0,0,0,0,0,0,0,0,0,0,0,0 38 | PARAM_HAIR_TAIR=0 39 | PARAM_ARM=0,-0.007,-0.025,-0.06,-0.09,-0.14,-0.2,-0.26,-0.32,-0.39,-0.46,-0.53,-0.59,-0.66,-0.72,-0.78,-0.83,-0.88,-0.92,-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,-0.996,-0.984,-0.966,-0.94,-0.91,-0.87,-0.83,-0.79,-0.74,-0.69,-0.64,-0.59,-0.53,-0.48,-0.43,-0.37,-0.32,-0.27,-0.23,-0.18,-0.14,-0.11,-0.08,-0.05,-0.03,-0.013,-0.003,0 40 | PARAM_ARM_L=0 41 | PARAM_ARM_R=0 42 | PARAM_FINGER=0.5 43 | PARAM_LEG_L=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/histoire.1024/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/nep/histoire.1024/0.png -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/histoire.1024/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/nep/histoire.1024/1.png -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/histoire.1024/normal_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/nep/histoire.1024/normal_2.png -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/ico_histoire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/nep/ico_histoire.png -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/model.json: -------------------------------------------------------------------------------- 1 | { 2 | "version":"1.0.0", 3 | "model":"model.moc", 4 | "textures":[ 5 | "histoire.1024/0.png", 6 | "histoire.1024/1.png", 7 | "histoire.1024/normal_2.png" 8 | ], 9 | "layout":{ 10 | "center_x":0.0, 11 | "center_y":-0.05, 12 | "width":2.0 13 | }, 14 | "hit_areas_custom":{ 15 | "head_x":[-1, 1], 16 | "head_y":[1, -1], 17 | "body_x":[-1, -1], 18 | "body_y":[1, -1] 19 | }, 20 | "motions":{ 21 | "idle":[ 22 | {"file":"motions/idle/idle_00.mtn"}, 23 | {"file":"motions/idle/idle_01.mtn"}, 24 | {"file":"motions/idle/idle_02.mtn"} 25 | ], 26 | "sleepy":[ 27 | {"file":"motions/tap/shake.mtn"} 28 | ], 29 | "flick_head":[ 30 | {"file":"motions/tap/refuse.mtn"}, 31 | {"file":"motions/tap/nep_slide_head_2.mtn"}, 32 | {"file":"motions/tap/nep_touch_belly_2.mtn"}, 33 | {"file":"motions/tap/nep_touch_boobs_1.mtn"} 34 | ], 35 | "tap_body":[ 36 | {"file":"motions/tap/smile.mtn"} 37 | 38 | ], 39 | "talk":[ 40 | {"file":"motions/tap/nep_touch_belly_1.mtn"}, 41 | {"file":"motions/tap/nep_slide_head_2.mtn"}, 42 | {"file":"motions/tap/nep_touch_head_1.mtn"} 43 | 44 | ], 45 | "rest":[ 46 | {"file":"motions/tap/tilt_head.mtn"}, 47 | {"file":"motions/idle/idle_00.mtn"}, 48 | {"file":"motions/idle/idle_01.mtn"}, 49 | {"file":"motions/idle/idle_02.mtn"} 50 | ], 51 | "":[ 52 | {"file":"motions/tap/nep_touch_belly_1.mtn"}, 53 | {"file":"motions/tap/nep_slide_head_2.mtn"}, 54 | {"file":"motions/tap/nep_touch_head_1.mtn"}, 55 | {"file":"motions/tap/nep_touch_boobs_1.mtn"} 56 | ] 57 | } 58 | } -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/model.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/live2d/model/nep/model.moc -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/nep_slide_head_2.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_SHOULDER_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.27,0.97,1.99,3.15,4.36,5.48,6.44,7.17,7.64,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.8,7.77,7.68,7.53,7.34,7.1,6.82,6.5,6.16,5.79,5.41,5,4.58,4.16,3.74,3.32,2.92,2.51,2.13,1.77,1.43,1.12,0.84,0.6,0.39,0.22,0.1,0.03,0 4 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0.28,0.56,0.65,0.75,0.44,0.14,0.36,0.59,0.52,0.45,0.38,0.31,0.45,0.59,0.54,0.49,0.56,0.63,0.47,0.31,0.16,0,0.31,0.61,0.53,0.45,0.452,0.449,0.445,0.442,0.439,0.436,0.433,0.43,0.427,0.424,0.53,0.64,0.58,0.51,0.515,0.52,0.525,0.529,0.534,0.539,0.544,0.549,0.554,0.559,0.564,0.569,0.574,0.578,0.583,0.588,0.53,0.48,0.24,0,0,0,0,0,0,0,0 5 | PARAM_FACE_COVER=0 6 | PARAM_FEAR=0 7 | PARAM_EYE_L_OPEN=0 8 | PARAM_EYE_L_SMILE=0 9 | PARAM_BROW_L_FORM=-1 10 | PARAM_TEAR=0 11 | PARAM_BROW_L_X=0 12 | PARAM_BROW_DEFORMED=0 13 | PARAM_BROW_L_Y=-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39,-0.39 14 | PARAM_EYE_R_SMILE=0 15 | PARAM_EYE_R_OPEN=0 16 | PARAM_HAIR_BACK=0 17 | PARAM_EYE_BALL_X=0 18 | PARAM_HAIR_FRONT=0 19 | PARAM_EYE_BALL_Y=0 20 | PARAM_BROW_L_ANGLE=0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92 21 | PARAM_EYE_DEFORMED_04=0 22 | PARAM_EYE_DEFORMED_03=0 23 | PARAM_EYE_DEFORMED_02=0 24 | PARAM_EYE_DEFORMED_01=0 25 | PARAM_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.24,-0.87,-1.78,-2.83,-3.91,-4.92,-5.78,-6.44,-6.85,-7,-6.61,-5.65,-4.34,-2.8,-1.21,0.36,1.85,3.1,4.11,4.76,5,4.71,3.99,3,1.85,0.66,-0.52,-1.64,-2.57,-3.33,-3.82,-4,-3.92,-3.71,-3.38,-2.96,-2.5,-2,-1.5,-1.04,-0.63,-0.29,-0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26 | PARAM_BODY_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.14,-0.5,-1.02,-1.62,-2.23,-2.81,-3.3,-3.68,-3.92,-4,-3.78,-3.21,-2.45,-1.55,-0.62,0.29,1.16,1.89,2.48,2.86,3,2.84,2.44,1.89,1.25,0.59,-0.07,-0.69,-1.21,-1.63,-1.9,-2,-1.96,-1.85,-1.69,-1.48,-1.25,-1,-0.75,-0.52,-0.31,-0.15,-0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 27 | PARAM_BODY_ANGLE_Y=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.9,-4.62,-4.17,-3.58,-2.87,-2.05,-1.14,-0.19,0.82,1.85,2.9,3.9,4.9,5.84,6.73,7.52,8.24,8.85,9.34,9.7,9.92,10,9.98,9.91,9.8,9.66,9.49,9.28,9.04,8.77,8.49,8.18,7.85,7.51,7.15,6.79,6.41,6.03,5.64,5.25,4.85,4.46,4.07,3.7,3.32,2.96,2.61,2.27,1.95,1.64,1.35,1.09,0.85,0.64,0.45,0.29,0.17,0.08,0.02,0 28 | PARAM_BODY_ANGLE_Z=0 29 | PARAM_BROW_R_Y=-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35,-0.35 30 | PARAM_ANGLE_Y=-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-28.86,-25.89,-21.59,-16.67,-11.57,-6.81,-2.75,0.36,2.31,3,2.992,2.96,2.91,2.82,2.7,2.54,2.34,2.09,1.78,1.43,1,0.36,-0.33,-1.05,-1.83,-2.62,-3.45,-4.32,-5.19,-6.11,-7.03,-8,-9.2,-10.6,-12.22,-13.96,-15.73,-17.56,-19.37,-21.05,-22.63,-24.02,-25.14,-26,-26.68,-27.28,-27.81,-28.26,-28.64,-28.97,-29.23,-29.44,-29.61,-29.74,-29.84,-29.91,-29.95,-29.98,-29.996,-30 31 | PARAM_BREATH=0 32 | PARAM_BROW_R_X=0 33 | PARAM_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.24,-0.87,-1.78,-2.83,-3.91,-4.92,-5.78,-6.44,-6.85,-7,-6.49,-5.2,-3.45,-1.4,0.72,2.81,4.8,6.46,7.81,8.68,9,8.52,7.31,5.67,3.75,1.76,-0.2,-2.06,-3.62,-4.88,-5.7,-6,-5.82,-5.34,-4.59,-3.66,-2.62,-1.5,-0.38,0.66,1.59,2.34,2.82,3,2.96,2.86,2.69,2.48,2.23,1.96,1.68,1.39,1.12,0.85,0.61,0.4,0.23,0.11,0.03,0 34 | PARAM_ARM_R=-10 35 | PARAM_ARM_L=-10 36 | PARAM_MOUTH_FORM=1 37 | PARAM_HAIR_SIDE=0 38 | PARAM_EYE_BALL_FORM=0 39 | PARAM_BROW_R_ANGLE=0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92,0.92 40 | PARAM_SWEAT=0 41 | PARAM_BROW_R_FORM=-1 42 | PARAM_TERE=1 43 | PARAM_EYE_BALL_GLITTER=0 44 | PARAM_STRING=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/nep_touch_belly_1.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_SHOULDER_X=10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9.66,8.75,7.45,5.96,4.42,2.97,1.74,0.8,0.21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.39,1.26,2.37,3.56,4.7,5.73,6.55,7.1,7.56,7.83,7.99,8.09,8.13,8.145,8.15,8.143,7.86,7.11,6.02,4.74,3.41,2.12,1.03,0.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 4 | PARAM_MOUTH_OPEN_Y=0,0.63,1,1,1,1,1,1,1,0.3,0.22,0.15,0.07,0,0.001,0.002,0.003,0.004,0.006,0.007,0.008,0.009,0.01,0.011,0.012,0.013,0.015,0.016,0.24,0.47,0.51,0.55,0.31,0.06,0.04,0.01,0.27,0.54,0.549,0.557,0.565,0.573,0.43,0.29,0.14,0,0.29,0.57,0.45,0.33,0.341,0.353,0.349,0.345,0.341,0.337,0.333,0.329,0.325,0.322,0.318,0.314,0.319,0.325,0.331,0.336,0.342,0.348,0.353,0.359,0.365,0.37,0.376,0.382,0.387,0.393,0.399,0.404,0.41,0.416,0.27,0.13,0.09,0.06,0.03,0,0,0,0,0,0,0,0,0,0,0,0 5 | PARAM_FACE_COVER=0 6 | PARAM_FEAR=0 7 | 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,0.82,0.54,0.27,0.08,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 8 | PARAM_EYE_L_SMILE=0 9 | PARAM_BROW_L_FORM=0 10 | PARAM_TEAR=0 11 | PARAM_BROW_L_X=0 12 | PARAM_BROW_DEFORMED=0 13 | PARAM_BROW_L_Y=0 14 | PARAM_EYE_R_SMILE=0 15 | 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,0.82,0.54,0.27,0.08,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 16 | PARAM_HAIR_BACK=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,-0,0.003,0.01,0.019,0.031,0.047,0.066,0.09,0.12,0.14,0.17,0.19,0.22,0.24,0.26,0.29,0.31,0.33,0.36,0.38,0.4,0.42,0.44,0.46,0.49,0.506,0.526,0.546,0.565,0.584,0.603,0.622,0.64,0.657,0.675,0.692,0.708,0.724,0.74,0.755,0.77,0.784,0.799,0.812,0.825,0.838,0.85,0.862,0.874,0.885,0.895,0.905,0.915,0.924,0.932,0.94,0.948,0.955,0.962,0.968,0.973,0.978,0.983,0.987,0.99,0.993,0.996,0.998,0.999,1,1 17 | PARAM_EYE_BALL_X=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.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,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 18 | PARAM_HAIR_FRONT=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.002,-0.007,-0.015,-0.023,-0.032,-0.041,-0.048,-0.054,-0.057,-0.058,-0.06,-0.058,-0.06,-0.06,-0.06,-0.057,-0.06,-0.056,-0.055,-0.05,-0.053,-0.053,-0.052,-0.051,-0.05,-0.049,-0.048,-0.047,-0.046,-0.044,-0.043,-0.042,-0.041,-0.039,-0.038,-0.037,-0.035,-0.034,-0.033,-0.031,-0.03,-0.029,-0.027,-0.026,-0.024,-0.023,-0.022,-0.021,-0.019,-0.018,-0.017,-0.015,-0.014,-0.013,-0.012,-0.011,-0.01,-0.009,-0.008,-0.007,-0.006,-0.01,-0.004,-0.004,-0.003,-0,-0.002,-0,-0.001,-0,-0,-0,-0,0 19 | 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,0,0,0,0,0,0,0,0,-0.008,-0.03,-0.06,-0.09,-0.13,-0.16,-0.19,-0.21,-0.225,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23,-0.23 20 | PARAM_BROW_L_ANGLE=0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03,0.03 21 | PARAM_EYE_DEFORMED_04=0 22 | PARAM_EYE_DEFORMED_03=0 23 | PARAM_EYE_DEFORMED_02=0 24 | PARAM_EYE_DEFORMED_01=0 25 | PARAM_ANGLE_Z=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,0.87,1.78,2.83,3.91,4.92,5.78,6.44,6.85,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7.79,9.87,12.86,16.29,19.84,23.16,25.99,28.16,29.52,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,30,30,30,30,30,30,30,30,30,30,30 26 | PARAM_BODY_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.34,-1.25,-2.55,-4.04,-5.58,-7.03,-8.26,-9.2,-9.79,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.47,-8.1,-6.22,-4.07,-1.9,0.16,2,4.03,5.7,7.04,8.08,8.85,9.4,9.76,9.94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 27 | PARAM_BODY_ANGLE_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.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.93,0.79,0.62,0.43,0.27,0.13,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 28 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.25,0.92,1.9,3.04,4.24,5.4,6.42,7.27,7.89,8.26,8.52,8.76,8.96,9.15,9.31,9.45,9.57,9.67,9.75,9.82,9.87,9.92,9.95,9.97,9.986,9.995,9.999,10,10,10,10,10,10,10,10,10,9.8,9.38,8.85,8.3,7.8,7.38,7.1,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7 29 | PARAM_BROW_R_Y=0 30 | PARAM_ANGLE_Y=30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,28.49,24.52,18.78,12.23,5.43,-0.92,-6.34,-10.47,-13.08,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-13.48,-12.13,-10.18,-7.94,-5.62,-3.46,-1.61,-0.2,0.69,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 31 | PARAM_BREATH=0 32 | PARAM_BROW_R_X=0 33 | PARAM_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,1,1,1,1,1,1,1,2,4.61,8.39,12.71,17.2,21.38,24.95,27.68,29.39,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,30,30,30,30,30,30,30,30,30,30,30 34 | PARAM_ARM_R=3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2.2,1.4,0.6,-0.2,-1,-1.8,-2.6,-3.4,-4.2,-5,-5,-5,-5,-5,-5,-5,-5,-5,-4.7,-4.4,-4.1,-3.8,-3.5,-3.2,-2.9,-2.6,-2.3,-2,-2.19,-2.38,-2.56,-2.75,-2.94,-3.13,-3.31,-3.5,-3.69,-3.88,-4.06,-4.25,-4.44,-4.63,-4.81,-5,-5.33,-5.67,-6,-6.33,-6.67,-7,-7.33,-7.67,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8 35 | PARAM_ARM_L=5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4.3,3.6,2.9,2.2,1.5,0.8,0.1,-0.6,-1.3,-2,-2,-2,-2,-2,-2,-2,-1.75,-1.5,-1.25,-1,-0.75,-0.5,-0.25,0,0.25,0.5,0.75,1,0.68,0.36,0.04,-0.29,-0.61,-0.93,-1.25,-1.57,-1.89,-2.21,-2.54,-2.86,-3.18,-3.5,-3.82,-4.14,-4.57,-5,-5.43,-5.86,-6.29,-6.71,-7.14,-7.57,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8 36 | PARAM_MOUTH_FORM=0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.09,0.12,0.2,0.32,0.46,0.6,0.73,0.84,0.93,0.98,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 37 | PARAM_HAIR_SIDE=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.002,0.008,0.017,0.028,0.041,0.054,0.069,0.082,0.096,0.109,0.124,0.139,0.154,0.168,0.182,0.196,0.21,0.223,0.236,0.249,0.261,0.273,0.285,0.297,0.308,0.32,0.33,0.341,0.352,0.362,0.371,0.381,0.39,0.399,0.408,0.417,0.425,0.433,0.441,0.449,0.456,0.463,0.47,0.476,0.483,0.489,0.495,0.5,0.506,0.511,0.516,0.521,0.525,0.529,0.534,0.537,0.541,0.544,0.548,0.55,0.553,0.556,0.558,0.56,0.562,0.564,0.565,0.566,0.568,0.568,0.569,0.57,0.57,0.57 38 | PARAM_EYE_BALL_FORM=0 39 | PARAM_BROW_R_ANGLE=0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06,0.06 40 | PARAM_SWEAT=1 41 | PARAM_BROW_R_FORM=0 42 | PARAM_TERE=0 43 | PARAM_EYE_BALL_GLITTER=0 44 | PARAM_STRING=0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.47,0.466,0.448,0.42,0.39,0.36,0.33,0.3,0.28,0.259,0.248,0.239,0.231,0.222,0.214,0.206,0.198,0.19,0.183,0.176,0.168,0.161,0.155,0.148,0.142,0.135,0.129,0.123,0.117,0.112,0.106,0.101,0.096,0.091,0.086,0.081,0.077,0.073,0.068,0.064,0.06,0.056,0.053,0.049,0.046,0.043,0.04,0.037,0.034,0.031,0.028,0.026,0.024,0.021,0.019,0.017,0.015,0.014,0.012,0.011,0.009,0.008,0.007,0.006,0.005,0.004,0.003,0,0.002,0,0.001,0,0,0,0 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/nep_touch_belly_2.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_SHOULDER_X=10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9.66,8.75,7.45,5.96,4.42,2.97,1.74,0.8,0.21,0,0.66,2.07,3.84,5.67,7.35,8.73,9.66,10,9.999,9.995,9.99,9.982,9.972,9.96,9.945,9.929,9.911,9.892,9.87,9.85,9.82,9.8,9.77,9.74,9.71,9.68,9.64,9.61,9.57,9.54,9.5,9.46,9.42,9.38,9.34,9.3,9.25,9.21,9.17,9.12,9.08,9.03,8.99,8.94,8.9,8.85,8.81,8.76,8.71,8.67,8.62,8.58,8.53,8.49,8.45,8.4,8.36,8.32,8.27,8.23,8.19,8.15,8.12,8.08,8.04,8.01,7.97,7.94,7.91,7.88,7.85,7.82,7.79,7.77,7.74,7.72,7.702,7.683,7.666,7.651,7.638,7.626,7.617,7.61,7.604,7.601,7.6,7.6,7.6,7.6,7.6,7.6,7.6,7.6 4 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0.15,0.31,0.24,0.16,0.171,0.178,0.184,0.191,0.197,0.204,0.55,0.9,0.86,0.82,0.52,0.22,0.58,0.94,0.76,0.59,0.56,0.53,0.62,0.71,0.8,0.89,0.53,0.16,0.16,0.16,0.52,0.87,0.83,0.8,0.76,0.72,0.69,0.65,0.657,0.663,0.669,0.675,0.68,0.686,0.692,0.698,0.704,0.71,0.716,0.722,0.51,0.29,0.52,0.75,0.69,0.64,0.4,0.16,0.44,0.71,0.718,0.722,0.6,0.47,0.65,0.82,0.8,0.77,0.74,0.71,0.8,0.89,0.66,0.44,0.3,0.16,0.58,1,1,1,1,0.96,0.86,0.76,0.66,0.56,0.52,0.48,0.6,0.73,0.733,0.736,0.74,0.744,0.747,0.751,0.754,0.758,0.761,0.765,0.768,0.772,0.775,0.779,0.782,0.786,0.789,0.793,0.796,0.8,0.63,0.45,0.61,0.76,0.773,0.784,0.796,0.808,0.53,0.26,0.39,0.52,0.65,0.78,0.74,0.7,0.66,0.63,0.47,0.31,0.16,0,0,0,0,0,0,0,0 5 | PARAM_FACE_COVER=0 6 | PARAM_FEAR=0 7 | PARAM_EYE_L_OPEN=0 8 | PARAM_EYE_L_SMILE=1 9 | PARAM_BROW_L_FORM=-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 10 | PARAM_TEAR=0 11 | PARAM_BROW_L_X=0 12 | PARAM_BROW_DEFORMED=0 13 | PARAM_BROW_L_Y=-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-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.95,-0.85,-0.72,-0.58,-0.46,-0.35,-0.29,-0.26,-0.26,-0.26,-0.26,-0.26,-0.26,-0.26,-0.26,-0.26,-0.26,-0.45,-0.81,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 14 | PARAM_EYE_R_SMILE=1 15 | PARAM_EYE_R_OPEN=0 16 | PARAM_EYE_BALL_X=0 17 | PARAM_EYE_BALL_Y=0 18 | PARAM_BROW_L_ANGLE=0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 19 | PARAM_EYE_DEFORMED_04=0 20 | PARAM_EYE_DEFORMED_03=0 21 | PARAM_EYE_DEFORMED_02=0 22 | PARAM_EYE_DEFORMED_01=0 23 | PARAM_ANGLE_Z=0 24 | PARAM_BODY_ANGLE_X=0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,1.72,2,1.28,0.14,-0.93,-1.7,-2,-1.28,-0.14,0.93,1.7,2,1.87,1.59,1.23,0.87,0.53,0.25,0.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.26,-0.83,-1.54,-2.27,-2.94,-3.49,-3.86,-4,-3.72,-2.99,-1.92,-0.65,0.65,1.92,2.99,3.72,4,3.48,2.34,0.93,-0.54,-1.88,-2.99,-3.72,-4,-3.72,-2.99,-1.92,-0.65,0.65,1.92,2.99,3.72,4,3.48,2.34,0.93,-0.54,-1.88,-2.99,-3.72,-4,-3.41,-1.98,-0.23,1.47,2.84,3.71,4,3.48,2.34,0.93,-0.54,-1.88,-2.99,-3.72,-4,-3.41,-1.98,-0.23,1.47,2.84,3.71,4,3.48,2.34,0.93,-0.54,-1.88,-2.99,-3.72,-4,-3.71,-2.99,-2.12,-1.27,-0.58,-0.15,0,0,0,0,0,0,0,0 25 | PARAM_BODY_ANGLE_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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.13,-0.46,-0.98,-1.62,-2.36,-3.16,-4.02,-4.88,-5.76,-6.59,-7.37,-8.1,-8.73,-9.26,-9.66,-9.91,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-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,-1,-1,-1,-1,-1,-1 26 | PARAM_BODY_ANGLE_Z=1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,1.45,0.38,-1.39,-2.6,-3,-1.93,-0.21,1.39,2.55,3,1.93,0.21,-1.39,-2.55,-3,-2.8,-2.38,-1.85,-1.3,-0.8,-0.38,-0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.39,1.24,2.3,3.4,4.41,5.24,5.79,6,5.59,4.48,2.88,0.98,-0.98,-2.88,-4.48,-5.59,-6,-5.21,-3.51,-1.39,0.81,2.82,4.48,5.59,6,5.59,4.48,2.88,0.98,-0.98,-2.88,-4.48,-5.59,-6,-5.21,-3.51,-1.39,0.81,2.82,4.48,5.59,6,5.12,2.97,0.35,-2.2,-4.26,-5.56,-6,-5.21,-3.51,-1.39,0.81,2.82,4.48,5.59,6,5.12,2.97,0.35,-2.2,-4.26,-5.56,-6,-5.21,-3.51,-1.39,0.81,2.82,4.48,5.59,6,6,6,6,6,6,6,6,6,6,6,6 27 | PARAM_BROW_R_Y=-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-0.97,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-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.89,-0.8,-0.7,-0.61,-0.54,-0.49,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.61,-0.86,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 28 | PARAM_ANGLE_Y=-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-27.01,-22.73,-12.33,1.49,15.32,25.71,30,28.87,25.85,21.3,15.58,9.22,2.45,-4.23,-10.51,-16.13,-20.92,-24.62,-27.06,-28.13,-28.52,-28.85,-29.14,-29.36,-29.55,-29.7,-29.81,-29.89,-29.95,-29.98,-30,-30,-30,-30,-30,-28.8,-25.59,-20.63,-14.39,-7.49,0,7.49,14.39,20.63,25.59,28.8,30,28.93,26.23,22.19,16.97,10.76,3.49,-4.65,-13.87,-23.52,-24.81,-24.56,-24.02,-23.35,-22.65,-22.01,-21.48,-21.13,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21 29 | PARAM_BREATH=0 30 | PARAM_BROW_R_X=0 31 | PARAM_ANGLE_X=2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,2.88,3.47,4.05,4.63,5.21,5.79,6.37,3.26,0.16,-2.95,-6.06,-9.17,-5.34,-1.5,2.33,0.53,-1.26,-3.06,-4.86,-6.66,-6.05,-5.45,-4.84,-4.24,-3.63,-3.03,-2.42,-1.82,-1.21,-0.61,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.22,-0.44,-0.67,-0.89,-1.11,-1.33,-1.56,-1.78,-2,-3.26,-4.51,-5.77,-7.02,-8.28,-9.53,-10.79,-12.04,-8.98,-5.93,-2.87,0.18,3.24,0.48,-2.29,-5.05,-7.82,-10.58,-13.35,-16.11,-18.88,-13.18,-7.48,-1.78,3.92,9.61,5.55,1.48,-2.58,-6.65,-10.72,-14.78,-10.52,-6.26,-2,2.26,6.52,4.06,1.6,-0.86,-3.31,-5.77,-8.23,-4.75,-1.26,2.22,5.7,4.42,3.15,1.87,0.59,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69 32 | PARAM_ARM_R=-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.57,-9.14,-8.71,-8.29,-7.86,-7.43,-7,-6.57,-6.14,-5.71,-5.29,-4.86,-4.43,-4,-4.32,-4.63,-4.95,-5.26,-5.58,-5.89,-6.21,-6.53,-6.84,-7.16,-7.47,-7.79,-8.11,-8.42,-8.74,-9.05,-9.37,-9.68,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.77,-9.54,-9.31,-9.08,-8.85,-8.62,-8.38,-8.15,-7.92,-7.69,-7.46,-7.23,-7,-7.16,-7.32,-7.47,-7.63,-7.79,-7.95,-8.11,-8.26,-8.42,-8.58,-8.74,-8.89,-9.05,-9.21,-9.37,-9.53,-9.68,-9.84,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10 33 | PARAM_ARM_L=-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.64,-9.29,-8.93,-8.57,-8.21,-7.86,-7.5,-7.14,-6.79,-6.43,-6.07,-5.71,-5.36,-5,-5.26,-5.53,-5.79,-6.05,-6.32,-6.58,-6.84,-7.11,-7.37,-7.63,-7.89,-8.16,-8.42,-8.68,-8.95,-9.21,-9.47,-9.74,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.77,-9.54,-9.31,-9.08,-8.85,-8.62,-8.38,-8.15,-7.92,-7.69,-7.46,-7.23,-7,-7.16,-7.32,-7.47,-7.63,-7.79,-7.95,-8.11,-8.26,-8.42,-8.58,-8.74,-8.89,-9.05,-9.21,-9.37,-9.53,-9.68,-9.84,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10 34 | PARAM_MOUTH_FORM=1 35 | PARAM_EYE_BALL_FORM=0 36 | PARAM_BROW_R_ANGLE=0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 37 | PARAM_SWEAT=0 38 | PARAM_BROW_R_FORM=-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-0.89,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 39 | PARAM_TERE=0 40 | PARAM_EYE_BALL_GLITTER=0 41 | PARAM_STRING=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/nep_touch_head_1.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_SHOULDER_X=0,0.04,0.14,0.3,0.5,0.75,1.02,1.33,1.66,2,2.35,2.71,3.06,3.4,3.74,4.06,4.36,4.63,4.88,5.09,5.26,5.39,5.47,5.5,5.482,5.43,5.35,5.24,5.1,4.95,4.77,4.57,4.37,4.14,3.91,3.67,3.42,3.17,2.91,2.65,2.4,2.15,1.9,1.67,1.43,1.21,1.01,0.81,0.64,0.48,0.34,0.22,0.13,0.06,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0 4 | 5 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0.29,0.58,0.59,0.599,0.608,0.617,0.626,0.635,0.46,0.28,0.45,0.62,0.627,0.635,0.643,0.651,0.36,0.08,0.33,0.59,0.64,0.68,0.54,0.4,0.46,0.52,0.513,0.508,0.503,0.498,0.493,0.488,0.483,0.478,0.28,0.08,0.25,0.42,0.51,0.6,0.55,0.5,0.45,0.41,0.43,0.46,0.48,0.51,0.42,0.32,0.16,0,0,0,0,0,0,0,0,0,0 6 | 7 | PARAM_FACE_COVER=0 8 | 9 | PARAM_FEAR=0 10 | 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,0.82,0.54,0.27,0.08,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,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 | 13 | PARAM_EYE_L_SMILE=0 14 | 15 | PARAM_BROW_L_FORM=0 16 | 17 | PARAM_TEAR=0 18 | 19 | PARAM_BROW_L_X=0 20 | 21 | PARAM_BROW_DEFORMED=0 22 | 23 | PARAM_BROW_L_Y=1 24 | 25 | PARAM_EYE_R_SMILE=0 26 | 27 | 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,0.82,0.54,0.27,0.08,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 28 | 29 | PARAM_HAIR_BACK=0 30 | 31 | PARAM_EYE_BALL_X=0 32 | 33 | PARAM_HAIR_FRONT=0 34 | 35 | PARAM_EYE_BALL_Y=0 36 | 37 | PARAM_BROW_L_ANGLE=0 38 | 39 | PARAM_EYE_DEFORMED_04=0 40 | 41 | PARAM_EYE_DEFORMED_03=0 42 | 43 | PARAM_EYE_DEFORMED_02=0 44 | 45 | PARAM_EYE_DEFORMED_01=0 46 | 47 | PARAM_ANGLE_Z=0,0.19,0.74,1.61,2.72,4.08,5.59,7.26,9.04,10.92,12.81,14.76,16.69,18.57,20.43,22.16,23.78,25.28,26.62,27.77,28.71,29.41,29.85,30,30,30,30,30,30,30,29.85,29.42,28.75,27.85,26.79,25.54,24.16,22.68,21.12,19.47,17.8,16.08,14.34,12.66,11,9.37,7.84,6.38,5.02,3.8,2.72,1.79,1.03,0.47,0.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0 48 | 49 | PARAM_BODY_ANGLE_X=0 50 | 51 | PARAM_BODY_ANGLE_Y=0 52 | 53 | PARAM_BODY_ANGLE_Z=0,0,0,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.994,1.975,1.94,1.9,1.86,1.8,1.73,1.66,1.59,1.51,1.42,1.33,1.24,1.15,1.06,0.96,0.87,0.78,0.69,0.61,0.52,0.44,0.37,0.3,0.23,0.17,0.12,0.08,0.05,0.02,0.005,0,0,0,0,0,0,0,0,0,0,0,0,0,0 54 | 55 | PARAM_BROW_R_Y=1 56 | 57 | PARAM_ANGLE_Y=0 58 | 59 | PARAM_BREATH=0 60 | 61 | PARAM_BROW_R_X=0 62 | 63 | PARAM_ANGLE_X=0 64 | 65 | PARAM_ARM_R=-10 66 | 67 | PARAM_ARM_L=-10 68 | 69 | PARAM_MOUTH_FORM=-1 70 | 71 | PARAM_HAIR_SIDE=0 72 | 73 | PARAM_EYE_BALL_FORM=0 74 | 75 | PARAM_BROW_R_ANGLE=0 76 | 77 | PARAM_SWEAT=0 78 | 79 | PARAM_BROW_R_FORM=0 80 | 81 | PARAM_TERE=0 82 | 83 | PARAM_EYE_BALL_GLITTER=0 84 | 85 | PARAM_STRING=0 86 | -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/refuse.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_BROW_L_ANGLE=-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5,-0.5 4 | PARAM_ANGLE_Z=-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-14.78,-14.21,-13.45,-12.55,-11.62,-10.71,-9.84,-9.11,-8.52,-8.14,-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 5 | PARAM_BODY_ANGLE_X=-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.66,-6.9,-6,-5.05,-4.39,-3.89,-3.53,-3.28,-3.12,-3.03,-3,-3,-3,-3,-3,-3,-3,-2.97,-2.9,-2.78,-2.62,-2.44,-2.22,-1.99,-1.75,-1.5,-1.25,-1.01,-0.78,-0.56,-0.38,-0.22,-0.1,-0.03,0,0,0,0,0,0,0,0,0,0,0 6 | PARAM_BODY_ANGLE_Y=0 7 | PARAM_BODY_ANGLE_Z=5 8 | PARAM_BREATH=0 9 | PARAM_ANGLE_Y=-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-14,-13.97,-13.89,-13.78,-13.65,-13.52,-13.39,-13.26,-13.16,-13.07,-13.02,-13,-13,-13,-13,-13,-13,-13,-12.96,-12.83,-12.63,-12.37,-12.06,-11.71,-11.32,-10.92,-10.5,-10.08,-9.68,-9.29,-8.94,-8.63,-8.37,-8.17,-8.04,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8 10 | PARAM_BROW_R_Y=0 11 | PARAM_ANGLE_X=-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-15,-13.11,-8.34,-2.17,4.36,10.38,15.36,19,22.21,23.04,23.06,23,23,23,23,23,23,23,22.87,22.48,21.88,21.1,20.18,19.12,17.96,16.75,15.5,14.25,13.04,11.88,10.82,9.9,9.12,8.52,8.13,8,8,8,8,8,8,8,8,8,8,8 12 | PARAM_BROW_R_X=0 13 | PARAM_MOUTH_OPEN_Y=0 14 | PARAM_MOUTH_FORM=-1 15 | 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,0.76,0.36,0.09,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.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1 16 | PARAM_BUST_Y=0 17 | PARAM_EYE_FORM=-1 18 | PARAM_EYE_L_SMILE=0 19 | PARAM_BROW_L_FORM=-0.5 20 | PARAM_EYE_BALL_FORM=0 21 | PARAM_BROW_L_X=0 22 | PARAM_BROW_L_Y=0 23 | PARAM_BROW_R_ANGLE=-0.5 24 | PARAM_EYE_R_SMILE=0 25 | PARAM_BROW_R_FORM=-0.5 26 | 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,0.76,0.36,0.09,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.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1 27 | PARAM_TERE=0 28 | PARAM_HAIR_BACK=0 29 | PARAM_HAIR_FRONT=0 30 | PARAM_ARM_L=-5 31 | PARAM_EYE_BALL_X=0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.43,0.447,0.49,0.55,0.62,0.69,0.76,0.82,0.88,0.92,0.95,0.96,0.96,0.96,0.96,0.96,0.96,0.96,0.95,0.92,0.87,0.81,0.74,0.66,0.57,0.48,0.38,0.29,0.2,0.11,0.03,-0.04,-0.1,-0.15,-0.18,-0.19,-0.19,-0.19,-0.19,-0.19,-0.19,-0.19,-0.19,-0.19,-0.19,-0.19 32 | PARAM_EYE_BALL_Y=0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.33,0.337,0.354,0.38,0.4,0.43,0.46,0.48,0.51,0.524,0.536,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.543,0.547,0.551,0.557,0.563,0.57,0.578,0.585,0.592,0.6,0.607,0.613,0.619,0.623,0.627,0.629,0.63,0.63,0.63,0.63,0.63,0.63,0.63,0.63,0.63,0.63,0.63 33 | PARAM_ARM_R=-5 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/shake.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_BROW_L_ANGLE=0 4 | PARAM_ANGLE_Z=18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,17.65,16.66,15.1,13.06,10.66,7.91,4.91,1.74,-1.5,-4.74,-7.91,-10.91,-13.66,-16.06,-18.1,-19.66,-20.65,-21,-20.29,-18.46,-15.78,-12.46,-8.78,-4.93,-1.04,2.75,6.28,9.47,12.11,14.19,15.53,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16 5 | PARAM_BODY_ANGLE_X=3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2.991,2.97,2.93,2.87,2.81,2.74,2.66,2.58,2.5,2.42,2.34,2.26,2.19,2.13,2.07,2.03,2.01,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 6 | PARAM_BODY_ANGLE_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.07,-0.25,-0.52,-0.84,-1.16,-1.48,-1.75,-1.93,-2,-1.93,-1.75,-1.48,-1.16,-0.84,-0.52,-0.25,-0.07,0,-0.13,-0.41,-0.77,-1.13,-1.47,-1.75,-1.93,-2,-1.85,-1.48,-1,-0.52,-0.15,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 7 | PARAM_BODY_ANGLE_Z=-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-7,-6.91,-6.66,-6.26,-5.73,-5.12,-4.41,-3.64,-2.83,-2,-1.17,-0.36,0.41,1.12,1.73,2.26,2.66,2.91,3,2.92,2.73,2.44,2.08,1.68,1.26,0.84,0.43,0.05,-0.29,-0.58,-0.8,-0.95,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 8 | PARAM_ARM_R=-10 9 | PARAM_BREATH=0 10 | PARAM_ANGLE_Y=-8 11 | PARAM_BROW_R_Y=0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3 12 | PARAM_ANGLE_X=10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,9.87,9.52,8.96,8.23,7.37,6.38,5.3,4.16,3,1.84,0.7,-0.38,-1.37,-2.23,-2.96,-3.52,-3.87,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 13 | PARAM_BROW_R_X=0 14 | PARAM_MOUTH_OPEN_Y=0 15 | PARAM_MOUTH_FORM=1 16 | PARAM_EYE_L_OPEN=0 17 | PARAM_BUST_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.16,0.42,0.59,0.65,0.58,0.43,0.24,0.04,-0.14,-0.29,-0.39,-0.43,-0.4,-0.32,-0.21,-0.08,0.06,0.19,0.3,0.38,0.41,0.34,0.18,-0.01,-0.21,-0.36,-0.46,-0.49,-0.42,-0.25,-0.05,0.16,0.35,0.51,0.61,0.65,0.58,0.41,0.19,-0.01,-0.18,-0.28,-0.32,-0.28,-0.19,-0.07,0.06,0.15,0.19,0.16,0.1,0.05,0.01,0,0,0,0,0,0,0,0,0,0 18 | PARAM_EYE_FORM=0 19 | PARAM_BROW_L_FORM=0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2 20 | PARAM_EYE_BALL_FORM=0 21 | PARAM_BROW_L_X=0 22 | PARAM_BROW_L_Y=0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3,0.3 23 | PARAM_BROW_R_ANGLE=0 24 | PARAM_BROW_R_FORM=0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2 25 | PARAM_EYE_R_OPEN=0 26 | PARAM_TERE=0 27 | PARAM_HAIR_BACK=0 28 | PARAM_HAIR_FRONT=0 29 | PARAM_EYE_BALL_X=-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32,-0.32 30 | PARAM_EYE_BALL_Y=0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54,0.54 31 | PARAM_ARM_L=-10 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/smile.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_BROW_L_ANGLE=0 4 | PARAM_ANGLE_Z=14,13.79,13.18,12.23,10.96,9.42,7.64,5.72,3.61,1.4,-0.88,-3.12,-5.4,-7.61,-9.72,-11.64,-13.42,-14.96,-16.23,-17.18,-17.79,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18,-18 5 | PARAM_BODY_ANGLE_X=3 6 | PARAM_BODY_ANGLE_Y=0,0.15,0.5,0.94,1.37,1.71,1.93,2,1.97,1.9,1.79,1.65,1.48,1.29,1.1,0.9,0.71,0.52,0.35,0.21,0.1,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 7 | PARAM_BODY_ANGLE_Z=1,0.94,0.76,0.48,0.12,-0.3,-0.76,-1.25,-1.75,-2.24,-2.7,-3.12,-3.48,-3.76,-3.94,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4,-4 8 | PARAM_ARM_R_B=0 9 | PARAM_BREATH=0 10 | PARAM_ANGLE_Y=8 11 | PARAM_BROW_R_Y=0 12 | PARAM_ANGLE_X=0 13 | PARAM_BROW_R_X=0 14 | PARAM_MOUTH_FORM=1 15 | PARAM_EYE_L_OPEN=0 16 | PARAM_BUST_Y=0 17 | PARAM_EYE_FORM=0 18 | PARAM_EYE_L_SMILE=1 19 | PARAM_BROW_L_FORM=0 20 | PARAM_EYE_BALL_FORM=0 21 | PARAM_BROW_L_X=0 22 | PARAM_BROW_L_Y=0 23 | PARAM_BROW_R_ANGLE=0 24 | PARAM_EYE_R_SMILE=1 25 | PARAM_ARM_R_A=1 26 | PARAM_BROW_R_FORM=0 27 | PARAM_EYE_R_OPEN=0 28 | PARAM_TERE=0 29 | PARAM_HAIR_BACK=0 30 | PARAM_HAIR_FRONT=0 31 | PARAM_ARM_L_A=1 32 | PARAM_EYE_BALL_X=0 33 | PARAM_EYE_BALL_Y=0 34 | PARAM_ARM_L_B=0 -------------------------------------------------------------------------------- /assets/media/live2d/model/nep/motions/tap/tilt_head.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | PARAM_BROW_L_ANGLE=0 4 | PARAM_ANGLE_Z=-17,-16.85,-16.43,-15.74,-14.81,-13.65,-12.31,-10.79,-9.11,-7.29,-5.35,-3.28,-1.17,1.04,3.26,5.5,7.74,9.96,12.17,14.28,16.35,18.29,20.11,21.79,23.31,24.65,25.81,26.74,27.43,27.85,28,28,28,28,28,28,28,28,28,28,28,28,28,28,27.93,27.71,27.36,26.88,26.28,25.58,24.8,23.92,22.97,21.95,20.88,19.76,18.6,17.42,16.21,15,13.81,13,12.47,12.16,12.03,12,12.85,14.69,16.99,19.37,21.55,23.35,24.55,25,25,25,25,25,25,25,25,24.94,24.75,24.45,24.01,23.45,22.76,21.91,20.94,19.79,18.5,17,15.11,13.32,11.64,10.17,8.88,7.83,7.02,6.45,6.11,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6 5 | PARAM_BODY_ANGLE_X=5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,4.97,4.9,4.79,4.65,4.48,4.29,4.1,3.9,3.71,3.52,3.35,3.21,3.1,3.03,3,3.06,3.22,3.46,3.76,4.1,4.46,4.81,5.13,5.42,5.66,5.85,5.96,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6 6 | PARAM_BODY_ANGLE_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,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.04,0.15,0.31,0.52,0.75,1,1.25,1.48,1.69,1.85,1.96,2,1.93,1.75,1.48,1.16,0.84,0.52,0.25,0.07,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 7 | PARAM_BODY_ANGLE_Z=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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.06,-0.22,-0.47,-0.78,-1.13,-1.5,-1.87,-2.22,-2.53,-2.78,-2.94,-3,-2.9,-2.62,-2.22,-1.75,-1.25,-0.78,-0.38,-0.1,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 8 | PARAM_ARM_R=-5 9 | PARAM_BREATH=0 10 | PARAM_ANGLE_Y=-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.987,-9.95,-9.9,-9.83,-9.74,-9.65,-9.56,-9.46,-9.37,-9.28,-9.2,-9.13,-9.08,-9.04,-9.01,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9.13,-9.45,-9.89,-10.4,-10.93,-11.45,-11.95,-12.37,-12.7,-12.92,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13,-13 11 | PARAM_BROW_R_Y=0 12 | PARAM_ANGLE_X=17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,16.87,16.52,15.97,15.26,14.44,13.53,12.6,11.65,10.72,9.84,9.05,8.35,7.78,7.36,7.09,7,7.15,7.55,8.13,8.85,9.64,10.47,11.32,12.13,12.9,13.59,14.16,14.61,14.9,15,15,15,15,15,15,15,15,14.9,14.66,14.33,13.95,13.55,13.16,12.79,12.48,12.22,12.06,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12 13 | PARAM_BROW_R_X=0 14 | PARAM_MOUTH_OPEN_Y=0 15 | PARAM_MOUTH_FORM=1 16 | 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,1,1,1,0.76,0.36,0.09,0,0,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 17 | PARAM_BUST_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,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.11,-0.29,-0.41,-0.45,-0.41,-0.32,-0.18,-0.03,0.14,0.29,0.42,0.52,0.58,0.6,0.57,0.48,0.35,0.2,0.04,-0.11,-0.24,-0.33,-0.36,-0.32,-0.23,-0.13,-0.01,0.09,0.17,0.23,0.25,0.231,0.19,0.13,0.06,0.02,0,0,0,0,0,0,0,0,0,0 18 | PARAM_EYE_FORM=0.5 19 | PARAM_EYE_L_SMILE=0 20 | PARAM_BROW_L_FORM=0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2 21 | PARAM_EYE_BALL_FORM=0 22 | PARAM_BROW_L_X=0 23 | PARAM_BROW_L_Y=0 24 | PARAM_BROW_R_ANGLE=0 25 | PARAM_EYE_R_SMILE=0 26 | PARAM_BROW_R_FORM=0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2,0.2 27 | 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,1,1,1,0.76,0.36,0.09,0,0,0,0.07,0.21,0.38,0.57,0.73,0.87,0.97,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,0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 28 | PARAM_TERE=0 29 | PARAM_HAIR_BACK=0 30 | PARAM_HAIR_FRONT=0 31 | PARAM_EYE_BALL_X=-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.47,-0.469,-0.466,-0.461,-0.454,-0.447,-0.439,-0.43,-0.422,-0.414,-0.406,-0.398,-0.392,-0.387,-0.383,-0.381,-0.38,-0.382,-0.388,-0.397,-0.409,-0.424,-0.442,-0.46,-0.481,-0.5,-0.52,-0.55,-0.57,-0.59,-0.61,-0.628,-0.646,-0.661,-0.673,-0.682,-0.688,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69,-0.69 32 | PARAM_EYE_BALL_Y=0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.496,0.486,0.47,0.45,0.43,0.4,0.37,0.34,0.32,0.29,0.27,0.249,0.233,0.22,0.213,0.21,0.21,0.212,0.214,0.218,0.221,0.226,0.231,0.236,0.242,0.247,0.253,0.258,0.264,0.269,0.274,0.279,0.282,0.286,0.288,0.289,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29,0.29 33 | PARAM_ARM_L=-5 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Black.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Black.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Black.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Black.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-BlackItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-BlackItalic.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-BlackItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-BlackItalic.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Bold.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Bold.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-BoldItalic.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-BoldItalic.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Light.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Light.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Light.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-LightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-LightItalic.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-LightItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-LightItalic.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Medium.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Medium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Medium.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-MediumItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-MediumItalic.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-MediumItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-MediumItalic.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Regular.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Regular.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-RegularItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-RegularItalic.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-RegularItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-RegularItalic.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Thin.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-Thin.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-Thin.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-ThinItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-ThinItalic.woff -------------------------------------------------------------------------------- /assets/media/mdui/fonts/roboto/Roboto-ThinItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/fonts/roboto/Roboto-ThinItalic.woff2 -------------------------------------------------------------------------------- /assets/media/mdui/icons/material-icons/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/icons/material-icons/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /assets/media/mdui/icons/material-icons/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/assets/media/mdui/icons/material-icons/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /assets/media/scripts/script.js: -------------------------------------------------------------------------------- 1 | /** 2 | * ViewImage.js 3 | * https://tokinx.github.io/view-image 4 | */ 5 | ! 6 | function(a) { 7 | a.extend({ 8 | viewImage: function(b) { 9 | var c = a.extend({ 10 | target: ".view-image img", 11 | exclude: "", 12 | delay: 300 13 | }, b); 14 | a(c.exclude).attr("view-image", !1), a(c.target).click(function() { 15 | var b = a(this).attr("src"), 16 | d = a(this).attr("href"), 17 | e = "", 18 | f = ""; 19 | return a(this).attr("view-image") || a(this).attr("rel") ? void 0 : (e = b ? b : d, a("body").append(f + "
loading...
"), setTimeout(function() { 20 | var b = new Image; 21 | b.src = e, b.onload = function() { 22 | a(".view-img").html("") 23 | }, a(".view-img").click(function() { 24 | a(".view-image-css").remove(), a(this).remove() 25 | }) 26 | }, c.delay), !1) 27 | }) 28 | } 29 | }) 30 | }(jQuery); 31 | 32 | 33 | // Run when the DOM ready 34 | jQuery( function ( $ ) { 35 | 36 | var clickEvent = 'ontouchstart' in window ? 'touchstart' : 'click'; 37 | 38 | /** 39 | * Scroll to top 40 | */ 41 | function scrollToTop() { 42 | var $window = $( window ), 43 | $button = $( '#scroll-to-top' ); 44 | $window.scroll( function () { 45 | $button[$window.scrollTop() > 100 ? 'removeClass' : 'addClass']( 'hidden' ); 46 | } ); 47 | $button.on( clickEvent, function ( e ) { 48 | e.preventDefault(); 49 | $( 'body, html' ).animate( { 50 | scrollTop: 0 51 | }, 500 ); 52 | } ); 53 | } 54 | 55 | scrollToTop(); 56 | } ); 57 | 58 | 59 | // 点击事件 60 | jQuery(document).ready(function($) { 61 | btn_click("#mStats", "stats_click", "stats_close"); //站点统计 62 | btn_click("#mClick", "mobile_click", "mobile_close"); //二维码 63 | function btn_click(btn, on, off) { 64 | flag=true; 65 | $(btn).click(function () { 66 | $(btn).prop('class', (flag = !flag) ? on : off); 67 | }); 68 | } 69 | }); 70 | 71 | 72 | // 文章目录点击显示隐藏 73 | $(document).ready(function(){ 74 | $(".icon-list").click(function(){ 75 | $(".fn_article_nav").toggle(); 76 | }); 77 | }); 78 | 79 | 80 | // 移动端导航 81 | var mNavlist = $('.js-m-navlist'); 82 | 83 | mNavlist.on('click', function () { 84 | var addclass = $(this).parent('.m_nav-list').data('cssclass'), 85 | isShowed = $(this).parent('.m_nav-list').hasClass(addclass); 86 | 87 | /* calculation the client height */ 88 | var clientHeight = document.documentElement.clientHeight, 89 | setHeight = clientHeight * 1 + 'px', 90 | padding = clientHeight * 0.22 + 'px', 91 | navWrapper = $('.m_nav-wrapper'); 92 | 93 | navWrapper.css({ 94 | 'height': setHeight, 95 | 'padding': padding + ' 0 ' + padding, 96 | 'transform': 'translate3d(0,-' + clientHeight + 'px,0)', 97 | }); 98 | 99 | /* if it is showed */ 100 | if (isShowed) { 101 | $(this).parent('.m_nav-list').removeClass(addclass); 102 | /* hide the navlist */ 103 | navWrapper.css({ 104 | 'transform': 'translate3d(0,-' + clientHeight + 'px,0)' 105 | }); 106 | 107 | } else { 108 | /* if it is closed */ 109 | $(this).parent('.m_nav-list').addClass(addclass); 110 | /* show the navlist */ 111 | navWrapper.css({ 112 | 'transform': 'translate3d(0,0,0)' 113 | }); 114 | } 115 | }); 116 | 117 | 118 | // hljs行号 119 | $("pre code").each(function(){ 120 | $(this).html("
  1. " + $(this).html().replace(/\n/g,"\n
  2. ") +"\n
"); 121 | }); 122 | 123 | 124 | // 获取图片alt信息 125 | $(".entry-content p img,.lonesome-img a img").each(function(){ 126 | $("
").insertAfter(this); 127 | var thisImage = $(this).parents('.entry-content p,.lonesome-img a').find('img'); 128 | var title = thisImage.attr('alt'); 129 | $(this).siblings('.image_title').html(title); 130 | }); 131 | 132 | 133 | // 将footer固定到底部 134 | $(function(){ 135 | function footerPosition(){ 136 | $("footer").removeClass("fixed-bottom"); 137 | var contentHeight = document.body.scrollHeight,//网页正文全文高度 138 | winHeight = window.innerHeight;//可视窗口高度,不包括浏览器顶部工具栏 139 | if(!(contentHeight > winHeight)){ 140 | //当网页正文高度小于可视窗口高度时,为footer添加类fixed-bottom 141 | $("footer").addClass("fixed-bottom"); 142 | } else { 143 | $("footer").removeClass("fixed-bottom"); 144 | } 145 | } 146 | footerPosition(); 147 | $(window).resize(footerPosition); 148 | }); 149 | 150 | 151 | // 给不是图片链接的a标签里加rel 152 | const regx = /\.(jpe?g|png)(?=\?|$)/i; // 正则表达式 153 | $('.entry-content').find('a').each(function(){ 154 | const href = $(this).attr('href'); 155 | const isImg = regx.test(href); // 正则表达式与目标字符串是否匹配 156 | if (!isImg) { 157 | $(this).attr('rel', 'external'); 158 | } 159 | }); 160 | 161 | 162 | // 文章目录锚链接滑动 163 | $(document).ready(function() { 164 | $('.toc a').click(function() { 165 | if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { 166 | var $target = $(this.hash); 167 | $target = $target.length && $target || $('[name=' + this.hash.slice(1) + ']'); 168 | if ($target.length) { 169 | var targetOffset = $target.offset().top+-60+'px'; 170 | $('html,body').animate({ 171 | scrollTop: targetOffset 172 | }, 173 | 500); 174 | return false; 175 | } 176 | } 177 | }); 178 | }); 179 | -------------------------------------------------------------------------------- /assets/styles/lib/Valine.less: -------------------------------------------------------------------------------- 1 | .v { 2 | font-size: 16px; 3 | text-align: left 4 | } 5 | .v * { 6 | box-sizing: border-box; 7 | line-height: 2; 8 | color: #555; 9 | transition: all 0.3s ease; 10 | } 11 | 12 | .v hr { 13 | margin: 0.825rem 0; 14 | border-color: #f6f6f6; 15 | border-style: dashed; 16 | } 17 | 18 | .v.hide-avatar .vimg { 19 | display: none; 20 | } 21 | 22 | .v a { 23 | position: relative; 24 | cursor: pointer; 25 | color: #1abc9c; 26 | display: inline-block; 27 | text-decoration: none; 28 | } 29 | 30 | .v code, .v pre { 31 | background-color: #f6f6f6; 32 | color: #555; 33 | padding: 0.2em 0.4em; 34 | border-radius: 3px; 35 | font-size: 85%; 36 | margin: 0; 37 | font-family: monospace; 38 | } 39 | 40 | .v pre { 41 | padding: 10px; 42 | overflow: auto; 43 | line-height: 1.45; 44 | } 45 | 46 | .v pre code { 47 | padding: 0; 48 | background: transparent; 49 | white-space: pre-wrap; 50 | word-break: keep-all; 51 | } 52 | 53 | .v blockquote { 54 | color: #666; 55 | margin: 0.5rem 0; 56 | padding: 0 0 0 1rem; 57 | border-left: 8px solid rgba(237, 237, 237, 0.5); 58 | } 59 | 60 | .v .vinput { 61 | border: none; 62 | resize: none; 63 | outline: none; 64 | padding: 10px 5px; 65 | max-width: 100%; 66 | font-size: 0.775rem; 67 | } 68 | 69 | .v input[type=checkbox], .v input[type=radio] { 70 | display: inline-block; 71 | vertical-align: middle; 72 | margin-top: -2px; 73 | } 74 | 75 | .v .vwrap { 76 | border: 1px solid #f0f0f0; 77 | border-radius: 4px; 78 | margin-bottom: 10px; 79 | overflow: hidden; 80 | position: relative; 81 | padding: 0 0 44px; 82 | } 83 | 84 | .v .vwrap input { 85 | background: transparent; 86 | } 87 | 88 | .v .vwrap .vedit { 89 | position: relative; 90 | } 91 | 92 | .v .vwrap .vedit .vctrl { 93 | text-align: right; 94 | font-size: 12px; 95 | margin-top: -44px; 96 | right: 0; 97 | position: absolute; 98 | margin-right: -10px; 99 | } 100 | 101 | .v .vwrap .vedit .vctrl span { 102 | padding: 10px; 103 | display: inline-block; 104 | vertical-align: middle; 105 | cursor: pointer; 106 | } 107 | 108 | .v .vwrap .vedit .vemojis { 109 | display: none; 110 | font-size: 18px; 111 | text-align: justify; 112 | max-height: 145px; 113 | overflow: auto; 114 | margin-bottom: 10px; 115 | box-shadow: 0 0 1px #f0f0f0; 116 | } 117 | 118 | .v .vwrap .vedit .vemojis i { 119 | font-style: normal; 120 | padding: 7px 0; 121 | width: 38px; 122 | cursor: pointer; 123 | text-align: center; 124 | display: inline-block; 125 | vertical-align: middle; 126 | } 127 | 128 | .v .vinput { 129 | padding: 10px 15px; 130 | } 131 | 132 | @media screen and (max-width: 520px) { 133 | .v .vwrap .vheader .vinput { 134 | padding: 10px 5px; 135 | } 136 | } 137 | 138 | .v .vwrap .vheader { 139 | width: 80%; 140 | bottom: 0; 141 | position: absolute; 142 | background: #f7f7f7; 143 | } 144 | 145 | .v .vwrap .vheader .vinput { 146 | width: 40%; 147 | border: 0; 148 | } 149 | 150 | .v .vwrap .vheader .vinput.vnick { 151 | width: 20%; 152 | } 153 | 154 | .v .vwrap .vcontrol { 155 | font-size: 0; 156 | position: absolute; 157 | right: 0; 158 | bottom: 0; 159 | width: 20%; 160 | } 161 | 162 | .v .vwrap .vcontrol .col { 163 | display: inline-block; 164 | font-size: 0.725rem; 165 | vertical-align: middle; 166 | color: #ccc; 167 | } 168 | 169 | .v .vwrap .vcontrol .col.text-right { 170 | text-align: right; 171 | } 172 | 173 | .v .vwrap .vcontrol .col svg { 174 | margin-right: 2px; 175 | overflow: hidden; 176 | fill: currentColor; 177 | vertical-align: middle; 178 | } 179 | 180 | .v .vwrap .vcontrol .col.col-20 { 181 | width: 20%; 182 | } 183 | 184 | .v .vwrap .vcontrol .col.col-40 { 185 | width: 40%; 186 | } 187 | 188 | .v .vwrap .vcontrol .col.col-60 { 189 | width: 60%; 190 | } 191 | 192 | .v .vwrap .vcontrol .col.col-80 { 193 | width: 100%; 194 | } 195 | 196 | .v .vwrap .vcontrol .col.split { 197 | width: 50%; 198 | } 199 | 200 | .v .vwrap .vmark { 201 | position: absolute; 202 | background: rgba(0, 0, 0, 0.65); 203 | width: 100%; 204 | height: 100%; 205 | left: 0; 206 | top: 0; 207 | } 208 | 209 | .v .vwrap .vmark .valert { 210 | padding-top: 3rem; 211 | } 212 | 213 | .v .vwrap .vmark .valert .vtext { 214 | color: #fff; 215 | padding: 1rem 0; 216 | } 217 | 218 | .v .vwrap .vmark .valert .vcode { 219 | width: 4.6875rem; 220 | border-radius: 0.3125rem; 221 | padding: 0.5rem; 222 | background: #dedede; 223 | } 224 | 225 | .v .vwrap .vmark .valert .vcode:focus { 226 | border-color: #3090e4; 227 | background-color: #fff; 228 | } 229 | 230 | @media screen and (max-width:720px) { 231 | .v .vwrap .vmark .valert { 232 | padding-top: 5.5rem; 233 | } 234 | 235 | .v .vwrap .vmark .valert .vtext { 236 | color: #fff; 237 | padding: 1rem 0; 238 | } 239 | } 240 | 241 | .v .power, .v .power a { 242 | text-align: right; 243 | font-size: 0.75rem; 244 | color: #999; 245 | } 246 | 247 | .v .vinfo { 248 | font-size: 0; 249 | padding: 5px; 250 | } 251 | 252 | .v .vinfo .col { 253 | font-size: 0.875rem; 254 | display: inline-block; 255 | width: 50%; 256 | vertical-align: middle; 257 | } 258 | 259 | .v .vinfo .vcount .vnum { 260 | font-weight: 600; 261 | font-size: 1.25rem; 262 | } 263 | 264 | .v ol, .v ul { 265 | padding: 0; 266 | margin-left: 1.25rem; 267 | } 268 | 269 | .v .txt-center { 270 | text-align: center; 271 | } 272 | 273 | .v .veditor { 274 | width: 100%; 275 | min-height: 7rem; 276 | font-size: 0.875rem; 277 | background: transparent; 278 | resize: none; 279 | transition: all 0.25s ease; 280 | } 281 | 282 | 283 | .v .vbtn { 284 | transition-duration: 0.4s; 285 | text-align: center; 286 | color: #313131; 287 | border: 0; 288 | display: inline-block; 289 | background: #c361d4bd; 290 | margin-bottom: 0; 291 | font-weight: 400; 292 | vertical-align: middle; 293 | -ms-touch-action: manipulation; 294 | touch-action: manipulation; 295 | cursor: pointer; 296 | white-space: nowrap; 297 | font-size: 0.875em; 298 | line-height: 44px; 299 | user-select: none; 300 | outline: none; 301 | color: #fff; 302 | width: 100%; 303 | padding: 0; 304 | } 305 | 306 | 307 | 308 | 309 | 310 | .v .vempty { 311 | padding: 1.25rem; 312 | text-align: center; 313 | color: #999; 314 | } 315 | 316 | .v .vlist { 317 | width: 100%; 318 | } 319 | 320 | .v .vlist .vcard { 321 | padding-top: 1.5rem; 322 | position: relative; 323 | display: block; 324 | } 325 | 326 | .v .vlist .vcard:after { 327 | content: ""; 328 | clear: both; 329 | display: block; 330 | } 331 | 332 | .v .vlist .vcard .vimg { 333 | width: 3.125rem; 334 | height: 3.125rem; 335 | float: left; 336 | border-radius: 50%; 337 | margin-right: 0.7525rem; 338 | border: 1px solid #f5f5f5; 339 | padding: 0.125rem; 340 | } 341 | 342 | @media screen and (max-width:720px) { 343 | .v .vlist .vcard .vimg { 344 | width: 2.5rem; 345 | height: 2.5rem; 346 | } 347 | } 348 | 349 | .v .vlist .vcard .vhead { 350 | line-height: 1.5; 351 | margin-top: 0; 352 | } 353 | 354 | .v .vlist .vcard .vhead .vnick { 355 | position: relative; 356 | font-size: 1rem; 357 | font-weight: 500; 358 | margin-right: 0.875rem; 359 | cursor: pointer; 360 | color: #1abc9c; 361 | text-decoration: none; 362 | display: inline-block; 363 | } 364 | .v .vlist .vcard .vhead .vnick:before { 365 | content: ""; 366 | position: absolute; 367 | width: 0; 368 | right: 0; 369 | bottom: 0; 370 | height: 1px; 371 | background: #1abc9c; 372 | -webkit-transition: width .3s ease; 373 | transition: width .3s ease 374 | } 375 | 376 | .v .vlist .vcard .vhead .vnick:hover { 377 | color: #d7191a 378 | } 379 | 380 | .v .vlist .vcard .vhead .vnick:hover:before { 381 | width: 100%; 382 | left: 0; 383 | right: auto 384 | } 385 | 386 | .v .vlist .vcard .vh { 387 | overflow: hidden; 388 | padding-bottom: 0.5rem; 389 | border-bottom: 1px dashed #f5f5f5; 390 | } 391 | 392 | .v .vlist .vcard .vh .vtime { 393 | color: #b3b3b3; 394 | font-size: 0.75rem; 395 | margin-right: 0.875rem; 396 | } 397 | 398 | .v .vlist .vcard .vh .vmeta { 399 | line-height: 1; 400 | position: relative; 401 | } 402 | 403 | .v .vlist .vcard .vh .vmeta .vat { 404 | font-size: 0.8125rem; 405 | color: #ef2f11; 406 | cursor: pointer; 407 | float: right; 408 | } 409 | 410 | .v .vlist .vcard:last-child .vh { 411 | border-bottom: none; 412 | } 413 | 414 | .v .vlist .vcard .vcontent { 415 | word-wrap: break-word; 416 | word-break: break-all; 417 | text-align: justify; 418 | color: #4a4a4a; 419 | font-size: 1rem; 420 | line-height: 2; 421 | position: relative; 422 | margin-bottom: 0.75rem; 423 | padding-top: 0.625rem; 424 | } 425 | 426 | .v .vlist .vcard .vcontent frame, .v .vlist .vcard .vcontent iframe, 427 | .v .vlist .vcard .vcontent img { 428 | max-width: 100%; 429 | border: none; 430 | } 431 | 432 | .v .vlist .vcard .vcontent.expand { 433 | cursor: pointer; 434 | max-height: 11.25rem; 435 | overflow: hidden; 436 | } 437 | 438 | .v .vlist .vcard .vcontent.expand:before { 439 | display: block; 440 | content: ""; 441 | position: absolute; 442 | width: 100%; 443 | left: 0; 444 | top: 0; 445 | bottom: 3.15rem; 446 | pointer-events: none; 447 | background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)); 448 | } 449 | 450 | .v .vlist .vcard .vcontent.expand:after { 451 | display: block; 452 | content: "Click on expand"; 453 | text-align: center; 454 | color: #828586; 455 | position: absolute; 456 | width: 100%; 457 | height: 3.15rem; 458 | line-height: 3.15rem; 459 | left: 0; 460 | bottom: 0; 461 | pointer-events: none; 462 | background: rgba(255, 255, 255, 0.9); 463 | } 464 | 465 | .v .vlist .vcard .vquote { 466 | color: #666; 467 | margin-top: 1rem; 468 | padding-left: 1rem; 469 | border-left: 1px dashed rgba(237, 237, 237, 0.5); 470 | } 471 | 472 | .v .vlist .vcard .vquote .vimg { 473 | width: 2.225rem; 474 | height: 2.225rem; 475 | } 476 | 477 | .v .vpage .vmore { 478 | margin: 1rem 0; 479 | } 480 | 481 | @keyframes spin { 482 | 0% { 483 | transform: rotate(0deg); 484 | } 485 | 486 | to { 487 | transform: rotate(1turn); 488 | } 489 | } 490 | 491 | @keyframes pulse { 492 | 50% { 493 | background: #dcdcdc; 494 | } 495 | } 496 | 497 | .v .vloading { 498 | position: fixed; 499 | padding: 20px; 500 | top: 0; 501 | right: 45px; 502 | } 503 | 504 | .v .vloading:before { 505 | box-sizing: border-box; 506 | content: ""; 507 | position: absolute; 508 | display: inline-block; 509 | width: 40px; 510 | height: 40px; 511 | border: 6px double #a0a0a0; 512 | border-top-color: transparent; 513 | border-bottom-color: transparent; 514 | border-radius: 50%; 515 | animation: spin 1s infinite linear; 516 | } 517 | 518 | .v .vwrap .vedit .vctrl span.vpreview-btn, .v .vwrap .vcontrol .col.col-20, 519 | .v .vlist .vcard .vhead .vsys { 520 | display: none; 521 | } -------------------------------------------------------------------------------- /assets/styles/lib/icons.less: -------------------------------------------------------------------------------- 1 | /** 2 | * ============================================================================= 3 | * ************ Icon 图标 ************ 4 | * ============================================================================= 5 | */ 6 | 7 | .mdui-icon, 8 | .mdui-icon::before { 9 | font-weight: normal; 10 | font-style: normal; 11 | font-size: 24px; /* Preferred icon size */ 12 | vertical-align: middle; 13 | line-height: 1; 14 | text-transform: none; 15 | letter-spacing: normal; 16 | word-wrap: normal; 17 | white-space: nowrap; 18 | direction: ltr; 19 | color: inherit; 20 | } 21 | 22 | .mdui-icon { 23 | display: inline-block; 24 | text-align: center; 25 | } 26 | 27 | .mdui-icon::before { 28 | display: block !important; 29 | width: 24px; 30 | height: 24px; 31 | } 32 | -------------------------------------------------------------------------------- /assets/styles/lib/s.less: -------------------------------------------------------------------------------- 1 | /** 2 | * ============================================================================= 3 | * ************ Material Icons ************ 4 | * ============================================================================= 5 | * 6 | * https://github.com/google/material-design-icons/ 7 | * v3.0.1 8 | */ 9 | 10 | @font-face { 11 | font-family: 'Material Icons'; 12 | font-style: normal; 13 | font-weight: 400; 14 | src: 15 | local('Material Icons'), 16 | local('MaterialIcons-Regular'), 17 | url(../media/fonts/MaterialIcons-Regular.woff2) format('woff2'), 18 | url(../media/fonts/MaterialIcons-Regular.woff) format('woff'); 19 | } 20 | 21 | .material-icons { 22 | font-family: 'Material Icons'; 23 | 24 | /* Support for all WebKit browsers. */ 25 | -webkit-font-smoothing: antialiased; 26 | /* Support for Safari and Chrome. */ 27 | text-rendering: optimizeLegibility; 28 | 29 | /* Support for Firefox. */ 30 | -moz-osx-font-smoothing: grayscale; 31 | 32 | /* Support for IE. */ 33 | font-feature-settings: 'liga'; 34 | } 35 | -------------------------------------------------------------------------------- /assets/styles/main.less: -------------------------------------------------------------------------------- 1 | body { 2 | background: #edeff0 url(../media/img/bg_01.jpg); 3 | } 4 | a{ 5 | text-decoration: none; 6 | } 7 | .k-container{ 8 | margin: 0 auto; 9 | width: 100%; 10 | max-width: 900px; 11 | flex-shrink: 0; 12 | } 13 | .head_card-offset{ 14 | padding-top: 65px; 15 | } 16 | .site-info { 17 | position: relative; 18 | padding: 2.5%; 19 | text-align: center; 20 | font-size: 13px; 21 | color: #B9B9B9; 22 | font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; 23 | 24 | } 25 | .doc-footer-nav { 26 | height: 96px; 27 | } 28 | .doc-footer-nav-left { 29 | text-align: left; 30 | } 31 | .doc-footer-nav-left, .doc-footer-nav-right { 32 | height: 96px; 33 | } 34 | .doc-footer-nav-text { 35 | box-sizing: border-box; 36 | display: inline-block; 37 | font-size: 20px; 38 | font-weight: 500; 39 | -webkit-font-smoothing: antialiased; 40 | height: 100%; 41 | line-height: 24px; 42 | padding-top: 24px; 43 | width: 100%; 44 | } 45 | .doc-footer-nav-left .mdui-icon { 46 | float: left; 47 | margin-right: 10px; 48 | } 49 | .doc-footer-nav-text .mdui-icon { 50 | padding-top: 23px; 51 | width: 24px; 52 | } 53 | .doc-footer-nav-text .doc-footer-nav-direction { 54 | font-size: 15px; 55 | line-height: 18px; 56 | margin-bottom: 1px; 57 | opacity: 0.55; 58 | } 59 | .doc-footer-nav-left .doc-footer-nav-chapter { 60 | margin-left: 34px; 61 | } 62 | .doc-footer-nav-right .mdui-icon { 63 | float: right; 64 | margin-left: 10px; 65 | } 66 | .doc-footer-nav-right { 67 | text-align: right; 68 | } 69 | .doc-footer-nav-left, .doc-footer-nav-right { 70 | height: 96px; 71 | } 72 | .doc-footer-nav-text { 73 | box-sizing: border-box; 74 | display: inline-block; 75 | font-size: 20px; 76 | font-weight: 500; 77 | -webkit-font-smoothing: antialiased; 78 | height: 100%; 79 | line-height: 24px; 80 | padding-top: 24px; 81 | width: 100%; 82 | } 83 | .doc-footer-nav-text .doc-footer-nav-direction { 84 | font-size: 15px; 85 | line-height: 18px; 86 | margin-bottom: 1px; 87 | opacity: 0.55; 88 | } 89 | .doc-footer-nav-right .doc-footer-nav-chapter { 90 | margin-right: 34px; 91 | } 92 | -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "凛", 3 | "version": "1.0", 4 | "author": "Apa琦", 5 | "repository": "", 6 | "customConfig": [ 7 | { 8 | "name": "indeximg", 9 | "label": "首页图片", 10 | "group": "首页", 11 | "value": "/media/img/centerbg.jpg", 12 | "type": "input", 13 | "note": "请输入图片地址" 14 | }, 15 | { 16 | "name": "tajs", 17 | "label": "腾讯分析js链接", 18 | "group": "首页", 19 | "value": "", 20 | "type": "input", 21 | "note": "请输入腾讯分析代码" 22 | }, 23 | { 24 | "name": "route", 25 | "label": "静态资源路径", 26 | "group": "首页", 27 | "value": "/", 28 | "type": "input", 29 | "note": "如果您的网站在子目录请改为 /xxxx" 30 | }, 31 | { 32 | "name": "steam", 33 | "label": "steam", 34 | "group": "社交", 35 | "value": "", 36 | "type": "input", 37 | "note": "链接地址" 38 | }, 39 | { 40 | "name": "github", 41 | "label": "Github", 42 | "group": "社交", 43 | "value": "", 44 | "type": "input", 45 | "note": "链接地址" 46 | }, 47 | { 48 | "name": "zhihu", 49 | "label": "知乎", 50 | "group": "社交", 51 | "value": "", 52 | "type": "input", 53 | "note": "链接地址" 54 | }, 55 | { 56 | "name": "qq", 57 | "label": "QQ", 58 | "group": "社交", 59 | "value": "", 60 | "type": "input", 61 | "note": "链接地址" 62 | }, 63 | { 64 | "name": "weibo", 65 | "label": "微博", 66 | "group": "社交", 67 | "value": "", 68 | "type": "input", 69 | "note": "链接地址" 70 | }, 71 | { 72 | "name": "bilibili", 73 | "label": "bilibili", 74 | "group": "社交", 75 | "value": "", 76 | "type": "input", 77 | "note": "链接地址" 78 | }, 79 | { 80 | "name": "wangyiyun", 81 | "label": "网易云音乐", 82 | "group": "社交", 83 | "value": "", 84 | "type": "input", 85 | "note": "链接地址" 86 | }, 87 | { 88 | "name": "qidian", 89 | "label": "起点中文网", 90 | "group": "社交", 91 | "value": "", 92 | "type": "input", 93 | "note": "链接地址" 94 | }, 95 | { 96 | "name": "is_comment", 97 | "label": "是否显示评论", 98 | "group": "评论", 99 | "value": true, 100 | "type": "switch", 101 | "note": "基于leancloud的评论" 102 | }, 103 | { 104 | "name": "app_id", 105 | "label": "AppID", 106 | "group": "评论", 107 | "value": "", 108 | "type": "input", 109 | "note": "leancloud的appid" 110 | }, 111 | { 112 | "name": "app_key", 113 | "label": "AppKey", 114 | "group": "评论", 115 | "value": "", 116 | "type": "input", 117 | "note": "leancloud的appkey" 118 | }, 119 | { 120 | "name": "rest_api", 121 | "label": "REST API", 122 | "group": "评论", 123 | "value": "", 124 | "type": "input", 125 | "note": "leancloud的restApi" 126 | } 127 | 128 | ] 129 | } 130 | -------------------------------------------------------------------------------- /style-override.js: -------------------------------------------------------------------------------- 1 | const generateOverride = (params = {}) => { 2 | let result = '' 3 | 4 | 5 | if (params.indeximg && params.indeximg !== '') { 6 | result += ` 7 | .header {background-image: url(${params.indeximg});} 8 | .index-img{ background-image: url(${params.indeximg});} 9 | ` 10 | } 11 | if (params.postimg && params.postimg !== '') { 12 | result += ` 13 | .index-list-img{background-image: url(${params.postimg});} 14 | .archives-img{ background-image: url(${params.indeximg});} 15 | ` 16 | } 17 | 18 | if (typeof params.valine !== 'undefined' && !params.valine) { 19 | result += ` 20 | .v { 21 | display: none; 22 | } 23 | ` 24 | } 25 | 26 | console.log('result', result) 27 | 28 | return result 29 | } 30 | 31 | module.exports = generateOverride -------------------------------------------------------------------------------- /templates/archives.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <%= themeConfig.siteName %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | <%if(site.customConfig['tajs']){%> 14 | 15 | <%}%> 16 | 17 | 18 | <%- include('./includes/header') %> 19 | <%- include('./includes/header-post') %> 20 |
21 |
22 |
23 | <% let years = []; posts.forEach((item) => { const year = item.date.substring(0, 4); if (!years.includes(year)) { years.push(year); } }); %> 24 | <% years.forEach(function(year) { %> 25 |
26 |
27 |
<%- year %>
28 |
29 |
30 | <% posts.forEach(function(post) { %> 31 | <%if (post.date.indexOf(year) !== -1) { %> 32 |
33 |
34 |
35 | 36 |
37 |
<%= post.title %>
38 |
<%= post.dateFormat %>
39 |
40 |
41 |
42 | 点击查看 43 |
44 |
45 |
46 | <% } %> 47 | <% }); %> 48 |
49 |
50 | <% }); %> 51 |
52 |
53 |
54 | <%- include('./includes/yema') %> 55 |
56 |
57 | <%- include('./includes/footer') %> 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /templates/includes/disqus.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 18 | -------------------------------------------------------------------------------- /templates/includes/footer.ejs: -------------------------------------------------------------------------------- 1 | 13 |
14 |
15 | 16 |
17 |
18 | 19 |
20 |
21 | 22 | 23 |
24 |
25 | 26 |
27 |
28 |
29 |
30 |
31 |
32 | 33 | 34 | 35 | 36 | 37 |
38 |
39 |
召唤伊斯特瓦尔
40 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /templates/includes/gitalk.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 21 | -------------------------------------------------------------------------------- /templates/includes/head.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/templates/includes/head.ejs -------------------------------------------------------------------------------- /templates/includes/header-post.ejs: -------------------------------------------------------------------------------- 1 |
2 | 10 |
11 | -------------------------------------------------------------------------------- /templates/includes/header.ejs: -------------------------------------------------------------------------------- 1 |
2 | menu 3 | <%= themeConfig.siteName %> 4 |
5 | 6 | more_vert 7 |
8 | -------------------------------------------------------------------------------- /templates/includes/index-list.ejs: -------------------------------------------------------------------------------- 1 | <% posts.forEach(function(post) { %> 2 |
3 |
4 | 5 |
6 |
7 |
<%= post.title %>
8 |
<%- post.abstract %>
9 |
10 |
11 | 点击查看 12 |
13 |
14 |
15 |
16 |
17 | <% }); %> 18 | -------------------------------------------------------------------------------- /templates/includes/pingjun.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apa7-zero/gridea-theme-lin/19e3826d3d088c912a50ebe67b75ad6f30f074de/templates/includes/pingjun.ejs -------------------------------------------------------------------------------- /templates/includes/yema.ejs: -------------------------------------------------------------------------------- 1 | <%if(pagination.prev||pagination.next){%> 2 | 30 | <%}%> 31 | -------------------------------------------------------------------------------- /templates/index.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <%= themeConfig.siteName %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | <%if(site.customConfig['tajs']){%> 16 | 17 | <%}%> 18 | 26 | 27 | 28 |
29 | menu 30 | <%= themeConfig.siteName %> 31 |
32 | 33 | more_vert 34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 | <%- include('./includes/header-post') %> 59 |
60 |
61 |
62 |
63 | 64 | 65 | 66 |
67 |
68 |

<%= themeConfig.siteDescription%>

69 |
70 |
71 | <% if(site.customConfig['qq']){%> 72 |
  • 73 | 74 |
    75 |
    76 |
  • 77 | <%}%> 78 | <% if(site.customConfig['bilibili']){%> 79 |
  • 80 | 83 |
  • 84 | <%}%> 85 | <% if(site.customConfig['weibo']){%> 86 |
  • 87 | 90 |
  • 91 | <%}%> 92 | <% if(site.customConfig['zhihu']){%> 93 |
  • 94 | 97 |
  • 98 | <%}%> 99 | <% if(site.customConfig['steam']){%> 100 |
  • 101 | 104 |
  • 105 | <%}%> 106 | <% if(site.customConfig['github']){%> 107 |
  • 108 | 111 |
  • 112 | <%}%> 113 | <% if(site.customConfig['wangyiyun']){%> 114 |
  • 115 | 118 |
  • 119 | <%}%> 120 | <% if(site.customConfig['qidian']){%> 121 |
  • 122 | 125 |
  • 126 | <%}%> 127 | 128 |
    129 |
    130 |
    131 |
    132 |
    133 |
    134 |
    135 |
    136 |
    137 | <%- include('./includes/index-list') %> 138 |
    139 |
    140 |
    141 |
    142 |
    143 | <%- include('./includes/footer') %> 144 | 145 | 146 | 147 | 148 | -------------------------------------------------------------------------------- /templates/tag.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <%= themeConfig.siteName %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | <%if(site.customConfig['tajs']){%> 14 | 15 | <%}%> 16 | 17 | 18 | <%- include('./includes/header') %> 19 | <%- include('./includes/header-post') %> 20 |
    21 |
    22 |
    23 |
    24 | <%- include('./includes/index-list') %> 25 |
    26 |
    27 |
    28 |
    29 | <%- include('./includes/yema') %> 30 |
    31 |
    32 |
    33 | <%- include('./includes/footer') %> 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /templates/tags.ejs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <%= themeConfig.siteName %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | <%if(site.customConfig['tajs']){%> 15 | 16 | <%}%> 17 | 18 | 19 | <%- include('./includes/header') %> 20 | <%- include('./includes/header-post') %> 21 |
    22 |
    23 |
    24 |
    25 |
    26 | <% site.tags.forEach(function(tag) { %> 27 | 37 | <%})%> 38 |
    39 |
    40 |
    41 |
    42 | <%- include('./includes/footer') %> 43 | 44 | 45 | 46 | --------------------------------------------------------------------------------