
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
tcic-web-ui
Advanced tools
npm install
npm run dev
npm run build
├── .babelrc // babel配置文件
├── .eslintignore // eslint忽略配置文件
├── .eslintrc.js // eslint配置文件
├── .gitignore // git忽略配置文件
├── .vscode // vscode开发工具工作区配置文件夹
| └── settings.json vscode开发工具工作区配置文件
├── dist // 项目构建后的目录
├── package-lock.json // 项目的配置文件-锁定依赖项版本号
├── package.json // 项目的配置文件
├── README.md //
├── src // 源码文件
| ├── assets // 资源文件夹
| | ├── css // css文件
| | | ├── edu-tic.css
| | | ├── img
| | | | └── slice
| | | ├── import
| | | | ├── boardtool.css
| | | | ├── chatapp.css
| | | | ├── form.css
| | | | ├── header.css
| | | | ├── icon.css
| | | | ├── layout.css
| | | | └── reset.css
| | | └── style.less
| | └── images // 图片
| | ├── arrow-left.png
| | └── arrow-right.png
| ├── component 组件文件夹
| | ├── common-vue-component // 公共组件,可供web端课中页和移动端课中页通过弹窗方式调用
| | | └── dialog-component
| | | ├── Dialog.js
| | | └── Dialog.vue
| | ├── core // 核心组件
| | | ├── BaseComponent.js // 课中页组件的基类
| | | ├── DialogComponent.js // 弹窗类组件的基类
| | | └── EventBus.js // 通信组件
| | └── vue-component 课中页组件
| | ├── app-component // 课中页入口组件
| | | ├── App.js
| | | └── App.vue
| | ├── board-component // 白板页组件
| | | ├── Board.js
| | | └── Board.vue
| | ├── boardfilelist-component // 白板文件切换组件
| | | ├── BoardFileList.js
| | | └── BoardFileList.vue
| | ├── boardtool-component // 白板工具组件
| | | ├── BoardTool.js
| | | └── BoardTool.vue
| | ├── header-component // 课中页头部组件
| | | ├── Header.js
| | | └── Header.vue
| | ├── im-component // im组件
| | | ├── Msg.vue
| | | ├── IM.js
| | | └── IM.vue
| | ├── layout-component // 布局组件
| | | ├── Layout.js
| | | └── Layout.vue
| | └── trtc-component // trtc组件
| | ├── TrtcComponent.js
| | └── TrtcComponent.vue
| ├── config // 配置文件夹
| | └── Constant.js // 常量配置
| ├── pages // 入口页面
| | ├── main // 课中页
| | | ├── index.html
| | | └── index.js
| | └── webview // 弹窗
| | ├── index.html
| | └── index.js
| └── util // 常用工具类
| └── Util.js
├── static // 静态文件目录
├── webpack.config.base.js // webpack基础配置
├── webpack.config.build.js // webpack生产环境构建配置
└── webpack.config.dev.js // webpack本地开发环境构建配置
*注: CT 开头都是双师课堂的组件
静态文件目录,其中 static/tcic 下的文件会按版本拷贝到 dist 对应目录,其他文件会直接拷贝到 dist 对应目录
web/ui/static/tcic/sdk/*
web/sdk 项目构建生成,web/ui 项目构建时会放到 web/ui/dist/static/tcic/{mainVersion}/sdk
web/ui/static/tcic/locales/*
web/sdk, web/ui 下分别 npm run scan-check 生成,web/ui 项目构建时会放到 web/ui/dist/static/tcic/{mainVersion}/locales
注意: web 项目构建只能使用node v12.x /v14.x 的版本,因为以来node-sass版本。 node-sass 与 node 版本关系
用户与开播端 tRtc 能力检测 https://web.sdk.qcloud.com/trtc/webrtc/demo/detect/index.html
FAQs
The npm package tcic-web-ui receives a total of 80 weekly downloads. As such, tcic-web-ui popularity was classified as not popular.
We found that tcic-web-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.