siyuan 0.9.3 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -1
- package/package.json +1 -1
- package/siyuan.d.ts +4 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/siyuan.d.ts
CHANGED
|
@@ -102,6 +102,10 @@ export interface IKeymap {
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
export interface IEventBusMap {
|
|
105
|
+
"click-flashcard-action": {
|
|
106
|
+
card: ICard,
|
|
107
|
+
type: string, // 1 - 重来;2 - 困难;3 - 良好;4 - 简单;-1 - 显示答案;-2 - 上一个 ;-3 - 跳过
|
|
108
|
+
};
|
|
105
109
|
"click-blockicon": {
|
|
106
110
|
menu: EventMenu,
|
|
107
111
|
protyle: IProtyle,
|