feat: add public visibility

This commit is contained in:
Steven
2022-09-14 23:08:24 +08:00
parent 5a79304153
commit 469c841713
9 changed files with 81 additions and 27 deletions

View File

@ -9,6 +9,6 @@ VALUES
(
11,
101,
'Demo',
'demo',
''
);

View File

@ -16,3 +16,22 @@ VALUES
'百度搜索',
'WORKSPACE'
);
INSERT INTO
shortcut (
`creator_id`,
`workspace_id`,
`name`,
`link`,
`description`,
`visibility`
)
VALUES
(
102,
11,
'bl',
'https://bilibili.com',
'B站',
'PUBLIC'
);