Skip to content

Instantly share code, notes, and snippets.

commands:
# 开场:NPC诺娃的欢迎弹窗
- type: visualNovel
lines:
- 諾娃: 嘿,克鲁!欢迎来到【提瓦特大陆】。
- 諾娃: 深呼吸,感觉到空气里的活跃分子了吗?这里由七位神灵——"尘世七执政"共同治理,整个世界流淌着风、岩、雷、草、水、火、冰七种元素的力量。
- 諾娃: 然而这个世界的秩序正处于崩溃的边缘,我们需要你的协助来平息世界的混乱。现在的风向指向了北方的蒙德。那里是旅途的起点,也是风暴的中心。
- 諾娃: 去吧,降落在低语森林附近。
# 第一章:被风遗忘的咆哮
@meunicorn
meunicorn / test.js
Last active November 27, 2024 15:50
$notification.post("hello -> " + $request.url);
$done();
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({});
}
@meunicorn
meunicorn / designer.html
Last active August 29, 2015 14:12
designer
<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>
@meunicorn
meunicorn / designer.html
Last active August 29, 2015 14:12
designer
<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;
@meunicorn
meunicorn / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@meunicorn
meunicorn / designer.html
Created December 23, 2014 03:24
designer
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;