Site Bulletin Board
Announcement is displayed when the user enters the site page. After clicking the Close button, this message will no longer be displayed.
Usually, the operation and maintenance personnel configuration notifies the user that the system will be updated soon before the site is upgraded.
Note: It is not a real-time push, it is only triggered when the page is opened.
Configuration file example
{
"id": "49BEDA3C53AF", // Required to distinguish whether the message is no longer displayed
"startTime": "2024-12-03T01:39:54.166Z", // If filled in, it will only take effect within the specified time range
"endTime": "2024-12-03T05:39:54.166Z", // If filled in, it will only take effect within the specified time range
"icon": { // optional, if you don't deserve an icon, you don't have an icon
"name": "oct:alert-fill", // Fill in the icon name supported by the icp icon component
"color": "orange", // Don't fill in the default black
"size": 18 // Don't fill in the default 18
},
"closeable": true, // If you do not fill in the default, close is allowed
"style": { // Style Configuration
"// height": "calc(100vh - 48px) // Used when covering full screen",
"width": "100vw"
},
"title": "", // title and content are required.
"title_i18n_zh-CN": "", // Multilingual translation is filled in here
"title_i18n_en-US": "", // Multilingual translation is filled in here
"title_i18n_ja-JP": "", // Multilingual translation is filled in here
"content": "", // title and content are required
"content_i18n_zh-CN": "", // Multilingual translation is filled in here
"content_i18n_en-US": "", // Multilingual translation is filled in here
"content_i18n_ja-JP": "" // Multilingual translation is filled in here
}

Configuration file path
Platform: /icp-ui/Notice-board.config.json
Trial run: /ui/Notice-board.config.json
Export project: /<appConfig.baseUrl>/Notice-board.config.json