@mugtungshing/core
    Preparing search index...

    Interface Dict

    黄历词典。

    {
    "directions": ["东", "东南", "南", "西南", "西", "西北", "北", "东北"],
    "slots": ["P1", "P2"],
    "activities": [
    {
    "action": "收歌",
    "positive": [
    "又有资本可以炫耀了。",
    "排行榜第一就在下一次!",
    "攻克卡住多时的难点。",
    "手感爆棚,曲曲理论值。"
    ],
    "negative": [
    "快要收歌的时候会来一通无关紧要的电话。",
    "会在最后关头卡帧掉 note。",
    "延迟漂移个个 Good,曲曲延迟各不同。",
    "看见这个 note 了吗?你 接 不 住。"
    ]
    },
    {
    "action": "炫耀成绩",
    "positive": [
    "获得万众敬仰,收割万人膝盖。",
    "一曲成名,万人膜拜。",
    "本群都是你的小弟啦!"
    ],
    "negative": ["警察叔叔,对,就是这个杀人犯。", "容易被群友拉黑或报复。"]
    },
    {
    "action": "复读",
    "positive": ["有时候,人云亦云也是一种生存方式。"],
    "negative": ["你的对手是鸽子。"]
    },
    {
    "action": "肝爆",
    "positive": [
    "说不定下一盘就创纪录了呢。",
    "大力出奇迹。",
    "努力使人进步,肝爆让人快乐。",
    "限时梯子爬完了吗?"
    ],
    "negative": [
    "会因为腱鞘炎而进医院。",
    "屏幕会碎掉的。",
    "醒醒,限时活动没了。"
    ]
    }
    ],
    "daily": ["Cytus", "Cytus II", "Deemo", "VOEZ", "喵赛克", "Arcaea", "maimai"]
    }
    interface Dict {
        activities: { action: string; negative: string[]; positive: string[] }[];
        daily: string[];
        directions: string[];
        slots: string[];
    }
    Index

    Properties

    activities: { action: string; negative: string[]; positive: string[] }[]

    今日运势

    Type Declaration

    • action: string

      动作。

      "收歌"
      
    • negative: string[]

      [
      "快要收歌的时候会来一通无关紧要的电话。",
      "会在最后关头卡帧掉 note。",
      "延迟漂移个个 Good,曲曲延迟各不同。",
      "看见这个 note 了吗?你 接 不 住。"
      ]
    • positive: string[]

      [
      "又有资本可以炫耀了。",
      "排行榜第一就在下一次!",
      "攻克卡住多时的难点。",
      "手感爆棚,曲曲理论值。"
      ]
    [
    {
    "action": "收歌",
    "positive": [
    "又有资本可以炫耀了。",
    "排行榜第一就在下一次!",
    "攻克卡住多时的难点。",
    "手感爆棚,曲曲理论值。"
    ],
    "negative": [
    "快要收歌的时候会来一通无关紧要的电话。",
    "会在最后关头卡帧掉 note。",
    "延迟漂移个个 Good,曲曲延迟各不同。",
    "看见这个 note 了吗?你 接 不 住。"
    ]
    },
    {
    "action": "炫耀成绩",
    "positive": [
    "获得万众敬仰,收割万人膝盖。",
    "一曲成名,万人膜拜。",
    "本群都是你的小弟啦!"
    ],
    "negative": ["警察叔叔,对,就是这个杀人犯。", "容易被群友拉黑或报复。"]
    }
    ]
    daily: string[]

    今日音游

    ["Cytus", "Cytus II", "Deemo", "VOEZ", "喵赛克", "Arcaea", "maimai"]
    
    directions: string[]

    移动端音游朝向

    ["东", "东南", "南", "西南", "西", "西北", "北", "东北"]
    
    ["头朝下"]
    
    slots: string[]

    街机音游黄金位

    ["1P", "2P"]
    
    ["维修位"]