美文网首页SAP
SAP Spartacus storefrontapp inde

SAP Spartacus storefrontapp inde

作者: _扫地僧_ | 来源:发表于2020-12-28 10:08 被阅读0次

    design time:

    <!DOCTYPE html>
    <html>
      <head>
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="icon" type="image/x-icon" href="favicon.ico" />
        <link rel="manifest" href="manifest.json" />
        <meta charset="utf-8" />
    
        <meta name="mobile-web-app-capable" content="yes" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-title" content="Spartacus" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="default" />
    
        <link
          rel="apple-touch-icon"
          sizes="192x192"
          href="assets/icons/icon-192x192.png"
        />
        <link
          href="assets/splash/iphone5_splash.png"
          media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/iphone6_splash.png"
          media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/iphoneplus_splash.png"
          media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/iphonex_splash.png"
          media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/iphonexr_splash.png"
          media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/iphonexsmax_splash.png"
          media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/ipad_splash.png"
          media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/ipadpro1_splash.png"
          media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/ipadpro3_splash.png"
          media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
        <link
          href="assets/splash/ipadpro2_splash.png"
          media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
          rel="apple-touch-startup-image"
        />
    
        <meta name="occ-backend-base-url" content="OCC_BACKEND_BASE_URL_VALUE" />
        <meta
          name="media-backend-base-url"
          content="MEDIA_BACKEND_BASE_URL_VALUE"
        />
    
        <title>Spartacus Storefront Jerry2</title>
        <base href="/" />
        <script
          id="smartedit-injector"
          src="webApplicationInjector.js"
          data-smartedit-allow-origin="localhost:9002"
        ></script>
      </head>
    
      <h2>Jerry page</h2>
      <body>
        <cx-storefront>Loading...</cx-storefront>
      </body>
    </html>
    
    

    runtime:

    <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="styles.js" type="module"></script><script src="vendor.js" type="module"></script><script src="main.js" type="module"></script></body>
    

    相关文章

      网友评论

        本文标题:SAP Spartacus storefrontapp inde

        本文链接:https://www.haomeiwen.com/subject/egewuktx.html