From 87a11881daf874d7fd27f77ad72ac50737ca4966 Mon Sep 17 00:00:00 2001 From: hqer927 <285569480@qq.com> Date: Thu, 24 Oct 2024 15:54:10 +0800 Subject: [PATCH] fix: update Countdown version 0.0.2-alpha.1 --- .eslintignore | 2 ++ .prettierignore | 2 ++ README-zh.md | 8 ++++---- README.md | 4 ++-- packages/fastboard-core/src/behaviors/lite.ts | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.eslintignore b/.eslintignore index 3d532517..1bea8780 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,5 @@ node_modules dist .eslintrc.js *.html +*.md +packages/fastboard-core/docs \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index e273378d..42173863 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,6 @@ pnpm-lock.yaml dist *.html CHANGELOG.md +*.md packages/fastboard-core/docs + diff --git a/README-zh.md b/README-zh.md index 4ee82ded..be99e884 100644 --- a/README-zh.md +++ b/README-zh.md @@ -2,7 +2,7 @@ 本库用于快速开始一个白板应用,基于 [white-web-sdk](https://www.npmjs.com/package/white-web-sdk)、[@netless/window-manager](https://www.npmjs.com/package/@netless/window-manager) 和 [netless-app](https://github.com/netless-io/netless-app) 实现。 -从0.3.21版本开始, fastboard 集成了[appliance-plugin](./docs/zh/appliance-plugin.md)插件,以便于提供更优性能及更丰富的教具功能 +从0.3.21版本开始, fastboard 集成了[@netless/appliance-plugin](./docs/zh/appliance-plugin.md)插件,以便于提供更优性能及更丰富的教具功能 ## 目录 @@ -16,10 +16,10 @@
-npm add @netless/fastboard @netless/window-manager white-web-sdk appliance-plugin +npm add @netless/fastboard @netless/window-manager white-web-sdk @netless/appliance-plugin-> **注意:**@netless/window-manager、white-web-sdk、appliance-plugin 是 peerDependency,如果你不清楚 peerDependency 是什么意思,可以阅读 [《为什么使用 peerDependency ?》](./docs/zh/peer-dependency.md)。 +> **注意:**@netless/window-manager、white-web-sdk、@netless/appliance-plugin 是 peerDependency,如果你不清楚 peerDependency 是什么意思,可以阅读 [《为什么使用 peerDependency ?》](./docs/zh/peer-dependency.md)。
-npm add @netless/fastboard-react @netless/window-manager white-web-sdk react react-dom +npm add @netless/fastboard-react @netless/window-manager white-web-sdk react react-dom @netless/appliance-plugin```jsx diff --git a/README.md b/README.md index 14ab5978..5564554a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A starter library for making whiteboard web app, based on [white-web-sdk](https: -Starting with version 0.3.21, fastboard integrates the [appliance-plugin](./docs/en/appliance-plugin.md) plug-in to provide better performance and richer teaching AIDS features +Starting with version 0.3.21, fastboard integrates the [@netless/appliance-plugin](./docs/en/appliance-plugin.md) plug-in to provide better performance and richer teaching AIDS features ## Table of Contents @@ -18,7 +18,7 @@ Starting with version 0.3.21, fastboard integrates the [appliance-plugin](./docs ## Install
-npm add @netless/fastboard @netless/window-manager white-web-sdk +npm add @netless/fastboard @netless/window-manager white-web-sdk @netless/appliance-plugin> **Note:** `@netless/window-manager` and `white-web-sdk` are **peerDependencies**. diff --git a/packages/fastboard-core/src/behaviors/lite.ts b/packages/fastboard-core/src/behaviors/lite.ts index 5b433b68..ae208b8a 100644 --- a/packages/fastboard-core/src/behaviors/lite.ts +++ b/packages/fastboard-core/src/behaviors/lite.ts @@ -11,7 +11,7 @@ const DefaultApps: AppsConfig = { src: "https://netless-app.oss-cn-hangzhou.aliyuncs.com/@netless/app-monaco/0.1.14-beta.1/dist/main.iife.js", }, Countdown: { - src: "https://netless-app.oss-cn-hangzhou.aliyuncs.com/@netless/app-countdown/0.0.2/dist/main.iife.js", + src: "https://netless-app.oss-cn-hangzhou.aliyuncs.com/@netless/app-countdown/0.0.2-alpha.1/dist/main.iife.min.js", }, GeoGebra: { src: "https://netless-app.oss-cn-hangzhou.aliyuncs.com/@netless/app-geogebra/0.0.4/dist/main.iife.js",