Skip to content

Commit 70a7d9a

Browse files
committed
feat: 使用新版interface
1 parent 0b76f9a commit 70a7d9a

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

bun.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"format:check": "prettier --check ."
2626
},
2727
"keywords": [],
28-
"author": "Next FLow",
28+
"author": "Next Flow",
2929
"license": "Apache-2.0",
3030
"dependencies": {
3131
"@babylonjs/core": "8.33.0",
@@ -34,6 +34,7 @@
3434
"@types/ws": "^8.18.1",
3535
"antd": "5.27.0",
3636
"clsx": "2.1.1",
37+
"next-flow-interface": "^0.24.6",
3738
"react": "19.1.1",
3839
"react-dom": "19.1.1",
3940
"rhine-var": "0.11.2",

src/drawer/drawer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import clsx from "clsx";
2-
import {ThemeColor} from "next-flow-interface";
2+
import {ThemeColor, rss, ScrollBar, ThemeProvider} from "next-flow-interface";
33
import React from "react";
44

5-
import {rss, ScrollBar, ThemeProvider} from "next-flow-interface/api";
6-
75
import styles from "./drawer.module.sass"
86

97
export default function Drawer() {

src/plugin.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import {IconPluginPosition, PluginType, ThemeColor,DrawerPlugin} from 'next-flow-interface'
2-
import { internationalizationService } from 'next-flow-interface/api'
1+
import {IconPluginPosition, PluginType, ThemeColor,DrawerPlugin, internationalizationService} from 'next-flow-interface'
32

43
import packageJson from '../package.json'
54

0 commit comments

Comments
 (0)