Skip to content

Commit

Permalink
V1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
niyuancheng committed Apr 5, 2023
1 parent cb43fb5 commit 8a3ae51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "niplayer",
"version": "1.3.5",
"version": "1.3.6",
"description": "This is a TS library for video player",
"main": "./dist/player.esm.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/class/Component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { $, addClass } from "../utils/domUtils";
import { $, addClass } from "@/utils/domUtils";
import { BaseEvent } from "./BaseEvent";
import { DOMProps, Node } from "../types/Player";

Expand Down
1 change: 1 addition & 0 deletions src/component/ToolBar/BottomBar/parts/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class Options extends Component implements ComponentItem {
});
}

// 初始化基本的移动端事件
initBaseMobileEvent() {

}
Expand Down

0 comments on commit 8a3ae51

Please sign in to comment.