diff --git a/manifest.json b/manifest.json index 7dc4eb3..e8e0d07 100644 --- a/manifest.json +++ b/manifest.json @@ -112,22 +112,22 @@ }, "icons" : { "android" : { - "hdpi" : "static/app/icon/72x72.png", - "xhdpi" : "static/app/icon/96x96.png", - "xxhdpi" : "static/app/icon/144x144.png", - "xxxhdpi" : "static/app/icon/192x192.png" + "hdpi" : "E:/Source-code/appleidmore/安卓png/72x72psd.PNG", + "xhdpi" : "E:/Source-code/appleidmore/安卓png/96x96psd.PNG", + "xxhdpi" : "E:/Source-code/appleidmore/安卓png/144x144.PNG", + "xxxhdpi" : "E:/Source-code/appleidmore/安卓png/192x192.PNG" }, "ios" : { - "appstore" : "unpackage/res/icons/1024x1024.png", + "appstore" : "E:/Source-code/appleidmore/苹果png/appstore 1024X1024.PNG", "iphone" : { - "app@2x" : "unpackage/res/icons/120x120.png", - "app@3x" : "unpackage/res/icons/180x180.png", - "spotlight@2x" : "unpackage/res/icons/80x80.png", - "spotlight@3x" : "unpackage/res/icons/120x120.png", - "settings@2x" : "unpackage/res/icons/58x58.png", - "settings@3x" : "unpackage/res/icons/87x87.png", - "notification@2x" : "unpackage/res/icons/40x40.png", - "notification@3x" : "unpackage/res/icons/60x60.png" + "app@2x" : "E:/Source-code/appleidmore/苹果png/120x120.PNG", + "app@3x" : "E:/Source-code/appleidmore/苹果png/180x180.PNG", + "spotlight@2x" : "E:/Source-code/appleidmore/苹果png/80x80.PNG", + "spotlight@3x" : "E:/Source-code/appleidmore/苹果png/120x120.PNG", + "settings@2x" : "E:/Source-code/appleidmore/苹果png/58x58psd.PNG", + "settings@3x" : "E:/Source-code/appleidmore/苹果png/87X87.PNG", + "notification@2x" : "E:/Source-code/appleidmore/苹果png/40X40.PNG", + "notification@3x" : "E:/Source-code/appleidmore/苹果png/60X60.PNG" }, "ipad" : { "app" : "unpackage/res/icons/76x76.png", diff --git a/static/app/icon/144x144.png b/static/app/icon/144x144.png deleted file mode 100644 index 855bcf0..0000000 Binary files a/static/app/icon/144x144.png and /dev/null differ diff --git a/static/app/icon/192x192.png b/static/app/icon/192x192.png deleted file mode 100644 index 62038c2..0000000 Binary files a/static/app/icon/192x192.png and /dev/null differ diff --git a/static/app/icon/72x72.png b/static/app/icon/72x72.png deleted file mode 100644 index 42b9cd1..0000000 Binary files a/static/app/icon/72x72.png and /dev/null differ diff --git a/static/app/icon/96x96.png b/static/app/icon/96x96.png deleted file mode 100644 index 2f6daef..0000000 Binary files a/static/app/icon/96x96.png and /dev/null differ