Go to file
ljqing 97c74a0bc3 音量默认恢复为80 2022-05-06 18:57:38 +08:00
public 修复添加轮询后使用键鼠菜单编辑不显示的BUG 2022-05-05 19:45:48 +08:00
src 音量默认恢复为80 2022-05-06 18:57:38 +08:00
src-capacitor 重构拖拽到拼接墙开窗坐标计算逻辑。 2022-04-25 16:41:42 +08:00
src-pwa 添加 SPA 模式 2021-08-24 17:07:29 +08:00
.editorconfig 提交初始代码 2021-08-05 14:23:45 +08:00
.gitignore 提交初始代码 2021-08-05 14:23:45 +08:00
.postcssrc.js 提交初始代码 2021-08-05 14:23:45 +08:00
README.md 添加 SPA 模式 2021-08-24 17:07:29 +08:00
babel.config.js 提交初始代码 2021-08-05 14:23:45 +08:00
package.json 修复添加轮询后使用键鼠菜单编辑不显示的BUG 2022-05-05 19:45:48 +08:00
quasar.conf.js 更换图标,增加语言切换 2022-03-10 16:23:26 +08:00
tsconfig.json 提交初始代码 2021-08-05 14:23:45 +08:00
yarn.lock 富文本编辑器由更换CKEditor为TinyMCE用于适配Safair浏览器 2022-04-28 15:04:15 +08:00

README.md

Quasar App (media_player_client)

A Quasar Framework app

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.