modify project name

This commit is contained in:
MaysWind
2021-04-11 22:51:22 +08:00
parent f16eb8b28e
commit 62a825439f
98 changed files with 364 additions and 355 deletions
+4 -4
View File
@@ -71,22 +71,22 @@ module.exports = {
});
},
pwa: {
name: 'lab account book',
name: 'ezBookkeeping',
themeColor: '#C67E48',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'default',
workboxPluginMode: 'GenerateSW',
manifestPath: 'manifest.json',
manifestOptions: {
short_name: 'lab',
short_name: 'ezBookkeeping',
icons: [
{
src: "img/lab-192.png",
src: "img/ezbookkeeping-192.png",
sizes: "192x192",
type: "image/png"
},
{
src: "img/lab-512.png",
src: "img/ezbookkeeping-512.png",
sizes: "512x512",
type: "image/png"
}