Commit a3244ed3 authored by liujiangnan's avatar liujiangnan

feat: 自由模式

parent 56502d08
......@@ -55,6 +55,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (userInfo.unlock_syllabuses?.includes(row.id)) {
locked = false;
}
if (middleLayerComponent.gameModel == 'free') {
// 自由模式
locked = false;
}
return {
id: row.id,
locked: locked,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment