'界面功能优化'
This commit is contained in:
@@ -24,7 +24,7 @@ export const CLOUDPHONE_COURSE_CONFIG: CourseConfig = {
|
||||
courseId: "cloudphone",
|
||||
courseHomeHref: "/cloudphone",
|
||||
payHref: "/",
|
||||
freeTrial: (m, l) => m === 0 && l < 2,
|
||||
freeTrial: () => false, /* 暂时全部加锁,仅 VIP 可看 */
|
||||
videoStoragePrefix: "lms-cloudphone-video-",
|
||||
learningStoragePrefix: "lms-cloudphone-",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user