{"name":"🎥🎤 Hinako가 전해드립니다!","description":"","id":"45d2d8f3-4cdc-4262-9dae-12e2814e048f","lowLevelAccess":false,"regex":[{"comment":"Display","in":"###\\s*[Nn]ews\\s*\\[\\s*([^\\|\\]]+)\\s*\\|\\s*([^\\|\\]]+)\\s*\\]","out":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Trendy News Feed</title>\n    <link href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css\" rel=\"stylesheet\">\n    <style>\n        @import url('https://fonts.googleapis.com/css2?family=Pretendard:wght@300;400;500;600&display=swap');\n\n        body {\n            font-family: 'Pretendard', sans-serif;\n            background-color: #f0f2f5;\n            margin: 0;\n            padding: 0;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n        }\n\n        .news-feed {\n            max-width: 800px;\n            width: 100%;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        .news-item {\n            background-color: #ffffff;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            margin: 0 auto;\n        }\n\n        .news-header {\n            display: flex;\n            align-items: center;\n            padding: 20px;\n            background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);\n        }\n\n        .reporter-photo {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            border: 3px solid #ffffff;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n            cursor: pointer;\n        }\n\n        .reporter-info {\n            margin-left: 16px;\n        }\n\n        .reporter-name {\n            font-weight: 600;\n            font-size: 18px;\n            color: #ffffff;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n            margin-bottom: 4px;\n            cursor: pointer;\n        }\n\n        .exclusive-tag {\n            display: inline-block;\n            background-color: #ff69b4;\n            color: white;\n            padding: 4px 8px;\n            border-radius: 12px;\n            font-size: 12px;\n            font-weight: 500;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-right: 4px;\n            margin-bottom: 4px;\n        }\n\n        .post-time {\n            font-size: 14px;\n            color: rgba(255, 255, 255, 0.8);\n            margin-top: 4px;\n        }\n\n        .news-content {\n            padding: 24px;\n        }\n\n        .headline {\n            font-size: 15.36px; /* 80% of 19.2px (which was 80% of 24px) */\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 16px;\n            line-height: 1.3;\n        }\n\n        .summary {\n            font-size: 11.78px; /* 115% of 10.24px */\n            color: #4a4a4a;\n            line-height: 1.6;\n        }\n\n        .learn-more-button {\n            display: block;\n            width: 100%;\n            padding: 12px;\n            background-color: #ff69b4;\n            color: white;\n            text-align: center;\n            text-decoration: none;\n            font-weight: 600;\n            border-radius: 8px;\n            margin-top: 20px;\n            transition: background-color 0.2s ease;\n        }\n\n        .learn-more-button:hover {\n            background-color: #ff1493;\n        }\n\n        @media (max-width: 768px) {\n            .news-feed {\n                padding: 10px;\n            }\n\n            .news-item {\n                border-radius: 12px;\n            }\n\n            .news-header {\n                padding: 16px;\n            }\n\n            .reporter-photo {\n                width: 50px;\n                height: 50px;\n            }\n\n            .reporter-name {\n                font-size: 16px;\n            }\n\n            .headline {\n                font-size: 12.8px; /* 80% of 16px */\n            }\n\n            .summary {\n                font-size: 11.44px; /* 115% of 9.96px */\n            }\n        }\n\n        @media (max-width: 480px) {\n            .news-header {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .reporter-info {\n                margin-left: 0;\n                margin-top: 12px;\n            }\n\n            .reporter-photo {\n                width: 40px;\n                height: 40px;\n            }\n\n            .headline {\n                font-size: 11.52px; /* 80% of 14.4px */\n            }\n\n            .summary {\n                font-size: 10.71px; /* 115% of 9.32px */\n            }\n        }\n    </style>\n</head>\n<body>\n    <div class=\"news-feed\">\n        <div class=\"news-item\">\n            <div class=\"news-header\">\n                <img src=\"https://i.ibb.co/K5Jw7xG/hinakoprofile.png\" alt=\"Reporter Photo\" class=\"reporter-photo\" onclick=\"window.open('https://realm.risuai.net/character/b2e40dd8557e292edce2a50ad1dd2152654ebc76e037d8c93be8ac73c3c23940', '_blank')\">\n                <div class=\"reporter-info\">\n                    <div class=\"reporter-name\" onclick=\"window.open('https://realm.risuai.net/character/b2e40dd8557e292edce2a50ad1dd2152654ebc76e037d8c93be8ac73c3c23940', '_blank')\">Hinako The Reporter</div>\n                    <div>\n                        <span class=\"exclusive-tag\">#Truth_here</span>\n                        <span class=\"exclusive-tag\">#reporter</span>\n                        <span class=\"exclusive-tag\">#exclusive</span>\n                    </div>\n                    <div class=\"post-time\">{{time}}</div>\n                </div>\n            </div>\n            <div class=\"news-content\">\n                <div class=\"headline\">$1</div>\n                <div class=\"summary\">$2</div>\n                <a href=\"https://realm.risuai.net/character/b2e40dd8557e292edce2a50ad1dd2152654ebc76e037d8c93be8ac73c3c23940\" target=\"_blank\" class=\"learn-more-button\">🔍 Hinako here!</a>\n            </div>\n        </div>\n    </div>\n</body>\n</html>\n\n\n","type":"editdisplay","ableFlag":false}],"lorebook":[{"key":"","comment":"Description","content":"@@depth 0\n<Hinako’s Hard-hitting exclusive>\n1. At the end of each response, the fictional reporter Hinako writes a fictional news article about the world.\n2. The content of the news article must logically deduce and infer from the World Info and Background where {{char}} lives in. The news story must be new and original by making inferences based on the information presented, it does not necessarily have to be logical and follow a description, it just has to be very creative and unique. The news must not be directly related to {{char}} or {{user}}'s story.\n3. The articles genre and contents below:\n{{random::Domestic::International}}, {{random::politics::economy::society::incidents and accidents::military::industry::Finance::Trade::Diplomacy::Crime::Crime::Technology::Culture::Arts::Entertainment::Gossip::Scandals::Rumors}}, Main focus on {{random::People::Events::Trends::Problem-Solving::Predictions::Statistics::Gossip and Popularity}}\n\n3. The news article must be written in the below format. Each heading should not be written, only the Content should be exposed.\n Format)\n### News\n[ Article Headline (One-line headline title) | Article Summarized (Summarize the content of the article in 3 sentences) ]\n</Hinako’s Hard-hitting exclusive>\n","mode":"normal","insertorder":100,"alwaysActive":true,"secondkey":"","selective":false,"useRegex":false}],"type":"risuModule","creator_notes":"뉴스기사 생성 모듈\n","tags":[],"license":"","rtype":"module"}