1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 00:54:06 +02:00

fix(mahjong): 麻雀をプレイできない問題を修正 (#14268)

* ビルドによる自動的なソース更新

* 麻雀関連のキーバリューペアを追加

* 役の定義をまとめてエクスポート

* タイポ修正

* Revert "麻雀関連のキーバリューペアを追加"

This reverts commit c349cdf70c.

* misskey-jsのビルドによる自動更新
This commit is contained in:
Take-John
2024-07-25 17:09:07 +09:00
committed by GitHub
parent 6b16b85203
commit 6c9f6e8057
5 changed files with 11 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ import CRC32 from 'crc-32';
import { TileType, House, Huro, TileId } from './common.js';
import * as Common from './common.js';
import { PlayerState } from './engine.player.js';
import { YAKU_DEFINITIONS } from "./common.yaku.js";
//#region syntax suger
function $(tid: TileId): Common.TileInstance {