@univerjs-pro/shape-editor-ui 1.0.0-alpha.0 → 1.0.0-alpha.2

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.
Files changed (91) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +45 -0
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/config/config.d.ts +5 -0
  63. package/lib/types/controllers/components.controller.d.ts +7 -0
  64. package/lib/types/index.d.ts +3 -0
  65. package/lib/types/locale/en-US.d.ts +16 -0
  66. package/lib/types/plugin.d.ts +13 -0
  67. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +0 -4
  68. package/lib/types/views/shape-picker/ShapePickerGrid.d.ts +24 -0
  69. package/lib/types/views/shape-picker/index.d.ts +4 -0
  70. package/lib/types/views/shape-picker/shapes.d.ts +25 -0
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +11 -11
@@ -1 +1 @@
1
- (function(_0x1a36d1,_0x516f76){var _0x5e38ab=_0x4223,_0x5022dd=_0x1a36d1();while(!![]){try{var _0x5f2e7b=parseInt(_0x5e38ab(0x260))/0x1*(-parseInt(_0x5e38ab(0x25e))/0x2)+parseInt(_0x5e38ab(0x261))/0x3*(-parseInt(_0x5e38ab(0x231))/0x4)+-parseInt(_0x5e38ab(0x205))/0x5+parseInt(_0x5e38ab(0x237))/0x6*(parseInt(_0x5e38ab(0x272))/0x7)+parseInt(_0x5e38ab(0x207))/0x8+parseInt(_0x5e38ab(0x22c))/0x9+-parseInt(_0x5e38ab(0x23b))/0xa;if(_0x5f2e7b===_0x516f76)break;else _0x5022dd['push'](_0x5022dd['shift']());}catch(_0x54fa8f){_0x5022dd['push'](_0x5022dd['shift']());}}}(_0x5358,0xf3b38),function(_0xd1589c,_0x70b709){var _0x591e5=_0x4223;typeof exports==_0x591e5(0x21a)&&typeof module<'u'?module['exports']=_0x70b709():typeof define==_0x591e5(0x280)&&define[_0x591e5(0x1f9)]?define([],_0x70b709):(_0xd1589c=typeof globalThis<'u'?globalThis:_0xd1589c||self,_0xd1589c['UniverProShapeEditorUiViVN']=_0x70b709());}(this,function(){var _0x1e1d0a=_0x4223;return{'shape-editor-ui':{'title':'Hình\x20dạng','insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x1e1d0a(0x1e1),'deleteShape':_0x1e1d0a(0x226),'hidePanel':'Ẩn\x20bảng\x20hình\x20dạng','formatShape':_0x1e1d0a(0x250),'shapeStyle':_0x1e1d0a(0x262),'shapePosition':_0x1e1d0a(0x249),'toggleFlipH':_0x1e1d0a(0x287),'toggleFlipV':_0x1e1d0a(0x214),'rotateRight90':_0x1e1d0a(0x2ae),'rotateLeft90':_0x1e1d0a(0x29d),'toggleTextVertical':_0x1e1d0a(0x252),'fill':{'title':_0x1e1d0a(0x29b),'noFill':_0x1e1d0a(0x1fc),'solidFill':_0x1e1d0a(0x251),'gradientFill':'Tô\x20màu\x20gradient','pictureFill':_0x1e1d0a(0x2b2),'patternFill':'Tô\x20bằng\x20mẫu','color':_0x1e1d0a(0x2b1),'transparency':_0x1e1d0a(0x211),'picture':{'source':_0x1e1d0a(0x242),'insert':_0x1e1d0a(0x20b),'tileAsTexture':'Lát\x20ảnh\x20làm\x20kết\x20cấu','offsetX':_0x1e1d0a(0x269),'offsetY':'Bù\x20trừ\x20Y','scaleX':'Tỷ\x20lệ\x20X','scaleY':_0x1e1d0a(0x2cb),'alignment':_0x1e1d0a(0x1de),'rotateWithShape':_0x1e1d0a(0x233),'align':{'tl':_0x1e1d0a(0x25a),'t':'Trên','tr':_0x1e1d0a(0x2c7),'l':_0x1e1d0a(0x297),'ctr':'Giữa','r':_0x1e1d0a(0x2ba),'bl':_0x1e1d0a(0x1fe),'b':_0x1e1d0a(0x27f),'br':'Dưới\x20phải'}}},'line':{'title':_0x1e1d0a(0x222),'noLine':_0x1e1d0a(0x2c8),'solidLine':_0x1e1d0a(0x289),'gradientLine':_0x1e1d0a(0x204),'color':_0x1e1d0a(0x2b1),'transparency':_0x1e1d0a(0x211),'width':_0x1e1d0a(0x230),'cornerRadius':_0x1e1d0a(0x1eb),'dashType':{'title':_0x1e1d0a(0x27d),'solid':_0x1e1d0a(0x2a6),'roundDot':_0x1e1d0a(0x248),'squareDot':'Chấm\x20vuông','dash':'Nét\x20đứt','dashDot':_0x1e1d0a(0x1f5),'longDash':_0x1e1d0a(0x2b3),'longDashDot':_0x1e1d0a(0x220),'longDashDotDot':_0x1e1d0a(0x238)},'capType':{'title':_0x1e1d0a(0x2b8),'flat':'Phẳng','round':'Tròn','square':_0x1e1d0a(0x1dd)},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':_0x1e1d0a(0x1da),'round':_0x1e1d0a(0x1f4),'bevel':_0x1e1d0a(0x1f7)},'beginArrowType':_0x1e1d0a(0x1e9),'beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':_0x1e1d0a(0x266),'endArrowSize':'Kích\x20thước\x20mũi\x20tên\x20cuối','arrowType':{'none':_0x1e1d0a(0x25b),'arrow':'Mũi\x20tên','openArrow':'Mũi\x20tên\x20hở','stealthArrow':_0x1e1d0a(0x225),'diamondArrow':_0x1e1d0a(0x20f),'ovalArrow':'Mũi\x20tên\x20hình\x20bầu\x20dục'},'arrowSize':{'small':_0x1e1d0a(0x2a0),'medium':_0x1e1d0a(0x1ed),'large':'Lớn'},'sketchType':{'title':_0x1e1d0a(0x208),'none':'Không','curved':'Cong','freehand':_0x1e1d0a(0x2a7),'handDrawn':_0x1e1d0a(0x23a)}},'shape':{'group':{'line':_0x1e1d0a(0x1ec),'rectangle':_0x1e1d0a(0x295),'basicShape':_0x1e1d0a(0x276),'blockArrow':_0x1e1d0a(0x26d),'equationShape':_0x1e1d0a(0x212),'flowchart':_0x1e1d0a(0x1e0),'starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0x1e1d0a(0x1f6),'other':_0x1e1d0a(0x25d)},'type':{'line':_0x1e1d0a(0x2b5),'straight-connector1':_0x1e1d0a(0x1fb),'straight-connector2':_0x1e1d0a(0x202),'bent-connector3':_0x1e1d0a(0x24d),'bent-connector3-arrow1':_0x1e1d0a(0x229),'bent-connector3-arrow2':_0x1e1d0a(0x236),'curved-connector3':_0x1e1d0a(0x1f8),'curved-connector3-arrow1':'Đường\x20nối\x20cong\x20có\x20mũi\x20tên','curved-connector3-arrow2':_0x1e1d0a(0x217),'rect':_0x1e1d0a(0x295),'round-rect':_0x1e1d0a(0x203),'snip1-rect':_0x1e1d0a(0x28d),'snip2-same-rect':_0x1e1d0a(0x1dc),'snip2-diag-rect':_0x1e1d0a(0x1ee),'snip-round-rect':_0x1e1d0a(0x26a),'round1-rect':_0x1e1d0a(0x2bf),'round2-same-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x1e1d0a(0x2b7),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x1e1d0a(0x299),'triangle':_0x1e1d0a(0x290),'rt-triangle':_0x1e1d0a(0x296),'parallelogram':_0x1e1d0a(0x263),'trapezoid':_0x1e1d0a(0x1f0),'non-isosceles-trapezoid':_0x1e1d0a(0x2c6),'diamond':_0x1e1d0a(0x285),'pentagon':_0x1e1d0a(0x28c),'hexagon':_0x1e1d0a(0x29c),'heptagon':_0x1e1d0a(0x25f),'octagon':_0x1e1d0a(0x21f),'decagon':_0x1e1d0a(0x213),'dodecagon':'Thập\x20nhị\x20giác','pie':_0x1e1d0a(0x24e),'chord':'Hình\x20cung','teardrop':_0x1e1d0a(0x234),'frame':_0x1e1d0a(0x218),'half-frame':'Khung\x20một\x20nửa','corner':_0x1e1d0a(0x2bb),'diag-stripe':_0x1e1d0a(0x200),'plus':_0x1e1d0a(0x22b),'plaque':_0x1e1d0a(0x2a3),'can':_0x1e1d0a(0x2a5),'cube':_0x1e1d0a(0x267),'bevel':_0x1e1d0a(0x268),'donut':_0x1e1d0a(0x2ab),'no-smoking':_0x1e1d0a(0x275),'block-arc':_0x1e1d0a(0x23e),'folder-corner':'Góc\x20thư\x20mục','smiley-face':_0x1e1d0a(0x271),'heart':_0x1e1d0a(0x293),'lightning-bolt':'Tia\x20sét','sun':'Mặt\x20trời','moon':'Mặt\x20trăng','cloud':'Đám\x20mây','arc':_0x1e1d0a(0x2a1),'bracket-pair':'Cặp\x20ngoặc\x20vuông','brace-pair':'Cặp\x20ngoặc\x20nhọn','left-bracket':_0x1e1d0a(0x1f2),'right-bracket':_0x1e1d0a(0x282),'left-brace':_0x1e1d0a(0x227),'right-brace':_0x1e1d0a(0x1db),'right-arrow':'Mũi\x20tên\x20phải','left-arrow':'Mũi\x20tên\x20trái','up-arrow':_0x1e1d0a(0x2a8),'down-arrow':'Mũi\x20tên\x20xuống','left-right-arrow':_0x1e1d0a(0x2ac),'up-down-arrow':_0x1e1d0a(0x21e),'quad-arrow':_0x1e1d0a(0x2ca),'left-right-up-arrow':_0x1e1d0a(0x21c),'bent-arrow':_0x1e1d0a(0x228),'uturn-arrow':'Mũi\x20tên\x20quay\x20đầu','left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':_0x1e1d0a(0x2aa),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x1e1d0a(0x25c),'curved-up-arrow':_0x1e1d0a(0x2aa),'curved-down-arrow':_0x1e1d0a(0x2a2),'striped-right-arrow':_0x1e1d0a(0x241),'notched-right-arrow':_0x1e1d0a(0x1e3),'home-plate':_0x1e1d0a(0x210),'chevron':_0x1e1d0a(0x1e4),'right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20phải','down-arrow-callout':_0x1e1d0a(0x239),'left-arrow-callout':_0x1e1d0a(0x28e),'up-arrow-callout':_0x1e1d0a(0x1e8),'left-right-arrow-callout':_0x1e1d0a(0x28b),'quad-arrow-callout':_0x1e1d0a(0x2bc),'circular-arrow':'Mũi\x20tên\x20tròn','math-plus':_0x1e1d0a(0x22b),'math-minus':_0x1e1d0a(0x28a),'math-multiply':_0x1e1d0a(0x221),'math-divide':_0x1e1d0a(0x1e6),'math-equal':_0x1e1d0a(0x240),'math-not-equal':_0x1e1d0a(0x2c5),'flow-chart-process':_0x1e1d0a(0x255),'flow-chart-alternate-process':_0x1e1d0a(0x1df),'flow-chart-decision':'Quyết\x20định','flow-chart-input-output':_0x1e1d0a(0x254),'flow-chart-predefined-process':_0x1e1d0a(0x20e),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x1e1d0a(0x1f3),'flow-chart-multidocument':_0x1e1d0a(0x2c0),'flow-chart-terminator':_0x1e1d0a(0x1ff),'flow-chart-preparation':'Chuẩn\x20bị','flow-chart-manual-input':'Nhập\x20thủ\x20công','flow-chart-manual-operation':'Thao\x20tác\x20thủ\x20công','flow-chart-connector':_0x1e1d0a(0x219),'flow-chart-offpage-connector':_0x1e1d0a(0x26c),'flow-chart-punched-card':'Thẻ\x20đục\x20lỗ','flow-chart-punched-tape':_0x1e1d0a(0x253),'flow-chart-summing-junction':_0x1e1d0a(0x26b),'flow-chart-or':_0x1e1d0a(0x29a),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':'Sắp\x20xếp','flow-chart-extract':_0x1e1d0a(0x22a),'flow-chart-merge':_0x1e1d0a(0x270),'flow-chart-online-storage':_0x1e1d0a(0x27c),'flow-chart-delay':_0x1e1d0a(0x235),'flow-chart-magnetic-tape':_0x1e1d0a(0x247),'flow-chart-magnetic-disk':_0x1e1d0a(0x2b6),'flow-chart-magnetic-drum':'Trống\x20từ','flow-chart-display':_0x1e1d0a(0x21d),'irregular-seal1':_0x1e1d0a(0x2c2),'irregular-seal2':_0x1e1d0a(0x283),'star4':_0x1e1d0a(0x281),'star5':_0x1e1d0a(0x23c),'star6':_0x1e1d0a(0x2ad),'star7':_0x1e1d0a(0x286),'star8':_0x1e1d0a(0x2a9),'star10':_0x1e1d0a(0x284),'star12':_0x1e1d0a(0x27b),'star16':_0x1e1d0a(0x23d),'star24':_0x1e1d0a(0x22f),'star32':_0x1e1d0a(0x298),'ribbon2':_0x1e1d0a(0x2c4),'ribbon':_0x1e1d0a(0x1ef),'ellipse-ribbon2':_0x1e1d0a(0x1e2),'ellipse-ribbon':_0x1e1d0a(0x1ea),'vertical-scroll':_0x1e1d0a(0x2c9),'horizontal-scroll':_0x1e1d0a(0x24b),'wave':_0x1e1d0a(0x288),'double-wave':_0x1e1d0a(0x27a),'wedge-rect-callout':_0x1e1d0a(0x27e),'wedge-round-rect-callout':_0x1e1d0a(0x246),'wedge-ellipse-callout':'Chú\x20thích\x20hình\x20elip','cloud-callout':'Chú\x20thích\x20đám\x20mây','border-callout1':_0x1e1d0a(0x279),'border-callout2':_0x1e1d0a(0x256),'border-callout3':_0x1e1d0a(0x21b),'accent-callout1':_0x1e1d0a(0x24a),'accent-callout2':_0x1e1d0a(0x215),'accent-callout3':_0x1e1d0a(0x24c),'callout1':_0x1e1d0a(0x20c),'callout2':_0x1e1d0a(0x232),'callout3':'Chú\x20thích\x203','accent-border-callout1':_0x1e1d0a(0x209),'accent-border-callout2':_0x1e1d0a(0x22d),'accent-border-callout3':_0x1e1d0a(0x294),'left-circular-arrow':_0x1e1d0a(0x29e),'left-right-circular-arrow':_0x1e1d0a(0x2c3),'swoosh-arrow':_0x1e1d0a(0x258),'left-right-ribbon':_0x1e1d0a(0x2b9),'pie-wedge':_0x1e1d0a(0x223),'funnel':_0x1e1d0a(0x224),'gear6':_0x1e1d0a(0x24f),'gear9':_0x1e1d0a(0x2bd),'corner-tabs':_0x1e1d0a(0x28f),'action-button-back-previous':_0x1e1d0a(0x273),'action-button-forward-next':'Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','action-button-beginning':_0x1e1d0a(0x2b4),'action-button-end':_0x1e1d0a(0x292),'action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x1e1d0a(0x29f),'action-button-return':_0x1e1d0a(0x291),'action-button-movie':_0x1e1d0a(0x26f),'action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x1e1d0a(0x23f),'action-button-help':_0x1e1d0a(0x2c1),'action-button-blank':_0x1e1d0a(0x2a4),'chart-plus':_0x1e1d0a(0x259),'chart-star':_0x1e1d0a(0x2be),'chart-x':_0x1e1d0a(0x201),'flow-chart-offline-storage':_0x1e1d0a(0x1fd),'line-inv':'Đường\x20ngược','plaque-tabs':_0x1e1d0a(0x265),'square-tabs':_0x1e1d0a(0x1f1),'up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}},'toolbar':{'expandShapeToolbar':_0x1e1d0a(0x243),'collapseShapeToolbar':_0x1e1d0a(0x1fa),'alignLeft':'Căn\x20trái','alignCenter':_0x1e1d0a(0x2b0),'alignRight':_0x1e1d0a(0x206),'alignJustify':_0x1e1d0a(0x264),'bold':_0x1e1d0a(0x274),'italic':_0x1e1d0a(0x22e),'underline':_0x1e1d0a(0x2af),'strikethrough':_0x1e1d0a(0x20a),'subscript':_0x1e1d0a(0x20d),'superscript':_0x1e1d0a(0x26e),'textColor':'Màu\x20chữ','textBackgroundColor':_0x1e1d0a(0x257),'fillColor':_0x1e1d0a(0x1e7),'resetColor':_0x1e1d0a(0x244)},'align':{'top':_0x1e1d0a(0x1e5),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':'Căn\x20dưới'},'textWrap':{'inline':_0x1e1d0a(0x245),'square':_0x1e1d0a(0x277),'topAndBottom':_0x1e1d0a(0x278),'behindText':_0x1e1d0a(0x216),'inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};}));function _0x4223(_0x2f7dfb,_0x244e50){_0x2f7dfb=_0x2f7dfb-0x1da;var _0x5358a7=_0x5358();var _0x422368=_0x5358a7[_0x2f7dfb];return _0x422368;}function _0x5358(){var _0x283093=['Mũi\x20tên\x20cong\x20trái','Khác','2XKiCLT','Thất\x20giác','355533vUHEQJ','2559WOOCZf','Kiểu\x20hình\x20dạng','Hình\x20bình\x20hành','Căn\x20đều\x20hai\x20bên','Tab\x20biển\x20hiệu','Kiểu\x20mũi\x20tên\x20cuối','Hình\x20lập\x20phương','Hình\x20vát','Bù\x20trừ\x20X','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Điểm\x20nối\x20tổng','Đầu\x20nối\x20khác\x20trang','Mũi\x20tên\x20khối','Superscript','Nút\x20hành\x20động:\x20Phim','Hợp\x20nhất','Mặt\x20cười','14kUFQww','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','In\x20đậm','Biển\x20cấm\x20hút\x20thuốc','Hình\x20cơ\x20bản','Square','Top\x20and\x20Bottom','Chú\x20thích\x20đường\x20kẻ\x201','Sóng\x20đôi','Sao\x2012\x20cánh','Lưu\x20trữ\x20trực\x20tuyến','Kiểu\x20nét\x20đứt','Chú\x20thích\x20hình\x20chữ\x20nhật','Dưới','function','Sao\x204\x20cánh','Ngoặc\x20vuông\x20phải','Hình\x20nổ\x202','Sao\x2010\x20cánh','Hình\x20thoi','Sao\x207\x20cánh','Chuyển\x20đổi\x20lật\x20ngang','Sóng','Đường\x20viền\x20liền','Dấu\x20trừ','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Ngũ\x20giác','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Chú\x20thích\x20mũi\x20tên\x20trái','Tab\x20góc','Tam\x20giác\x20cân','Nút\x20hành\x20động:\x20Trở\x20lại','Nút\x20hành\x20động:\x20Kết\x20thúc','Trái\x20tim','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Hình\x20chữ\x20nhật','Tam\x20giác\x20vuông','Trái','Sao\x2032\x20cánh','Hình\x20elip','Hoặc','Tô\x20màu','Lục\x20giác','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Mũi\x20tên\x20tròn\x20trái','Nút\x20hành\x20động:\x20Thông\x20tin','Nhỏ','Hình\x20cung','Mũi\x20tên\x20cong\x20xuống','Hình\x20biển\x20hiệu','Nút\x20hành\x20động:\x20Trống','Hình\x20trụ','Liền','Vẽ\x20tay','Mũi\x20tên\x20lên','Sao\x208\x20cánh','Mũi\x20tên\x20cong\x20lên','Hình\x20bánh\x20rán','Mũi\x20tên\x20trái\x20phải','Sao\x206\x20cánh','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Gạch\x20chân','Căn\x20giữa','Màu\x20sắc','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Nét\x20đứt\x20dài','Nút\x20hành\x20động:\x20Bắt\x20đầu','Đường\x20thẳng','Đĩa\x20từ','Hộp\x20văn\x20bản\x20ngang','Kiểu\x20đầu\x20mút','Ruy\x20băng\x20trái\x20phải','Phải','Hình\x20chữ\x20L','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Bánh\x20răng\x209','Biểu\x20đồ\x20sao','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Đa\x20tài\x20liệu','Nút\x20hành\x20động:\x20Trợ\x20giúp','Hình\x20nổ\x201','Mũi\x20tên\x20tròn\x20trái\x20phải','Ruy\x20băng\x20lên','Dấu\x20khác','Hình\x20thang\x20không\x20cân','Trên\x20phải','Không\x20có\x20đường\x20viền','Cuộn\x20dọc','Mũi\x20tên\x20bốn\x20chiều','Tỷ\x20lệ\x20Y','Nhọn','Ngoặc\x20nhọn\x20phải','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Vuông','Căn\x20chỉnh','Quy\x20trình\x20thay\x20thế','Lưu\x20đồ','Mở\x20bảng\x20hình\x20dạng','Ruy\x20băng\x20cong\x20lên','Mũi\x20tên\x20khía\x20phải','Hình\x20chữ\x20V','Căn\x20trên','Dấu\x20chia','Màu\x20nền\x20văn\x20bản','Chú\x20thích\x20mũi\x20tên\x20lên','Kiểu\x20mũi\x20tên\x20đầu','Ruy\x20băng\x20cong\x20xuống','Bán\x20kính\x20góc','Đường\x20kẻ','Vừa','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Ruy\x20băng\x20xuống','Hình\x20thang','Tab\x20vuông','Ngoặc\x20vuông\x20trái','Tài\x20liệu','Tròn','Nét\x20đứt\x20chấm','Chú\x20thích','Vát','Đường\x20nối\x20cong','amd','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Mũi\x20tên\x20đường\x20thẳng','Không\x20tô','Lưu\x20trữ\x20ngoại\x20tuyến','Dưới\x20trái','Kết\x20thúc','Sọc\x20chéo','Biểu\x20đồ\x20X','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Hình\x20chữ\x20nhật\x20bo\x20góc','Đường\x20viền\x20gradient','9021975PSDiDp','Căn\x20phải','14611752NlURvQ','Kiểu\x20phác\x20thảo','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Gạch\x20ngang','Chèn...','Chú\x20thích\x201','Subscript','Quy\x20trình\x20xác\x20định\x20trước','Mũi\x20tên\x20kim\x20cương','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Độ\x20trong\x20suốt','Hình\x20công\x20thức','Thập\x20giác','Bật/tắt\x20lật\x20dọc','Chú\x20thích\x20nhấn\x20mạnh\x202','Behind\x20text','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Khung','Đầu\x20nối','object','Chú\x20thích\x20đường\x20kẻ\x203','Mũi\x20tên\x20trái\x20phải\x20lên','Hiển\x20thị','Mũi\x20tên\x20lên\x20xuống','Bát\x20giác','Nét\x20đứt\x20dài\x20chấm','Dấu\x20nhân','Đường\x20viền','Miếng\x20bánh','Phễu','Mũi\x20tên\x20nhọn','Xóa\x20hình\x20dạng','Ngoặc\x20nhọn\x20trái','Mũi\x20tên\x20cong','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Trích\x20xuất','Dấu\x20cộng','7312896iCIayr','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','In\x20nghiêng','Sao\x2024\x20cánh','Độ\x20rộng','92RbKwiE','Chú\x20thích\x202','Xoay\x20cùng\x20hình\x20dạng','Hình\x20giọt\x20nước','Trì\x20hoãn','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','3409326njZlBI','Nét\x20đứt\x20dài\x20hai\x20chấm','Chú\x20thích\x20mũi\x20tên\x20xuống','Vẽ\x20nguệch\x20ngoạc','5977080RXpmiw','Sao\x205\x20cánh','Sao\x2016\x20cánh','Hình\x20cung\x20khối','Nút\x20hành\x20động:\x20Âm\x20thanh','Dấu\x20bằng','Mũi\x20tên\x20sọc\x20phải','Nguồn\x20ảnh','Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','Reset\x20color','In\x20line\x20with\x20text','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Băng\x20từ','Chấm\x20tròn','Vị\x20trí\x20hình\x20dạng','Chú\x20thích\x20nhấn\x20mạnh\x201','Cuộn\x20ngang','Chú\x20thích\x20nhấn\x20mạnh\x203','Đường\x20nối\x20khuỷu','Hình\x20quạt','Bánh\x20răng\x206','Định\x20dạng\x20hình\x20dạng','Tô\x20màu\x20đặc','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Băng\x20đục\x20lỗ','Dữ\x20liệu','Quy\x20trình','Chú\x20thích\x20đường\x20kẻ\x202','Text\x20Background\x20color','Mũi\x20tên\x20lướt','Biểu\x20đồ\x20cộng','Trên\x20trái','Không\x20có'];_0x5358=function(){return _0x283093;};return _0x5358();}
1
+ function _0xbb74(){var _0x516c49=['Dấu\x20cộng','Nhỏ','17ISfpcZ','function','Đường\x20ngược','Chú\x20thích\x201','Khung\x20nổi\x20bật','Cuộn\x20ngang','UniverProShapeEditorUiViVN','Sao\x206\x20cánh','Ruy\x20băng\x20cong\x20lên','Ruy\x20băng\x20lên','Mũi\x20tên\x20trái\x20lên','Định\x20dạng\x20hình\x20dạng','Hình\x20nổ\x202','Tam\x20giác\x20cân','Hình\x20cung\x20khối','Cắt\x20theo\x20hình\x20dạng','Gạch\x20chân','Danh\x20sách\x20có\x20thứ\x20tự','Tô\x20màu\x20đặc','Subscript','In\x20nghiêng','Tia\x20sét','Xóa\x20hình\x20dạng','228291RbcoEa','Sọc\x20chéo','4760775yMbEKL','In\x20đậm','Ngoặc\x20vuông\x20phải','Đa\x20tài\x20liệu','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','object','Tiêu\x20đề\x204','Lục\x20giác','Quy\x20trình\x20xác\x20định\x20trước','Sao\x207\x20cánh','Tô\x20màu\x20gradient','Tam\x20giác\x20vuông','Vẽ\x20nguệch\x20ngoạc','Lưu\x20trữ\x20trực\x20tuyến','Lát\x20ảnh\x20làm\x20kết\x20cấu','Nút\x20hành\x20động:\x20Tài\x20liệu','Tỷ\x20lệ\x20Y','Chú\x20thích\x20đám\x20mây','Nhọn','Hình\x20cung','In\x20line\x20with\x20text','amd','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Miếng\x20bánh','Danh\x20sách\x20công\x20việc','Thẻ\x20đục\x20lỗ','Hình\x20chữ\x20nhật','Kích\x20thước\x20mũi\x20tên\x20cuối','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Sao\x2016\x20cánh','Mặt\x20cười','Liền','Mũi\x20tên','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Trái\x20tim','Nét\x20đứt\x20dài\x20chấm','Mũi\x20tên\x20lên\x20xuống','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Mặt\x20trăng','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Bánh\x20răng\x206','Trống\x20từ','Danh\x20sách\x20không\x20thứ\x20tự','Mũi\x20tên\x20cong\x20trái','Hình\x20thang','Đường\x20viền\x20liền','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Tròn','Mở\x20bảng\x20hình\x20dạng','Mũi\x20tên\x20nhọn','Tỷ\x20lệ\x20X','Hình\x20elip','Tô\x20màu','Behind\x20text','Mũi\x20tên\x20trái\x20phải\x20lên','Mũi\x20tên\x20đường\x20thẳng','Tiêu\x20đề\x202','Chú\x20thích\x20hình\x20elip','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Kết\x20thúc','Dấu\x20bằng','Mũi\x20tên\x20tròn\x20trái\x20phải','Nhập\x20thủ\x20công','Text\x20Background\x20color','Đường\x20nối\x20cong','Trên\x20phải','Hình\x20chữ\x20nhật\x20bo\x20góc','Lưu\x20đồ','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Sao\x20và\x20Biểu\x20ngữ','Phải','Tài\x20liệu','Nét\x20đứt\x20dài\x20hai\x20chấm','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Màu\x20sắc','Mũi\x20tên\x20tròn\x20trái','Bù\x20trừ\x20X','Dấu\x20trừ','Hình\x20lập\x20phương','Ẩn\x20bảng\x20hình\x20dạng','Đám\x20mây','Nút\x20hành\x20động:\x20Trợ\x20giúp','Nút\x20hành\x20động:\x20Trống','Hình\x20công\x20thức','Biểu\x20đồ\x20X','Chuẩn\x20bị','Băng\x20đục\x20lỗ','Vát','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Chấm\x20tròn','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Bát\x20giác','Cong','Không\x20có','Đường\x20kẻ','Hình\x20vát','Hình\x20cơ\x20bản','Dấu\x20khác','Kiểu\x20đầu\x20mút','Ngũ\x20giác','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Ruy\x20băng\x20trái\x20phải','Kiểu\x20hình\x20dạng','Chú\x20thích\x20mũi\x20tên\x20lên','Chú\x20thích\x20đường\x20kẻ\x202','3638364RxxLhM','Hình\x20chữ\x20V','Nút\x20hành\x20động:\x20Trang\x20chủ','Hình\x20thoi','Vị\x20trí\x20hình\x20dạng','Nút\x20hành\x20động:\x20Phim','Bật/tắt\x20lật\x20dọc','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Không\x20có\x20đường\x20viền','Gạch\x20ngang','Chú\x20thích\x20mũi\x20tên\x20xuống','Hợp\x20nhất','Ngoặc\x20nhọn\x20phải','Mũi\x20tên\x20khối','Trên','Tiêu\x20đề\x203','Sao\x2012\x20cánh','Trích\x20dẫn','Kiểu\x20nối\x20góc','Khác','Căn\x20giữa\x20theo\x20chiều\x20dọc','Mũi\x20tên\x20hình\x20bầu\x20dục','Kích\x20thước\x20mũi\x20tên\x20đầu','707001Chahrg','1575092eTctHb','Lưu\x20trữ\x20ngoại\x20tuyến','Chú\x20thích\x20đường\x20kẻ\x201','Đầu\x20nối','Mũi\x20tên\x20xuống','Đường\x20viền','Không\x20tô','Mũi\x20tên\x20trái','Thập\x20giác','Chú\x20thích\x203','Mũi\x20tên\x20cong\x20lên','Mũi\x20tên\x20hở','Top\x20and\x20Bottom','Mũi\x20tên\x20phải','Phẳng','Độ\x20trong\x20suốt','Khung\x20một\x20nửa','Nút\x20hành\x20động:\x20Thông\x20tin','Mũi\x20tên\x20bốn\x20chiều','Dấu\x20chia','105598GhnTNU','Chú\x20thích\x20mũi\x20tên\x20phải','Chèn...','Hộp\x20văn\x20bản\x20ngang','Vuông','Sao\x2010\x20cánh','Không','Chú\x20thích\x20nhấn\x20mạnh\x202','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Nét\x20đứt\x20dài','Square','Biểu\x20đồ\x20cộng','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Thập\x20nhị\x20giác','Căn\x20dưới','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Sóng\x20đôi','Sao\x205\x20cánh','Căn\x20trên','Ngoặc\x20nhọn\x20trái','Góc\x20thư\x20mục','Mũi\x20tên\x20lên','Đường\x20thẳng','Chú\x20thích\x202','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Hình\x20trụ','Thất\x20giác','Trái','Chú\x20thích\x20hình\x20chữ\x20nhật','Mũi\x20tên\x20quay\x20đầu','Đối\x20chiếu','Mũi\x20tên\x20sọc\x20phải','Căn\x20giữa','Kiểu\x20mũi\x20tên\x20đầu','Sóng','Tiêu\x20đề\x205','Hình\x20biển\x20hiệu','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','exports','Superscript','Dưới\x20trái','Hình\x20chữ\x20L','In\x20front\x20of\x20text','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Dấu\x20nhân','Vẽ\x20tay','Hình\x20bình\x20hành','Căn\x20đều\x20hai\x20bên','Thao\x20tác\x20thủ\x20công','Hình\x20dạng','Mũi\x20tên\x20cong\x20phải','Trì\x20hoãn','Căn\x20phải','Tab\x20biển\x20hiệu','Bù\x20trừ\x20Y','Hình\x20bánh\x20rán','Biển\x20cấm\x20hút\x20thuốc','4849864lcXvoP','Quyết\x20định','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Chèn\x20hình\x20dạng','Tab\x20góc','Màu\x20nền\x20văn\x20bản','Kiểu\x20phác\x20thảo','Chú\x20thích\x20nhấn\x20mạnh\x203','Độ\x20rộng','Khung','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Hoặc','Khối\x20mã'];_0xbb74=function(){return _0x516c49;};return _0xbb74();}function _0x29a2(_0x30c80b,_0x551379){_0x30c80b=_0x30c80b-0x8f;var _0xbb74b7=_0xbb74();var _0x29a29c=_0xbb74b7[_0x30c80b];return _0x29a29c;}(function(_0x19885e,_0x12d173){var _0x4b4641=_0x29a2,_0x3064f0=_0x19885e();while(!![]){try{var _0x16156e=-parseInt(_0x4b4641(0xf7))/0x1*(-parseInt(_0x4b4641(0xaf))/0x2)+parseInt(_0x4b4641(0x9a))/0x3+parseInt(_0x4b4641(0x9b))/0x4+-parseInt(_0x4b4641(0x110))/0x5+-parseInt(_0x4b4641(0x17c))/0x6+-parseInt(_0x4b4641(0x10e))/0x7+parseInt(_0x4b4641(0xe8))/0x8;if(_0x16156e===_0x12d173)break;else _0x3064f0['push'](_0x3064f0['shift']());}catch(_0x5cee56){_0x3064f0['push'](_0x3064f0['shift']());}}}(_0xbb74,0x8458e),function(_0x4e4e2d,_0x166b55){var _0x4656a2=_0x29a2;typeof exports==_0x4656a2(0x115)&&typeof module<'u'?module[_0x4656a2(0xd5)]=_0x166b55():typeof define==_0x4656a2(0xf8)&&define[_0x4656a2(0x125)]?define([],_0x166b55):(_0x4e4e2d=typeof globalThis<'u'?globalThis:_0x4e4e2d||self,_0x4e4e2d[_0x4656a2(0xfd)]=_0x166b55());}(this,function(){var _0x4255ec=_0x29a2;return{'shape-editor-ui':{'title':_0x4255ec(0xe0),'insertShape':_0x4255ec(0xeb),'openPanel':_0x4255ec(0x143),'deleteShape':_0x4255ec(0x10d),'hidePanel':_0x4255ec(0x162),'formatShape':_0x4255ec(0x102),'shapeStyle':_0x4255ec(0x179),'shapePosition':_0x4255ec(0x180),'toggleFlipH':'Chuyển\x20đổi\x20lật\x20ngang','toggleFlipV':_0x4255ec(0x182),'rotateRight90':_0x4255ec(0x139),'rotateLeft90':_0x4255ec(0x135),'toggleTextVertical':_0x4255ec(0xb7),'textEditor':{'paragraphType':{'normal':'Văn\x20bản','heading1':'Tiêu\x20đề\x201','heading2':_0x4255ec(0x14b),'heading3':_0x4255ec(0x92),'heading4':_0x4255ec(0x116),'heading5':_0x4255ec(0xd2),'orderedList':_0x4255ec(0x108),'bulletList':_0x4255ec(0x13d),'checkList':_0x4255ec(0x128),'quote':_0x4255ec(0x94),'code':_0x4255ec(0xf4),'callout':_0x4255ec(0xfb)}},'fill':{'title':_0x4255ec(0x147),'noFill':_0x4255ec(0xa1),'solidFill':_0x4255ec(0x109),'gradientFill':_0x4255ec(0x11a),'pictureFill':_0x4255ec(0xbe),'patternFill':'Tô\x20bằng\x20mẫu','color':_0x4255ec(0x15d),'transparency':'Độ\x20trong\x20suốt','picture':{'source':'Nguồn\x20ảnh','insert':_0x4255ec(0xb1),'tileAsTexture':_0x4255ec(0x11e),'offsetX':_0x4255ec(0x15f),'offsetY':_0x4255ec(0xe5),'scaleX':_0x4255ec(0x145),'scaleY':_0x4255ec(0x120),'alignment':'Căn\x20chỉnh','rotateWithShape':'Xoay\x20cùng\x20hình\x20dạng','align':{'tl':'Trên\x20trái','t':_0x4255ec(0x91),'tr':_0x4255ec(0x154),'l':_0x4255ec(0xca),'ctr':'Giữa','r':_0x4255ec(0x159),'bl':_0x4255ec(0xd7),'b':'Dưới','br':'Dưới\x20phải'}}},'line':{'title':_0x4255ec(0xa0),'noLine':_0x4255ec(0x184),'solidLine':_0x4255ec(0x140),'gradientLine':'Đường\x20viền\x20gradient','color':_0x4255ec(0x15d),'transparency':_0x4255ec(0xaa),'width':_0x4255ec(0xf0),'cornerRadius':'Bán\x20kính\x20góc','dashType':{'title':'Kiểu\x20nét\x20đứt','solid':_0x4255ec(0x12f),'roundDot':_0x4255ec(0x16c),'squareDot':'Chấm\x20vuông','dash':'Nét\x20đứt','dashDot':'Nét\x20đứt\x20chấm','longDash':_0x4255ec(0xb8),'longDashDot':_0x4255ec(0x133),'longDashDotDot':_0x4255ec(0x15b)},'capType':{'title':_0x4255ec(0x175),'flat':_0x4255ec(0xa9),'round':_0x4255ec(0x142),'square':_0x4255ec(0xb3)},'joinType':{'title':_0x4255ec(0x95),'miter':_0x4255ec(0x122),'round':'Tròn','bevel':_0x4255ec(0x16a)},'beginArrowType':_0x4255ec(0xd0),'beginArrowSize':_0x4255ec(0x99),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x4255ec(0x12b),'arrowType':{'none':_0x4255ec(0x170),'arrow':_0x4255ec(0x130),'openArrow':_0x4255ec(0xa6),'stealthArrow':_0x4255ec(0x144),'diamondArrow':'Mũi\x20tên\x20kim\x20cương','ovalArrow':_0x4255ec(0x98)},'arrowSize':{'small':_0x4255ec(0xf6),'medium':'Vừa','large':'Lớn'},'sketchType':{'title':_0x4255ec(0xee),'none':_0x4255ec(0xb5),'curved':_0x4255ec(0x16f),'freehand':_0x4255ec(0xdc),'handDrawn':_0x4255ec(0x11c)}},'shape':{'group':{'line':_0x4255ec(0x171),'rectangle':_0x4255ec(0x12a),'basicShape':_0x4255ec(0x173),'blockArrow':_0x4255ec(0x90),'equationShape':_0x4255ec(0x166),'flowchart':_0x4255ec(0x156),'starAndBanner':_0x4255ec(0x158),'callout':'Chú\x20thích','other':_0x4255ec(0x96)},'type':{'line':_0x4255ec(0xc5),'straight-connector1':_0x4255ec(0x14a),'straight-connector2':_0x4255ec(0xea),'bent-connector3':'Đường\x20nối\x20khuỷu','bent-connector3-arrow1':_0x4255ec(0xd4),'bent-connector3-arrow2':_0x4255ec(0x16b),'curved-connector3':_0x4255ec(0x153),'curved-connector3-arrow1':_0x4255ec(0x183),'curved-connector3-arrow2':_0x4255ec(0xf2),'rect':_0x4255ec(0x12a),'round-rect':_0x4255ec(0x155),'snip1-rect':_0x4255ec(0x13a),'snip2-same-rect':_0x4255ec(0x14d),'snip2-diag-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','snip-round-rect':_0x4255ec(0x16d),'round1-rect':_0x4255ec(0x15c),'round2-same-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','round2-diag-rect':_0x4255ec(0x126),'rect-textbox-horizontal':_0x4255ec(0xb2),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x4255ec(0x146),'triangle':_0x4255ec(0x104),'rt-triangle':_0x4255ec(0x11b),'parallelogram':_0x4255ec(0xdd),'trapezoid':_0x4255ec(0x13f),'non-isosceles-trapezoid':'Hình\x20thang\x20không\x20cân','diamond':_0x4255ec(0x17f),'pentagon':_0x4255ec(0x176),'hexagon':_0x4255ec(0x117),'heptagon':_0x4255ec(0xc9),'octagon':_0x4255ec(0x16e),'decagon':_0x4255ec(0xa3),'dodecagon':_0x4255ec(0xbc),'pie':'Hình\x20quạt','chord':_0x4255ec(0x123),'teardrop':'Hình\x20giọt\x20nước','frame':_0x4255ec(0xf1),'half-frame':_0x4255ec(0xab),'corner':_0x4255ec(0xd8),'diag-stripe':_0x4255ec(0x10f),'plus':_0x4255ec(0xf5),'plaque':_0x4255ec(0xd3),'can':_0x4255ec(0xc8),'cube':_0x4255ec(0x161),'bevel':_0x4255ec(0x172),'donut':_0x4255ec(0xe6),'no-smoking':_0x4255ec(0xe7),'block-arc':_0x4255ec(0x105),'folder-corner':_0x4255ec(0xc3),'smiley-face':_0x4255ec(0x12e),'heart':_0x4255ec(0x132),'lightning-bolt':_0x4255ec(0x10c),'sun':'Mặt\x20trời','moon':_0x4255ec(0x138),'cloud':_0x4255ec(0x163),'arc':_0x4255ec(0x123),'bracket-pair':'Cặp\x20ngoặc\x20vuông','brace-pair':'Cặp\x20ngoặc\x20nhọn','left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':_0x4255ec(0x112),'left-brace':_0x4255ec(0xc2),'right-brace':_0x4255ec(0x8f),'right-arrow':_0x4255ec(0xa8),'left-arrow':_0x4255ec(0xa2),'up-arrow':_0x4255ec(0xc4),'down-arrow':_0x4255ec(0x9f),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x4255ec(0x134),'quad-arrow':_0x4255ec(0xad),'left-right-up-arrow':_0x4255ec(0x149),'bent-arrow':'Mũi\x20tên\x20cong','uturn-arrow':_0x4255ec(0xcc),'left-up-arrow':_0x4255ec(0x101),'bent-up-arrow':'Mũi\x20tên\x20cong\x20lên','curved-right-arrow':_0x4255ec(0xe1),'curved-left-arrow':_0x4255ec(0x13e),'curved-up-arrow':_0x4255ec(0xa5),'curved-down-arrow':'Mũi\x20tên\x20cong\x20xuống','striped-right-arrow':_0x4255ec(0xce),'notched-right-arrow':'Mũi\x20tên\x20khía\x20phải','home-plate':_0x4255ec(0x131),'chevron':_0x4255ec(0x17d),'right-arrow-callout':_0x4255ec(0xb0),'down-arrow-callout':_0x4255ec(0x186),'left-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20trái','up-arrow-callout':_0x4255ec(0x17a),'left-right-arrow-callout':_0x4255ec(0xbb),'quad-arrow-callout':_0x4255ec(0xc7),'circular-arrow':'Mũi\x20tên\x20tròn','math-plus':_0x4255ec(0xf5),'math-minus':_0x4255ec(0x160),'math-multiply':_0x4255ec(0xdb),'math-divide':_0x4255ec(0xae),'math-equal':_0x4255ec(0x14f),'math-not-equal':_0x4255ec(0x174),'flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':'Quy\x20trình\x20thay\x20thế','flow-chart-decision':_0x4255ec(0xe9),'flow-chart-input-output':'Dữ\x20liệu','flow-chart-predefined-process':_0x4255ec(0x118),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x4255ec(0x15a),'flow-chart-multidocument':_0x4255ec(0x113),'flow-chart-terminator':_0x4255ec(0x14e),'flow-chart-preparation':_0x4255ec(0x168),'flow-chart-manual-input':_0x4255ec(0x151),'flow-chart-manual-operation':_0x4255ec(0xdf),'flow-chart-connector':_0x4255ec(0x9e),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0x4255ec(0x129),'flow-chart-punched-tape':_0x4255ec(0x169),'flow-chart-summing-junction':'Điểm\x20nối\x20tổng','flow-chart-or':_0x4255ec(0xf3),'flow-chart-collate':_0x4255ec(0xcd),'flow-chart-sort':'Sắp\x20xếp','flow-chart-extract':'Trích\x20xuất','flow-chart-merge':_0x4255ec(0x187),'flow-chart-online-storage':_0x4255ec(0x11d),'flow-chart-delay':_0x4255ec(0xe2),'flow-chart-magnetic-tape':'Băng\x20từ','flow-chart-magnetic-disk':'Đĩa\x20từ','flow-chart-magnetic-drum':_0x4255ec(0x13c),'flow-chart-display':'Hiển\x20thị','irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0x4255ec(0x103),'star4':'Sao\x204\x20cánh','star5':_0x4255ec(0xc0),'star6':_0x4255ec(0xfe),'star7':_0x4255ec(0x119),'star8':'Sao\x208\x20cánh','star10':_0x4255ec(0xb4),'star12':_0x4255ec(0x93),'star16':_0x4255ec(0x12d),'star24':'Sao\x2024\x20cánh','star32':'Sao\x2032\x20cánh','ribbon2':_0x4255ec(0x100),'ribbon':'Ruy\x20băng\x20xuống','ellipse-ribbon2':_0x4255ec(0xff),'ellipse-ribbon':'Ruy\x20băng\x20cong\x20xuống','vertical-scroll':'Cuộn\x20dọc','horizontal-scroll':_0x4255ec(0xfc),'wave':_0x4255ec(0xd1),'double-wave':_0x4255ec(0xbf),'wedge-rect-callout':_0x4255ec(0xcb),'wedge-round-rect-callout':_0x4255ec(0x177),'wedge-ellipse-callout':_0x4255ec(0x14c),'cloud-callout':_0x4255ec(0x121),'border-callout1':_0x4255ec(0x9d),'border-callout2':_0x4255ec(0x17b),'border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':'Chú\x20thích\x20nhấn\x20mạnh\x201','accent-callout2':_0x4255ec(0xb6),'accent-callout3':_0x4255ec(0xef),'callout1':_0x4255ec(0xfa),'callout2':_0x4255ec(0xc6),'callout3':_0x4255ec(0xa4),'accent-border-callout1':_0x4255ec(0x114),'accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0x4255ec(0xda),'left-circular-arrow':_0x4255ec(0x15e),'left-right-circular-arrow':_0x4255ec(0x150),'swoosh-arrow':'Mũi\x20tên\x20lướt','left-right-ribbon':_0x4255ec(0x178),'pie-wedge':_0x4255ec(0x127),'funnel':'Phễu','gear6':_0x4255ec(0x13b),'gear9':'Bánh\x20răng\x209','corner-tabs':_0x4255ec(0xec),'action-button-back-previous':_0x4255ec(0x137),'action-button-forward-next':_0x4255ec(0x12c),'action-button-beginning':'Nút\x20hành\x20động:\x20Bắt\x20đầu','action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':_0x4255ec(0x17e),'action-button-information':_0x4255ec(0xac),'action-button-return':'Nút\x20hành\x20động:\x20Trở\x20lại','action-button-movie':_0x4255ec(0x181),'action-button-document':_0x4255ec(0x11f),'action-button-sound':'Nút\x20hành\x20động:\x20Âm\x20thanh','action-button-help':_0x4255ec(0x164),'action-button-blank':_0x4255ec(0x165),'chart-plus':_0x4255ec(0xba),'chart-star':'Biểu\x20đồ\x20sao','chart-x':_0x4255ec(0x167),'flow-chart-offline-storage':_0x4255ec(0x9c),'line-inv':_0x4255ec(0xf9),'plaque-tabs':_0x4255ec(0xe4),'square-tabs':'Tab\x20vuông','up-down-arrow-callout':_0x4255ec(0x157)}},'toolbar':{'expandShapeToolbar':_0x4255ec(0x136),'collapseShapeToolbar':_0x4255ec(0x141),'alignLeft':'Căn\x20trái','alignCenter':_0x4255ec(0xcf),'alignRight':_0x4255ec(0xe3),'alignJustify':_0x4255ec(0xde),'bold':_0x4255ec(0x111),'italic':_0x4255ec(0x10b),'underline':_0x4255ec(0x107),'strikethrough':_0x4255ec(0x185),'subscript':_0x4255ec(0x10a),'superscript':_0x4255ec(0xd6),'textColor':'Màu\x20chữ','textBackgroundColor':_0x4255ec(0x152),'fillColor':_0x4255ec(0xed),'resetColor':'Reset\x20color'},'align':{'top':_0x4255ec(0xc1),'middle':_0x4255ec(0x97),'bottom':_0x4255ec(0xbd)},'textWrap':{'inline':_0x4255ec(0x124),'square':_0x4255ec(0xb9),'topAndBottom':_0x4255ec(0xa7),'behindText':_0x4255ec(0x148),'inFrontText':_0x4255ec(0xd9)},'crop':{'shape':_0x4255ec(0x106)}}};}));
@@ -1 +1 @@
1
- function _0x2adb(_0x12d45b,_0x35a7bc){_0x12d45b=_0x12d45b-0x15c;var _0x2bb89f=_0x2bb8();var _0x2adb2d=_0x2bb89f[_0x12d45b];return _0x2adb2d;}(function(_0x219e20,_0x4f9975){var _0xa3cb0e=_0x2adb,_0x33fc4d=_0x219e20();while(!![]){try{var _0x331db3=parseInt(_0xa3cb0e(0x17b))/0x1+-parseInt(_0xa3cb0e(0x1e4))/0x2*(-parseInt(_0xa3cb0e(0x211))/0x3)+-parseInt(_0xa3cb0e(0x189))/0x4+parseInt(_0xa3cb0e(0x177))/0x5+parseInt(_0xa3cb0e(0x20f))/0x6+parseInt(_0xa3cb0e(0x175))/0x7*(-parseInt(_0xa3cb0e(0x186))/0x8)+-parseInt(_0xa3cb0e(0x1ba))/0x9*(parseInt(_0xa3cb0e(0x202))/0xa);if(_0x331db3===_0x4f9975)break;else _0x33fc4d['push'](_0x33fc4d['shift']());}catch(_0xe5481c){_0x33fc4d['push'](_0x33fc4d['shift']());}}}(_0x2bb8,0xb657e),function(_0x308167,_0x301ac8){var _0x4050f2=_0x2adb;typeof exports==_0x4050f2(0x188)&&typeof module<'u'?module['exports']=_0x301ac8():typeof define==_0x4050f2(0x1d2)&&define[_0x4050f2(0x1db)]?define([],_0x301ac8):(_0x308167=typeof globalThis<'u'?globalThis:_0x308167||self,_0x308167[_0x4050f2(0x1c3)]=_0x301ac8());}(this,function(){var _0x3177a3=_0x2adb;return{'shape-editor-ui':{'title':'形状','insertShape':_0x3177a3(0x204),'openPanel':_0x3177a3(0x1fe),'deleteShape':_0x3177a3(0x179),'hidePanel':'隐藏形状面板','formatShape':_0x3177a3(0x210),'shapeStyle':_0x3177a3(0x20d),'shapePosition':_0x3177a3(0x194),'toggleFlipH':_0x3177a3(0x1e1),'toggleFlipV':_0x3177a3(0x21d),'rotateRight90':_0x3177a3(0x1f3),'rotateLeft90':_0x3177a3(0x1fb),'toggleTextVertical':_0x3177a3(0x1ce),'fill':{'title':'填充','noFill':_0x3177a3(0x1ef),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x3177a3(0x1fa),'color':'颜色','transparency':_0x3177a3(0x17a),'picture':{'source':'图片源','insert':_0x3177a3(0x1e2),'tileAsTexture':_0x3177a3(0x167),'offsetX':'偏移量\x20X','offsetY':'偏移量\x20Y','scaleX':_0x3177a3(0x207),'scaleY':_0x3177a3(0x172),'alignment':_0x3177a3(0x180),'rotateWithShape':_0x3177a3(0x1d7),'align':{'tl':_0x3177a3(0x1a5),'t':_0x3177a3(0x1c9),'tr':_0x3177a3(0x21e),'l':'左对齐','ctr':_0x3177a3(0x214),'r':_0x3177a3(0x20e),'bl':'左下对齐','b':'底部对齐','br':_0x3177a3(0x16b)}}},'line':{'title':'线条','noLine':_0x3177a3(0x165),'solidLine':'实线','gradientLine':_0x3177a3(0x1c7),'color':'颜色','transparency':_0x3177a3(0x17a),'width':'宽度','cornerRadius':_0x3177a3(0x1ed),'dashType':{'title':_0x3177a3(0x161),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x3177a3(0x1a4),'dashDot':_0x3177a3(0x1d1),'longDash':_0x3177a3(0x164),'longDashDot':_0x3177a3(0x1bc),'longDashDotDot':_0x3177a3(0x1c1)},'capType':{'title':_0x3177a3(0x17c),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x3177a3(0x1de),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':_0x3177a3(0x1f0),'endArrowType':_0x3177a3(0x191),'endArrowSize':_0x3177a3(0x199),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x3177a3(0x18d),'stealthArrow':'隐形箭头','diamondArrow':_0x3177a3(0x181),'ovalArrow':_0x3177a3(0x17e)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x3177a3(0x17d),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':'基本形状','blockArrow':'箭头总汇','equationShape':_0x3177a3(0x1e3),'flowchart':_0x3177a3(0x1b3),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x3177a3(0x1b5),'straight-connector2':_0x3177a3(0x1ca),'bent-connector3':'折线','bent-connector3-arrow1':_0x3177a3(0x1e8),'bent-connector3-arrow2':_0x3177a3(0x21f),'curved-connector3':'曲线','curved-connector3-arrow1':_0x3177a3(0x1e0),'curved-connector3-arrow2':_0x3177a3(0x1b0),'rect':'矩形','round-rect':_0x3177a3(0x201),'snip1-rect':_0x3177a3(0x19a),'snip2-same-rect':_0x3177a3(0x184),'snip2-diag-rect':_0x3177a3(0x1b6),'snip-round-rect':'矩形:一个圆顶角,剪去另一个顶角','round1-rect':'矩形:单圆角','round2-same-rect':_0x3177a3(0x1c0),'round2-diag-rect':_0x3177a3(0x217),'rect-textbox-horizontal':_0x3177a3(0x1aa),'rect-textbox-vertical':'纵向文本框','ellipse':'椭圆','triangle':_0x3177a3(0x1a8),'rt-triangle':'直角三角形','parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五边形','hexagon':_0x3177a3(0x20a),'heptagon':_0x3177a3(0x1bd),'octagon':_0x3177a3(0x1ee),'decagon':_0x3177a3(0x1b2),'dodecagon':'十二边形','pie':_0x3177a3(0x1dd),'chord':'弦形','teardrop':'泪滴形','frame':_0x3177a3(0x1e5),'half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x3177a3(0x1a1),'plaque':_0x3177a3(0x1da),'can':'圆柱形','cube':_0x3177a3(0x19c),'bevel':_0x3177a3(0x1f1),'donut':'圆:空心','no-smoking':'禁止符','block-arc':'空心弧','folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x3177a3(0x1c6),'sun':_0x3177a3(0x1c8),'moon':_0x3177a3(0x209),'cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':_0x3177a3(0x218),'left-bracket':_0x3177a3(0x216),'right-bracket':_0x3177a3(0x1af),'left-brace':'左大括号','right-brace':_0x3177a3(0x21a),'right-arrow':_0x3177a3(0x1a6),'left-arrow':_0x3177a3(0x183),'up-arrow':_0x3177a3(0x215),'down-arrow':_0x3177a3(0x173),'left-right-arrow':'箭头:左右','up-down-arrow':_0x3177a3(0x193),'quad-arrow':_0x3177a3(0x182),'left-right-up-arrow':_0x3177a3(0x1d5),'bent-arrow':'箭头:圆角右','uturn-arrow':_0x3177a3(0x213),'left-up-arrow':_0x3177a3(0x162),'bent-up-arrow':_0x3177a3(0x176),'curved-right-arrow':_0x3177a3(0x190),'curved-left-arrow':_0x3177a3(0x1df),'curved-up-arrow':_0x3177a3(0x1d3),'curved-down-arrow':_0x3177a3(0x195),'striped-right-arrow':_0x3177a3(0x15f),'notched-right-arrow':'箭头:燕尾形','home-plate':_0x3177a3(0x1c4),'chevron':_0x3177a3(0x171),'right-arrow-callout':_0x3177a3(0x1f5),'down-arrow-callout':_0x3177a3(0x1a9),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x3177a3(0x185),'left-right-arrow-callout':_0x3177a3(0x1cc),'quad-arrow-callout':_0x3177a3(0x1a7),'circular-arrow':'箭头:环形','math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x3177a3(0x1ea),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x3177a3(0x1e6),'flow-chart-predefined-process':_0x3177a3(0x1fc),'flow-chart-internal-storage':_0x3177a3(0x16a),'flow-chart-document':'流程图:文档','flow-chart-multidocument':'流程图:多文档','flow-chart-terminator':_0x3177a3(0x1ac),'flow-chart-preparation':_0x3177a3(0x1f2),'flow-chart-manual-input':'流程图:手动输入','flow-chart-manual-operation':_0x3177a3(0x1eb),'flow-chart-connector':_0x3177a3(0x1f8),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x3177a3(0x1a2),'flow-chart-punched-tape':_0x3177a3(0x19f),'flow-chart-summing-junction':_0x3177a3(0x18f),'flow-chart-or':'流程图:或者','flow-chart-collate':_0x3177a3(0x1ff),'flow-chart-sort':'流程图:排序','flow-chart-extract':_0x3177a3(0x15d),'flow-chart-merge':_0x3177a3(0x16f),'flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x3177a3(0x1f6),'flow-chart-magnetic-tape':_0x3177a3(0x1b1),'flow-chart-magnetic-disk':_0x3177a3(0x1fd),'flow-chart-magnetic-drum':_0x3177a3(0x21b),'flow-chart-display':_0x3177a3(0x1ec),'irregular-seal1':_0x3177a3(0x18e),'irregular-seal2':_0x3177a3(0x163),'star4':'星形:四角','star5':_0x3177a3(0x198),'star6':'星形:六角','star7':'星形:七角','star8':_0x3177a3(0x192),'star10':_0x3177a3(0x20b),'star12':'星形:十二角','star16':_0x3177a3(0x16d),'star24':_0x3177a3(0x18a),'star32':_0x3177a3(0x168),'ribbon2':_0x3177a3(0x1d4),'ribbon':_0x3177a3(0x21c),'ellipse-ribbon2':_0x3177a3(0x196),'ellipse-ribbon':_0x3177a3(0x15c),'vertical-scroll':_0x3177a3(0x19e),'horizontal-scroll':_0x3177a3(0x17f),'wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x3177a3(0x174),'wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':_0x3177a3(0x1f7),'cloud-callout':'气泡:云','border-callout1':_0x3177a3(0x19d),'border-callout2':'标注:弯曲线形','border-callout3':_0x3177a3(0x16e),'accent-callout1':_0x3177a3(0x20c),'accent-callout2':_0x3177a3(0x1ab),'accent-callout3':_0x3177a3(0x1e9),'callout1':_0x3177a3(0x1b4),'callout2':_0x3177a3(0x1e7),'callout3':_0x3177a3(0x1a3),'accent-border-callout1':'标注:线形(带边框和强调线)','accent-border-callout2':_0x3177a3(0x1dc),'accent-border-callout3':_0x3177a3(0x1ae),'left-circular-arrow':_0x3177a3(0x1d6),'left-right-circular-arrow':_0x3177a3(0x169),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x3177a3(0x1f9),'pie-wedge':'饼形楔','funnel':'漏斗','gear6':_0x3177a3(0x166),'gear9':_0x3177a3(0x19b),'corner-tabs':'角标','action-button-back-previous':_0x3177a3(0x1cd),'action-button-forward-next':_0x3177a3(0x200),'action-button-beginning':_0x3177a3(0x15e),'action-button-end':_0x3177a3(0x1d8),'action-button-home':'主页按钮','action-button-information':_0x3177a3(0x1cb),'action-button-return':_0x3177a3(0x1bf),'action-button-movie':_0x3177a3(0x1be),'action-button-document':_0x3177a3(0x219),'action-button-sound':_0x3177a3(0x1ad),'action-button-help':_0x3177a3(0x1f4),'action-button-blank':'空白按钮','chart-plus':_0x3177a3(0x1a0),'chart-star':_0x3177a3(0x212),'chart-x':_0x3177a3(0x1c5),'flow-chart-offline-storage':_0x3177a3(0x1c2),'line-inv':_0x3177a3(0x1b7),'plaque-tabs':_0x3177a3(0x206),'square-tabs':'方形标签','up-down-arrow-callout':_0x3177a3(0x170)}},'toolbar':{'expandShapeToolbar':'展开形状工具栏','collapseShapeToolbar':'收起形状工具栏','alignLeft':'左对齐','alignCenter':_0x3177a3(0x214),'alignRight':_0x3177a3(0x20e),'alignJustify':_0x3177a3(0x205),'bold':'粗体','italic':'斜体','underline':_0x3177a3(0x197),'strikethrough':_0x3177a3(0x1b8),'subscript':_0x3177a3(0x1bb),'superscript':_0x3177a3(0x203),'textColor':_0x3177a3(0x1cf),'textBackgroundColor':_0x3177a3(0x178),'fillColor':_0x3177a3(0x208),'resetColor':_0x3177a3(0x16c)},'align':{'top':_0x3177a3(0x1c9),'middle':'垂直居中','bottom':_0x3177a3(0x1b9)},'textWrap':{'inline':_0x3177a3(0x1d9),'square':_0x3177a3(0x187),'topAndBottom':_0x3177a3(0x1d0),'behindText':_0x3177a3(0x18c),'inFrontText':_0x3177a3(0x18b)},'crop':{'shape':_0x3177a3(0x160)}}};}));function _0x2bb8(){var _0x4c880c=['太阳形','顶部对齐','双箭头直线','信息按钮','标注:左右箭头','返回/上一个按钮','切换文本竖排','文本颜色','上下型','短划线-点','function','箭头:上弧形','带形:上凸','箭头:丁字','左圆形箭头','与形状一起旋转','结束按钮','嵌入型','缺角矩形','amd','标注:弯曲线形(带边框和强调线)','不完整圆','联接类型','箭头:左弧形','曲线:箭头','切换水平翻转','插入...','公式形状','922406SHwYIZ','图文框','流程图:数据','标注:弯曲线形(无边框)','折线:箭头','标注:双弯曲线形(带强调线)','流程图:过程','流程图:手动操作','流程图:显示','拐角半径','八边形','无颜色','起点箭头大小','矩形:棱台','流程图:准备','顺时针90度旋转','帮助按钮','标注:右箭头','流程图:延期','对话气泡:圆形','流程图:接点','左右带形','图案填充','逆时针90度旋转','流程图:预定义过程','流程图:磁盘','打开形状面板','流程图:对照','前进/下一个按钮','圆角矩形','210fTxPvk','Superscript','插入形状','两端对齐','牌匾标签','刻度\x20X','文本背景色','新月形','六边形','星形:十角','标注:线形(带强调线)','形状样式','右对齐','6284082GITkjp','格式化形状','6BYHRIf','图表星号','箭头:手杖形','居中对齐','箭头:上','左中括号','矩形:对角圆角','双大括号','文档按钮','右大括号','流程图:直接访问存储器','带形:前凸','切换垂直翻转','右上对齐','双箭头折线','带形:前凸弯','流程图:摘录','开始按钮','箭头:虚尾','裁剪为形状','短划线类型','箭头:直角双向','爆炸形:14pt','长划线','无线条','6齿齿轮','将图片平铺为纹理','星形:三十二角','左右圆形箭头','流程图:内部贮存','右下对齐','重置颜色','星形:十六角','标注:双弯曲线形','流程图:合并','上下箭头标注','箭头:V型','刻度\x20Y','箭头:下','对话气泡:矩形','1169fPqnzA','箭头:直角上','2105795vNrfRK','文字背景颜色','删除形状','透明度','919125JARDel','端点类型','草绘样式','椭圆箭头','卷形:水平','对齐方式','菱形箭头','箭头:十字','箭头:左','矩形:剪去顶角','标注:上箭头','49496NQrpdS','四周型','object','4545308hbyvpj','星形:二十四角','浮于文字上方','衬于文字下方','开放箭头','爆炸形:8pt','流程图:汇总连接','箭头:右弧形','终点箭头类型','星形:八角','箭头:上下','形状位置','箭头:下弧形','带形:上凸弯','下划线','星形:五角','终点箭头大小','剪去单角矩形','9齿齿轮','立方体','标注:线形','卷形:垂直','流程图:资料带','图表加号','十字形','流程图:卡片','标注:双弯曲线形(无边框)','短划线','左上对齐','箭头:右','标注:十字箭头','等腰三角形','标注:下箭头','横向文本框','标注:弯曲线形(带强调线)','流程图:终止','声音按钮','标注:双弯曲线形(带边框和强调线)','右中括号','双箭头曲线','流程图:顺序访问存储器','十边形','流程图','标注:线形(无边框)','直线箭头','矩形:剪去对角','线反向','删除线','底部对齐','168687RrGFEQ','Subscript','长划线-点','七边形','电影按钮','返回按钮','矩形:圆顶角','长划线-点-点','流程图:离线存储','UniverProShapeEditorUiZhCN','五边形','图表X','闪电形','渐变线'];_0x2bb8=function(){return _0x4c880c;};return _0x2bb8();}
1
+ function _0xaa92(){var _0x244dcd=['居中对齐','流程图:过程','终点箭头类型','双箭头曲线','不完整圆','新月形','气泡:云','双括号','删除线','9齿齿轮','左对齐','无序列表','箭头:手杖形','开放箭头','终点箭头大小','矩形:棱台','长划线-点-点','长划线','箭头:直角双向','浮于文字上方','太阳形','532296ANTAQq','箭头:环形','不等号','拐角半径','平行四边形','标注:弯曲线形(无边框)','双大括号','箭头:左','标注:弯曲线形','363143KHTVmu','图片源','任务列表','底部对齐','箭头总汇','纵向文本框','圆角矩形','星形:七角','流程图:预定义过程','流程图:或者','左中括号','矩形:对角圆角','矩形:剪去对角','文字背景颜色','折线:箭头','矩形:一个圆顶角,剪去另一个顶角','7406048cWYXVz','星形:十六角','偏移量\x20X','流程图:汇总连接','流程图:卡片','菱形箭头','空白按钮','右大括号','插入形状','卷形:水平','直线箭头','右上对齐','9725NaFTzI','草绘样式','标注:双弯曲线形(无边框)','圆:空心','上下箭头标注','6齿齿轮','矩形:剪去顶角','箭头:燕尾形','星形:八角','卷形:垂直','对话气泡:矩形','隐藏形状面板','箭头:下','隐形箭头','箭头:圆角右','流程图:磁盘','流程图:对照','切换垂直翻转','六边形','十二边形','Superscript','八边形','流程图:排序','十边形','牌匾标签','星形:六角','星形:十二角','标注:右箭头','返回/上一个按钮','箭头:虚尾','双箭头直线','箭头:下弧形','流程图:手动操作','标注:下箭头','箭头:V型','七边形','立方体','标注:双弯曲线形(带边框和强调线)','文本颜色','横向文本框','1269768zvkcQq','结束按钮','垂直居中','310IOJWhf','object','剪去单角矩形','弯曲箭头','直角三角形','标注:线形(带强调线)','短划线类型','切换水平翻转','矩形:折角','箭头:十字','文本背景色','标题1','exports','将图片平铺为纹理','右下对齐','格式化形状','左右圆形箭头','图表加号','流程图:手动输入','标注:双弯曲线形','标注:线形(带边框和强调线)','五边形','标题5','星形:五角','图表星号','标注:十字箭头','形状位置','上下型','删除形状','813094lHYeAF','非等腰梯形','帮助按钮','禁止符','主页按钮','刻度\x20Y','箭头:上','标注:双弯曲线形(带强调线)','双波形','流程图:显示','amd','6sKvKkN','顶部对齐','收起形状工具栏','公式形状','下划线','短划线-点','带形:前凸','十字形','缺角矩形','1884xUjYLO','箭头:右','流程图:准备','箭头:上弧形','矩形:单圆角','星形:二十四角','信息按钮','流程图:顺序访问存储器','偏移量\x20Y','箭头:丁字','流程图:接点','展开形状工具栏','箭头:直角上','流程图','图表X','前进/下一个按钮','标注:上箭头','泪滴形','流程图:直接访问存储器','7EHCimK','箭头:左弧形','端点类型','图案填充','四周型','左右带形','打开形状面板','透明度','4586508AGeQfG','带形:前凸弯','左上对齐','代码块','文档按钮','带形:上凸','标注:线形(无边框)','基本形状','闪电形','逆时针90度旋转','标题4','流程图:终止','椭圆箭头','声音按钮','与形状一起旋转','标注:弯曲线形(带边框和强调线)','空心弧','标注:左箭头','星形:十角','对话气泡:圆角矩形','切换文本竖排','爆炸形:8pt','饼形楔','流程图:多文档'];_0xaa92=function(){return _0x244dcd;};return _0xaa92();}function _0x1f61(_0x307c6a,_0x391d1e){_0x307c6a=_0x307c6a-0xca;var _0xaa92b5=_0xaa92();var _0x1f61d3=_0xaa92b5[_0x307c6a];return _0x1f61d3;}(function(_0xe3cb33,_0x36f11b){var _0x371388=_0x1f61,_0x4bd324=_0xe3cb33();while(!![]){try{var _0x5be0d5=parseInt(_0x371388(0x139))/0x1+parseInt(_0x371388(0x159))/0x2*(parseInt(_0x371388(0x164))/0x3)+parseInt(_0x371388(0x16d))/0x4*(-parseInt(_0x371388(0x111))/0x5)+-parseInt(_0x371388(0xec))/0x6*(parseInt(_0x371388(0x180))/0x7)+-parseInt(_0x371388(0x105))/0x8+-parseInt(_0x371388(0x188))/0x9+parseInt(_0x371388(0x13c))/0xa*(parseInt(_0x371388(0xf5))/0xb);if(_0x5be0d5===_0x36f11b)break;else _0x4bd324['push'](_0x4bd324['shift']());}catch(_0x5ed17c){_0x4bd324['push'](_0x4bd324['shift']());}}}(_0xaa92,0xa29e6),function(_0x22a98f,_0x550ca2){var _0x48e1e5=_0x1f61;typeof exports==_0x48e1e5(0x13d)&&typeof module<'u'?module[_0x48e1e5(0x148)]=_0x550ca2():typeof define=='function'&&define[_0x48e1e5(0x163)]?define([],_0x550ca2):(_0x22a98f=typeof globalThis<'u'?globalThis:_0x22a98f||self,_0x22a98f['UniverProShapeEditorUiZhCN']=_0x550ca2());}(this,function(){var _0x345f49=_0x1f61;return{'shape-editor-ui':{'title':'形状','insertShape':_0x345f49(0x10d),'openPanel':_0x345f49(0x186),'deleteShape':_0x345f49(0x158),'hidePanel':_0x345f49(0x11c),'formatShape':_0x345f49(0x14b),'shapeStyle':'形状样式','shapePosition':_0x345f49(0x156),'toggleFlipH':_0x345f49(0x143),'toggleFlipV':_0x345f49(0x122),'rotateRight90':'顺时针90度旋转','rotateLeft90':_0x345f49(0x191),'toggleTextVertical':_0x345f49(0xd3),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x345f49(0x147),'heading2':'标题2','heading3':'标题3','heading4':_0x345f49(0x192),'heading5':_0x345f49(0x152),'orderedList':'有序列表','bulletList':_0x345f49(0xe2),'checkList':_0x345f49(0xf7),'quote':'引用','code':_0x345f49(0x18b),'callout':'高亮框'}},'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x345f49(0x183),'color':'颜色','transparency':'透明度','picture':{'source':_0x345f49(0xf6),'insert':'插入...','tileAsTexture':_0x345f49(0x149),'offsetX':_0x345f49(0x107),'offsetY':_0x345f49(0x175),'scaleX':'刻度\x20X','scaleY':_0x345f49(0x15e),'alignment':'对齐方式','rotateWithShape':_0x345f49(0xcd),'align':{'tl':_0x345f49(0x18a),'t':_0x345f49(0x165),'tr':_0x345f49(0x110),'l':'左对齐','ctr':_0x345f49(0xd7),'r':'右对齐','bl':'左下对齐','b':_0x345f49(0xf8),'br':_0x345f49(0x14a)}}},'line':{'title':'线条','noLine':'无线条','solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x345f49(0x187),'width':'宽度','cornerRadius':_0x345f49(0xef),'dashType':{'title':_0x345f49(0x142),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':_0x345f49(0x169),'longDash':_0x345f49(0xe8),'longDashDot':'长划线-点','longDashDotDot':_0x345f49(0xe7)},'capType':{'title':_0x345f49(0x182),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':'联接类型','miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':'起点箭头大小','endArrowType':_0x345f49(0xd9),'endArrowSize':_0x345f49(0xe5),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x345f49(0xe4),'stealthArrow':_0x345f49(0x11e),'diamondArrow':_0x345f49(0x10a),'ovalArrow':_0x345f49(0xcb)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x345f49(0x112),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x345f49(0x18f),'blockArrow':_0x345f49(0xf9),'equationShape':_0x345f49(0x167),'flowchart':_0x345f49(0x17a),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x345f49(0x10f),'straight-connector2':_0x345f49(0x12f),'bent-connector3':'折线','bent-connector3-arrow1':_0x345f49(0x103),'bent-connector3-arrow2':'双箭头折线','curved-connector3':'曲线','curved-connector3-arrow1':'曲线:箭头','curved-connector3-arrow2':_0x345f49(0xda),'rect':'矩形','round-rect':_0x345f49(0xfb),'snip1-rect':_0x345f49(0x13e),'snip2-same-rect':_0x345f49(0x117),'snip2-diag-rect':_0x345f49(0x101),'snip-round-rect':_0x345f49(0x104),'round1-rect':_0x345f49(0x171),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x345f49(0x100),'rect-textbox-horizontal':_0x345f49(0x138),'rect-textbox-vertical':_0x345f49(0xfa),'ellipse':'椭圆','triangle':'等腰三角形','rt-triangle':_0x345f49(0x140),'parallelogram':_0x345f49(0xf0),'trapezoid':'梯形','non-isosceles-trapezoid':_0x345f49(0x15a),'diamond':'菱形','pentagon':_0x345f49(0x151),'hexagon':_0x345f49(0x123),'heptagon':_0x345f49(0x134),'octagon':_0x345f49(0x126),'decagon':_0x345f49(0x128),'dodecagon':_0x345f49(0x124),'pie':_0x345f49(0xdb),'chord':'弦形','teardrop':_0x345f49(0x17e),'frame':'图文框','half-frame':'半闭框','corner':'L形','diag-stripe':'斜纹','plus':_0x345f49(0x16b),'plaque':_0x345f49(0x16c),'can':'圆柱形','cube':_0x345f49(0x135),'bevel':_0x345f49(0xe6),'donut':_0x345f49(0x114),'no-smoking':_0x345f49(0x15c),'block-arc':_0x345f49(0xcf),'folder-corner':_0x345f49(0x144),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x345f49(0x190),'sun':_0x345f49(0xeb),'moon':_0x345f49(0xdc),'cloud':'云形','arc':'弧形','bracket-pair':_0x345f49(0xde),'brace-pair':_0x345f49(0xf2),'left-bracket':_0x345f49(0xff),'right-bracket':'右中括号','left-brace':'左大括号','right-brace':_0x345f49(0x10c),'right-arrow':_0x345f49(0x16e),'left-arrow':_0x345f49(0xf3),'up-arrow':_0x345f49(0x15f),'down-arrow':_0x345f49(0x11d),'left-right-arrow':'箭头:左右','up-down-arrow':'箭头:上下','quad-arrow':_0x345f49(0x145),'left-right-up-arrow':_0x345f49(0x176),'bent-arrow':_0x345f49(0x11f),'uturn-arrow':_0x345f49(0xe3),'left-up-arrow':_0x345f49(0xe9),'bent-up-arrow':_0x345f49(0x179),'curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x345f49(0x181),'curved-up-arrow':_0x345f49(0x170),'curved-down-arrow':_0x345f49(0x130),'striped-right-arrow':_0x345f49(0x12e),'notched-right-arrow':_0x345f49(0x118),'home-plate':_0x345f49(0x151),'chevron':_0x345f49(0x133),'right-arrow-callout':_0x345f49(0x12c),'down-arrow-callout':_0x345f49(0x132),'left-arrow-callout':_0x345f49(0xd0),'up-arrow-callout':_0x345f49(0x17d),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':_0x345f49(0x155),'circular-arrow':_0x345f49(0xed),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x345f49(0xee),'flow-chart-process':_0x345f49(0xd8),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':'流程图:决策','flow-chart-input-output':'流程图:数据','flow-chart-predefined-process':_0x345f49(0xfd),'flow-chart-internal-storage':'流程图:内部贮存','flow-chart-document':'流程图:文档','flow-chart-multidocument':_0x345f49(0xd6),'flow-chart-terminator':_0x345f49(0xca),'flow-chart-preparation':_0x345f49(0x16f),'flow-chart-manual-input':_0x345f49(0x14e),'flow-chart-manual-operation':_0x345f49(0x131),'flow-chart-connector':_0x345f49(0x177),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x345f49(0x109),'flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':_0x345f49(0x108),'flow-chart-or':_0x345f49(0xfe),'flow-chart-collate':_0x345f49(0x121),'flow-chart-sort':_0x345f49(0x127),'flow-chart-extract':'流程图:摘录','flow-chart-merge':'流程图:合并','flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':'流程图:延期','flow-chart-magnetic-tape':_0x345f49(0x174),'flow-chart-magnetic-disk':_0x345f49(0x120),'flow-chart-magnetic-drum':_0x345f49(0x17f),'flow-chart-display':_0x345f49(0x162),'irregular-seal1':_0x345f49(0xd4),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':_0x345f49(0x153),'star6':_0x345f49(0x12a),'star7':_0x345f49(0xfc),'star8':_0x345f49(0x119),'star10':_0x345f49(0xd1),'star12':_0x345f49(0x12b),'star16':_0x345f49(0x106),'star24':_0x345f49(0x172),'star32':'星形:三十二角','ribbon2':_0x345f49(0x18d),'ribbon':_0x345f49(0x16a),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x345f49(0x189),'vertical-scroll':_0x345f49(0x11a),'horizontal-scroll':_0x345f49(0x10e),'wave':'波形','double-wave':_0x345f49(0x161),'wedge-rect-callout':_0x345f49(0x11b),'wedge-round-rect-callout':_0x345f49(0xd2),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x345f49(0xdd),'border-callout1':'标注:线形','border-callout2':_0x345f49(0xf4),'border-callout3':_0x345f49(0x14f),'accent-callout1':_0x345f49(0x141),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x345f49(0x160),'callout1':_0x345f49(0x18e),'callout2':_0x345f49(0xf1),'callout3':_0x345f49(0x113),'accent-border-callout1':_0x345f49(0x150),'accent-border-callout2':_0x345f49(0xce),'accent-border-callout3':_0x345f49(0x136),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x345f49(0x14c),'swoosh-arrow':_0x345f49(0x13f),'left-right-ribbon':_0x345f49(0x185),'pie-wedge':_0x345f49(0xd5),'funnel':'漏斗','gear6':_0x345f49(0x116),'gear9':_0x345f49(0xe0),'corner-tabs':'角标','action-button-back-previous':_0x345f49(0x12d),'action-button-forward-next':_0x345f49(0x17c),'action-button-beginning':'开始按钮','action-button-end':_0x345f49(0x13a),'action-button-home':_0x345f49(0x15d),'action-button-information':_0x345f49(0x173),'action-button-return':'返回按钮','action-button-movie':'电影按钮','action-button-document':_0x345f49(0x18c),'action-button-sound':_0x345f49(0xcc),'action-button-help':_0x345f49(0x15b),'action-button-blank':_0x345f49(0x10b),'chart-plus':_0x345f49(0x14d),'chart-star':_0x345f49(0x154),'chart-x':_0x345f49(0x17b),'flow-chart-offline-storage':'流程图:离线存储','line-inv':'线反向','plaque-tabs':_0x345f49(0x129),'square-tabs':'方形标签','up-down-arrow-callout':_0x345f49(0x115)}},'toolbar':{'expandShapeToolbar':_0x345f49(0x178),'collapseShapeToolbar':_0x345f49(0x166),'alignLeft':_0x345f49(0xe1),'alignCenter':'居中对齐','alignRight':'右对齐','alignJustify':'两端对齐','bold':'粗体','italic':'斜体','underline':_0x345f49(0x168),'strikethrough':_0x345f49(0xdf),'subscript':'Subscript','superscript':_0x345f49(0x125),'textColor':_0x345f49(0x137),'textBackgroundColor':_0x345f49(0x102),'fillColor':_0x345f49(0x146),'resetColor':'重置颜色'},'align':{'top':_0x345f49(0x165),'middle':_0x345f49(0x13b),'bottom':_0x345f49(0xf8)},'textWrap':{'inline':'嵌入型','square':_0x345f49(0x184),'topAndBottom':_0x345f49(0x157),'behindText':'衬于文字下方','inFrontText':_0x345f49(0xea)},'crop':{'shape':'裁剪为形状'}}};}));
@@ -1 +1 @@
1
- function _0x12c1(_0xc37861,_0x313828){_0xc37861=_0xc37861-0x11b;var _0x4b4d4b=_0x4b4d();var _0x12c1cb=_0x4b4d4b[_0xc37861];return _0x12c1cb;}(function(_0x24a797,_0x3c8c72){var _0x28e7ae=_0x12c1,_0x124c7b=_0x24a797();while(!![]){try{var _0x50373c=-parseInt(_0x28e7ae(0x197))/0x1*(-parseInt(_0x28e7ae(0x1ca))/0x2)+parseInt(_0x28e7ae(0x1a3))/0x3*(-parseInt(_0x28e7ae(0x183))/0x4)+-parseInt(_0x28e7ae(0x1b9))/0x5+parseInt(_0x28e7ae(0x16b))/0x6+parseInt(_0x28e7ae(0x154))/0x7+parseInt(_0x28e7ae(0x171))/0x8+parseInt(_0x28e7ae(0x172))/0x9*(-parseInt(_0x28e7ae(0x174))/0xa);if(_0x50373c===_0x3c8c72)break;else _0x124c7b['push'](_0x124c7b['shift']());}catch(_0x293ad9){_0x124c7b['push'](_0x124c7b['shift']());}}}(_0x4b4d,0x6fac2),function(_0x29283b,_0x5b819e){var _0x12f2c8=_0x12c1;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5b819e():typeof define==_0x12f2c8(0x14c)&&define['amd']?define([],_0x5b819e):(_0x29283b=typeof globalThis<'u'?globalThis:_0x29283b||self,_0x29283b[_0x12f2c8(0x152)]=_0x5b819e());}(this,function(){var _0x22320d=_0x12c1;return{'shape-editor-ui':{'title':'形狀','insertShape':_0x22320d(0x138),'openPanel':'打開形狀面板','deleteShape':'刪除形狀','hidePanel':_0x22320d(0x151),'formatShape':'格式化形狀','shapeStyle':_0x22320d(0x150),'shapePosition':_0x22320d(0x1c1),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x22320d(0x163),'rotateRight90':_0x22320d(0x1c0),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x22320d(0x184),'fill':{'title':'填充','noFill':_0x22320d(0x161),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x22320d(0x18d),'color':'顏色','transparency':_0x22320d(0x1b6),'picture':{'source':_0x22320d(0x15e),'insert':_0x22320d(0x11b),'tileAsTexture':_0x22320d(0x17f),'offsetX':_0x22320d(0x19b),'offsetY':'偏移量\x20Y','scaleX':_0x22320d(0x181),'scaleY':_0x22320d(0x1bb),'alignment':_0x22320d(0x193),'rotateWithShape':_0x22320d(0x194),'align':{'tl':_0x22320d(0x142),'t':_0x22320d(0x11c),'tr':_0x22320d(0x165),'l':'左對齊','ctr':_0x22320d(0x1d2),'r':'右對齊','bl':'左下對齊','b':_0x22320d(0x132),'br':_0x22320d(0x122)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x22320d(0x169),'color':'顏色','transparency':_0x22320d(0x1b6),'width':'寬度','cornerRadius':_0x22320d(0x188),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x22320d(0x145),'longDash':_0x22320d(0x15c),'longDashDot':'長虛線-點','longDashDotDot':_0x22320d(0x162)},'capType':{'title':_0x22320d(0x195),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x22320d(0x19d),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':'起點箭頭大小','endArrowType':_0x22320d(0x1d5),'endArrowSize':_0x22320d(0x14a),'arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':_0x22320d(0x14b),'diamondArrow':_0x22320d(0x1c9),'ovalArrow':_0x22320d(0x1c8)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x22320d(0x137),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x22320d(0x1a2),'blockArrow':_0x22320d(0x146),'equationShape':'公式形狀','flowchart':_0x22320d(0x1a7),'starAndBanner':_0x22320d(0x18b),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x22320d(0x1ba),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x22320d(0x1b4),'bent-connector3-arrow2':_0x22320d(0x168),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x22320d(0x1aa),'rect':'矩形','round-rect':_0x22320d(0x17b),'snip1-rect':_0x22320d(0x18a),'snip2-same-rect':_0x22320d(0x124),'snip2-diag-rect':'矩形:剪去對角','snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':'矩形:單圓角','round2-same-rect':_0x22320d(0x18c),'round2-diag-rect':_0x22320d(0x16a),'rect-textbox-horizontal':_0x22320d(0x11f),'rect-textbox-vertical':_0x22320d(0x131),'ellipse':'橢圓','triangle':_0x22320d(0x123),'rt-triangle':'直角三角形','parallelogram':_0x22320d(0x16d),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x22320d(0x130),'hexagon':_0x22320d(0x143),'heptagon':_0x22320d(0x134),'octagon':_0x22320d(0x1b7),'decagon':_0x22320d(0x16f),'dodecagon':'十二邊形','pie':'不完整圓','chord':'弦形','teardrop':_0x22320d(0x1af),'frame':_0x22320d(0x19f),'half-frame':_0x22320d(0x1ad),'corner':'L形','diag-stripe':'斜紋','plus':_0x22320d(0x129),'plaque':_0x22320d(0x1d4),'can':_0x22320d(0x175),'cube':'立方體','bevel':_0x22320d(0x178),'donut':_0x22320d(0x1cc),'no-smoking':'禁止符','block-arc':_0x22320d(0x164),'folder-corner':_0x22320d(0x11e),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':'太陽形','moon':_0x22320d(0x141),'cloud':'雲形','arc':'弧形','bracket-pair':_0x22320d(0x1bf),'brace-pair':_0x22320d(0x185),'left-bracket':_0x22320d(0x144),'right-bracket':_0x22320d(0x157),'left-brace':_0x22320d(0x13d),'right-brace':_0x22320d(0x1d6),'right-arrow':_0x22320d(0x17a),'left-arrow':'箭頭:左','up-arrow':_0x22320d(0x11d),'down-arrow':_0x22320d(0x1a9),'left-right-arrow':_0x22320d(0x190),'up-down-arrow':_0x22320d(0x15a),'quad-arrow':_0x22320d(0x121),'left-right-up-arrow':_0x22320d(0x16e),'bent-arrow':_0x22320d(0x1b1),'uturn-arrow':_0x22320d(0x179),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x22320d(0x1b0),'curved-right-arrow':_0x22320d(0x133),'curved-left-arrow':_0x22320d(0x198),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x22320d(0x187),'striped-right-arrow':_0x22320d(0x120),'notched-right-arrow':_0x22320d(0x1cf),'home-plate':_0x22320d(0x130),'chevron':_0x22320d(0x1a1),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x22320d(0x1ab),'left-arrow-callout':_0x22320d(0x13f),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x22320d(0x1be),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x22320d(0x1d3),'flow-chart-process':_0x22320d(0x189),'flow-chart-alternate-process':_0x22320d(0x17d),'flow-chart-decision':_0x22320d(0x1bd),'flow-chart-input-output':_0x22320d(0x153),'flow-chart-predefined-process':_0x22320d(0x196),'flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':_0x22320d(0x1b3),'flow-chart-multidocument':_0x22320d(0x1a8),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x22320d(0x1d0),'flow-chart-manual-input':_0x22320d(0x19a),'flow-chart-manual-operation':_0x22320d(0x139),'flow-chart-connector':_0x22320d(0x1c7),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x22320d(0x136),'flow-chart-punched-tape':_0x22320d(0x160),'flow-chart-summing-junction':_0x22320d(0x12d),'flow-chart-or':_0x22320d(0x19e),'flow-chart-collate':'流程圖:對照','flow-chart-sort':_0x22320d(0x1bc),'flow-chart-extract':_0x22320d(0x159),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x22320d(0x182),'flow-chart-magnetic-tape':_0x22320d(0x17e),'flow-chart-magnetic-disk':_0x22320d(0x170),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x22320d(0x14e),'irregular-seal1':_0x22320d(0x1cb),'irregular-seal2':'爆炸形:14pt','star4':_0x22320d(0x1c6),'star5':_0x22320d(0x140),'star6':_0x22320d(0x13b),'star7':_0x22320d(0x12c),'star8':_0x22320d(0x1c4),'star10':_0x22320d(0x1a5),'star12':'星形:十二角','star16':_0x22320d(0x1cd),'star24':_0x22320d(0x15d),'star32':_0x22320d(0x1c2),'ribbon2':_0x22320d(0x15f),'ribbon':_0x22320d(0x176),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x22320d(0x13c),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x22320d(0x1d1),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x22320d(0x128),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':'氣泡:雲','border-callout1':_0x22320d(0x16c),'border-callout2':_0x22320d(0x1b8),'border-callout3':_0x22320d(0x1a4),'accent-callout1':_0x22320d(0x156),'accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x22320d(0x166),'callout1':_0x22320d(0x1b5),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x22320d(0x1ce),'accent-border-callout1':_0x22320d(0x15b),'accent-border-callout2':_0x22320d(0x125),'accent-border-callout3':_0x22320d(0x12b),'left-circular-arrow':_0x22320d(0x173),'left-right-circular-arrow':_0x22320d(0x14d),'swoosh-arrow':_0x22320d(0x149),'left-right-ribbon':'左右帶形','pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x22320d(0x180),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x22320d(0x12a),'action-button-forward-next':_0x22320d(0x1a0),'action-button-beginning':_0x22320d(0x167),'action-button-end':_0x22320d(0x1b2),'action-button-home':_0x22320d(0x191),'action-button-information':'信息按鈕','action-button-return':_0x22320d(0x135),'action-button-movie':'電影按鈕','action-button-document':_0x22320d(0x12e),'action-button-sound':_0x22320d(0x14f),'action-button-help':_0x22320d(0x19c),'action-button-blank':'空白按鈕','chart-plus':_0x22320d(0x12f),'chart-star':_0x22320d(0x17c),'chart-x':'圖表X','flow-chart-offline-storage':_0x22320d(0x192),'line-inv':_0x22320d(0x13a),'plaque-tabs':_0x22320d(0x126),'square-tabs':'方形標籤','up-down-arrow-callout':_0x22320d(0x1c3)}},'toolbar':{'expandShapeToolbar':_0x22320d(0x1a6),'collapseShapeToolbar':_0x22320d(0x186),'alignLeft':_0x22320d(0x127),'alignCenter':_0x22320d(0x1c5),'alignRight':'右對齊','alignJustify':_0x22320d(0x148),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x22320d(0x199),'subscript':_0x22320d(0x177),'superscript':_0x22320d(0x158),'textColor':'文字顏色','textBackgroundColor':_0x22320d(0x147),'fillColor':_0x22320d(0x155),'resetColor':_0x22320d(0x1ae)},'align':{'top':_0x22320d(0x11c),'middle':_0x22320d(0x18f),'bottom':'底部對齊'},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x22320d(0x1ac),'behindText':_0x22320d(0x18e),'inFrontText':_0x22320d(0x13e)},'crop':{'shape':'裁切為形狀'}}};}));function _0x4b4d(){var _0x32759c=['六邊形','左中括號','虛線-點','箭頭總匯','Text\x20Background\x20color','兩端對齊','彎曲箭頭','終點箭頭大小','隱形箭頭','function','左右圓形箭頭','流程圖:顯示','聲音按鈕','圖形樣式','隱藏形狀面板','UniverProShapeEditorUiZhHK','流程圖:數據','1326563DoVRBU','文字背景色','標註:線形(帶強調線)','右中括號','Superscript','流程圖:摘錄','箭頭:上下','標註:線形(帶邊框和強調線)','長虛線','星形:二十四角','圖片來源','帶形:上凸','流程圖:資料帶','無顏色','長虛線-點-點','切換垂直翻轉','空心弧','右上對齊','標註:雙彎曲線形(帶強調線)','開始按鈕','雙箭頭折線','漸層線','矩形:對角圓角','3787938tEWKCO','標註:線形','平行四邊形','箭頭:丁字','十邊形','流程圖:磁盤','6443312eKmQLE','15455493yvtudt','左圓形箭頭','10Pelnig','圓柱形','帶形:前凸','Subscript','矩形:棱台','箭頭:手杖形','箭頭:右','圓角矩形','圖表星號','流程圖:可選過程','流程圖:順序訪問存儲器','將圖片平鋪為紋理','6齒齒輪','縮放\x20X','流程圖:延期','16WvEnZh','切換文本豎排','雙大括號','收起形狀工具列','箭頭:下弧形','拐角半徑','流程圖:過程','剪去單角矩形','星與旗幟','矩形:圓頂角','圖案填充','文字在前','垂直居中','箭頭:左右','主頁按鈕','流程圖:離線存儲','對齊方式','隨形狀旋轉','端點類型','流程圖:預定義過程','14206SzLfcJ','箭頭:左弧形','刪除線','流程圖:手動輸入','偏移量\x20X','幫助按鈕','聯接類型','流程圖:或者','圖文框','前進/下一個按鈕','箭頭:V型','基本形狀','40569ZMGSKj','標註:雙彎曲線形','星形:十角','展開形狀工具列','流程圖','流程圖:多文檔','箭頭:下','雙箭頭曲線','標註:下箭頭','上及下','半閉框','重置顏色','淚滴形','箭頭:直角上','箭頭:圓角右','結束按鈕','流程圖:文檔','折線:箭頭','標註:線形(無邊框)','透明度','八邊形','標註:彎曲線形','1391195iLxaug','直線箭頭','縮放\x20Y','流程圖:排序','流程圖:決策','標註:左右箭頭','雙括號','順時針\x2090\x20度旋轉','圖形位置','星形:三十二角','上下箭頭標註','星形:八角','居中對齊','星形:四角','流程圖:接點','橢圓箭頭','菱形箭頭','124aiHbhN','爆炸形:8pt','圓:空心','星形:十六角','標註:雙彎曲線形(無邊框)','箭頭:燕尾形','流程圖:準備','卷形:水平','置中對齊','不等號','缺角矩形','終點箭頭類型','右大括號','插入...','頂部對齊','箭頭:上','矩形:折角','橫向文字方塊','箭頭:虛尾','箭頭:十字','右下對齊','等腰三角形','矩形:剪去頂角','標註:彎曲線形(帶邊框和強調線)','牌匾標籤','左對齊','對話氣泡:矩形','十字形','返回/上一個按鈕','標註:雙彎曲線形(帶邊框和強調線)','星形:七角','流程圖:匯總連接','文檔按鈕','圖表加號','五邊形','縱向文字方塊','底部對齊','箭頭:右弧形','七邊形','返回按鈕','流程圖:卡片','草繪樣式','插入形狀','流程圖:手動操作','線反向','星形:六角','帶形:前凸彎','左大括號','文字在後','標註:左箭頭','星形:五角','新月形','左上對齊'];_0x4b4d=function(){return _0x32759c;};return _0x4b4d();}
1
+ (function(_0x2ec93e,_0x265711){var _0x3f3e70=_0x5a8a,_0x2715b6=_0x2ec93e();while(!![]){try{var _0x20a619=-parseInt(_0x3f3e70(0x10d))/0x1+-parseInt(_0x3f3e70(0x196))/0x2+-parseInt(_0x3f3e70(0x137))/0x3+parseInt(_0x3f3e70(0x191))/0x4*(parseInt(_0x3f3e70(0x1be))/0x5)+parseInt(_0x3f3e70(0x138))/0x6+-parseInt(_0x3f3e70(0x15d))/0x7*(parseInt(_0x3f3e70(0x18d))/0x8)+parseInt(_0x3f3e70(0x1a4))/0x9*(parseInt(_0x3f3e70(0x1bc))/0xa);if(_0x20a619===_0x265711)break;else _0x2715b6['push'](_0x2715b6['shift']());}catch(_0xc873d6){_0x2715b6['push'](_0x2715b6['shift']());}}}(_0x4d69,0xbf89a),function(_0x3225e1,_0x5d2a2b){var _0x55dffa=_0x5a8a;typeof exports==_0x55dffa(0x148)&&typeof module<'u'?module['exports']=_0x5d2a2b():typeof define==_0x55dffa(0x181)&&define[_0x55dffa(0x19b)]?define([],_0x5d2a2b):(_0x3225e1=typeof globalThis<'u'?globalThis:_0x3225e1||self,_0x3225e1[_0x55dffa(0x134)]=_0x5d2a2b());}(this,function(){var _0x81dfa1=_0x5a8a;return{'shape-editor-ui':{'title':'形狀','insertShape':_0x81dfa1(0x194),'openPanel':_0x81dfa1(0x19e),'deleteShape':_0x81dfa1(0x130),'hidePanel':_0x81dfa1(0x185),'formatShape':_0x81dfa1(0x11e),'shapeStyle':_0x81dfa1(0x186),'shapePosition':_0x81dfa1(0x164),'toggleFlipH':'切換水平翻轉','toggleFlipV':_0x81dfa1(0x133),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x81dfa1(0x1a5),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x81dfa1(0x140),'heading2':'標題\x202','heading3':'標題\x203','heading4':'標題\x204','heading5':_0x81dfa1(0x19f),'orderedList':_0x81dfa1(0x10e),'bulletList':_0x81dfa1(0x163),'checkList':_0x81dfa1(0x18c),'quote':'引用','code':'程式碼區塊','callout':_0x81dfa1(0x1bf)}},'fill':{'title':'填充','noFill':_0x81dfa1(0x157),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':_0x81dfa1(0x120),'picture':{'source':_0x81dfa1(0x105),'insert':_0x81dfa1(0x178),'tileAsTexture':_0x81dfa1(0x123),'offsetX':_0x81dfa1(0x144),'offsetY':'偏移量\x20Y','scaleX':_0x81dfa1(0x18e),'scaleY':_0x81dfa1(0x172),'alignment':_0x81dfa1(0x16a),'rotateWithShape':_0x81dfa1(0x1a1),'align':{'tl':'左上對齊','t':'頂部對齊','tr':_0x81dfa1(0x14d),'l':_0x81dfa1(0x18b),'ctr':_0x81dfa1(0x16e),'r':_0x81dfa1(0x128),'bl':_0x81dfa1(0x108),'b':_0x81dfa1(0x19c),'br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x81dfa1(0x173),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x81dfa1(0x120),'width':'寬度','cornerRadius':_0x81dfa1(0x184),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x81dfa1(0x180),'longDash':_0x81dfa1(0x154),'longDashDot':_0x81dfa1(0x14c),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x81dfa1(0x1b0),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':_0x81dfa1(0x190),'endArrowType':'終點箭頭類型','endArrowSize':_0x81dfa1(0x122),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x81dfa1(0x129),'stealthArrow':'隱形箭頭','diamondArrow':_0x81dfa1(0x15b),'ovalArrow':_0x81dfa1(0x1a9)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x81dfa1(0x131),'blockArrow':_0x81dfa1(0x111),'equationShape':_0x81dfa1(0x12f),'flowchart':_0x81dfa1(0x132),'starAndBanner':_0x81dfa1(0x10a),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x81dfa1(0x12b),'bent-connector3-arrow2':_0x81dfa1(0x1ad),'curved-connector3':'曲線','curved-connector3-arrow1':_0x81dfa1(0x17a),'curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x81dfa1(0x11b),'snip1-rect':_0x81dfa1(0x112),'snip2-same-rect':_0x81dfa1(0x159),'snip2-diag-rect':_0x81dfa1(0x1b6),'snip-round-rect':_0x81dfa1(0x192),'round1-rect':_0x81dfa1(0x119),'round2-same-rect':_0x81dfa1(0x174),'round2-diag-rect':_0x81dfa1(0x1af),'rect-textbox-horizontal':_0x81dfa1(0x12a),'rect-textbox-vertical':_0x81dfa1(0x170),'ellipse':'橢圓','triangle':_0x81dfa1(0x14f),'rt-triangle':_0x81dfa1(0x11f),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x81dfa1(0x109),'hexagon':_0x81dfa1(0x12e),'heptagon':_0x81dfa1(0x198),'octagon':_0x81dfa1(0x10b),'decagon':_0x81dfa1(0x15a),'dodecagon':'十二邊形','pie':_0x81dfa1(0x17e),'chord':'弦形','teardrop':'淚滴形','frame':'圖文框','half-frame':_0x81dfa1(0x1b5),'corner':'L形','diag-stripe':'斜紋','plus':_0x81dfa1(0x1a0),'plaque':_0x81dfa1(0x125),'can':'圓柱形','cube':_0x81dfa1(0x10f),'bevel':_0x81dfa1(0x15e),'donut':'圓:空心','no-smoking':_0x81dfa1(0x165),'block-arc':_0x81dfa1(0x1ba),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x81dfa1(0x1aa),'sun':_0x81dfa1(0x1ae),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':'雙大括號','left-bracket':_0x81dfa1(0x107),'right-bracket':_0x81dfa1(0x1b3),'left-brace':_0x81dfa1(0x16f),'right-brace':_0x81dfa1(0x153),'right-arrow':_0x81dfa1(0x195),'left-arrow':_0x81dfa1(0x121),'up-arrow':_0x81dfa1(0x102),'down-arrow':_0x81dfa1(0x12d),'left-right-arrow':'箭頭:左右','up-down-arrow':_0x81dfa1(0x187),'quad-arrow':_0x81dfa1(0x14a),'left-right-up-arrow':_0x81dfa1(0x169),'bent-arrow':_0x81dfa1(0x16b),'uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x81dfa1(0x171),'bent-up-arrow':_0x81dfa1(0x15c),'curved-right-arrow':_0x81dfa1(0x115),'curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x81dfa1(0x1b8),'curved-down-arrow':_0x81dfa1(0x1c0),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':'五邊形','chevron':_0x81dfa1(0x116),'right-arrow-callout':_0x81dfa1(0x106),'down-arrow-callout':_0x81dfa1(0x176),'left-arrow-callout':_0x81dfa1(0x124),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x81dfa1(0x145),'circular-arrow':_0x81dfa1(0x11a),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x81dfa1(0x156),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x81dfa1(0x11d),'flow-chart-decision':_0x81dfa1(0x1b1),'flow-chart-input-output':_0x81dfa1(0x13f),'flow-chart-predefined-process':_0x81dfa1(0x150),'flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x81dfa1(0x110),'flow-chart-terminator':_0x81dfa1(0x18f),'flow-chart-preparation':_0x81dfa1(0x189),'flow-chart-manual-input':_0x81dfa1(0x162),'flow-chart-manual-operation':_0x81dfa1(0x17d),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x81dfa1(0x146),'flow-chart-summing-junction':_0x81dfa1(0x1b4),'flow-chart-or':_0x81dfa1(0x1a2),'flow-chart-collate':_0x81dfa1(0x13c),'flow-chart-sort':_0x81dfa1(0x13d),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':_0x81dfa1(0x1c1),'flow-chart-online-storage':_0x81dfa1(0x1c4),'flow-chart-delay':_0x81dfa1(0x177),'flow-chart-magnetic-tape':_0x81dfa1(0x149),'flow-chart-magnetic-disk':_0x81dfa1(0x13a),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x81dfa1(0x104),'irregular-seal1':_0x81dfa1(0x175),'irregular-seal2':_0x81dfa1(0x151),'star4':_0x81dfa1(0x1ab),'star5':'星形:五角','star6':'星形:六角','star7':_0x81dfa1(0x16c),'star8':_0x81dfa1(0x147),'star10':_0x81dfa1(0x1a8),'star12':'星形:十二角','star16':_0x81dfa1(0x1a3),'star24':_0x81dfa1(0x15f),'star32':_0x81dfa1(0x19d),'ribbon2':_0x81dfa1(0x152),'ribbon':_0x81dfa1(0x167),'ellipse-ribbon2':_0x81dfa1(0x1b2),'ellipse-ribbon':_0x81dfa1(0x1a7),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x81dfa1(0x143),'wave':'波形','double-wave':_0x81dfa1(0x197),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x81dfa1(0x17c),'wedge-ellipse-callout':_0x81dfa1(0x166),'cloud-callout':_0x81dfa1(0x127),'border-callout1':_0x81dfa1(0x1c5),'border-callout2':_0x81dfa1(0x135),'border-callout3':'標註:雙彎曲線形','accent-callout1':_0x81dfa1(0x114),'accent-callout2':_0x81dfa1(0x117),'accent-callout3':_0x81dfa1(0x161),'callout1':'標註:線形(無邊框)','callout2':'標註:彎曲線形(無邊框)','callout3':_0x81dfa1(0x160),'accent-border-callout1':_0x81dfa1(0x18a),'accent-border-callout2':_0x81dfa1(0x19a),'accent-border-callout3':_0x81dfa1(0x13b),'left-circular-arrow':_0x81dfa1(0x155),'left-right-circular-arrow':_0x81dfa1(0x113),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x81dfa1(0x11c),'pie-wedge':_0x81dfa1(0x136),'funnel':'漏斗','gear6':_0x81dfa1(0x13e),'gear9':_0x81dfa1(0x199),'corner-tabs':'角標','action-button-back-previous':_0x81dfa1(0x1c3),'action-button-forward-next':_0x81dfa1(0x10c),'action-button-beginning':_0x81dfa1(0x17f),'action-button-end':_0x81dfa1(0x103),'action-button-home':_0x81dfa1(0x1c2),'action-button-information':_0x81dfa1(0x193),'action-button-return':_0x81dfa1(0x1a6),'action-button-movie':_0x81dfa1(0x141),'action-button-document':'文檔按鈕','action-button-sound':_0x81dfa1(0x12c),'action-button-help':_0x81dfa1(0x183),'action-button-blank':_0x81dfa1(0x1ac),'chart-plus':_0x81dfa1(0x14b),'chart-star':'圖表星號','chart-x':_0x81dfa1(0x142),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':'線反向','plaque-tabs':_0x81dfa1(0x1b7),'square-tabs':_0x81dfa1(0x139),'up-down-arrow-callout':_0x81dfa1(0x126)}},'toolbar':{'expandShapeToolbar':_0x81dfa1(0x14e),'collapseShapeToolbar':'收起形狀工具列','alignLeft':_0x81dfa1(0x18b),'alignCenter':_0x81dfa1(0x158),'alignRight':_0x81dfa1(0x128),'alignJustify':_0x81dfa1(0x182),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x81dfa1(0x17b),'superscript':'Superscript','textColor':_0x81dfa1(0x1bb),'textBackgroundColor':'Text\x20Background\x20color','fillColor':_0x81dfa1(0x1b9),'resetColor':_0x81dfa1(0x1bd)},'align':{'top':_0x81dfa1(0x168),'middle':_0x81dfa1(0x188),'bottom':'底部對齊'},'textWrap':{'inline':_0x81dfa1(0x179),'square':'矩形','topAndBottom':'上及下','behindText':'文字在前','inFrontText':_0x81dfa1(0x118)},'crop':{'shape':_0x81dfa1(0x16d)}}};}));function _0x5a8a(_0x3b2dc7,_0x19ba59){_0x3b2dc7=_0x3b2dc7-0x102;var _0x4d6959=_0x4d69();var _0x5a8aba=_0x4d6959[_0x3b2dc7];return _0x5a8aba;}function _0x4d69(){var _0x12f548=['流程圖:順序訪問存儲器','箭頭:十字','圖表加號','長虛線-點','右上對齊','展開形狀工具列','等腰三角形','流程圖:預定義過程','爆炸形:14pt','帶形:上凸','右大括號','長虛線','左圓形箭頭','不等號','無顏色','居中對齊','矩形:剪去頂角','十邊形','菱形箭頭','箭頭:直角上','28DEHcMk','矩形:棱台','星形:二十四角','標註:雙彎曲線形(無邊框)','標註:雙彎曲線形(帶強調線)','流程圖:手動輸入','無序列表','圖形位置','禁止符','對話氣泡:圓形','帶形:前凸','頂部對齊','箭頭:丁字','對齊方式','箭頭:圓角右','星形:七角','裁切為形狀','置中對齊','左大括號','縱向文字方塊','箭頭:直角雙向','縮放\x20Y','無線條','矩形:圓頂角','爆炸形:8pt','標註:下箭頭','流程圖:延期','插入...','與文字排列','曲線:箭頭','Subscript','對話氣泡:圓角矩形','流程圖:手動操作','不完整圓','開始按鈕','虛線-點','function','兩端對齊','幫助按鈕','拐角半徑','隱藏形狀面板','圖形樣式','箭頭:上下','垂直居中','流程圖:準備','標註:線形(帶邊框和強調線)','左對齊','任務列表','1827312ztPGxg','縮放\x20X','流程圖:終止','起點箭頭大小','4GigCrb','矩形:一個圓頂角,剪去另一個頂角','信息按鈕','插入形狀','箭頭:右','2080850lmSjKD','雙波形','七邊形','9齒齒輪','標註:彎曲線形(帶邊框和強調線)','amd','底部對齊','星形:三十二角','打開形狀面板','標題\x205','十字形','隨形狀旋轉','流程圖:或者','星形:十六角','304371TirIqv','切換文本豎排','返回按鈕','帶形:前凸彎','星形:十角','橢圓箭頭','閃電形','星形:四角','空白按鈕','雙箭頭折線','太陽形','矩形:對角圓角','端點類型','流程圖:決策','帶形:上凸彎','右中括號','流程圖:匯總連接','半閉框','矩形:剪去對角','牌匾標籤','箭頭:上弧形','文字背景色','空心弧','文字顏色','1310PurxOq','重置顏色','1961745lRhCDU','醒目提示框','箭頭:下弧形','流程圖:合併','主頁按鈕','返回/上一個按鈕','流程圖:存儲數據','標註:線形','箭頭:上','結束按鈕','流程圖:顯示','圖片來源','標註:右箭頭','左中括號','左下對齊','五邊形','星與旗幟','八邊形','前進/下一個按鈕','1554558jcCOhS','有序列表','立方體','流程圖:多文檔','箭頭總匯','剪去單角矩形','左右圓形箭頭','標註:線形(帶強調線)','箭頭:右弧形','箭頭:V型','標註:彎曲線形(帶強調線)','文字在後','矩形:單圓角','箭頭:環形','圓角矩形','左右帶形','流程圖:可選過程','格式化形狀','直角三角形','透明度','箭頭:左','終點箭頭大小','將圖片平鋪為紋理','標註:左箭頭','缺角矩形','上下箭頭標註','氣泡:雲','右對齊','開放箭頭','橫向文字方塊','折線:箭頭','聲音按鈕','箭頭:下','六邊形','公式形狀','刪除形狀','基本形狀','流程圖','切換垂直翻轉','UniverProShapeEditorUiZhHK','標註:彎曲線形','餅形楔','3540957zeEByo','3905148TxwxBW','方形標籤','流程圖:磁盤','標註:雙彎曲線形(帶邊框和強調線)','流程圖:對照','流程圖:排序','6齒齒輪','流程圖:數據','標題\x201','電影按鈕','圖表X','卷形:水平','偏移量\x20X','標註:十字箭頭','流程圖:資料帶','星形:八角','object'];_0x4d69=function(){return _0x12f548;};return _0x4d69();}
@@ -1 +1 @@
1
- function _0x5457(_0x11dca0,_0x8057b7){_0x11dca0=_0x11dca0-0xc2;var _0x8d7d55=_0x8d7d();var _0x5457f9=_0x8d7d55[_0x11dca0];return _0x5457f9;}(function(_0x55092b,_0x57776b){var _0x5c28c9=_0x5457,_0x23f4ea=_0x55092b();while(!![]){try{var _0x1689f3=parseInt(_0x5c28c9(0x177))/0x1+-parseInt(_0x5c28c9(0x133))/0x2*(parseInt(_0x5c28c9(0x16b))/0x3)+-parseInt(_0x5c28c9(0x15c))/0x4+-parseInt(_0x5c28c9(0x162))/0x5*(-parseInt(_0x5c28c9(0x11b))/0x6)+parseInt(_0x5c28c9(0x11f))/0x7*(-parseInt(_0x5c28c9(0xda))/0x8)+parseInt(_0x5c28c9(0x114))/0x9*(parseInt(_0x5c28c9(0x118))/0xa)+parseInt(_0x5c28c9(0xd5))/0xb*(parseInt(_0x5c28c9(0x168))/0xc);if(_0x1689f3===_0x57776b)break;else _0x23f4ea['push'](_0x23f4ea['shift']());}catch(_0x23297e){_0x23f4ea['push'](_0x23f4ea['shift']());}}}(_0x8d7d,0x35297),function(_0x31b727,_0x51bedb){var _0x1ae67b=_0x5457;typeof exports=='object'&&typeof module<'u'?module[_0x1ae67b(0x174)]=_0x51bedb():typeof define==_0x1ae67b(0x135)&&define[_0x1ae67b(0xc8)]?define([],_0x51bedb):(_0x31b727=typeof globalThis<'u'?globalThis:_0x31b727||self,_0x31b727[_0x1ae67b(0x101)]=_0x51bedb());}(this,function(){var _0x128384=_0x5457;return{'shape-editor-ui':{'title':'形狀','insertShape':_0x128384(0x14e),'openPanel':_0x128384(0xc4),'deleteShape':_0x128384(0xe0),'hidePanel':_0x128384(0xe1),'formatShape':_0x128384(0x139),'shapeStyle':_0x128384(0xf0),'shapePosition':'圖形位置','toggleFlipH':_0x128384(0x17a),'toggleFlipV':'切換垂直翻轉','rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x128384(0xd2),'toggleTextVertical':_0x128384(0x172),'fill':{'title':'填充','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':'透明度','picture':{'source':_0x128384(0x151),'insert':_0x128384(0xe4),'tileAsTexture':'將圖片平鋪為紋理','offsetX':'偏移量\x20X','offsetY':'偏移量\x20Y','scaleX':_0x128384(0x170),'scaleY':_0x128384(0x149),'alignment':_0x128384(0x17b),'rotateWithShape':_0x128384(0xca),'align':{'tl':_0x128384(0x10b),'t':'頂部對齊','tr':_0x128384(0x12d),'l':'左對齊','ctr':_0x128384(0x176),'r':_0x128384(0x161),'bl':_0x128384(0x107),'b':'底部對齊','br':_0x128384(0x14a)}}},'line':{'title':'線條','noLine':_0x128384(0x179),'solidLine':'實線','gradientLine':_0x128384(0x16f),'color':'顏色','transparency':'透明度','width':'寬度','cornerRadius':_0x128384(0x109),'dashType':{'title':_0x128384(0x12c),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x128384(0x136),'longDash':_0x128384(0x12b),'longDashDot':_0x128384(0x158),'longDashDotDot':_0x128384(0x13d)},'capType':{'title':_0x128384(0x16c),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x128384(0x105),'beginArrowSize':_0x128384(0x126),'endArrowType':_0x128384(0x138),'endArrowSize':_0x128384(0xcf),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x128384(0xd0),'stealthArrow':'隱形箭頭','diamondArrow':_0x128384(0xdf),'ovalArrow':_0x128384(0xf1)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x128384(0x11d),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x128384(0x116),'blockArrow':_0x128384(0x154),'equationShape':_0x128384(0x110),'flowchart':_0x128384(0xc5),'starAndBanner':_0x128384(0x14d),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x128384(0x12e),'straight-connector2':_0x128384(0xd8),'bent-connector3':'折線','bent-connector3-arrow1':_0x128384(0x152),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x128384(0x13a),'snip2-same-rect':_0x128384(0x16a),'snip2-diag-rect':_0x128384(0x134),'snip-round-rect':_0x128384(0xff),'round1-rect':_0x128384(0x123),'round2-same-rect':_0x128384(0x17d),'round2-diag-rect':_0x128384(0xc3),'rect-textbox-horizontal':_0x128384(0x14f),'rect-textbox-vertical':_0x128384(0xed),'ellipse':'橢圓','triangle':_0x128384(0xdd),'rt-triangle':_0x128384(0x171),'parallelogram':_0x128384(0xe7),'trapezoid':'梯形','non-isosceles-trapezoid':_0x128384(0x141),'diamond':'菱形','pentagon':_0x128384(0x144),'hexagon':_0x128384(0xc6),'heptagon':_0x128384(0xf9),'octagon':_0x128384(0x106),'decagon':_0x128384(0x119),'dodecagon':_0x128384(0x166),'pie':_0x128384(0xd3),'chord':'弦形','teardrop':_0x128384(0xdc),'frame':_0x128384(0x163),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':'缺角矩形','can':'圓柱形','cube':_0x128384(0x16d),'bevel':'矩形:棱台','donut':_0x128384(0x157),'no-smoking':_0x128384(0x11c),'block-arc':_0x128384(0xe9),'folder-corner':_0x128384(0xcb),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x128384(0x17f),'sun':_0x128384(0xd4),'moon':_0x128384(0x175),'cloud':'雲形','arc':'弧形','bracket-pair':_0x128384(0x147),'brace-pair':_0x128384(0xe3),'left-bracket':_0x128384(0x14c),'right-bracket':_0x128384(0xf6),'left-brace':_0x128384(0xea),'right-brace':'右大括號','right-arrow':_0x128384(0xfb),'left-arrow':_0x128384(0xf4),'up-arrow':'箭頭:上','down-arrow':'箭頭:下','left-right-arrow':_0x128384(0x131),'up-down-arrow':_0x128384(0x13e),'quad-arrow':'箭頭:十字','left-right-up-arrow':_0x128384(0xe5),'bent-arrow':_0x128384(0xeb),'uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x128384(0x10d),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':_0x128384(0x103),'curved-left-arrow':_0x128384(0x125),'curved-up-arrow':'箭頭:上弧形','curved-down-arrow':_0x128384(0x13f),'striped-right-arrow':_0x128384(0x127),'notched-right-arrow':_0x128384(0x128),'home-plate':'五邊形','chevron':_0x128384(0xfe),'right-arrow-callout':_0x128384(0x13b),'down-arrow-callout':_0x128384(0x145),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x128384(0x165),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x128384(0x11e),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x128384(0xd9),'flow-chart-alternate-process':_0x128384(0x16e),'flow-chart-decision':_0x128384(0x143),'flow-chart-input-output':_0x128384(0xfa),'flow-chart-predefined-process':_0x128384(0x102),'flow-chart-internal-storage':_0x128384(0x137),'flow-chart-document':_0x128384(0x15e),'flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x128384(0x112),'flow-chart-preparation':_0x128384(0xe8),'flow-chart-manual-input':_0x128384(0x159),'flow-chart-manual-operation':_0x128384(0x104),'flow-chart-connector':_0x128384(0x173),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x128384(0xd1),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':'流程圖:或者','flow-chart-collate':_0x128384(0x121),'flow-chart-sort':_0x128384(0xcc),'flow-chart-extract':'流程圖:摘錄','flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x128384(0x142),'flow-chart-delay':_0x128384(0x169),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':'流程圖:顯示','irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x128384(0x160),'star4':'星形:四角','star5':_0x128384(0xdb),'star6':_0x128384(0x150),'star7':'星形:七角','star8':_0x128384(0x15b),'star10':_0x128384(0x10c),'star12':'星形:十二角','star16':'星形:十六角','star24':_0x128384(0x15a),'star32':_0x128384(0xef),'ribbon2':_0x128384(0xd6),'ribbon':_0x128384(0x17e),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x128384(0xc2),'horizontal-scroll':_0x128384(0x122),'wave':'波形','double-wave':_0x128384(0x132),'wedge-rect-callout':_0x128384(0xf2),'wedge-round-rect-callout':_0x128384(0xee),'wedge-ellipse-callout':_0x128384(0xce),'cloud-callout':_0x128384(0xde),'border-callout1':_0x128384(0x130),'border-callout2':'標註:彎曲線形','border-callout3':_0x128384(0xfd),'accent-callout1':_0x128384(0xc9),'accent-callout2':_0x128384(0x10f),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x128384(0x12f),'callout2':_0x128384(0x108),'callout3':_0x128384(0x115),'accent-border-callout1':'標註:線形(帶邊框和強調線)','accent-border-callout2':_0x128384(0x120),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x128384(0xcd),'left-right-circular-arrow':'左右圓形箭頭','swoosh-arrow':_0x128384(0xfc),'left-right-ribbon':_0x128384(0x148),'pie-wedge':_0x128384(0x17c),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x128384(0x155),'corner-tabs':'角標','action-button-back-previous':_0x128384(0x10e),'action-button-forward-next':_0x128384(0x178),'action-button-beginning':_0x128384(0x113),'action-button-end':_0x128384(0xc7),'action-button-home':_0x128384(0x15f),'action-button-information':_0x128384(0xe2),'action-button-return':'返回按鈕','action-button-movie':_0x128384(0xd7),'action-button-document':_0x128384(0xf5),'action-button-sound':_0x128384(0x111),'action-button-help':_0x128384(0xec),'action-button-blank':_0x128384(0xf8),'chart-plus':_0x128384(0x140),'chart-star':_0x128384(0x15d),'chart-x':_0x128384(0x12a),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x128384(0xe6),'plaque-tabs':'牌匾標籤','square-tabs':'方形標籤','up-down-arrow-callout':_0x128384(0xf3)}},'toolbar':{'expandShapeToolbar':_0x128384(0x10a),'collapseShapeToolbar':_0x128384(0x146),'alignLeft':_0x128384(0x14b),'alignCenter':_0x128384(0x153),'alignRight':_0x128384(0x161),'alignJustify':_0x128384(0x117),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':'Subscript','superscript':'Superscript','textColor':_0x128384(0x13c),'textBackgroundColor':_0x128384(0x11a),'fillColor':_0x128384(0x156),'resetColor':_0x128384(0x100)},'align':{'top':'頂部對齊','middle':_0x128384(0x167),'bottom':_0x128384(0xf7)},'textWrap':{'inline':_0x128384(0x124),'square':'矩形','topAndBottom':_0x128384(0x164),'behindText':'文字在前','inFrontText':'文字在後'},'crop':{'shape':_0x128384(0x129)}}};}));function _0x8d7d(){var _0x293e77=['矩形:一個圓頂角,剪去另一個頂角','重置顏色','UniverProShapeEditorUiZhTW','流程圖:預定義過程','箭頭:右弧形','流程圖:手動操作','起點箭頭類型','八邊形','左下對齊','標註:彎曲線形(無邊框)','拐角半徑','展開形狀工具列','左上對齊','星形:十角','箭頭:直角雙向','返回/上一個按鈕','標註:彎曲線形(帶強調線)','公式形狀','聲音按鈕','流程圖:終止','開始按鈕','9KsLOzt','標註:雙彎曲線形(無邊框)','基本形狀','兩端對齊','3436270CNvYyr','十邊形','Text\x20Background\x20color','12Arpcgf','禁止符','草繪樣式','箭頭:環形','35JUyJZB','標註:彎曲線形(帶邊框和強調線)','流程圖:對照','卷形:水平','矩形:單圓角','與文字排列','箭頭:左弧形','起點箭頭大小','箭頭:虛尾','箭頭:燕尾形','裁切為形狀','圖表X','長虛線','虛線類型','右上對齊','直線箭頭','標註:線形(無邊框)','標註:線形','箭頭:左右','雙波形','2MJetii','矩形:剪去對角','function','虛線-點','流程圖:內部貯存','終點箭頭類型','格式化形狀','剪去單角矩形','標註:右箭頭','文字顏色','長虛線-點-點','箭頭:上下','箭頭:下弧形','圖表加號','非等腰梯形','流程圖:存儲數據','流程圖:決策','五邊形','標註:下箭頭','收合形狀工具列','雙括號','左右帶形','縮放\x20Y','右下對齊','左對齊','左中括號','星與旗幟','插入形狀','橫向文字方塊','星形:六角','圖片來源','折線:箭頭','居中對齊','箭頭總匯','9齒齒輪','文字背景色','圓:空心','長虛線-點','流程圖:手動輸入','星形:二十四角','星形:八角','1285712OHzRjz','圖表星號','流程圖:文檔','主頁按鈕','爆炸形:14pt','右對齊','1086005gXcPtX','圖文框','上及下','標註:上箭頭','十二邊形','垂直居中','632436xWnUzH','流程圖:延期','矩形:剪去頂角','1084878RXGnlt','端點類型','立方體','流程圖:可選過程','漸層線','縮放\x20X','直角三角形','切換文本竖排','流程圖:接點','exports','新月形','置中對齊','112100EPMGRi','前進/下一個按鈕','無線條','切換水平翻轉','對齊方式','餅形楔','矩形:圓頂角','帶形:前凸','閃電形','卷形:垂直','矩形:對角圓角','打開形狀面板','流程圖','六邊形','結束按鈕','amd','標註:線形(帶強調線)','隨形狀旋轉','矩形:折角','流程圖:排序','左圓形箭頭','對話氣泡:圓形','終點箭頭大小','開放箭頭','流程圖:卡片','逆時針\x2090\x20度旋轉','不完整圓','太陽形','77hlqVja','帶形:上凸','電影按鈕','雙箭頭直線','流程圖:過程','573192qNhiPi','星形:五角','淚滴形','等腰三角形','氣泡:雲','菱形箭頭','刪除形狀','隱藏形狀面板','信息按鈕','雙大括號','插入...','箭頭:丁字','線反向','平行四邊形','流程圖:準備','空心弧','左大括號','箭頭:圓角右','幫助按鈕','縱向文字方塊','對話氣泡:圓角矩形','星形:三十二角','圖形樣式','橢圓箭頭','對話氣泡:矩形','上下箭頭標註','箭頭:左','文檔按鈕','右中括號','底部對齊','空白按鈕','七邊形','流程圖:數據','箭頭:右','彎曲箭頭','標註:雙彎曲線形','箭頭:V型'];_0x8d7d=function(){return _0x293e77;};return _0x8d7d();}
1
+ function _0x485e(_0x44830b,_0x18ea9d){_0x44830b=_0x44830b-0xe7;var _0xa37e4f=_0xa37e();var _0x485e5c=_0xa37e4f[_0x44830b];return _0x485e5c;}function _0xa37e(){var _0x13bfa9=['逆時針\x2090\x20度旋轉','標題\x202','端點類型','箭頭:丁字','帶形:前凸彎','基本形狀','左上對齊','星形:十角','聲音按鈕','星形:七角','星形:四角','草繪樣式','3306989oGPaNL','1416903kAEmkR','箭頭:下','順時針\x2090\x20度旋轉','終點箭頭類型','星形:五角','禁止符','function','左右圓形箭頭','展開形狀工具列','右下對齊','電影按鈕','公式形狀','開始按鈕','菱形箭頭','隱形箭頭','流程圖:對照','圖表星號','上下箭頭標註','9491992voRXRo','文字在前','頂部對齊','星與旗幟','6齒齒輪','圓柱形','八邊形','流程圖:過程','箭頭:右弧形','星形:六角','箭頭:圓角右','縱向文字方塊','標題\x205','切換文本竖排','垂直居中','橢圓箭頭','五邊形','2043552BuexLL','主頁按鈕','星形:二十四角','標註:線形(帶邊框和強調線)','圖表加號','偏移量\x20X','流程圖:內部貯存','十邊形','標註:線形','上及下','流程圖:離線存儲','等腰三角形','爆炸形:8pt','不等號','縮放\x20Y','透明度','長虛線-點','箭頭:環形','UniverProShapeEditorUiZhTW','圖形樣式','矩形:對角圓角','434183qEQJHZ','隨形狀旋轉','流程圖:匯總連接','長虛線-點-點','標註:右箭頭','左中括號','流程圖:磁盤','起點箭頭大小','流程圖:接點','圓:空心','箭頭:上下','星形:三十二角','圖片來源','結束按鈕','流程圖:資料帶','流程圖','折線:箭頭','平行四邊形','箭頭:燕尾形','箭頭:左弧形','8KBMeqm','箭頭總匯','流程圖:排序','流程圖:摘錄','流程圖:文檔','矩形:圓頂角','將圖片平鋪為紋理','對齊方式','矩形:剪去頂角','卷形:垂直','372732LzvZYB','流程圖:預定義過程','切換垂直翻轉','返回按鈕','箭頭:十字','插入形狀','流程圖:或者','格式化形狀','左對齊','星形:八角','標註:雙彎曲線形(帶強調線)','居中對齊','標註:彎曲線形(無邊框)','左大括號','右對齊','流程圖:多文檔','刪除線','非等腰梯形','箭頭:右','56345dpdYtm','右上對齊','標註:左箭頭','流程圖:顯示','返回/上一個按鈕','標註:左右箭頭','左圓形箭頭','七邊形','程式碼區塊','標註:彎曲線形(帶邊框和強調線)','插入...','流程圖:準備','隱藏形狀面板','矩形:折角','剪去單角矩形','矩形:一個圓頂角,剪去另一個頂角','方形標籤','雙箭頭直線','圖文框','十二邊形','標註:雙彎曲線形(無邊框)','雙箭頭折線','刪除形狀','文字在後','流程圖:離頁連接符','閃電形','矩形:剪去對角','星形:十六角','十字形','矩形:棱台','標註:線形(無邊框)','缺角矩形','雙波形','拐角半徑','有序列表','Superscript','底部對齊','流程圖:手動操作','帶形:上凸彎','對話氣泡:圓角矩形','直線箭頭','流程圖:卡片','標題\x201','文檔按鈕','箭頭:直角上','虛線類型','雙大括號','空心弧','箭頭:左','彎曲箭頭','淚滴形','對話氣泡:圓形','起點箭頭類型','流程圖:合併','縮放\x20X','流程圖:可選過程','箭頭:上弧形','前進/下一個按鈕','置中對齊','打開形狀面板','重置顏色','箭頭:下弧形','開放箭頭','標註:十字箭頭','半閉框','流程圖:直接訪問存儲器','左右帶形','空白按鈕','直角三角形','虛線-點','新月形','聯接類型','標註:彎曲線形','流程圖:手動輸入','星形:十二角','object'];_0xa37e=function(){return _0x13bfa9;};return _0xa37e();}(function(_0x532adc,_0x3d1268){var _0x5f3e8f=_0x485e,_0x283659=_0x532adc();while(!![]){try{var _0x1b4113=-parseInt(_0x5f3e8f(0x174))/0x1+-parseInt(_0x5f3e8f(0x192))/0x2+parseInt(_0x5f3e8f(0x13c))/0x3+parseInt(_0x5f3e8f(0x188))/0x4*(parseInt(_0x5f3e8f(0x1a5))/0x5)+-parseInt(_0x5f3e8f(0x15f))/0x6+-parseInt(_0x5f3e8f(0x13b))/0x7+parseInt(_0x5f3e8f(0x14e))/0x8;if(_0x1b4113===_0x3d1268)break;else _0x283659['push'](_0x283659['shift']());}catch(_0x567b2c){_0x283659['push'](_0x283659['shift']());}}}(_0xa37e,0x3c7da),function(_0xb064a7,_0x4691bb){var _0x31fab1=_0x485e;typeof exports==_0x31fab1(0x12e)&&typeof module<'u'?module['exports']=_0x4691bb():typeof define==_0x31fab1(0x142)&&define['amd']?define([],_0x4691bb):(_0xb064a7=typeof globalThis<'u'?globalThis:_0xb064a7||self,_0xb064a7[_0x31fab1(0x171)]=_0x4691bb());}(this,function(){var _0x26e6ee=_0x485e;return{'shape-editor-ui':{'title':'形狀','insertShape':_0x26e6ee(0x197),'openPanel':_0x26e6ee(0x11e),'deleteShape':_0x26e6ee(0xf9),'hidePanel':_0x26e6ee(0xef),'formatShape':_0x26e6ee(0x199),'shapeStyle':_0x26e6ee(0x172),'shapePosition':'圖形位置','toggleFlipH':'切換水平翻轉','toggleFlipV':_0x26e6ee(0x194),'rotateRight90':_0x26e6ee(0x13e),'rotateLeft90':_0x26e6ee(0x12f),'toggleTextVertical':_0x26e6ee(0x15b),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x26e6ee(0x10d),'heading2':_0x26e6ee(0x130),'heading3':'標題\x203','heading4':'標題\x204','heading5':_0x26e6ee(0x15a),'orderedList':_0x26e6ee(0x105),'bulletList':'無序列表','checkList':'任務列表','quote':'引用','code':_0x26e6ee(0xeb),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':_0x26e6ee(0x16e),'picture':{'source':_0x26e6ee(0x180),'insert':_0x26e6ee(0xed),'tileAsTexture':_0x26e6ee(0x18e),'offsetX':_0x26e6ee(0x164),'offsetY':'偏移量\x20Y','scaleX':_0x26e6ee(0x119),'scaleY':_0x26e6ee(0x16d),'alignment':_0x26e6ee(0x18f),'rotateWithShape':_0x26e6ee(0x175),'align':{'tl':_0x26e6ee(0x135),'t':_0x26e6ee(0x150),'tr':_0x26e6ee(0x1a6),'l':'左對齊','ctr':_0x26e6ee(0x11d),'r':_0x26e6ee(0x1a0),'bl':'左下對齊','b':_0x26e6ee(0x107),'br':_0x26e6ee(0x145)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x26e6ee(0x16e),'width':'寬度','cornerRadius':_0x26e6ee(0x104),'dashType':{'title':_0x26e6ee(0x110),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x26e6ee(0x128),'longDash':'長虛線','longDashDot':_0x26e6ee(0x16f),'longDashDotDot':_0x26e6ee(0x177)},'capType':{'title':_0x26e6ee(0x131),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x26e6ee(0x12a),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x26e6ee(0x117),'beginArrowSize':_0x26e6ee(0x17b),'endArrowType':_0x26e6ee(0x13f),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x26e6ee(0x121),'stealthArrow':_0x26e6ee(0x14a),'diamondArrow':_0x26e6ee(0x149),'ovalArrow':_0x26e6ee(0x15d)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x26e6ee(0x13a),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x26e6ee(0x134),'blockArrow':_0x26e6ee(0x189),'equationShape':_0x26e6ee(0x147),'flowchart':_0x26e6ee(0x183),'starAndBanner':_0x26e6ee(0x151),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x26e6ee(0x10b),'straight-connector2':_0x26e6ee(0xf4),'bent-connector3':'折線','bent-connector3-arrow1':_0x26e6ee(0x184),'bent-connector3-arrow2':_0x26e6ee(0xf8),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x26e6ee(0xf1),'snip2-same-rect':_0x26e6ee(0x190),'snip2-diag-rect':_0x26e6ee(0xfd),'snip-round-rect':_0x26e6ee(0xf2),'round1-rect':'矩形:單圓角','round2-same-rect':_0x26e6ee(0x18d),'round2-diag-rect':_0x26e6ee(0x173),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x26e6ee(0x159),'ellipse':'橢圓','triangle':_0x26e6ee(0x16a),'rt-triangle':_0x26e6ee(0x127),'parallelogram':_0x26e6ee(0x185),'trapezoid':'梯形','non-isosceles-trapezoid':_0x26e6ee(0x1a3),'diamond':'菱形','pentagon':_0x26e6ee(0x15e),'hexagon':'六邊形','heptagon':_0x26e6ee(0xea),'octagon':_0x26e6ee(0x154),'decagon':_0x26e6ee(0x166),'dodecagon':_0x26e6ee(0xf6),'pie':'不完整圓','chord':'弦形','teardrop':_0x26e6ee(0x115),'frame':_0x26e6ee(0xf5),'half-frame':_0x26e6ee(0x123),'corner':'L形','diag-stripe':'斜紋','plus':_0x26e6ee(0xff),'plaque':_0x26e6ee(0x102),'can':_0x26e6ee(0x153),'cube':'立方體','bevel':_0x26e6ee(0x100),'donut':_0x26e6ee(0x17d),'no-smoking':_0x26e6ee(0x141),'block-arc':_0x26e6ee(0x112),'folder-corner':_0x26e6ee(0xf0),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x26e6ee(0xfc),'sun':'太陽形','moon':_0x26e6ee(0x129),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x26e6ee(0x111),'left-bracket':_0x26e6ee(0x179),'right-bracket':'右中括號','left-brace':_0x26e6ee(0x19f),'right-brace':'右大括號','right-arrow':_0x26e6ee(0x1a4),'left-arrow':_0x26e6ee(0x113),'up-arrow':'箭頭:上','down-arrow':_0x26e6ee(0x13d),'left-right-arrow':'箭頭:左右','up-down-arrow':_0x26e6ee(0x17e),'quad-arrow':_0x26e6ee(0x196),'left-right-up-arrow':_0x26e6ee(0x132),'bent-arrow':_0x26e6ee(0x158),'uturn-arrow':'箭頭:手杖形','left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x26e6ee(0x10f),'curved-right-arrow':_0x26e6ee(0x156),'curved-left-arrow':_0x26e6ee(0x187),'curved-up-arrow':_0x26e6ee(0x11b),'curved-down-arrow':_0x26e6ee(0x120),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x26e6ee(0x186),'home-plate':_0x26e6ee(0x15e),'chevron':'箭頭:V型','right-arrow-callout':_0x26e6ee(0x178),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0x26e6ee(0x1a7),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x26e6ee(0xe8),'quad-arrow-callout':_0x26e6ee(0x122),'circular-arrow':_0x26e6ee(0x170),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x26e6ee(0x16c),'flow-chart-process':_0x26e6ee(0x155),'flow-chart-alternate-process':_0x26e6ee(0x11a),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x26e6ee(0x193),'flow-chart-internal-storage':_0x26e6ee(0x165),'flow-chart-document':_0x26e6ee(0x18c),'flow-chart-multidocument':_0x26e6ee(0x1a1),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x26e6ee(0xee),'flow-chart-manual-input':_0x26e6ee(0x12c),'flow-chart-manual-operation':_0x26e6ee(0x108),'flow-chart-connector':_0x26e6ee(0x17c),'flow-chart-offpage-connector':_0x26e6ee(0xfb),'flow-chart-punched-card':_0x26e6ee(0x10c),'flow-chart-punched-tape':_0x26e6ee(0x182),'flow-chart-summing-junction':_0x26e6ee(0x176),'flow-chart-or':_0x26e6ee(0x198),'flow-chart-collate':_0x26e6ee(0x14b),'flow-chart-sort':_0x26e6ee(0x18a),'flow-chart-extract':_0x26e6ee(0x18b),'flow-chart-merge':_0x26e6ee(0x118),'flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x26e6ee(0x17a),'flow-chart-magnetic-drum':_0x26e6ee(0x124),'flow-chart-display':_0x26e6ee(0x1a8),'irregular-seal1':_0x26e6ee(0x16b),'irregular-seal2':'爆炸形:14pt','star4':_0x26e6ee(0x139),'star5':_0x26e6ee(0x140),'star6':_0x26e6ee(0x157),'star7':_0x26e6ee(0x138),'star8':_0x26e6ee(0x19b),'star10':_0x26e6ee(0x136),'star12':_0x26e6ee(0x12d),'star16':_0x26e6ee(0xfe),'star24':_0x26e6ee(0x161),'star32':_0x26e6ee(0x17f),'ribbon2':'帶形:上凸','ribbon':'帶形:前凸','ellipse-ribbon2':_0x26e6ee(0x109),'ellipse-ribbon':_0x26e6ee(0x133),'vertical-scroll':_0x26e6ee(0x191),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x26e6ee(0x103),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x26e6ee(0x10a),'wedge-ellipse-callout':_0x26e6ee(0x116),'cloud-callout':'氣泡:雲','border-callout1':_0x26e6ee(0x167),'border-callout2':_0x26e6ee(0x12b),'border-callout3':'標註:雙彎曲線形','accent-callout1':'標註:線形(帶強調線)','accent-callout2':'標註:彎曲線形(帶強調線)','accent-callout3':_0x26e6ee(0x19c),'callout1':_0x26e6ee(0x101),'callout2':_0x26e6ee(0x19e),'callout3':_0x26e6ee(0xf7),'accent-border-callout1':_0x26e6ee(0x162),'accent-border-callout2':_0x26e6ee(0xec),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':_0x26e6ee(0xe9),'left-right-circular-arrow':_0x26e6ee(0x143),'swoosh-arrow':_0x26e6ee(0x114),'left-right-ribbon':_0x26e6ee(0x125),'pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x26e6ee(0x152),'gear9':'9齒齒輪','corner-tabs':'角標','action-button-back-previous':_0x26e6ee(0xe7),'action-button-forward-next':_0x26e6ee(0x11c),'action-button-beginning':_0x26e6ee(0x148),'action-button-end':_0x26e6ee(0x181),'action-button-home':_0x26e6ee(0x160),'action-button-information':'信息按鈕','action-button-return':_0x26e6ee(0x195),'action-button-movie':_0x26e6ee(0x146),'action-button-document':_0x26e6ee(0x10e),'action-button-sound':_0x26e6ee(0x137),'action-button-help':'幫助按鈕','action-button-blank':_0x26e6ee(0x126),'chart-plus':_0x26e6ee(0x163),'chart-star':_0x26e6ee(0x14c),'chart-x':'圖表X','flow-chart-offline-storage':_0x26e6ee(0x169),'line-inv':'線反向','plaque-tabs':'牌匾標籤','square-tabs':_0x26e6ee(0xf3),'up-down-arrow-callout':_0x26e6ee(0x14d)}},'toolbar':{'expandShapeToolbar':_0x26e6ee(0x144),'collapseShapeToolbar':'收合形狀工具列','alignLeft':_0x26e6ee(0x19a),'alignCenter':_0x26e6ee(0x19d),'alignRight':_0x26e6ee(0x1a0),'alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x26e6ee(0x1a2),'subscript':'Subscript','superscript':_0x26e6ee(0x106),'textColor':'文字顏色','textBackgroundColor':'Text\x20Background\x20color','fillColor':'文字背景色','resetColor':_0x26e6ee(0x11f)},'align':{'top':_0x26e6ee(0x150),'middle':_0x26e6ee(0x15c),'bottom':_0x26e6ee(0x107)},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x26e6ee(0x168),'behindText':_0x26e6ee(0x14f),'inFrontText':_0x26e6ee(0xfa)},'crop':{'shape':'裁切為形狀'}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/shape-editor-ui",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.2",
4
4
  "private": false,
5
5
  "description": "Reusable shape editor UI building blocks for Univer Pro.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -56,15 +56,15 @@
56
56
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
57
57
  },
58
58
  "dependencies": {
59
- "@univerjs/icons": "1.12.0",
60
- "@univerjs-pro/engine-shape": "1.0.0-alpha.0",
61
- "@univerjs/design": "1.0.0-alpha.0",
62
- "@univerjs/core": "1.0.0-alpha.0",
63
- "@univerjs/docs-ui": "1.0.0-alpha.0",
64
- "@univerjs/docs": "1.0.0-alpha.0",
65
- "@univerjs/drawing": "1.0.0-alpha.0",
66
- "@univerjs/engine-render": "1.0.0-alpha.0",
67
- "@univerjs/ui": "1.0.0-alpha.0"
59
+ "@univerjs/icons": "1.16.0",
60
+ "@univerjs/design": "1.0.0-alpha.2",
61
+ "@univerjs-pro/engine-shape": "1.0.0-alpha.2",
62
+ "@univerjs/core": "1.0.0-alpha.2",
63
+ "@univerjs/docs": "1.0.0-alpha.2",
64
+ "@univerjs/docs-ui": "1.0.0-alpha.2",
65
+ "@univerjs/drawing": "1.0.0-alpha.2",
66
+ "@univerjs/engine-render": "1.0.0-alpha.2",
67
+ "@univerjs/ui": "1.0.0-alpha.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "postcss": "^8.5.14",
@@ -73,7 +73,7 @@
73
73
  "tailwindcss": "3.4.17",
74
74
  "typescript": "^6.0.3",
75
75
  "vitest": "^4.1.9",
76
- "@univerjs-infra/shared": "1.0.0-alpha.0"
76
+ "@univerjs-infra/shared": "1.0.0-alpha.2"
77
77
  },
78
78
  "scripts": {
79
79
  "test": "vitest run",