27528_apply_authv2_chatgpt
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -11,7 +11,6 @@ | ... | @@ -11,7 +11,6 @@ |
| 11 | content="Web site created using create-react-app" | 11 | content="Web site created using create-react-app" |
| 12 | /> | 12 | /> |
| 13 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | 13 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 14 | <script src='https://api.ai-pro.org/ext-app/js/btutil-common-v1.min.js?ver=202306291729'></script> | ||
| 15 | <!-- | 14 | <!-- |
| 16 | manifest.json provides metadata used when your web app is installed on a | 15 | manifest.json provides metadata used when your web app is installed on a |
| 17 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | 16 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
| ... | @@ -32,7 +31,7 @@ | ... | @@ -32,7 +31,7 @@ |
| 32 | let btutilAsset = document.createElement('script'); | 31 | let btutilAsset = document.createElement('script'); |
| 33 | btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver); | 32 | btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver); |
| 34 | document.head.appendChild(btutilAsset); | 33 | document.head.appendChild(btutilAsset); |
| 35 | </script> | 34 | </script> |
| 36 | </head> | 35 | </head> |
| 37 | <body> | 36 | <body> |
| 38 | <noscript>You need to enable JavaScript to run this app.</noscript> | 37 | <noscript>You need to enable JavaScript to run this app.</noscript> | ... | ... |
-
Please register or sign in to post a comment