Add yet another card type

このコミットが含まれているのは:
Zed 2020-06-02 16:31:10 +02:00
コミット e453d9dd59
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -101,6 +101,8 @@ type
status*: string
CardKind* = enum
app = "app"
appplayer = "appplayer"
player = "player"
audio = "audio"
summary = "summary"
@ -119,7 +121,6 @@ type
storeLink = "direct_store_link_app"
moment = "moment"
messageMe = "message_me"
app = "app"
Card* = object
kind*: CardKind