Skip to content

Commit

Permalink
chore: 移除 43036ad 添加的调试条件
Browse files Browse the repository at this point in the history
close #43
  • Loading branch information
typed-sigterm committed Jan 15, 2025
1 parent 43036ad commit aef59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const locale = computed(() => {
});
const { orientation } = useScreenOrientation();
const incorrectOrientation = computed(() => orientation.value?.startsWith('portrait') || 1);
const incorrectOrientation = computed(() => orientation.value?.startsWith('portrait'));
// 动画和事件
promiseTimeout(1500).then(() => loading.value = false);
Expand Down

0 comments on commit aef59a8

Please sign in to comment.