This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commands: | |
| # 开场:NPC诺娃的欢迎弹窗 | |
| - type: visualNovel | |
| lines: | |
| - 諾娃: 嘿,克鲁!欢迎来到【提瓦特大陆】。 | |
| - 諾娃: 深呼吸,感觉到空气里的活跃分子了吗?这里由七位神灵——"尘世七执政"共同治理,整个世界流淌着风、岩、雷、草、水、火、冰七种元素的力量。 | |
| - 諾娃: 然而这个世界的秩序正处于崩溃的边缘,我们需要你的协助来平息世界的混乱。现在的风向指向了北方的蒙德。那里是旅途的起点,也是风暴的中心。 | |
| - 諾娃: 去吧,降落在低语森林附近。 | |
| # 第一章:被风遗忘的咆哮 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $notification.post("hello -> " + $request.url); | |
| $done(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var fileName = "taiko_scores"; | |
| if ($request.url.indexOf('https://wl-taiko.wahlap.net/api/user/profile/songscore') != -1) { | |
| save_taiko_data(); | |
| $done({}); | |
| } else if ($request.url.indexOf('https://www.baidu.com/api/ahfsdafbaqwerhue') != -1) { | |
| upload_taiko_data(); | |
| } else { | |
| $done({}); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../ace-element/ace-element.html"> | |
| <link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <polymer-element name="my-element"> | |
| <template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../paper-button/paper-button.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../paper-button/paper-button.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |