We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f00605 commit f3cd72aCopy full SHA for f3cd72a
api/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gkd-kit/api",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"description": "a typescript kit for gkd",
5
"type": "module",
6
"main": "./src/index.ts",
api/src/index.ts
@@ -698,6 +698,8 @@ export interface RawGlobalRuleProps {
698
699
/**
700
* 位置类型, 用以描述自定义点击位置
701
+ *
702
+ * 需要注意是相对目标节点位置, 不是相对屏幕位置
703
*
704
* 使用 left/top/right/bottom 四条边实现定位, 此对象只能有两个属性, 也就是两条相邻边
705
0 commit comments