├── README.md ├── avatar.png ├── bg ├── 00004-3806497756.png ├── 00022-621631303.png ├── 00024-1739041554.png ├── 00024-215472209.png ├── 00038-451944582.png ├── 00039-3749181714.png ├── 00039-451944583.png ├── 00041-2574153647.png ├── 00042-1566170081.png ├── 00054-2814053057.png ├── 00055-3520938448.png ├── 00056-1535819887.png ├── 00068-120536405.png ├── 00070-1747309022.png ├── 00080-1421867116.png ├── 00114-1741616024.png ├── 00116-4270284506.png └── 00120-1360799078.png ├── index.html ├── js ├── LAppDefine.js ├── live2d.js ├── musicPlayer.js └── videoPlayer.js ├── live2d_3 ├── css │ └── bootstrap.min.css ├── index.html ├── js │ ├── bootstrap.min.js │ ├── charData.js │ ├── jquery.min.js │ ├── l2d.js │ ├── live2dcubismcore.min.js │ ├── live2dcubismframework.js │ ├── live2dcubismpixi.js │ ├── main.js │ └── pixi.min.js └── model │ └── Azue Lane(JP) │ ├── aidang_2 │ ├── aidang_2.moc3 │ ├── aidang_2.model3.json │ ├── aidang_2.physics3.json │ ├── motions │ │ ├── complete.motion3.json │ │ ├── home.motion3.json │ │ ├── idle.motion3.json │ │ ├── login.motion3.json │ │ ├── mail.motion3.json │ │ ├── main_1.motion3.json │ │ ├── main_2.motion3.json │ │ ├── main_3.motion3.json │ │ ├── mission.motion3.json │ │ ├── mission_complete.motion3.json │ │ ├── touch_body.motion3.json │ │ ├── touch_head.motion3.json │ │ ├── touch_special.motion3.json │ │ └── wedding.motion3.json │ └── textures │ │ └── texture_00.png │ └── aierdeliqi_4 │ ├── aierdeliqi_4.moc3 │ ├── aierdeliqi_4.model3.json │ ├── aierdeliqi_4.physics3.json │ ├── motions │ ├── complete.motion3.json │ ├── effect.motion3.json │ ├── home.motion3.json │ ├── idle.motion3.json │ ├── login.motion3.json │ ├── mail.motion3.json │ ├── main_1.motion3.json │ ├── main_2.motion3.json │ ├── main_3.motion3.json │ ├── mission.motion3.json │ ├── mission_complete.motion3.json │ ├── touch_body.motion3.json │ ├── touch_head.motion3.json │ ├── touch_special.motion3.json │ └── wedding.motion3.json │ └── textures │ └── texture_00.png ├── luo.ico ├── mc └── 测试.mp3 ├── model ├── 22 │ ├── 22.1024 │ │ ├── closet.2016.xmas │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.cba-normal │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.cba-super │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.newyear │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.school │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ │ ├── closet.2017.summer.normal │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ ├── closet.2017.summer.super │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ ├── texture_03_1.png │ │ │ └── texture_03_2.png │ │ └── closet.2017.tomo-bukatsu.high │ │ │ ├── texture_01.png │ │ │ ├── texture_02.png │ │ │ └── texture_03.png │ ├── 22.v2.moc │ ├── model.2016.xmas.1.json │ ├── model.2016.xmas.2.json │ ├── model.2017.cba-normal.json │ ├── model.2017.cba-super.json │ ├── model.2017.newyear.json │ ├── model.2017.school.json │ ├── model.2017.summer.normal.1.json │ ├── model.2017.summer.normal.2.json │ ├── model.2017.summer.super.1.json │ ├── model.2017.summer.super.2.json │ ├── model.2017.tomo-bukatsu.high.json │ ├── model.2017.tomo-bukatsu.low.json │ ├── model.2017.valley.json │ ├── model.2017.vdays.json │ ├── model.2018.bls-summer.json │ ├── model.2018.bls-winter.json │ ├── model.2018.lover.json │ ├── model.2018.spring.json │ ├── model.default.json │ └── motions │ │ ├── 22.v2.idle-01.mtn │ │ ├── 22.v2.idle-02.mtn │ │ ├── 22.v2.idle-03.mtn │ │ ├── 22.v2.thanking.mtn │ │ └── 22.v2.touch.mtn └── theresa │ ├── TextAsset │ ├── 1.mtn │ ├── 15.mtn │ ├── 2.mtn │ ├── 4.mtn │ ├── 9.mtn │ └── idle.mtn │ ├── Texture2D │ └── texture_00.png │ ├── model.json │ └── model.moc ├── sb ├── 1.ico └── 2.ico └── vd └── 25840717794-1-16.mp4 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/README.md -------------------------------------------------------------------------------- /avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/avatar.png -------------------------------------------------------------------------------- /bg/00004-3806497756.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00004-3806497756.png -------------------------------------------------------------------------------- /bg/00022-621631303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00022-621631303.png -------------------------------------------------------------------------------- /bg/00024-1739041554.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00024-1739041554.png -------------------------------------------------------------------------------- /bg/00024-215472209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00024-215472209.png -------------------------------------------------------------------------------- /bg/00038-451944582.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00038-451944582.png -------------------------------------------------------------------------------- /bg/00039-3749181714.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00039-3749181714.png -------------------------------------------------------------------------------- /bg/00039-451944583.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00039-451944583.png -------------------------------------------------------------------------------- /bg/00041-2574153647.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00041-2574153647.png -------------------------------------------------------------------------------- /bg/00042-1566170081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00042-1566170081.png -------------------------------------------------------------------------------- /bg/00054-2814053057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00054-2814053057.png -------------------------------------------------------------------------------- /bg/00055-3520938448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00055-3520938448.png -------------------------------------------------------------------------------- /bg/00056-1535819887.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00056-1535819887.png -------------------------------------------------------------------------------- /bg/00068-120536405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00068-120536405.png -------------------------------------------------------------------------------- /bg/00070-1747309022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00070-1747309022.png -------------------------------------------------------------------------------- /bg/00080-1421867116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00080-1421867116.png -------------------------------------------------------------------------------- /bg/00114-1741616024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00114-1741616024.png -------------------------------------------------------------------------------- /bg/00116-4270284506.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00116-4270284506.png -------------------------------------------------------------------------------- /bg/00120-1360799078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/bg/00120-1360799078.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/index.html -------------------------------------------------------------------------------- /js/LAppDefine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/js/LAppDefine.js -------------------------------------------------------------------------------- /js/live2d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/js/live2d.js -------------------------------------------------------------------------------- /js/musicPlayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/js/musicPlayer.js -------------------------------------------------------------------------------- /js/videoPlayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/js/videoPlayer.js -------------------------------------------------------------------------------- /live2d_3/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/css/bootstrap.min.css -------------------------------------------------------------------------------- /live2d_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/index.html -------------------------------------------------------------------------------- /live2d_3/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/bootstrap.min.js -------------------------------------------------------------------------------- /live2d_3/js/charData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/charData.js -------------------------------------------------------------------------------- /live2d_3/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/jquery.min.js -------------------------------------------------------------------------------- /live2d_3/js/l2d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/l2d.js -------------------------------------------------------------------------------- /live2d_3/js/live2dcubismcore.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/live2dcubismcore.min.js -------------------------------------------------------------------------------- /live2d_3/js/live2dcubismframework.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/live2dcubismframework.js -------------------------------------------------------------------------------- /live2d_3/js/live2dcubismpixi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/live2dcubismpixi.js -------------------------------------------------------------------------------- /live2d_3/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/main.js -------------------------------------------------------------------------------- /live2d_3/js/pixi.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/js/pixi.min.js -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/aidang_2.moc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/aidang_2.moc3 -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/aidang_2.model3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/aidang_2.model3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/aidang_2.physics3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/aidang_2.physics3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/complete.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/complete.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/home.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/home.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/idle.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/idle.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/login.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/login.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/mail.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/mail.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/main_1.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/main_1.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/main_2.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/main_2.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/main_3.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/main_3.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/mission.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/mission.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/mission_complete.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/mission_complete.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/touch_body.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/touch_body.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/touch_head.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/touch_head.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/touch_special.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/touch_special.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/motions/wedding.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/motions/wedding.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aidang_2/textures/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aidang_2/textures/texture_00.png -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/aierdeliqi_4.moc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/aierdeliqi_4.moc3 -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/aierdeliqi_4.model3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/aierdeliqi_4.model3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/aierdeliqi_4.physics3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/aierdeliqi_4.physics3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/complete.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/complete.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/effect.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/effect.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/home.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/home.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/idle.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/idle.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/login.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/login.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/mail.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/mail.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/main_1.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/main_1.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/main_2.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/main_2.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/main_3.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/main_3.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/mission.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/mission.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/mission_complete.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/mission_complete.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/touch_body.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/touch_body.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/touch_head.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/touch_head.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/touch_special.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/touch_special.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/wedding.motion3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/motions/wedding.motion3.json -------------------------------------------------------------------------------- /live2d_3/model/Azue Lane(JP)/aierdeliqi_4/textures/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/live2d_3/model/Azue Lane(JP)/aierdeliqi_4/textures/texture_00.png -------------------------------------------------------------------------------- /luo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/luo.ico -------------------------------------------------------------------------------- /mc/测试.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/mc/测试.mp3 -------------------------------------------------------------------------------- /model/22/22.1024/closet.2016.xmas/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2016.xmas/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2016.xmas/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2016.xmas/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2016.xmas/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2016.xmas/texture_03_1.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2016.xmas/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2016.xmas/texture_03_2.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.cba-normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.cba-normal/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.cba-normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.cba-normal/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.cba-normal/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.cba-normal/texture_03.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.cba-super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.cba-super/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.cba-super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.cba-super/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.cba-super/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.cba-super/texture_03.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.newyear/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.newyear/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.newyear/texture_03.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.school/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.school/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.school/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.school/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.school/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.school/texture_03.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.normal/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.normal/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.normal/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.normal/texture_03_1.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.normal/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.normal/texture_03_2.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.super/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.super/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.super/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.super/texture_03_1.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.summer.super/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.summer.super/texture_03_2.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.tomo-bukatsu.high/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.tomo-bukatsu.high/texture_01.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.tomo-bukatsu.high/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.tomo-bukatsu.high/texture_02.png -------------------------------------------------------------------------------- /model/22/22.1024/closet.2017.tomo-bukatsu.high/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.1024/closet.2017.tomo-bukatsu.high/texture_03.png -------------------------------------------------------------------------------- /model/22/22.v2.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/22.v2.moc -------------------------------------------------------------------------------- /model/22/model.2016.xmas.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2016.xmas.1.json -------------------------------------------------------------------------------- /model/22/model.2016.xmas.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2016.xmas.2.json -------------------------------------------------------------------------------- /model/22/model.2017.cba-normal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.cba-normal.json -------------------------------------------------------------------------------- /model/22/model.2017.cba-super.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.cba-super.json -------------------------------------------------------------------------------- /model/22/model.2017.newyear.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.newyear.json -------------------------------------------------------------------------------- /model/22/model.2017.school.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.school.json -------------------------------------------------------------------------------- /model/22/model.2017.summer.normal.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.summer.normal.1.json -------------------------------------------------------------------------------- /model/22/model.2017.summer.normal.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.summer.normal.2.json -------------------------------------------------------------------------------- /model/22/model.2017.summer.super.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.summer.super.1.json -------------------------------------------------------------------------------- /model/22/model.2017.summer.super.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.summer.super.2.json -------------------------------------------------------------------------------- /model/22/model.2017.tomo-bukatsu.high.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.tomo-bukatsu.high.json -------------------------------------------------------------------------------- /model/22/model.2017.tomo-bukatsu.low.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.tomo-bukatsu.low.json -------------------------------------------------------------------------------- /model/22/model.2017.valley.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.valley.json -------------------------------------------------------------------------------- /model/22/model.2017.vdays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2017.vdays.json -------------------------------------------------------------------------------- /model/22/model.2018.bls-summer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2018.bls-summer.json -------------------------------------------------------------------------------- /model/22/model.2018.bls-winter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2018.bls-winter.json -------------------------------------------------------------------------------- /model/22/model.2018.lover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2018.lover.json -------------------------------------------------------------------------------- /model/22/model.2018.spring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.2018.spring.json -------------------------------------------------------------------------------- /model/22/model.default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/model.default.json -------------------------------------------------------------------------------- /model/22/motions/22.v2.idle-01.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/motions/22.v2.idle-01.mtn -------------------------------------------------------------------------------- /model/22/motions/22.v2.idle-02.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/motions/22.v2.idle-02.mtn -------------------------------------------------------------------------------- /model/22/motions/22.v2.idle-03.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/motions/22.v2.idle-03.mtn -------------------------------------------------------------------------------- /model/22/motions/22.v2.thanking.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/motions/22.v2.thanking.mtn -------------------------------------------------------------------------------- /model/22/motions/22.v2.touch.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/22/motions/22.v2.touch.mtn -------------------------------------------------------------------------------- /model/theresa/TextAsset/1.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/TextAsset/1.mtn -------------------------------------------------------------------------------- /model/theresa/TextAsset/15.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/TextAsset/15.mtn -------------------------------------------------------------------------------- /model/theresa/TextAsset/2.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/TextAsset/2.mtn -------------------------------------------------------------------------------- /model/theresa/TextAsset/4.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/TextAsset/4.mtn -------------------------------------------------------------------------------- /model/theresa/TextAsset/9.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/TextAsset/9.mtn -------------------------------------------------------------------------------- /model/theresa/TextAsset/idle.mtn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/TextAsset/idle.mtn -------------------------------------------------------------------------------- /model/theresa/Texture2D/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/Texture2D/texture_00.png -------------------------------------------------------------------------------- /model/theresa/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/model.json -------------------------------------------------------------------------------- /model/theresa/model.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/model/theresa/model.moc -------------------------------------------------------------------------------- /sb/1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/sb/1.ico -------------------------------------------------------------------------------- /sb/2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/sb/2.ico -------------------------------------------------------------------------------- /vd/25840717794-1-16.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Leelokhan/Simple-personal-static-web-page/HEAD/vd/25840717794-1-16.mp4 --------------------------------------------------------------------------------