@univerjs-pro/docs-table-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -7
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +394 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/docs-table-floating-text-style.command.d.ts +15 -0
- package/lib/types/commands/docs-table-select-all.command.d.ts +4 -0
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/docs-table-canvas-render.controller.d.ts +48 -19
- package/lib/types/controllers/docs-table-create-table.controller.d.ts +1 -3
- package/lib/types/controllers/docs-table-floating-menu.controller.d.ts +5 -0
- package/lib/types/controllers/docs-table-keyboard.controller.d.ts +7 -0
- package/lib/types/index.d.ts +9 -3
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +25 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/docs-table-floating-menu.service.d.ts +51 -0
- package/lib/types/services/docs-table-floating-text-style.util.d.ts +10 -0
- package/lib/types/services/docs-table-viewport.service.d.ts +8 -1
- package/lib/types/views/borders/DocsTableBorderPanel.d.ts +3 -3
- package/lib/types/views/canvas/docs-table-canvas-icons.d.ts +2 -3
- package/lib/types/views/canvas/docs-table-scrollbar.d.ts +9 -1
- package/lib/types/views/canvas/docs-table-selection-render.d.ts +1 -1
- package/lib/types/views/canvas/docs-table-trigger-model.d.ts +7 -3
- package/lib/types/views/column-type/DocsTableColumnTypePanel.d.ts +1 -2
- package/lib/types/views/floating-toolbar/DocsTableFloatingToolbar.d.ts +2 -0
- package/lib/types/views/icons/DocsTableBorderToolbarIcons.d.ts +5 -10
- package/lib/types/views/insert-table/DocsTableInsertTablePicker.d.ts +5 -3
- package/lib/types/views/menu.d.ts +53 -47
- package/lib/types/views/options/DocsTableOptionsPanel.d.ts +1 -2
- package/lib/types/views/toolbar/DocsTableToolbar.d.ts +1 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +15 -15
- package/lib/types/controllers/docs-table-options.controller.d.ts +0 -7
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x11c8(_0x41c455,_0x2ab31a){_0x41c455=_0x41c455-0x1ad;const _0x25b48d=_0x25b4();let _0x11c8a8=_0x25b48d[_0x41c455];return _0x11c8a8;}const _0x15d418=_0x11c8;(function(_0x567b4d,_0x5369b8){const _0x63c31d=_0x11c8,_0x500ee7=_0x567b4d();while(!![]){try{const _0xda4119=parseInt(_0x63c31d(0x1b1))/0x1*(-parseInt(_0x63c31d(0x1eb))/0x2)+-parseInt(_0x63c31d(0x1ee))/0x3+parseInt(_0x63c31d(0x1d5))/0x4+-parseInt(_0x63c31d(0x1d4))/0x5*(-parseInt(_0x63c31d(0x1ed))/0x6)+-parseInt(_0x63c31d(0x1be))/0x7*(parseInt(_0x63c31d(0x1de))/0x8)+parseInt(_0x63c31d(0x1ce))/0x9*(parseInt(_0x63c31d(0x1e7))/0xa)+parseInt(_0x63c31d(0x1db))/0xb*(parseInt(_0x63c31d(0x1dd))/0xc);if(_0xda4119===_0x5369b8)break;else _0x500ee7['push'](_0x500ee7['shift']());}catch(_0x5d15b3){_0x500ee7['push'](_0x500ee7['shift']());}}}(_0x25b4,0x8aa1f));function _0x25b4(){const _0x29cf52=['在上方插入\x20{count}\x20行','删除\x20{count}\x20列','均分列','垂直居中','2791683QvtuGl','边框粗细','在下方插入\x20{count}\x20行','固定表头到此行','在左侧插入列','边框样式','9445fgxSjs','2818688oBqeKD','文字颜色','取消合并单元格','标题1','所有边框','任务列表','11WfgSTl','文字样式','7311000qECvcY','176xxnIjS','选择表格','表格选项','删除\x20{count}\x20行','在左侧插入\x20{count}\x20列','exports','插入行','上边框','选择列','30wsHooh','填充颜色','重置颜色','复选框','289178jPBBWO','文字格式','1902YjCNfZ','2863767CBbFox','右边框','文本背景色','下边框','设置列类型','内部横线','2xYzHVM','删除表格','删除列','降序排序','在右侧插入列','无边框','插入表格尺寸','左边框','插入表格','排序表格','插入标题行','标题4','删除行','328265EQbDlJ','内部竖线','底部对齐','插入列','边框颜色','升序排序','在上方插入行','普通文本','标题3','无序列表','自定义尺寸','标题2'];_0x25b4=function(){return _0x29cf52;};return _0x25b4();}const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x15d418(0x1d6)},'fillColor':{'main':_0x15d418(0x1e8)},'textBackgroundColor':{'main':_0x15d418(0x1ad)},'resetColor':_0x15d418(0x1e9),'textStyle':{'tooltip':_0x15d418(0x1dc),'normal':_0x15d418(0x1c5),'heading1':_0x15d418(0x1d8),'heading2':_0x15d418(0x1c9),'heading3':_0x15d418(0x1c6),'heading4':_0x15d418(0x1bc),'heading5':'标题5','orderedList':'有序列表','unorderedList':_0x15d418(0x1c7),'checklist':_0x15d418(0x1da)}},'table':{'main':'表格','insert':'插入','delete':_0x15d418(0x1b2)},'insertTable':_0x15d418(0x1b9),'insert':'插入','insertTableSize':_0x15d418(0x1b7),'customTableSize':_0x15d418(0x1c8),'tableRows':'行数','tableColumns':'列数','insertRowAbove':_0x15d418(0x1c4),'insertRowBelow':'在下方插入行','insertRowsAbove':_0x15d418(0x1ca),'insertRowsBelow':_0x15d418(0x1d0),'insertRow':_0x15d418(0x1e4),'insertColumnLeft':_0x15d418(0x1d2),'insertColumnRight':_0x15d418(0x1b5),'insertColumnsLeft':_0x15d418(0x1e2),'insertColumnsRight':'在右侧插入\x20{count}\x20列','insertColumn':_0x15d418(0x1c1),'clearContent':'清除文本内容','delete':'删除','deleteRow':_0x15d418(0x1bd),'deleteRows':_0x15d418(0x1e1),'deleteColumn':_0x15d418(0x1b3),'deleteColumns':_0x15d418(0x1cb),'deleteTable':'删除表格','mergeCells':'合并单元格','unmergeCells':_0x15d418(0x1d7),'insertTitleRow':_0x15d418(0x1bb),'pinHeaderRows':_0x15d418(0x1d1),'selectColumn':_0x15d418(0x1e6),'selectRow':'选择行','selectTable':_0x15d418(0x1df),'sortTable':_0x15d418(0x1ba),'sortAscending':_0x15d418(0x1c3),'sortDescending':_0x15d418(0x1b4),'distribute':'分布','distributeRows':'均分行','distributeColumns':_0x15d418(0x1cc),'borders':'边框','borderAll':_0x15d418(0x1d9),'borderBottom':_0x15d418(0x1ae),'borderInner':'内部边框','borderInnerHorizontal':_0x15d418(0x1b0),'borderInnerVertical':_0x15d418(0x1bf),'borderLeft':_0x15d418(0x1b8),'borderOuter':'外边框','borderNone':_0x15d418(0x1b6),'borderRight':_0x15d418(0x1ef),'borderTop':_0x15d418(0x1e5),'tableBackgroundColor':'表格背景色','borderColor':_0x15d418(0x1c2),'borderWidth':_0x15d418(0x1cf),'borderStyle':_0x15d418(0x1d3),'borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','textFormat':_0x15d418(0x1ec),'verticalAlignTop':'顶部对齐','verticalAlignMiddle':_0x15d418(0x1cd),'verticalAlignBottom':_0x15d418(0x1c0),'columnType':_0x15d418(0x1af),'columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':_0x15d418(0x1ea),'columnTypeDropdown':'下拉选项','tableOptions':_0x15d418(0x1e0)}};module[_0x15d418(0x1e3)]=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2e4b(){const _0x3e493d=['194jYhAeb','自訂尺寸','刪除表格','標題5','4555284hauBFK','在上方插入\x20{count}\x20列','在右側插入\x20{count}\x20欄','在下方插入列','在上方插入列','降冪排序','9400GDGgsw','合併儲存格','上框線','下拉式選單','平均分布欄','文字格式','628044XxwMQq','文字樣式','底端對齊','左框線','992760WciEDK','717136kHrkLV','所有框線','標題2','平均分布','有序列表','在右側插入欄','exports','刪除列','外框線','插入列','填滿顏色','無序列表','標題4','標題3','刪除欄','任務列表','框線粗細','普通文本','插入標題列','在左側插入\x20{count}\x20欄','在下方插入\x20{count}\x20列','4019904OhHYPf','升冪排序','標題1','10719CpYZUJ','平均分布列','文字背景色','14691ZVCfuk','設定欄類型','重置顏色','選取表格','右框線','核取方塊','無框線','文字顏色'];_0x2e4b=function(){return _0x3e493d;};return _0x2e4b();}const _0x4880a4=_0x117e;(function(_0x202133,_0x2c719b){const _0x11c503=_0x117e,_0x4f50e2=_0x202133();while(!![]){try{const _0x5e06a1=parseInt(_0x11c503(0x12d))/0x1+parseInt(_0x11c503(0x118))/0x2*(-parseInt(_0x11c503(0x110))/0x3)+parseInt(_0x11c503(0x128))/0x4+parseInt(_0x11c503(0x12c))/0x5+parseInt(_0x11c503(0x11c))/0x6+parseInt(_0x11c503(0x10a))/0x7+parseInt(_0x11c503(0x122))/0x8*(-parseInt(_0x11c503(0x10d))/0x9);if(_0x5e06a1===_0x2c719b)break;else _0x4f50e2['push'](_0x4f50e2['shift']());}catch(_0x23b43b){_0x4f50e2['push'](_0x4f50e2['shift']());}}}(_0x2e4b,0x81d27));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x4880a4(0x117)},'fillColor':{'main':_0x4880a4(0x137)},'textBackgroundColor':{'main':_0x4880a4(0x10f)},'resetColor':_0x4880a4(0x112),'textStyle':{'tooltip':_0x4880a4(0x129),'normal':_0x4880a4(0x13e),'heading1':_0x4880a4(0x10c),'heading2':_0x4880a4(0x12f),'heading3':_0x4880a4(0x13a),'heading4':_0x4880a4(0x139),'heading5':_0x4880a4(0x11b),'orderedList':_0x4880a4(0x131),'unorderedList':_0x4880a4(0x138),'checklist':_0x4880a4(0x13c)}},'table':{'main':'表格','insert':'插入','delete':_0x4880a4(0x11a)},'insertTable':'插入表格','insert':'插入','insertTableSize':'插入表格尺寸','customTableSize':_0x4880a4(0x119),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':_0x4880a4(0x120),'insertRowBelow':_0x4880a4(0x11f),'insertRowsAbove':_0x4880a4(0x11d),'insertRowsBelow':_0x4880a4(0x109),'insertRow':_0x4880a4(0x136),'insertColumnLeft':'在左側插入欄','insertColumnRight':_0x4880a4(0x132),'insertColumnsLeft':_0x4880a4(0x108),'insertColumnsRight':_0x4880a4(0x11e),'insertColumn':'插入欄','clearContent':'清除文字內容','delete':'刪除','deleteRow':_0x4880a4(0x134),'deleteRows':'刪除\x20{count}\x20列','deleteColumn':_0x4880a4(0x13b),'deleteColumns':'刪除\x20{count}\x20欄','deleteTable':'刪除表格','mergeCells':_0x4880a4(0x123),'unmergeCells':'取消合併儲存格','insertTitleRow':_0x4880a4(0x107),'pinHeaderRows':'固定表頭到此列','selectColumn':'選取欄','selectRow':'選取列','selectTable':_0x4880a4(0x113),'sortTable':'排序表格','sortAscending':_0x4880a4(0x10b),'sortDescending':_0x4880a4(0x121),'distribute':_0x4880a4(0x130),'distributeRows':_0x4880a4(0x10e),'distributeColumns':_0x4880a4(0x126),'borders':'框線','borderAll':_0x4880a4(0x12e),'borderBottom':'下框線','borderInner':'內部框線','borderInnerHorizontal':'內部水平框線','borderInnerVertical':'內部垂直框線','borderLeft':_0x4880a4(0x12b),'borderOuter':_0x4880a4(0x135),'borderNone':_0x4880a4(0x116),'borderRight':_0x4880a4(0x114),'borderTop':_0x4880a4(0x124),'tableBackgroundColor':'表格背景色','borderColor':'框線色彩','borderWidth':_0x4880a4(0x13d),'borderStyle':'框線樣式','borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0x4880a4(0x127),'verticalAlignTop':'頂端對齊','verticalAlignMiddle':'垂直置中','verticalAlignBottom':_0x4880a4(0x12a),'columnType':_0x4880a4(0x111),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x4880a4(0x115),'columnTypeDropdown':_0x4880a4(0x125),'tableOptions':'表格選項'}};function _0x117e(_0x3949c2,_0x180c69){_0x3949c2=_0x3949c2-0x107;const _0x2e4b73=_0x2e4b();let _0x117e5a=_0x2e4b73[_0x3949c2];return _0x117e5a;}module[_0x4880a4(0x133)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x140483=_0x318f;(function(_0xd5be48,_0x209d79){const _0x28ca18=_0x318f,_0x22762e=_0xd5be48();while(!![]){try{const _0x34d31e=parseInt(_0x28ca18(0x174))/0x1+-parseInt(_0x28ca18(0x191))/0x2+parseInt(_0x28ca18(0x15e))/0x3+parseInt(_0x28ca18(0x16a))/0x4*(parseInt(_0x28ca18(0x160))/0x5)+-parseInt(_0x28ca18(0x15b))/0x6*(-parseInt(_0x28ca18(0x15c))/0x7)+-parseInt(_0x28ca18(0x15d))/0x8+parseInt(_0x28ca18(0x17f))/0x9*(-parseInt(_0x28ca18(0x19a))/0xa);if(_0x34d31e===_0x209d79)break;else _0x22762e['push'](_0x22762e['shift']());}catch(_0x1aefc2){_0x22762e['push'](_0x22762e['shift']());}}}(_0x1927,0x1fb1d));const e={'docs-table-ui':{'toolbar':{'textColor':{'main':_0x140483(0x17d)},'fillColor':{'main':_0x140483(0x15f)},'textBackgroundColor':{'main':_0x140483(0x19c)},'resetColor':_0x140483(0x168),'textStyle':{'tooltip':_0x140483(0x198),'normal':_0x140483(0x182),'heading1':_0x140483(0x184),'heading2':_0x140483(0x197),'heading3':_0x140483(0x164),'heading4':_0x140483(0x180),'heading5':_0x140483(0x193),'orderedList':'有序列表','unorderedList':_0x140483(0x189),'checklist':_0x140483(0x195)}},'table':{'main':'表格','insert':'插入','delete':_0x140483(0x16f)},'insertTable':_0x140483(0x167),'insert':'插入','insertTableSize':_0x140483(0x178),'customTableSize':_0x140483(0x199),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':_0x140483(0x188),'insertRowBelow':_0x140483(0x18a),'insertRowsAbove':'在上方插入\x20{count}\x20列','insertRowsBelow':_0x140483(0x181),'insertRow':_0x140483(0x18b),'insertColumnLeft':_0x140483(0x176),'insertColumnRight':_0x140483(0x163),'insertColumnsLeft':'在左側插入\x20{count}\x20欄','insertColumnsRight':_0x140483(0x17c),'insertColumn':_0x140483(0x18e),'clearContent':'清除文字內容','delete':'刪除','deleteRow':_0x140483(0x166),'deleteRows':_0x140483(0x177),'deleteColumn':_0x140483(0x173),'deleteColumns':_0x140483(0x169),'deleteTable':'刪除表格','mergeCells':'合併儲存格','unmergeCells':_0x140483(0x16d),'insertTitleRow':'插入標題列','pinHeaderRows':_0x140483(0x16e),'selectColumn':_0x140483(0x17a),'selectRow':_0x140483(0x183),'selectTable':_0x140483(0x18f),'sortTable':_0x140483(0x19b),'sortAscending':_0x140483(0x186),'sortDescending':_0x140483(0x18c),'distribute':_0x140483(0x179),'distributeRows':'平均分布列','distributeColumns':_0x140483(0x175),'borders':'框線','borderAll':_0x140483(0x170),'borderBottom':_0x140483(0x161),'borderInner':_0x140483(0x16c),'borderInnerHorizontal':_0x140483(0x165),'borderInnerVertical':_0x140483(0x18d),'borderLeft':_0x140483(0x194),'borderOuter':_0x140483(0x187),'borderNone':_0x140483(0x192),'borderRight':'右框線','borderTop':_0x140483(0x185),'tableBackgroundColor':_0x140483(0x190),'borderColor':'框線色彩','borderWidth':_0x140483(0x17b),'borderStyle':_0x140483(0x162),'borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','textFormat':_0x140483(0x17e),'verticalAlignTop':'頂端對齊','verticalAlignMiddle':'垂直置中','verticalAlignBottom':_0x140483(0x16b),'columnType':'設定欄類型','columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':'核取方塊','columnTypeDropdown':_0x140483(0x172),'tableOptions':_0x140483(0x171)}};function _0x1927(){const _0x18bf49=['在右側插入欄','標題3','內部水平框線','刪除列','插入表格','重置顏色','刪除\x20{count}\x20欄','4nKLNKD','底端對齊','內部框線','取消合併儲存格','固定表頭到此列','刪除表格','所有框線','表格選項','下拉式選單','刪除欄','58648FvdXjq','平均分布欄','在左側插入欄','刪除\x20{count}\x20列','插入表格尺寸','平均分布','選取欄','框線粗細','在右側插入\x20{count}\x20欄','文字顏色','文字格式','20313IKLuCb','標題4','在下方插入\x20{count}\x20列','普通文字','選取列','標題1','上框線','升冪排序','外框線','在上方插入列','無序列表','在下方插入列','插入列','降冪排序','內部垂直框線','插入欄','選取表格','表格背景色','387416gXujzC','無框線','標題5','左框線','任務列表','exports','標題2','文字樣式','自訂尺寸','140scCbTI','排序表格','文字背景色','102sBxOIs','69055pEYAtP','2076552GdxKJd','538842iZwTZU','填滿顏色','1043645QgYzNL','下框線','框線樣式'];_0x1927=function(){return _0x18bf49;};return _0x1927();}function _0x318f(_0x37daef,_0x1676e5){_0x37daef=_0x37daef-0x15b;const _0x1927a5=_0x1927();let _0x318f34=_0x1927a5[_0x37daef];return _0x318f34;}module[_0x140483(0x196)]=e;
|