/*
* Copyright (c) 2025 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { FlowItemContent, UserItem } from '../model/BasicDataSource';
export const FlowItemContentData: FlowItemContent[] = [
new FlowItemContent(
'0',
new UserItem('0', '为谁烹过茶', 'media_full_screen_photo1'),
'伤心千古,泪痕如洗。',
'media_full_screen_video1.MP4',
'media_full_screen_preview1'
),
new FlowItemContent(
'1',
new UserItem('1', '有风掠过', 'media_full_screen_photo2'),
'金莲步、轻摇彩凤儿,翩翻作戏。',
'media_full_screen_video2.MP4',
'media_full_screen_preview2'
),
new FlowItemContent(
'2',
new UserItem('2', '烽烟四起', 'media_full_screen_photo3'),
'慨商女不知兴废。',
'media_full_screen_video3.MP4',
'media_full_screen_preview3'
),
new FlowItemContent(
'3',
new UserItem('3', '末爱世纪', 'media_full_screen_photo4'),
'看父老鳌花,苦遮去辙,儿童竹马,争问归期。',
'media_full_screen_video4.MP4',
'media_full_screen_preview4'
),
new FlowItemContent(
'4',
new UserItem('4', '沉睡的城', 'media_full_screen_photo5'),
'便稳奉安舆,江南向暖,早传言语,樵曲先知。',
'media_full_screen_video1.MP4',
'media_full_screen_preview1'
),
new FlowItemContent(
'5',
new UserItem('5', '泪比海水咸', 'media_full_screen_photo6'),
'事去空流东汴水,愁来不见西湖月。',
'media_full_screen_video2.MP4',
'media_full_screen_preview2'
),
new FlowItemContent(
'6',
new UserItem('6', '阴天分手', 'media_full_screen_photo7'),
'龙虎散,风云灭。',
'media_full_screen_video3.MP4',
'media_full_screen_preview3'
),
new FlowItemContent(
'7',
new UserItem('7', '别跟着我', 'media_full_screen_photo8'),
'因思畴昔,铁索千寻,谩沉江底。',
'media_full_screen_video4.MP4',
'media_full_screen_preview4'
),
new FlowItemContent(
'8',
new UserItem('8', '末路青春', 'media_full_screen_photo9'),
'一个兰舟,双桂桨、顺流东去。',
'media_full_screen_video1.MP4',
'media_full_screen_preview1'
),
new FlowItemContent(
'9',
new UserItem('9', '末路青春', 'media_full_screen_photo10'),
'客馆夜惊尘土梦,宫车晓碾关山月。',
'media_full_screen_video2.MP4',
'media_full_screen_preview2'
)
]