Skip to content

Commit

Permalink
chore: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ybzky committed Oct 9, 2024
1 parent 6560a22 commit 9df455c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mockdata/src/sheets/demo/default-workbook-data-demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14167,7 +14167,7 @@ export const DEFAULT_WORKBOOK_DATA_DEMO: IWorkbookData = {
},
body: {
dataStream:
'\u001Fhttps://univer-preview.vercel.app/sheets/\u001E\r12323\r\u001FA100\u001E\r\n',
'\u001Fhttps://univer-preview.vercel.app/sheets/\u001E\r12323\r\u001FA100\u001E\r\n',
textRuns: [],
paragraphs: [
{
Expand Down Expand Up @@ -24029,6 +24029,10 @@ export const DEFAULT_WORKBOOK_DATA_DEMO: IWorkbookData = {
},
}),
},
{
name: 'SHEET_RANGE_PROTECTION_PLUGIN',
data: '{"sheet-0011":[{"ranges":[{"startRow":26,"startColumn":6,"endRow":30,"endColumn":8,"rangeType":0,"unitId":"workbook-01","sheetId":"sheet-0011"}],"permissionId":"nLNP3ABg","id":"IYg5","name":"工作表11(G27:I31)","unitType":3,"unitId":"workbook-01","subUnitId":"sheet-0011"}]}',
},
],
// namedRanges: [
// {
Expand Down

0 comments on commit 9df455c

Please sign in to comment.