Browse Source

update

main
wangshaoping 5 months ago
parent
commit
f20dfb958f
  1. BIN
      io.sc.platform.system.frontend/public/login-bg.jpg
  2. 9
      io.sc.platform.system.frontend/webpack.config.common.cjs
  3. 26
      io.sc.standard.frontend/package.json
  4. BIN
      io.sc.standard.frontend/public/login-bg.jpg
  5. 9
      io.sc.standard.frontend/webpack.config.common.cjs

BIN
io.sc.platform.system.frontend/public/login-bg.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 KiB

After

Width:  |  Height:  |  Size: 234 KiB

9
io.sc.platform.system.frontend/webpack.config.common.cjs

@ -61,7 +61,7 @@ module.exports = {
],
},
// 字体文件
// 字体文件, 仅包含 woff2 文件
{
test: /\.(woff|woff2|eot|ttf|otf)(\?.*)?$/,
type: 'asset/resource',
@ -69,6 +69,13 @@ module.exports = {
filename: `fonts/[name].[contenthash:5].[ext]`,
},
},
// {
// test: /\.(woff)(\?.*)?$/,
// type: 'asset/resource',
// generator: {
// emit: false,
// },
// },
// json5
{

26
io.sc.standard.frontend/package.json

@ -93,27 +93,27 @@
"luckyexcel": "1.0.1",
"mockjs": "1.1.0",
"pinia": "2.2.2",
"platform-core": "8.1.347",
"platform-core": "8.1.349",
"quasar": "2.16.11",
"tailwindcss": "3.4.10",
"vue": "3.5.4",
"vue-dompurify-html": "5.1.0",
"vue-i18n": "10.0.0",
"vue-router": "4.4.3",
"@univerjs/core": "0.2.12",
"@univerjs/design": "0.2.12",
"@univerjs/docs": "0.2.12",
"@univerjs/docs-ui": "0.2.12",
"@univerjs/engine-formula": "0.2.12",
"@univerjs/engine-render": "0.2.12",
"@univerjs/facade": "0.2.12",
"@univerjs/sheets": "0.2.12",
"@univerjs/sheets-formula": "0.2.12",
"@univerjs/sheets-ui": "0.2.12",
"@univerjs/ui": "0.2.12",
"@univerjs/core": "0.2.14",
"@univerjs/design": "0.2.14",
"@univerjs/docs": "0.2.14",
"@univerjs/docs-ui": "0.2.14",
"@univerjs/engine-formula": "0.2.14",
"@univerjs/engine-render": "0.2.14",
"@univerjs/facade": "0.2.14",
"@univerjs/sheets": "0.2.14",
"@univerjs/sheets-formula": "0.2.14",
"@univerjs/sheets-ui": "0.2.14",
"@univerjs/ui": "0.2.14",
"pinia-undo": "0.2.4",
"xml-formatter": "3.6.3",
"@univerjs/thread-comment": "0.2.12",
"@univerjs/thread-comment": "0.2.14",
"svg-path-commander": "2.0.10"
}
}

BIN
io.sc.standard.frontend/public/login-bg.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 KiB

After

Width:  |  Height:  |  Size: 234 KiB

9
io.sc.standard.frontend/webpack.config.common.cjs

@ -61,7 +61,7 @@ module.exports = {
],
},
// 字体文件
// 字体文件, 仅包含 woff2 文件
{
test: /\.(woff|woff2|eot|ttf|otf)(\?.*)?$/,
type: 'asset/resource',
@ -69,6 +69,13 @@ module.exports = {
filename: `fonts/[name].[contenthash:5].[ext]`,
},
},
// {
// test: /\.(woff)(\?.*)?$/,
// type: 'asset/resource',
// generator: {
// emit: false,
// },
// },
// json5
{

Loading…
Cancel
Save