From ca8ff39c76b2e1494c859dda5b3904f0f3783ada Mon Sep 17 00:00:00 2001 From: yonghyon Date: Thu, 18 Jan 2024 15:16:23 +0900 Subject: [PATCH] webos meta --- ... 및 서버 개발-DP-21(App운영자매뉴얼)_v1.8.docx | Bin 0 -> 162 bytes com.twin.app.shoptime/package.json | 23 ++++++++---------- .../src/views/LoadingPanel/LoadingPanel.jsx | 3 +-- com.twin.app.shoptime/webos-meta/appinfo.json | 10 +++++--- 4 files changed, 17 insertions(+), 19 deletions(-) create mode 100644 Doc/~$년 LG쇼핑 앱 및 서버 개발-DP-21(App운영자매뉴얼)_v1.8.docx diff --git a/Doc/~$년 LG쇼핑 앱 및 서버 개발-DP-21(App운영자매뉴얼)_v1.8.docx b/Doc/~$년 LG쇼핑 앱 및 서버 개발-DP-21(App운영자매뉴얼)_v1.8.docx new file mode 100644 index 0000000000000000000000000000000000000000..ca01250d373769ad6949181a703b4d8d7cb23dbf GIT binary patch literal 162 zcmZPx4R#G;AQiAMgfav(xH70_g;XnH7_OG{_7vV4PV2Qpg0v0E=-Fs{jB1 literal 0 HcmV?d00001 diff --git a/com.twin.app.shoptime/package.json b/com.twin.app.shoptime/package.json index 4ab93525..25f600a0 100644 --- a/com.twin.app.shoptime/package.json +++ b/com.twin.app.shoptime/package.json @@ -1,7 +1,7 @@ { "name": "shopping-app-2.0", - "version": "1.0.0", - "description": "A general template for an Enact Sandstone application for webOS TVs", + "version": "2.0.0", + "description": "ShopTime application for webOS TVs", "author": "", "main": "src/index.js", "scripts": { @@ -36,22 +36,19 @@ "dist/*" ], "dependencies": { - "@enact/core": "^4.7.8", - "@enact/i18n": "^4.7.8", - "@enact/sandstone": "^2.7.12", - "@enact/spotlight": "^4.7.8", - "@enact/ui": "^4.7.8", - "@enact/webos": "^4.7.8", + "@enact/core": "^3.3.0", + "@enact/i18n": "^3.3.0", + "@enact/sandstone": "^1.5.1", + "@enact/spotlight": "^3.3.0", + "@enact/ui": "^3.3.0", + "@enact/webos": "^3.3.0", "@reduxjs/toolkit": "^2.0.1", "axios": "^1.6.5", - "ilib": "npm:ilib-webos@^14.19.0-webos1", - "less": "^4.2.0", - "less-loader": "^12.0.0", + "ilib": "^14.3.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-redux": "^9.1.0", - "web-vitals": "^3.5.0" + "react-redux": "^9.1.0" }, "devDependencies": { "eslint-config-enact-proxy": "^1.0.7" diff --git a/com.twin.app.shoptime/src/views/LoadingPanel/LoadingPanel.jsx b/com.twin.app.shoptime/src/views/LoadingPanel/LoadingPanel.jsx index cc7fc798..b48da7da 100644 --- a/com.twin.app.shoptime/src/views/LoadingPanel/LoadingPanel.jsx +++ b/com.twin.app.shoptime/src/views/LoadingPanel/LoadingPanel.jsx @@ -2,8 +2,7 @@ import { useState, useEffect, useCallback } from "react"; import { useDispatch } from "react-redux"; import { Job } from "@enact/core/util"; -import LoadingAnimation from "/assets/intro/splash_03_end.webp"; - +import LoadingAnimation from "../../../assets/intro/splash_03_end.webp"; import css from "./LoadingPanel.module.less"; import classNames from "classnames"; import Cancelable from "@enact/ui/Cancelable"; diff --git a/com.twin.app.shoptime/webos-meta/appinfo.json b/com.twin.app.shoptime/webos-meta/appinfo.json index 96755932..132ca94e 100644 --- a/com.twin.app.shoptime/webos-meta/appinfo.json +++ b/com.twin.app.shoptime/webos-meta/appinfo.json @@ -1,12 +1,14 @@ { - "id": "workspace", - "version": "1.0.0", - "vendor": "LGE-SVL", + "id": "com.lgshop.app", + "version": "2.0.0", + "vendor": "T-Win", "type": "web", "main": "index.html", - "title": "Enact App Template", + "title": "Shop Time", "icon": "icon.png", "miniicon": "icon-mini.png", "largeIcon": "icon-large.png", + "iconColor": "#ffffff", + "disableBackHistoryAPI": true, "uiRevision": 2 }