Skip to content

Commit f3cd72a

Browse files
committed
chore: @gkd-kit/api@0.7.1
1 parent 3f00605 commit f3cd72a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gkd-kit/api",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "a typescript kit for gkd",
55
"type": "module",
66
"main": "./src/index.ts",

api/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ export interface RawGlobalRuleProps {
698698

699699
/**
700700
* 位置类型, 用以描述自定义点击位置
701+
*
702+
* 需要注意是相对目标节点位置, 不是相对屏幕位置
701703
*
702704
* 使用 left/top/right/bottom 四条边实现定位, 此对象只能有两个属性, 也就是两条相邻边
703705
*

0 commit comments

Comments
 (0)