Skip to content

Commit

Permalink
feat: 默认开启复选框
Browse files Browse the repository at this point in the history
  • Loading branch information
gmugu committed Oct 29, 2024
1 parent 6bb0cb2 commit c35762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/obj.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const setLayout = (layout: LayoutType) => {

const [_checkboxOpen, setCheckboxOpen] = createStorageSignal<string>(
"checkbox-open",
"false",
"true",
)
export const checkboxOpen = () => _checkboxOpen() === "true"

Expand Down

0 comments on commit c35762f

Please sign in to comment.