lyb-pixi-js 1.12.30 → 1.12.31

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.
@@ -18,7 +18,7 @@ interface Params {
18
18
  /** 背景色,用于调试输入框的位置 */
19
19
  bgColor?: string;
20
20
  /** 输入类型 */
21
- type?: "number" | "text";
21
+ type?: "number" | "text" | "password";
22
22
  /** 字体颜色 */
23
23
  color?: string;
24
24
  /** 初始值 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyb-pixi-js",
3
- "version": "1.12.30",
3
+ "version": "1.12.31",
4
4
  "description": "自用Pixi.JS方法库",
5
5
  "license": "ISC",
6
6
  "exports": {