Browse Source

主题

release_0.0.2
deartibers 3 years ago
parent
commit
73ee59529f
  1. 2
      code/VideoAccess-VCMP/web/package.json
  2. 4
      code/VideoAccess-VCMP/web/webpack.config.js

2
code/VideoAccess-VCMP/web/package.json

@ -52,7 +52,7 @@
"@fs/attachment": "^1.0.0", "@fs/attachment": "^1.0.0",
"@peace/components": "0.0.35", "@peace/components": "0.0.35",
"@peace/utils": "^0.0.48", "@peace/utils": "^0.0.48",
"@semi-bot/semi-theme-fsiot": "0.0.1", "@semi-bot/semi-theme-fscamera": "^1.0.0",
"@vitejs/plugin-react": "^1.3.1", "@vitejs/plugin-react": "^1.3.1",
"@vitejs/plugin-react-refresh": "^1.3.6", "@vitejs/plugin-react-refresh": "^1.3.6",
"args": "^5.0.1", "args": "^5.0.1",

4
code/VideoAccess-VCMP/web/webpack.config.js

@ -37,8 +37,8 @@ module.exports = {
}), }),
new SemiWebpackPlugin({ new SemiWebpackPlugin({
theme: { theme: {
name: '@semi-bot/semi-theme-fsiot', name: '@semi-bot/semi-theme-fscamera',
include: '~@semi-bot/semi-theme-fsiot/scss/local.scss' include: '~@semi-bot/semi-theme-fscamera/scss/local.scss'
} }
}), }),
], ],

Loading…
Cancel
Save