@nocobase/app 1.6.0-beta.15 → 1.6.0-beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client/.umirc.ts CHANGED
@@ -16,7 +16,7 @@ generatePlugins();
16
16
  export default defineConfig({
17
17
  title: 'Loading...',
18
18
  devtool: process.env.NODE_ENV === 'development' ? 'source-map' : false,
19
- favicons: [`${appPublicPath}favicon/favicon.ico`],
19
+ favicons: [`${appPublicPath}favicon_no_exist.ico`], // 设置一个不存在的 favicon,防止显示 Umi 默认的 favicon
20
20
  metas: [{ name: 'viewport', content: 'initial-scale=0.1' }],
21
21
  links: [{ rel: 'stylesheet', href: `${appPublicPath}global.css` }],
22
22
  headScripts: [
@@ -2,7 +2,7 @@
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
4
4
  <meta name="viewport" content="initial-scale=0.1">
5
- <link rel="shortcut icon" href="/favicon/favicon.ico">
5
+ <link rel="shortcut icon" href="/favicon_no_exist.ico">
6
6
  <title>Loading...</title>
7
7
  <link rel="stylesheet" href="/global.css">
8
8
  <script>
@@ -18,6 +18,6 @@
18
18
  </head>
19
19
  <body>
20
20
  <div id="root"></div>
21
- <script src="/umi.c1089e7a.js"></script>
21
+ <script src="/umi.f1bdeac9.js"></script>
22
22
 
23
23
  </body></html>
@@ -2,7 +2,7 @@
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
4
4
  <meta name="viewport" content="initial-scale=0.1">
5
- <link rel="shortcut icon" href="{{env.APP_PUBLIC_PATH}}favicon/favicon.ico">
5
+ <link rel="shortcut icon" href="{{env.APP_PUBLIC_PATH}}favicon_no_exist.ico">
6
6
  <title>Loading...</title>
7
7
  <link rel="stylesheet" href="{{env.APP_PUBLIC_PATH}}global.css">
8
8
  <script>
@@ -18,6 +18,6 @@
18
18
  </head>
19
19
  <body>
20
20
  <div id="root"></div>
21
- <script src="/umi.c1089e7a.js"></script>
21
+ <script src="/umi.f1bdeac9.js"></script>
22
22
 
23
23
  </body></html>