xiongzhu 3 年之前
父节点
当前提交
23c2a6c386
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      index.html
  2. 2 2
      vite.config.js

+ 1 - 1
index.html

@@ -17,7 +17,7 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <meta name="apple-mobile-web-app-title" content="Ionic App" />
     <meta name="apple-mobile-web-app-title" content="Ionic App" />
     <meta name="apple-mobile-web-app-status-bar-style" content="black" />
     <meta name="apple-mobile-web-app-status-bar-style" content="black" />
-    <meta name="theme-color" content="#1c1c1c">
+    <meta name="theme-color" content="#161616">
     <title>FirstCash</title>
     <title>FirstCash</title>
 </head>
 </head>
 
 

+ 2 - 2
vite.config.js

@@ -44,8 +44,8 @@ export default defineConfig(({ command, mode }) => {
                 manifest: {
                 manifest: {
                     name: 'FirstCash',
                     name: 'FirstCash',
                     short_name: 'FirstCash',
                     short_name: 'FirstCash',
-                    theme_color: '#1c1c1c',
-                    background_color: '#1c1c1c',
+                    theme_color: '#161616',
+                    background_color: '#161616',
                     display: 'fullscreen',
                     display: 'fullscreen',
                     icons: [
                     icons: [
                         {
                         {