@mugtungshing/core
    Preparing search index...

    @mugtungshing/core

    音游狗老黄历 Bot Core

    MIT Licensed JavaScript Style Guide npm bundle size npm codecov

    「音游狗老黄历」生成器核心。

    阅读文档 ↗ Netlify Status

    • npm

      npm i @mugtungshing/core
      
    • yarn

      yarn add @mugtungshing/core
      
    <script type="module">
    import { Tungshing, Identifier } from 'https://cdn.skypack.dev/@mugtungshing/core'
    </script>
    new Tungshing(new Identifier(Math.random().toString()), new Date(), 'Asia/Shanghai') // 生成 GMT+8 的今日黄历
    

    注意:这并不是一个很好的范例,随机种子需要对每个用户独立唯一,且无法通过用户 ID 推出。

    欢迎贡献!

    1. 点击右上角的 Fork
    2. 创建一个分支 (git checkout -b feature/user-update-dict)
    3. 提交更改 (git commit -m 'feat(dict): add SDVX')
    4. 推送更改 (git push origin feature/user-update-dict)
    5. 提交 Pull Request

    需要向词典添加内容,请参见 dict.json

    MIT