@univerjs-pro/shape-editor-ui 1.0.0-alpha.1 → 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 (90) 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/plugin.d.ts +13 -0
  66. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +0 -4
  67. package/lib/types/views/shape-picker/ShapePickerGrid.d.ts +24 -0
  68. package/lib/types/views/shape-picker/index.d.ts +4 -0
  69. package/lib/types/views/shape-picker/shapes.d.ts +25 -0
  70. package/lib/umd/index.js +1 -1
  71. package/lib/umd/locale/ar-SA.js +1 -1
  72. package/lib/umd/locale/ca-ES.js +1 -1
  73. package/lib/umd/locale/de-DE.js +1 -1
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/id-ID.js +1 -1
  79. package/lib/umd/locale/it-IT.js +1 -1
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/pl-PL.js +1 -1
  83. package/lib/umd/locale/pt-BR.js +1 -1
  84. package/lib/umd/locale/ru-RU.js +1 -1
  85. package/lib/umd/locale/sk-SK.js +1 -1
  86. package/lib/umd/locale/vi-VN.js +1 -1
  87. package/lib/umd/locale/zh-CN.js +1 -1
  88. package/lib/umd/locale/zh-HK.js +1 -1
  89. package/lib/umd/locale/zh-TW.js +1 -1
  90. package/package.json +11 -11
@@ -1 +1 @@
1
- (function(_0x5e8642,_0x3b8016){var _0x4cbb3a=_0x2891,_0x3aab1d=_0x5e8642();while(!![]){try{var _0x4dd5dd=-parseInt(_0x4cbb3a(0x206))/0x1*(-parseInt(_0x4cbb3a(0x22e))/0x2)+-parseInt(_0x4cbb3a(0x214))/0x3+parseInt(_0x4cbb3a(0x26a))/0x4*(-parseInt(_0x4cbb3a(0x224))/0x5)+parseInt(_0x4cbb3a(0x1f9))/0x6*(-parseInt(_0x4cbb3a(0x1e5))/0x7)+-parseInt(_0x4cbb3a(0x2a1))/0x8*(parseInt(_0x4cbb3a(0x28e))/0x9)+parseInt(_0x4cbb3a(0x25f))/0xa*(parseInt(_0x4cbb3a(0x27f))/0xb)+parseInt(_0x4cbb3a(0x26e))/0xc;if(_0x4dd5dd===_0x3b8016)break;else _0x3aab1d['push'](_0x3aab1d['shift']());}catch(_0x124ced){_0x3aab1d['push'](_0x3aab1d['shift']());}}}(_0x4953,0x1b817),function(_0x135499,_0x5a6b9b){var _0x34c166=_0x2891;typeof exports==_0x34c166(0x1c1)&&typeof module<'u'?module[_0x34c166(0x217)]=_0x5a6b9b():typeof define==_0x34c166(0x1f8)&&define[_0x34c166(0x1fa)]?define([],_0x5a6b9b):(_0x135499=typeof globalThis<'u'?globalThis:_0x135499||self,_0x135499[_0x34c166(0x1d2)]=_0x5a6b9b());}(this,function(){var _0x4fe384=_0x2891;return{'shape-editor-ui':{'title':_0x4fe384(0x1c8),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x4fe384(0x28b),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x4fe384(0x25e),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x4fe384(0x1bb),'shapePosition':_0x4fe384(0x28c),'toggleFlipH':_0x4fe384(0x1d3),'toggleFlipV':_0x4fe384(0x1c0),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x4fe384(0x1ba),'toggleTextVertical':_0x4fe384(0x24d),'textEditor':{'paragraphType':{'normal':_0x4fe384(0x264),'heading1':_0x4fe384(0x1e1),'heading2':'Tiêu\x20đề\x202','heading3':_0x4fe384(0x1ee),'heading4':_0x4fe384(0x247),'heading5':_0x4fe384(0x1f3),'orderedList':_0x4fe384(0x1cc),'bulletList':_0x4fe384(0x1c9),'checkList':'Danh\x20sách\x20công\x20việc','quote':'Trích\x20dẫn','code':_0x4fe384(0x23c),'callout':_0x4fe384(0x1de)}},'fill':{'title':_0x4fe384(0x241),'noFill':_0x4fe384(0x1db),'solidFill':_0x4fe384(0x1ca),'gradientFill':_0x4fe384(0x23a),'pictureFill':'Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','patternFill':_0x4fe384(0x28a),'color':_0x4fe384(0x203),'transparency':_0x4fe384(0x1fd),'picture':{'source':_0x4fe384(0x1ec),'insert':_0x4fe384(0x26d),'tileAsTexture':_0x4fe384(0x1b6),'offsetX':_0x4fe384(0x22c),'offsetY':_0x4fe384(0x250),'scaleX':_0x4fe384(0x1f2),'scaleY':_0x4fe384(0x227),'alignment':_0x4fe384(0x1fb),'rotateWithShape':_0x4fe384(0x1c4),'align':{'tl':_0x4fe384(0x257),'t':_0x4fe384(0x297),'tr':'Trên\x20phải','l':'Trái','ctr':_0x4fe384(0x299),'r':'Phải','bl':_0x4fe384(0x243),'b':_0x4fe384(0x282),'br':_0x4fe384(0x210)}}},'line':{'title':'Đường\x20viền','noLine':'Không\x20có\x20đường\x20viền','solidLine':_0x4fe384(0x208),'gradientLine':'Đường\x20viền\x20gradient','color':'Màu\x20sắc','transparency':_0x4fe384(0x1fd),'width':_0x4fe384(0x200),'cornerRadius':_0x4fe384(0x20c),'dashType':{'title':_0x4fe384(0x252),'solid':_0x4fe384(0x24a),'roundDot':'Chấm\x20tròn','squareDot':'Chấm\x20vuông','dash':_0x4fe384(0x209),'dashDot':'Nét\x20đứt\x20chấm','longDash':_0x4fe384(0x251),'longDashDot':_0x4fe384(0x21c),'longDashDotDot':_0x4fe384(0x238)},'capType':{'title':'Kiểu\x20đầu\x20mút','flat':_0x4fe384(0x1be),'round':_0x4fe384(0x1ce),'square':_0x4fe384(0x1bc)},'joinType':{'title':_0x4fe384(0x20f),'miter':'Nhọn','round':_0x4fe384(0x1ce),'bevel':_0x4fe384(0x27a)},'beginArrowType':'Kiểu\x20mũi\x20tên\x20đầu','beginArrowSize':_0x4fe384(0x22d),'endArrowType':_0x4fe384(0x287),'endArrowSize':_0x4fe384(0x218),'arrowType':{'none':'Không\x20có','arrow':_0x4fe384(0x288),'openArrow':_0x4fe384(0x21f),'stealthArrow':'Mũi\x20tên\x20nhọn','diamondArrow':_0x4fe384(0x1e9),'ovalArrow':_0x4fe384(0x29c)},'arrowSize':{'small':_0x4fe384(0x29b),'medium':_0x4fe384(0x29d),'large':_0x4fe384(0x1dc)},'sketchType':{'title':_0x4fe384(0x298),'none':'Không','curved':_0x4fe384(0x1bf),'freehand':'Vẽ\x20tay','handDrawn':_0x4fe384(0x1b0)}},'shape':{'group':{'line':'Đường\x20kẻ','rectangle':_0x4fe384(0x207),'basicShape':_0x4fe384(0x1d0),'blockArrow':'Mũi\x20tên\x20khối','equationShape':_0x4fe384(0x219),'flowchart':_0x4fe384(0x284),'starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0x4fe384(0x245),'other':_0x4fe384(0x258)},'type':{'line':_0x4fe384(0x1d7),'straight-connector1':_0x4fe384(0x1d6),'straight-connector2':_0x4fe384(0x1f4),'bent-connector3':_0x4fe384(0x25c),'bent-connector3-arrow1':_0x4fe384(0x25d),'bent-connector3-arrow2':_0x4fe384(0x1dd),'curved-connector3':'Đường\x20nối\x20cong','curved-connector3-arrow1':_0x4fe384(0x21b),'curved-connector3-arrow2':_0x4fe384(0x1f0),'rect':'Hình\x20chữ\x20nhật','round-rect':_0x4fe384(0x24b),'snip1-rect':_0x4fe384(0x212),'snip2-same-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','snip2-diag-rect':_0x4fe384(0x254),'snip-round-rect':_0x4fe384(0x266),'round1-rect':_0x4fe384(0x27d),'round2-same-rect':_0x4fe384(0x1b9),'round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x4fe384(0x237),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':_0x4fe384(0x1cf),'triangle':'Tam\x20giác\x20cân','rt-triangle':_0x4fe384(0x1b7),'parallelogram':_0x4fe384(0x280),'trapezoid':'Hình\x20thang','non-isosceles-trapezoid':'Hình\x20thang\x20không\x20cân','diamond':'Hình\x20thoi','pentagon':_0x4fe384(0x292),'hexagon':'Lục\x20giác','heptagon':_0x4fe384(0x1d8),'octagon':_0x4fe384(0x272),'decagon':_0x4fe384(0x275),'dodecagon':_0x4fe384(0x1e3),'pie':_0x4fe384(0x27e),'chord':'Hình\x20cung','teardrop':'Hình\x20giọt\x20nước','frame':'Khung','half-frame':_0x4fe384(0x1ff),'corner':'Hình\x20chữ\x20L','diag-stripe':_0x4fe384(0x1f7),'plus':_0x4fe384(0x204),'plaque':'Hình\x20biển\x20hiệu','can':_0x4fe384(0x225),'cube':_0x4fe384(0x21a),'bevel':_0x4fe384(0x235),'donut':_0x4fe384(0x1ed),'no-smoking':_0x4fe384(0x221),'block-arc':_0x4fe384(0x295),'folder-corner':_0x4fe384(0x23b),'smiley-face':_0x4fe384(0x24c),'heart':'Trái\x20tim','lightning-bolt':_0x4fe384(0x22f),'sun':_0x4fe384(0x1eb),'moon':_0x4fe384(0x26c),'cloud':'Đám\x20mây','arc':'Hình\x20cung','bracket-pair':_0x4fe384(0x267),'brace-pair':'Cặp\x20ngoặc\x20nhọn','left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':'Ngoặc\x20vuông\x20phải','left-brace':_0x4fe384(0x255),'right-brace':_0x4fe384(0x29f),'right-arrow':_0x4fe384(0x1cd),'left-arrow':_0x4fe384(0x2a0),'up-arrow':_0x4fe384(0x1bd),'down-arrow':_0x4fe384(0x1b8),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x4fe384(0x22a),'quad-arrow':_0x4fe384(0x26b),'left-right-up-arrow':_0x4fe384(0x240),'bent-arrow':_0x4fe384(0x25a),'uturn-arrow':_0x4fe384(0x256),'left-up-arrow':_0x4fe384(0x291),'bent-up-arrow':_0x4fe384(0x1fe),'curved-right-arrow':_0x4fe384(0x276),'curved-left-arrow':_0x4fe384(0x23f),'curved-up-arrow':_0x4fe384(0x1fe),'curved-down-arrow':_0x4fe384(0x1e0),'striped-right-arrow':'Mũi\x20tên\x20sọc\x20phải','notched-right-arrow':'Mũi\x20tên\x20khía\x20phải','home-plate':_0x4fe384(0x1d5),'chevron':_0x4fe384(0x27c),'right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20phải','down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20xuống','left-arrow-callout':_0x4fe384(0x228),'up-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên','left-right-arrow-callout':_0x4fe384(0x268),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':_0x4fe384(0x216),'math-plus':_0x4fe384(0x204),'math-minus':_0x4fe384(0x1b2),'math-multiply':'Dấu\x20nhân','math-divide':_0x4fe384(0x1c2),'math-equal':_0x4fe384(0x248),'math-not-equal':_0x4fe384(0x29e),'flow-chart-process':_0x4fe384(0x1b4),'flow-chart-alternate-process':_0x4fe384(0x1e2),'flow-chart-decision':_0x4fe384(0x278),'flow-chart-input-output':_0x4fe384(0x201),'flow-chart-predefined-process':'Quy\x20trình\x20xác\x20định\x20trước','flow-chart-internal-storage':_0x4fe384(0x1ae),'flow-chart-document':'Tài\x20liệu','flow-chart-multidocument':_0x4fe384(0x213),'flow-chart-terminator':_0x4fe384(0x281),'flow-chart-preparation':_0x4fe384(0x211),'flow-chart-manual-input':_0x4fe384(0x261),'flow-chart-manual-operation':_0x4fe384(0x1b1),'flow-chart-connector':_0x4fe384(0x283),'flow-chart-offpage-connector':_0x4fe384(0x215),'flow-chart-punched-card':'Thẻ\x20đục\x20lỗ','flow-chart-punched-tape':'Băng\x20đục\x20lỗ','flow-chart-summing-junction':_0x4fe384(0x269),'flow-chart-or':_0x4fe384(0x1c3),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x4fe384(0x231),'flow-chart-extract':'Trích\x20xuất','flow-chart-merge':_0x4fe384(0x263),'flow-chart-online-storage':_0x4fe384(0x242),'flow-chart-delay':_0x4fe384(0x279),'flow-chart-magnetic-tape':_0x4fe384(0x1fc),'flow-chart-magnetic-disk':_0x4fe384(0x1ef),'flow-chart-magnetic-drum':_0x4fe384(0x226),'flow-chart-display':_0x4fe384(0x1b3),'irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0x4fe384(0x1e8),'star4':_0x4fe384(0x262),'star5':_0x4fe384(0x233),'star6':_0x4fe384(0x21e),'star7':_0x4fe384(0x223),'star8':_0x4fe384(0x1e6),'star10':_0x4fe384(0x1df),'star12':'Sao\x2012\x20cánh','star16':_0x4fe384(0x236),'star24':_0x4fe384(0x271),'star32':'Sao\x2032\x20cánh','ribbon2':_0x4fe384(0x244),'ribbon':_0x4fe384(0x260),'ellipse-ribbon2':_0x4fe384(0x286),'ellipse-ribbon':_0x4fe384(0x253),'vertical-scroll':_0x4fe384(0x1af),'horizontal-scroll':_0x4fe384(0x293),'wave':_0x4fe384(0x296),'double-wave':_0x4fe384(0x273),'wedge-rect-callout':_0x4fe384(0x1c5),'wedge-round-rect-callout':_0x4fe384(0x1da),'wedge-ellipse-callout':_0x4fe384(0x205),'cloud-callout':_0x4fe384(0x1f6),'border-callout1':'Chú\x20thích\x20đường\x20kẻ\x201','border-callout2':_0x4fe384(0x246),'border-callout3':_0x4fe384(0x259),'accent-callout1':_0x4fe384(0x23d),'accent-callout2':_0x4fe384(0x222),'accent-callout3':_0x4fe384(0x2a3),'callout1':'Chú\x20thích\x201','callout2':_0x4fe384(0x270),'callout3':_0x4fe384(0x21d),'accent-border-callout1':_0x4fe384(0x26f),'accent-border-callout2':_0x4fe384(0x1ea),'accent-border-callout3':_0x4fe384(0x29a),'left-circular-arrow':'Mũi\x20tên\x20tròn\x20trái','left-right-circular-arrow':'Mũi\x20tên\x20tròn\x20trái\x20phải','swoosh-arrow':_0x4fe384(0x239),'left-right-ribbon':_0x4fe384(0x1cb),'pie-wedge':_0x4fe384(0x1f5),'funnel':'Phễu','gear6':_0x4fe384(0x24e),'gear9':_0x4fe384(0x232),'corner-tabs':_0x4fe384(0x229),'action-button-back-previous':_0x4fe384(0x27b),'action-button-forward-next':_0x4fe384(0x290),'action-button-beginning':'Nút\x20hành\x20động:\x20Bắt\x20đầu','action-button-end':_0x4fe384(0x1d1),'action-button-home':_0x4fe384(0x1c6),'action-button-information':_0x4fe384(0x265),'action-button-return':'Nút\x20hành\x20động:\x20Trở\x20lại','action-button-movie':'Nút\x20hành\x20động:\x20Phim','action-button-document':_0x4fe384(0x202),'action-button-sound':_0x4fe384(0x285),'action-button-help':_0x4fe384(0x25b),'action-button-blank':_0x4fe384(0x2a2),'chart-plus':_0x4fe384(0x1e7),'chart-star':_0x4fe384(0x22b),'chart-x':_0x4fe384(0x1d4),'flow-chart-offline-storage':_0x4fe384(0x20e),'line-inv':'Đường\x20ngược','plaque-tabs':'Tab\x20biển\x20hiệu','square-tabs':_0x4fe384(0x20b),'up-down-arrow-callout':_0x4fe384(0x220)}},'toolbar':{'expandShapeToolbar':_0x4fe384(0x1e4),'collapseShapeToolbar':_0x4fe384(0x274),'alignLeft':'Căn\x20trái','alignCenter':'Căn\x20giữa','alignRight':_0x4fe384(0x28d),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x4fe384(0x289),'underline':_0x4fe384(0x1c7),'strikethrough':'Gạch\x20ngang','subscript':_0x4fe384(0x230),'superscript':_0x4fe384(0x20d),'textColor':_0x4fe384(0x28f),'textBackgroundColor':_0x4fe384(0x277),'fillColor':_0x4fe384(0x23e),'resetColor':'Reset\x20color'},'align':{'top':_0x4fe384(0x20a),'middle':_0x4fe384(0x294),'bottom':_0x4fe384(0x1b5)},'textWrap':{'inline':'In\x20line\x20with\x20text','square':_0x4fe384(0x1d9),'topAndBottom':_0x4fe384(0x24f),'behindText':_0x4fe384(0x249),'inFrontText':_0x4fe384(0x234)},'crop':{'shape':_0x4fe384(0x1f1)}}};}));function _0x2891(_0x5d3ab2,_0x14848b){_0x5d3ab2=_0x5d3ab2-0x1ae;var _0x495359=_0x4953();var _0x28914d=_0x495359[_0x5d3ab2];return _0x28914d;}function _0x4953(){var _0x344152=['Mặt\x20trời','Nguồn\x20ảnh','Hình\x20bánh\x20rán','Tiêu\x20đề\x203','Đĩa\x20từ','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Cắt\x20theo\x20hình\x20dạng','Tỷ\x20lệ\x20X','Tiêu\x20đề\x205','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Miếng\x20bánh','Chú\x20thích\x20đám\x20mây','Sọc\x20chéo','function','102wrMegU','amd','Căn\x20chỉnh','Băng\x20từ','Độ\x20trong\x20suốt','Mũi\x20tên\x20cong\x20lên','Khung\x20một\x20nửa','Độ\x20rộng','Dữ\x20liệu','Nút\x20hành\x20động:\x20Tài\x20liệu','Màu\x20sắc','Dấu\x20cộng','Chú\x20thích\x20hình\x20elip','197133PLCWgw','Hình\x20chữ\x20nhật','Đường\x20viền\x20liền','Nét\x20đứt','Căn\x20trên','Tab\x20vuông','Bán\x20kính\x20góc','Superscript','Lưu\x20trữ\x20ngoại\x20tuyến','Kiểu\x20nối\x20góc','Dưới\x20phải','Chuẩn\x20bị','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Đa\x20tài\x20liệu','576087HKmMAa','Đầu\x20nối\x20khác\x20trang','Mũi\x20tên\x20tròn','exports','Kích\x20thước\x20mũi\x20tên\x20cuối','Hình\x20công\x20thức','Hình\x20lập\x20phương','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Nét\x20đứt\x20dài\x20chấm','Chú\x20thích\x203','Sao\x206\x20cánh','Mũi\x20tên\x20hở','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Biển\x20cấm\x20hút\x20thuốc','Chú\x20thích\x20nhấn\x20mạnh\x202','Sao\x207\x20cánh','765820LsVEEt','Hình\x20trụ','Trống\x20từ','Tỷ\x20lệ\x20Y','Chú\x20thích\x20mũi\x20tên\x20trái','Tab\x20góc','Mũi\x20tên\x20lên\x20xuống','Biểu\x20đồ\x20sao','Bù\x20trừ\x20X','Kích\x20thước\x20mũi\x20tên\x20đầu','2hiwfZX','Tia\x20sét','Subscript','Sắp\x20xếp','Bánh\x20răng\x209','Sao\x205\x20cánh','In\x20front\x20of\x20text','Hình\x20vát','Sao\x2016\x20cánh','Hộp\x20văn\x20bản\x20ngang','Nét\x20đứt\x20dài\x20hai\x20chấm','Mũi\x20tên\x20lướt','Tô\x20màu\x20gradient','Góc\x20thư\x20mục','Khối\x20mã','Chú\x20thích\x20nhấn\x20mạnh\x201','Màu\x20nền\x20văn\x20bản','Mũi\x20tên\x20cong\x20trái','Mũi\x20tên\x20trái\x20phải\x20lên','Tô\x20màu','Lưu\x20trữ\x20trực\x20tuyến','Dưới\x20trái','Ruy\x20băng\x20lên','Chú\x20thích','Chú\x20thích\x20đường\x20kẻ\x202','Tiêu\x20đề\x204','Dấu\x20bằng','Behind\x20text','Liền','Hình\x20chữ\x20nhật\x20bo\x20góc','Mặt\x20cười','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Bánh\x20răng\x206','Top\x20and\x20Bottom','Bù\x20trừ\x20Y','Nét\x20đứt\x20dài','Kiểu\x20nét\x20đứt','Ruy\x20băng\x20cong\x20xuống','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Ngoặc\x20nhọn\x20trái','Mũi\x20tên\x20quay\x20đầu','Trên\x20trái','Khác','Chú\x20thích\x20đường\x20kẻ\x203','Mũi\x20tên\x20cong','Nút\x20hành\x20động:\x20Trợ\x20giúp','Đường\x20nối\x20khuỷu','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Ẩn\x20bảng\x20hình\x20dạng','22190ohWNlv','Ruy\x20băng\x20xuống','Nhập\x20thủ\x20công','Sao\x204\x20cánh','Hợp\x20nhất','Văn\x20bản','Nút\x20hành\x20động:\x20Thông\x20tin','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Cặp\x20ngoặc\x20vuông','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Điểm\x20nối\x20tổng','4qsLTRk','Mũi\x20tên\x20bốn\x20chiều','Mặt\x20trăng','Chèn...','2544396hSRrAP','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Chú\x20thích\x202','Sao\x2024\x20cánh','Bát\x20giác','Sóng\x20đôi','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Thập\x20giác','Mũi\x20tên\x20cong\x20phải','Text\x20Background\x20color','Quyết\x20định','Trì\x20hoãn','Vát','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Hình\x20chữ\x20V','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Hình\x20quạt','660giNsnJ','Hình\x20bình\x20hành','Kết\x20thúc','Dưới','Đầu\x20nối','Lưu\x20đồ','Nút\x20hành\x20động:\x20Âm\x20thanh','Ruy\x20băng\x20cong\x20lên','Kiểu\x20mũi\x20tên\x20cuối','Mũi\x20tên','In\x20nghiêng','Tô\x20bằng\x20mẫu','Mở\x20bảng\x20hình\x20dạng','Vị\x20trí\x20hình\x20dạng','Căn\x20phải','100773lhIBEU','Màu\x20chữ','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Mũi\x20tên\x20trái\x20lên','Ngũ\x20giác','Cuộn\x20ngang','Căn\x20giữa\x20theo\x20chiều\x20dọc','Hình\x20cung\x20khối','Sóng','Trên','Kiểu\x20phác\x20thảo','Giữa','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Nhỏ','Mũi\x20tên\x20hình\x20bầu\x20dục','Vừa','Dấu\x20khác','Ngoặc\x20nhọn\x20phải','Mũi\x20tên\x20trái','8CyIOkd','Nút\x20hành\x20động:\x20Trống','Chú\x20thích\x20nhấn\x20mạnh\x203','Lưu\x20trữ\x20nội\x20bộ','Cuộn\x20dọc','Vẽ\x20nguệch\x20ngoạc','Thao\x20tác\x20thủ\x20công','Dấu\x20trừ','Hiển\x20thị','Quy\x20trình','Căn\x20dưới','Lát\x20ảnh\x20làm\x20kết\x20cấu','Tam\x20giác\x20vuông','Mũi\x20tên\x20xuống','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Kiểu\x20hình\x20dạng','Vuông','Mũi\x20tên\x20lên','Phẳng','Cong','Bật/tắt\x20lật\x20dọc','object','Dấu\x20chia','Hoặc','Xoay\x20cùng\x20hình\x20dạng','Chú\x20thích\x20hình\x20chữ\x20nhật','Nút\x20hành\x20động:\x20Trang\x20chủ','Gạch\x20chân','Hình\x20dạng','Danh\x20sách\x20không\x20thứ\x20tự','Tô\x20màu\x20đặc','Ruy\x20băng\x20trái\x20phải','Danh\x20sách\x20có\x20thứ\x20tự','Mũi\x20tên\x20phải','Tròn','Hình\x20elip','Hình\x20cơ\x20bản','Nút\x20hành\x20động:\x20Kết\x20thúc','UniverProShapeEditorUiViVN','Chuyển\x20đổi\x20lật\x20ngang','Biểu\x20đồ\x20X','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Mũi\x20tên\x20đường\x20thẳng','Đường\x20thẳng','Thất\x20giác','Square','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Không\x20tô','Lớn','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Khung\x20nổi\x20bật','Sao\x2010\x20cánh','Mũi\x20tên\x20cong\x20xuống','Tiêu\x20đề\x201','Quy\x20trình\x20thay\x20thế','Thập\x20nhị\x20giác','Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','30163bMGftI','Sao\x208\x20cánh','Biểu\x20đồ\x20cộng','Hình\x20nổ\x202','Mũi\x20tên\x20kim\x20cương','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202'];_0x4953=function(){return _0x344152;};return _0x4953();}
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 _0x1e00(_0x12073a,_0x20a652){_0x12073a=_0x12073a-0xc7;var _0x4d7eb2=_0x4d7e();var _0x1e00eb=_0x4d7eb2[_0x12073a];return _0x1e00eb;}(function(_0x19204c,_0x4bfde5){var _0x594715=_0x1e00,_0x1005d8=_0x19204c();while(!![]){try{var _0xecb276=-parseInt(_0x594715(0x169))/0x1+-parseInt(_0x594715(0xea))/0x2*(parseInt(_0x594715(0xcc))/0x3)+parseInt(_0x594715(0x167))/0x4+-parseInt(_0x594715(0x136))/0x5+parseInt(_0x594715(0x130))/0x6*(parseInt(_0x594715(0xf1))/0x7)+parseInt(_0x594715(0xcd))/0x8*(-parseInt(_0x594715(0x162))/0x9)+parseInt(_0x594715(0xc7))/0xa;if(_0xecb276===_0x4bfde5)break;else _0x1005d8['push'](_0x1005d8['shift']());}catch(_0x5d0cc2){_0x1005d8['push'](_0x1005d8['shift']());}}}(_0x4d7e,0xc57af),function(_0x5e6789,_0x4bdbbe){var _0x4adfb2=_0x1e00;typeof exports==_0x4adfb2(0x126)&&typeof module<'u'?module[_0x4adfb2(0x11f)]=_0x4bdbbe():typeof define==_0x4adfb2(0x123)&&define[_0x4adfb2(0x14d)]?define([],_0x4bdbbe):(_0x5e6789=typeof globalThis<'u'?globalThis:_0x5e6789||self,_0x5e6789['UniverProShapeEditorUiZhCN']=_0x4bdbbe());}(this,function(){var _0x2aa012=_0x1e00;return{'shape-editor-ui':{'title':'形状','insertShape':_0x2aa012(0x108),'openPanel':'打开形状面板','deleteShape':_0x2aa012(0x115),'hidePanel':_0x2aa012(0xca),'formatShape':_0x2aa012(0x143),'shapeStyle':_0x2aa012(0x181),'shapePosition':_0x2aa012(0x176),'toggleFlipH':_0x2aa012(0xeb),'toggleFlipV':'切换垂直翻转','rotateRight90':_0x2aa012(0x172),'rotateLeft90':_0x2aa012(0xd6),'toggleTextVertical':_0x2aa012(0xdd),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x2aa012(0x146),'heading2':'标题2','heading3':_0x2aa012(0x11d),'heading4':'标题4','heading5':_0x2aa012(0x13c),'orderedList':_0x2aa012(0x161),'bulletList':'无序列表','checkList':'任务列表','quote':'引用','code':'代码块','callout':_0x2aa012(0x14f)}},'fill':{'title':'填充','noFill':'无颜色','solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x2aa012(0x160),'color':'颜色','transparency':'透明度','picture':{'source':_0x2aa012(0x104),'insert':_0x2aa012(0xf0),'tileAsTexture':_0x2aa012(0x103),'offsetX':'偏移量\x20X','offsetY':_0x2aa012(0x180),'scaleX':_0x2aa012(0x15a),'scaleY':_0x2aa012(0x134),'alignment':'对齐方式','rotateWithShape':'与形状一起旋转','align':{'tl':_0x2aa012(0xe6),'t':_0x2aa012(0x100),'tr':'右上对齐','l':_0x2aa012(0x10a),'ctr':_0x2aa012(0x131),'r':'右对齐','bl':_0x2aa012(0x12a),'b':_0x2aa012(0x11c),'br':_0x2aa012(0x12b)}}},'line':{'title':'线条','noLine':_0x2aa012(0x17e),'solidLine':'实线','gradientLine':_0x2aa012(0x148),'color':'颜色','transparency':_0x2aa012(0x12d),'width':'宽度','cornerRadius':_0x2aa012(0xc8),'dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':_0x2aa012(0x164),'longDash':_0x2aa012(0x15c),'longDashDot':_0x2aa012(0x113),'longDashDotDot':_0x2aa012(0x138)},'capType':{'title':_0x2aa012(0x17d),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x2aa012(0xdb),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x2aa012(0x128),'beginArrowSize':_0x2aa012(0x127),'endArrowType':_0x2aa012(0x102),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x2aa012(0x179),'stealthArrow':_0x2aa012(0x109),'diamondArrow':_0x2aa012(0x153),'ovalArrow':_0x2aa012(0x116)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2aa012(0x10c),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x2aa012(0x156),'blockArrow':_0x2aa012(0x111),'equationShape':_0x2aa012(0x16f),'flowchart':_0x2aa012(0x15f),'starAndBanner':_0x2aa012(0x16b),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':_0x2aa012(0xee),'bent-connector3':'折线','bent-connector3-arrow1':_0x2aa012(0x17c),'bent-connector3-arrow2':_0x2aa012(0xfd),'curved-connector3':'曲线','curved-connector3-arrow1':_0x2aa012(0x10f),'curved-connector3-arrow2':_0x2aa012(0xcf),'rect':'矩形','round-rect':'圆角矩形','snip1-rect':'剪去单角矩形','snip2-same-rect':_0x2aa012(0x16a),'snip2-diag-rect':_0x2aa012(0x177),'snip-round-rect':_0x2aa012(0x13f),'round1-rect':_0x2aa012(0x132),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x2aa012(0xe1),'rect-textbox-horizontal':'横向文本框','rect-textbox-vertical':_0x2aa012(0xfe),'ellipse':'椭圆','triangle':_0x2aa012(0x14e),'rt-triangle':_0x2aa012(0xe7),'parallelogram':_0x2aa012(0x119),'trapezoid':'梯形','non-isosceles-trapezoid':_0x2aa012(0x16d),'diamond':'菱形','pentagon':_0x2aa012(0x150),'hexagon':_0x2aa012(0x168),'heptagon':_0x2aa012(0x125),'octagon':'八边形','decagon':'十边形','dodecagon':_0x2aa012(0x112),'pie':_0x2aa012(0x12c),'chord':'弦形','teardrop':'泪滴形','frame':_0x2aa012(0x149),'half-frame':_0x2aa012(0xe3),'corner':'L形','diag-stripe':'斜纹','plus':'十字形','plaque':_0x2aa012(0xfb),'can':_0x2aa012(0x105),'cube':'立方体','bevel':'矩形:棱台','donut':'圆:空心','no-smoking':_0x2aa012(0x137),'block-arc':'空心弧','folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x2aa012(0x141),'sun':_0x2aa012(0xd9),'moon':_0x2aa012(0xd5),'cloud':'云形','arc':'弧形','bracket-pair':_0x2aa012(0x157),'brace-pair':_0x2aa012(0xde),'left-bracket':'左中括号','right-bracket':_0x2aa012(0x140),'left-brace':_0x2aa012(0x139),'right-brace':_0x2aa012(0xe9),'right-arrow':_0x2aa012(0x15b),'left-arrow':_0x2aa012(0x11b),'up-arrow':_0x2aa012(0xe5),'down-arrow':_0x2aa012(0xd4),'left-right-arrow':_0x2aa012(0xda),'up-down-arrow':'箭头:上下','quad-arrow':'箭头:十字','left-right-up-arrow':_0x2aa012(0xf6),'bent-arrow':_0x2aa012(0x110),'uturn-arrow':_0x2aa012(0x151),'left-up-arrow':_0x2aa012(0xd1),'bent-up-arrow':'箭头:直角上','curved-right-arrow':'箭头:右弧形','curved-left-arrow':'箭头:左弧形','curved-up-arrow':_0x2aa012(0xed),'curved-down-arrow':_0x2aa012(0x152),'striped-right-arrow':'箭头:虚尾','notched-right-arrow':_0x2aa012(0x165),'home-plate':_0x2aa012(0x150),'chevron':'箭头:V型','right-arrow-callout':_0x2aa012(0xcb),'down-arrow-callout':'标注:下箭头','left-arrow-callout':_0x2aa012(0xef),'up-arrow-callout':_0x2aa012(0x17f),'left-right-arrow-callout':_0x2aa012(0xec),'quad-arrow-callout':'标注:十字箭头','circular-arrow':_0x2aa012(0x12e),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x2aa012(0x173),'flow-chart-process':_0x2aa012(0x14c),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0x2aa012(0xd7),'flow-chart-input-output':_0x2aa012(0xf9),'flow-chart-predefined-process':_0x2aa012(0x14b),'flow-chart-internal-storage':'流程图:内部贮存','flow-chart-document':_0x2aa012(0x171),'flow-chart-multidocument':_0x2aa012(0x117),'flow-chart-terminator':_0x2aa012(0x107),'flow-chart-preparation':_0x2aa012(0xe2),'flow-chart-manual-input':_0x2aa012(0x147),'flow-chart-manual-operation':_0x2aa012(0xf7),'flow-chart-connector':_0x2aa012(0x182),'flow-chart-offpage-connector':_0x2aa012(0xff),'flow-chart-punched-card':_0x2aa012(0x13e),'flow-chart-punched-tape':_0x2aa012(0x142),'flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x2aa012(0x17a),'flow-chart-collate':_0x2aa012(0x144),'flow-chart-sort':_0x2aa012(0xf5),'flow-chart-extract':_0x2aa012(0x17b),'flow-chart-merge':_0x2aa012(0x163),'flow-chart-online-storage':_0x2aa012(0x10e),'flow-chart-delay':'流程图:延期','flow-chart-magnetic-tape':_0x2aa012(0x16e),'flow-chart-magnetic-disk':'流程图:磁盘','flow-chart-magnetic-drum':_0x2aa012(0x158),'flow-chart-display':_0x2aa012(0x114),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x2aa012(0xc9),'star4':_0x2aa012(0xfa),'star5':_0x2aa012(0x14a),'star6':'星形:六角','star7':_0x2aa012(0xf2),'star8':_0x2aa012(0x106),'star10':_0x2aa012(0x12f),'star12':_0x2aa012(0xce),'star16':_0x2aa012(0xe8),'star24':'星形:二十四角','star32':_0x2aa012(0xf8),'ribbon2':_0x2aa012(0x13a),'ribbon':_0x2aa012(0x10b),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':'带形:前凸弯','vertical-scroll':_0x2aa012(0x178),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x2aa012(0xf3),'wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x2aa012(0xdf),'border-callout1':'标注:线形','border-callout2':'标注:弯曲线形','border-callout3':'标注:双弯曲线形','accent-callout1':_0x2aa012(0x154),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x2aa012(0x15d),'callout1':_0x2aa012(0x11e),'callout2':'标注:弯曲线形(无边框)','callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0x2aa012(0x13d),'accent-border-callout2':_0x2aa012(0x174),'accent-border-callout3':_0x2aa012(0x135),'left-circular-arrow':_0x2aa012(0x183),'left-right-circular-arrow':_0x2aa012(0xd3),'swoosh-arrow':_0x2aa012(0x133),'left-right-ribbon':'左右带形','pie-wedge':'饼形楔','funnel':'漏斗','gear6':_0x2aa012(0x124),'gear9':_0x2aa012(0x170),'corner-tabs':'角标','action-button-back-previous':'返回/上一个按钮','action-button-forward-next':'前进/下一个按钮','action-button-beginning':_0x2aa012(0x175),'action-button-end':_0x2aa012(0x166),'action-button-home':'主页按钮','action-button-information':_0x2aa012(0xfc),'action-button-return':_0x2aa012(0x121),'action-button-movie':'电影按钮','action-button-document':_0x2aa012(0xe0),'action-button-sound':_0x2aa012(0xd8),'action-button-help':'帮助按钮','action-button-blank':_0x2aa012(0xdc),'chart-plus':_0x2aa012(0xf4),'chart-star':'图表星号','chart-x':_0x2aa012(0x13b),'flow-chart-offline-storage':_0x2aa012(0x120),'line-inv':'线反向','plaque-tabs':_0x2aa012(0x118),'square-tabs':_0x2aa012(0xe4),'up-down-arrow-callout':_0x2aa012(0x15e)}},'toolbar':{'expandShapeToolbar':'展开形状工具栏','collapseShapeToolbar':_0x2aa012(0xd2),'alignLeft':_0x2aa012(0x10a),'alignCenter':'居中对齐','alignRight':_0x2aa012(0x129),'alignJustify':_0x2aa012(0x16c),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x2aa012(0x184),'subscript':_0x2aa012(0x122),'superscript':'Superscript','textColor':_0x2aa012(0x159),'textBackgroundColor':_0x2aa012(0x101),'fillColor':_0x2aa012(0x145),'resetColor':'重置颜色'},'align':{'top':_0x2aa012(0x100),'middle':_0x2aa012(0xd0),'bottom':_0x2aa012(0x11c)},'textWrap':{'inline':_0x2aa012(0x155),'square':_0x2aa012(0x10d),'topAndBottom':_0x2aa012(0x11a),'behindText':'衬于文字下方','inFrontText':'浮于文字上方'},'crop':{'shape':'裁剪为形状'}}};}));function _0x4d7e(){var _0x4c8db0=['箭头:丁字','流程图:手动操作','星形:三十二角','流程图:数据','星形:四角','缺角矩形','信息按钮','双箭头折线','纵向文本框','流程图:离页连接符','顶部对齐','文字背景颜色','终点箭头类型','将图片平铺为纹理','图片源','圆柱形','星形:八角','流程图:终止','插入形状','隐形箭头','左对齐','带形:前凸','草绘样式','四周型','流程图:存储数据','曲线:箭头','箭头:圆角右','箭头总汇','十二边形','长划线-点','流程图:显示','删除形状','椭圆箭头','流程图:多文档','牌匾标签','平行四边形','上下型','箭头:左','底部对齐','标题3','标注:线形(无边框)','exports','流程图:离线存储','返回按钮','Subscript','function','6齿齿轮','七边形','object','起点箭头大小','起点箭头类型','右对齐','左下对齐','右下对齐','不完整圆','透明度','箭头:环形','星形:十角','996888iDGDgW','居中对齐','矩形:单圆角','弯曲箭头','刻度\x20Y','标注:双弯曲线形(带边框和强调线)','7118875VQNxvr','禁止符','长划线-点-点','左大括号','带形:上凸','图表X','标题5','标注:线形(带边框和强调线)','流程图:卡片','矩形:一个圆顶角,剪去另一个顶角','右中括号','闪电形','流程图:资料带','格式化形状','流程图:对照','文本背景色','标题1','流程图:手动输入','渐变线','图文框','星形:五角','流程图:预定义过程','流程图:过程','amd','等腰三角形','高亮框','五边形','箭头:手杖形','箭头:下弧形','菱形箭头','标注:线形(带强调线)','嵌入型','基本形状','双括号','流程图:直接访问存储器','文本颜色','刻度\x20X','箭头:右','长划线','标注:双弯曲线形(带强调线)','上下箭头标注','流程图','图案填充','有序列表','4460409SOlXHM','流程图:合并','短划线-点','箭头:燕尾形','结束按钮','1981040QgoGfi','六边形','401486ZDCMet','矩形:剪去顶角','星与旗帜','两端对齐','非等腰梯形','流程图:顺序访问存储器','公式形状','9齿齿轮','流程图:文档','顺时针90度旋转','不等号','标注:弯曲线形(带边框和强调线)','开始按钮','形状位置','矩形:剪去对角','卷形:垂直','开放箭头','流程图:或者','流程图:摘录','折线:箭头','端点类型','无线条','标注:上箭头','偏移量\x20Y','形状样式','流程图:接点','左圆形箭头','删除线','28677020EnRjpi','拐角半径','爆炸形:14pt','隐藏形状面板','标注:右箭头','645XfcyvZ','8AQqxab','星形:十二角','双箭头曲线','垂直居中','箭头:直角双向','收起形状工具栏','左右圆形箭头','箭头:下','新月形','逆时针90度旋转','流程图:决策','声音按钮','太阳形','箭头:左右','联接类型','空白按钮','切换文本竖排','双大括号','气泡:云','文档按钮','矩形:对角圆角','流程图:准备','半闭框','方形标签','箭头:上','左上对齐','直角三角形','星形:十六角','右大括号','14534xvXcBj','切换水平翻转','标注:左右箭头','箭头:上弧形','双箭头直线','标注:左箭头','插入...','56rsKYUr','星形:七角','对话气泡:矩形','图表加号','流程图:排序'];_0x4d7e=function(){return _0x4c8db0;};return _0x4d7e();}
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(_0x174be8,_0xe2eba5){var _0x3909e0=_0x50b2,_0xc6bae8=_0x174be8();while(!![]){try{var _0x2d8788=parseInt(_0x3909e0(0x200))/0x1+-parseInt(_0x3909e0(0x1f8))/0x2*(-parseInt(_0x3909e0(0x169))/0x3)+-parseInt(_0x3909e0(0x1c1))/0x4+parseInt(_0x3909e0(0x1a0))/0x5*(parseInt(_0x3909e0(0x188))/0x6)+parseInt(_0x3909e0(0x1d1))/0x7+-parseInt(_0x3909e0(0x1a4))/0x8*(parseInt(_0x3909e0(0x211))/0x9)+-parseInt(_0x3909e0(0x1d8))/0xa;if(_0x2d8788===_0xe2eba5)break;else _0xc6bae8['push'](_0xc6bae8['shift']());}catch(_0x57ceac){_0xc6bae8['push'](_0xc6bae8['shift']());}}}(_0x4588,0xdfc16),function(_0x2444c0,_0x4cc0b0){var _0x59c575=_0x50b2;typeof exports==_0x59c575(0x1c5)&&typeof module<'u'?module[_0x59c575(0x203)]=_0x4cc0b0():typeof define==_0x59c575(0x16e)&&define[_0x59c575(0x1a8)]?define([],_0x4cc0b0):(_0x2444c0=typeof globalThis<'u'?globalThis:_0x2444c0||self,_0x2444c0[_0x59c575(0x15f)]=_0x4cc0b0());}(this,function(){var _0x4a44f6=_0x50b2;return{'shape-editor-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':_0x4a44f6(0x1d9),'hidePanel':_0x4a44f6(0x1b3),'formatShape':'格式化形狀','shapeStyle':_0x4a44f6(0x18c),'shapePosition':'圖形位置','toggleFlipH':'切換水平翻轉','toggleFlipV':_0x4a44f6(0x18d),'rotateRight90':_0x4a44f6(0x1ea),'rotateLeft90':_0x4a44f6(0x1c3),'toggleTextVertical':'切換文本豎排','textEditor':{'paragraphType':{'normal':'正文','heading1':_0x4a44f6(0x198),'heading2':_0x4a44f6(0x19b),'heading3':_0x4a44f6(0x1e1),'heading4':_0x4a44f6(0x18b),'heading5':_0x4a44f6(0x16b),'orderedList':_0x4a44f6(0x1ce),'bulletList':_0x4a44f6(0x196),'checkList':'任務列表','quote':'引用','code':_0x4a44f6(0x208),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':_0x4a44f6(0x162),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x4a44f6(0x175),'color':'顏色','transparency':_0x4a44f6(0x182),'picture':{'source':_0x4a44f6(0x15a),'insert':_0x4a44f6(0x190),'tileAsTexture':_0x4a44f6(0x1d5),'offsetX':'偏移量\x20X','offsetY':_0x4a44f6(0x1e9),'scaleX':'縮放\x20X','scaleY':'縮放\x20Y','alignment':_0x4a44f6(0x18a),'rotateWithShape':_0x4a44f6(0x1c8),'align':{'tl':_0x4a44f6(0x173),'t':_0x4a44f6(0x1f7),'tr':_0x4a44f6(0x155),'l':_0x4a44f6(0x16f),'ctr':_0x4a44f6(0x170),'r':_0x4a44f6(0x156),'bl':'左下對齊','b':_0x4a44f6(0x1d3),'br':_0x4a44f6(0x183)}}},'line':{'title':'線條','noLine':_0x4a44f6(0x1ac),'solidLine':'實線','gradientLine':_0x4a44f6(0x1d4),'color':'顏色','transparency':_0x4a44f6(0x182),'width':'寬度','cornerRadius':'拐角半徑','dashType':{'title':_0x4a44f6(0x191),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x4a44f6(0x16d),'longDash':_0x4a44f6(0x1c2),'longDashDot':_0x4a44f6(0x17e),'longDashDotDot':_0x4a44f6(0x1a9)},'capType':{'title':_0x4a44f6(0x161),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x4a44f6(0x1b8),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x4a44f6(0x1a5),'beginArrowSize':_0x4a44f6(0x1fe),'endArrowType':_0x4a44f6(0x160),'endArrowSize':_0x4a44f6(0x213),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x4a44f6(0x194),'stealthArrow':_0x4a44f6(0x1b4),'diamondArrow':'菱形箭頭','ovalArrow':_0x4a44f6(0x19f)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x4a44f6(0x174),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x4a44f6(0x179),'blockArrow':_0x4a44f6(0x1f3),'equationShape':_0x4a44f6(0x1ad),'flowchart':_0x4a44f6(0x193),'starAndBanner':_0x4a44f6(0x1f9),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':'直線箭頭','straight-connector2':_0x4a44f6(0x152),'bent-connector3':'折線','bent-connector3-arrow1':_0x4a44f6(0x1cf),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x4a44f6(0x1a3),'curved-connector3-arrow2':_0x4a44f6(0x176),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':'剪去單角矩形','snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x4a44f6(0x19a),'snip-round-rect':_0x4a44f6(0x1f4),'round1-rect':'矩形:單圓角','round2-same-rect':_0x4a44f6(0x1d0),'round2-diag-rect':_0x4a44f6(0x171),'rect-textbox-horizontal':'橫向文字方塊','rect-textbox-vertical':_0x4a44f6(0x1d6),'ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':'直角三角形','parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x4a44f6(0x1ec),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x4a44f6(0x195),'heptagon':_0x4a44f6(0x181),'octagon':'八邊形','decagon':_0x4a44f6(0x19c),'dodecagon':_0x4a44f6(0x192),'pie':_0x4a44f6(0x1ee),'chord':'弦形','teardrop':_0x4a44f6(0x1be),'frame':_0x4a44f6(0x1dc),'half-frame':_0x4a44f6(0x1af),'corner':'L形','diag-stripe':'斜紋','plus':_0x4a44f6(0x204),'plaque':_0x4a44f6(0x207),'can':_0x4a44f6(0x212),'cube':_0x4a44f6(0x1b7),'bevel':_0x4a44f6(0x1ba),'donut':'圓:空心','no-smoking':_0x4a44f6(0x16a),'block-arc':_0x4a44f6(0x154),'folder-corner':_0x4a44f6(0x201),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x4a44f6(0x15e),'sun':'太陽形','moon':_0x4a44f6(0x168),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x4a44f6(0x18f),'left-bracket':'左中括號','right-bracket':_0x4a44f6(0x1c6),'left-brace':'左大括號','right-brace':_0x4a44f6(0x1e7),'right-arrow':_0x4a44f6(0x1c9),'left-arrow':_0x4a44f6(0x16c),'up-arrow':_0x4a44f6(0x1ab),'down-arrow':'箭頭:下','left-right-arrow':_0x4a44f6(0x1b5),'up-down-arrow':'箭頭:上下','quad-arrow':_0x4a44f6(0x1b0),'left-right-up-arrow':'箭頭:丁字','bent-arrow':'箭頭:圓角右','uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x4a44f6(0x1cb),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x4a44f6(0x15c),'curved-up-arrow':_0x4a44f6(0x197),'curved-down-arrow':_0x4a44f6(0x206),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':_0x4a44f6(0x1c7),'home-plate':_0x4a44f6(0x1fd),'chevron':_0x4a44f6(0x1ae),'right-arrow-callout':_0x4a44f6(0x1b1),'down-arrow-callout':_0x4a44f6(0x1fb),'left-arrow-callout':_0x4a44f6(0x209),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x4a44f6(0x20e),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x4a44f6(0x1bf),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':'流程圖:過程','flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x4a44f6(0x159),'flow-chart-input-output':_0x4a44f6(0x1a2),'flow-chart-predefined-process':_0x4a44f6(0x17a),'flow-chart-internal-storage':_0x4a44f6(0x166),'flow-chart-document':_0x4a44f6(0x202),'flow-chart-multidocument':_0x4a44f6(0x15d),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x4a44f6(0x210),'flow-chart-manual-input':_0x4a44f6(0x1e2),'flow-chart-manual-operation':_0x4a44f6(0x1ef),'flow-chart-connector':_0x4a44f6(0x1aa),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x4a44f6(0x17d),'flow-chart-punched-tape':_0x4a44f6(0x18e),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x4a44f6(0x184),'flow-chart-collate':_0x4a44f6(0x1eb),'flow-chart-sort':_0x4a44f6(0x1de),'flow-chart-extract':_0x4a44f6(0x187),'flow-chart-merge':_0x4a44f6(0x1b2),'flow-chart-online-storage':_0x4a44f6(0x1d7),'flow-chart-delay':_0x4a44f6(0x180),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x4a44f6(0x1df),'flow-chart-magnetic-drum':_0x4a44f6(0x1a1),'flow-chart-display':_0x4a44f6(0x1e8),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x4a44f6(0x172),'star4':'星形:四角','star5':'星形:五角','star6':'星形:六角','star7':_0x4a44f6(0x157),'star8':_0x4a44f6(0x1db),'star10':'星形:十角','star12':_0x4a44f6(0x153),'star16':_0x4a44f6(0x178),'star24':_0x4a44f6(0x19d),'star32':_0x4a44f6(0x1e0),'ribbon2':_0x4a44f6(0x19e),'ribbon':_0x4a44f6(0x1c4),'ellipse-ribbon2':_0x4a44f6(0x20a),'ellipse-ribbon':_0x4a44f6(0x1dd),'vertical-scroll':_0x4a44f6(0x163),'horizontal-scroll':_0x4a44f6(0x165),'wave':'波形','double-wave':_0x4a44f6(0x205),'wedge-rect-callout':_0x4a44f6(0x1a6),'wedge-round-rect-callout':_0x4a44f6(0x1cc),'wedge-ellipse-callout':_0x4a44f6(0x1fa),'cloud-callout':'氣泡:雲','border-callout1':_0x4a44f6(0x177),'border-callout2':'標註:彎曲線形','border-callout3':'標註:雙彎曲線形','accent-callout1':_0x4a44f6(0x186),'accent-callout2':_0x4a44f6(0x1a7),'accent-callout3':_0x4a44f6(0x1e6),'callout1':_0x4a44f6(0x1f6),'callout2':_0x4a44f6(0x17b),'callout3':_0x4a44f6(0x17f),'accent-border-callout1':_0x4a44f6(0x199),'accent-border-callout2':_0x4a44f6(0x15b),'accent-border-callout3':_0x4a44f6(0x20c),'left-circular-arrow':_0x4a44f6(0x185),'left-right-circular-arrow':_0x4a44f6(0x1fc),'swoosh-arrow':_0x4a44f6(0x167),'left-right-ribbon':'左右帶形','pie-wedge':_0x4a44f6(0x1e3),'funnel':'漏斗','gear6':'6齒齒輪','gear9':_0x4a44f6(0x1e4),'corner-tabs':'角標','action-button-back-previous':_0x4a44f6(0x1f5),'action-button-forward-next':_0x4a44f6(0x1f2),'action-button-beginning':'開始按鈕','action-button-end':_0x4a44f6(0x1e5),'action-button-home':_0x4a44f6(0x1ca),'action-button-information':'信息按鈕','action-button-return':_0x4a44f6(0x1da),'action-button-movie':_0x4a44f6(0x20f),'action-button-document':_0x4a44f6(0x20d),'action-button-sound':_0x4a44f6(0x1f1),'action-button-help':'幫助按鈕','action-button-blank':'空白按鈕','chart-plus':_0x4a44f6(0x1ff),'chart-star':'圖表星號','chart-x':'圖表X','flow-chart-offline-storage':_0x4a44f6(0x1bb),'line-inv':'線反向','plaque-tabs':_0x4a44f6(0x1d2),'square-tabs':_0x4a44f6(0x1c0),'up-down-arrow-callout':'上下箭頭標註'}},'toolbar':{'expandShapeToolbar':_0x4a44f6(0x20b),'collapseShapeToolbar':_0x4a44f6(0x1ed),'alignLeft':'左對齊','alignCenter':_0x4a44f6(0x1bc),'alignRight':_0x4a44f6(0x156),'alignJustify':_0x4a44f6(0x1f0),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x4a44f6(0x164),'superscript':_0x4a44f6(0x1cd),'textColor':_0x4a44f6(0x1b6),'textBackgroundColor':_0x4a44f6(0x189),'fillColor':_0x4a44f6(0x1b9),'resetColor':_0x4a44f6(0x17c)},'align':{'top':_0x4a44f6(0x1f7),'middle':_0x4a44f6(0x1bd),'bottom':'底部對齊'},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x4a44f6(0x158),'behindText':'文字在前','inFrontText':'文字在後'},'crop':{'shape':'裁切為形狀'}}};}));function _0x50b2(_0x3886ac,_0x33b32c){_0x3886ac=_0x3886ac-0x152;var _0x458855=_0x4588();var _0x50b2ba=_0x458855[_0x3886ac];return _0x50b2ba;}function _0x4588(){var _0x197cd7=['草繪樣式','圖案填充','雙箭頭曲線','標註:線形','星形:十六角','基本形狀','流程圖:預定義過程','標註:彎曲線形(無邊框)','重置顏色','流程圖:卡片','長虛線-點','標註:雙彎曲線形(無邊框)','流程圖:延期','七邊形','透明度','右下對齊','流程圖:或者','左圓形箭頭','標註:線形(帶強調線)','流程圖:摘錄','8203674KqgUnV','Text\x20Background\x20color','對齊方式','標題\x204','圖形樣式','切換垂直翻轉','流程圖:資料帶','雙大括號','插入...','虛線類型','十二邊形','流程圖','開放箭頭','六邊形','無序列表','箭頭:上弧形','標題\x201','標註:線形(帶邊框和強調線)','矩形:剪去對角','標題\x202','十邊形','星形:二十四角','帶形:上凸','橢圓箭頭','5uHZnvC','流程圖:直接訪問存儲器','流程圖:數據','曲線:箭頭','8IsOJWB','起點箭頭類型','對話氣泡:矩形','標註:彎曲線形(帶強調線)','amd','長虛線-點-點','流程圖:接點','箭頭:上','無線條','公式形狀','箭頭:V型','半閉框','箭頭:十字','標註:右箭頭','流程圖:合併','隱藏形狀面板','隱形箭頭','箭頭:左右','文字顏色','立方體','聯接類型','文字背景色','矩形:棱台','流程圖:離線存儲','居中對齊','垂直居中','淚滴形','箭頭:環形','方形標籤','2011596DRrVwz','長虛線','逆時針\x2090\x20度旋轉','帶形:前凸','object','右中括號','箭頭:燕尾形','隨形狀旋轉','箭頭:右','主頁按鈕','箭頭:直角雙向','對話氣泡:圓角矩形','Superscript','有序列表','折線:箭頭','矩形:圓頂角','6672183CPwZbJ','牌匾標籤','底部對齊','漸層線','將圖片平鋪為紋理','縱向文字方塊','流程圖:存儲數據','34441100ZSkhEg','刪除形狀','返回按鈕','星形:八角','圖文框','帶形:前凸彎','流程圖:排序','流程圖:磁盤','星形:三十二角','標題\x203','流程圖:手動輸入','餅形楔','9齒齒輪','結束按鈕','標註:雙彎曲線形(帶強調線)','右大括號','流程圖:顯示','偏移量\x20Y','順時針\x2090\x20度旋轉','流程圖:對照','非等腰梯形','收起形狀工具列','不完整圓','流程圖:手動操作','兩端對齊','聲音按鈕','前進/下一個按鈕','箭頭總匯','矩形:一個圓頂角,剪去另一個頂角','返回/上一個按鈕','標註:線形(無邊框)','頂部對齊','1130PWUnTb','星與旗幟','對話氣泡:圓形','標註:下箭頭','左右圓形箭頭','五邊形','起點箭頭大小','圖表加號','1145912zMKfjV','矩形:折角','流程圖:文檔','exports','十字形','雙波形','箭頭:下弧形','缺角矩形','程式碼區塊','標註:左箭頭','帶形:上凸彎','展開形狀工具列','標註:雙彎曲線形(帶邊框和強調線)','文檔按鈕','標註:左右箭頭','電影按鈕','流程圖:準備','2507751dWKWMi','圓柱形','終點箭頭大小','雙箭頭直線','星形:十二角','空心弧','右上對齊','右對齊','星形:七角','上及下','流程圖:決策','圖片來源','標註:彎曲線形(帶邊框和強調線)','箭頭:左弧形','流程圖:多文檔','閃電形','UniverProShapeEditorUiZhHK','終點箭頭類型','端點類型','無顏色','卷形:垂直','Subscript','卷形:水平','流程圖:內部貯存','彎曲箭頭','新月形','8898SLhQzt','禁止符','標題\x205','箭頭:左','虛線-點','function','左對齊','置中對齊','矩形:對角圓角','爆炸形:14pt','左上對齊'];_0x4588=function(){return _0x197cd7;};return _0x4588();}
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 _0x488c(_0x142c82,_0x5dc12){_0x142c82=_0x142c82-0xb9;var _0x4c327f=_0x4c32();var _0x488c2b=_0x4c327f[_0x142c82];return _0x488c2b;}function _0x4c32(){var _0x3903f7=['曲線:箭頭','與文字排列','流程圖:對照','標註:上箭頭','十字形','標題\x203','星形:五角','標註:線形(帶邊框和強調線)','流程圖:手動輸入','箭頭:右弧形','星形:二十四角','虛線類型','標註:右箭頭','標註:彎曲線形(帶強調線)','矩形:一個圓頂角,剪去另一個頂角','矩形:對角圓角','虛線-點','標註:彎曲線形','有序列表','exports','箭頭:手杖形','170sZlulG','橫向文字方塊','流程圖:合併','右大括號','漸層線','上下箭頭標註','氣泡:雲','十二邊形','圖表星號','圓:空心','信息按鈕','隨形狀旋轉','帶形:前凸彎','箭頭:環形','圖文框','標註:左右箭頭','雙大括號','文字在後','直線箭頭','切換水平翻轉','箭頭:左右','無線條','起點箭頭類型','雙箭頭直線','流程圖:順序訪問存儲器','對話氣泡:矩形','插入形狀','長虛線-點','左對齊','牌匾標籤','標題\x201','箭頭:直角雙向','基本形狀','流程圖:顯示','底部對齊','不完整圓','流程圖:匯總連接','流程圖:內部貯存','打開形狀面板','1947344qIVnZx','星形:四角','流程圖:離線存儲','重置顏色','星形:十角','文檔按鈕','隱藏形狀面板','閃電形','十邊形','兩端對齊','半閉框','圖形樣式','八邊形','流程圖:手動操作','流程圖:文檔','20362990MPPhlz','長虛線-點-點','切換垂直翻轉','左上對齊','淚滴形','偏移量\x20Y','矩形:圓頂角','格式化形狀','標題\x204','箭頭:左弧形','收合形狀工具列','流程圖:或者','8900178rGDiZX','圓角矩形','餅形楔','標註:雙彎曲線形(無邊框)','標註:線形','箭頭:虛尾','刪除形狀','標註:雙彎曲線形(帶強調線)','左右圓形箭頭','右下對齊','右對齊','將圖片平鋪為紋理','空白按鈕','帶形:上凸','208yNDGRy','醒目提示框','縮放\x20X','流程圖:接點','流程圖:直接訪問存儲器','透明度','星形:八角','流程圖:準備','標註:線形(無邊框)','箭頭:圓角右','矩形:單圓角','置中對齊','偏移量\x20X','文字背景色','非等腰梯形','裁切為形狀','5627934CtGtxo','object','圖案填充','電影按鈕','空心弧','星形:十二角','缺角矩形','流程圖:多文檔','菱形箭頭','203004AsfiFE','插入...','Superscript','圖表X','卷形:水平','平行四邊形','爆炸形:14pt','剪去單角矩形','星形:七角','切換文本竖排','矩形:棱台','程式碼區塊','function','流程圖:磁盤','矩形:剪去頂角','箭頭:上弧形','標註:彎曲線形(無邊框)','箭頭:V型','開始按鈕','Text\x20Background\x20color','UniverProShapeEditorUiZhTW','69347bBxdOK','結束按鈕','折線:箭頭','文字在前','左大括號','六邊形','無顏色','垂直居中','對話氣泡:圓形','流程圖:終止','展開形狀工具列','雙括號','前進/下一個按鈕','流程圖:數據','8AByUeN','箭頭:下','聯接類型','流程圖:離頁連接符','標註:線形(帶強調線)','標註:彎曲線形(帶邊框和強調線)','文字顏色','流程圖:卡片','箭頭:燕尾形','不等號','右上對齊','圓柱形','36429SvdlLZ','流程圖','流程圖:排序','箭頭:十字','Subscript','直角三角形','開放箭頭','6齒齒輪','居中對齊','對話氣泡:圓角矩形','起點箭頭大小','雙箭頭曲線','箭頭總匯','爆炸形:8pt','箭頭:上','五邊形','卷形:垂直','流程圖:可選過程','流程圖:摘錄','箭頭:上下','方形標籤','端點類型','雙波形','流程圖:過程','流程圖:決策','標題\x205','箭頭:右','箭頭:下弧形','左右帶形','9齒齒輪','立方體','無序列表','標註:十字箭頭','隱形箭頭','頂部對齊','標註:雙彎曲線形','帶形:上凸彎','流程圖:存儲數據','終點箭頭類型','返回按鈕'];_0x4c32=function(){return _0x3903f7;};return _0x4c32();}(function(_0x1075a9,_0x4020f4){var _0x4a3d5e=_0x488c,_0x119d15=_0x1075a9();while(!![]){try{var _0x3f84cd=-parseInt(_0x4a3d5e(0x170))/0x1+parseInt(_0x4a3d5e(0x142))/0x2*(-parseInt(_0x4a3d5e(0x18a))/0x3)+parseInt(_0x4a3d5e(0x119))/0x4+parseInt(_0x4a3d5e(0xf2))/0x5*(-parseInt(_0x4a3d5e(0x15b))/0x6)+parseInt(_0x4a3d5e(0x134))/0x7+-parseInt(_0x4a3d5e(0x17e))/0x8*(parseInt(_0x4a3d5e(0x152))/0x9)+parseInt(_0x4a3d5e(0x128))/0xa;if(_0x3f84cd===_0x4020f4)break;else _0x119d15['push'](_0x119d15['shift']());}catch(_0x4a674e){_0x119d15['push'](_0x119d15['shift']());}}}(_0x4c32,0xa7a60),function(_0x4361bb,_0x11d210){var _0x394401=_0x488c;typeof exports==_0x394401(0x153)&&typeof module<'u'?module[_0x394401(0xf0)]=_0x11d210():typeof define==_0x394401(0x167)&&define['amd']?define([],_0x11d210):(_0x4361bb=typeof globalThis<'u'?globalThis:_0x4361bb||self,_0x4361bb[_0x394401(0x16f)]=_0x11d210());}(this,function(){var _0x53a636=_0x488c;return{'shape-editor-ui':{'title':'形狀','insertShape':_0x53a636(0x10c),'openPanel':_0x53a636(0x118),'deleteShape':_0x53a636(0x13a),'hidePanel':_0x53a636(0x11f),'formatShape':_0x53a636(0x12f),'shapeStyle':_0x53a636(0x124),'shapePosition':'圖形位置','toggleFlipH':_0x53a636(0x105),'toggleFlipV':_0x53a636(0x12a),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x53a636(0x164),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x53a636(0x110),'heading2':'標題\x202','heading3':_0x53a636(0xe2),'heading4':_0x53a636(0x130),'heading5':_0x53a636(0xce),'orderedList':_0x53a636(0xef),'bulletList':_0x53a636(0xd4),'checkList':'任務列表','quote':'引用','code':_0x53a636(0x166),'callout':_0x53a636(0x143)}},'fill':{'title':'填充','noFill':_0x53a636(0x176),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x53a636(0x154),'color':'顏色','transparency':_0x53a636(0x147),'picture':{'source':'圖片來源','insert':_0x53a636(0x15c),'tileAsTexture':_0x53a636(0x13f),'offsetX':_0x53a636(0x14e),'offsetY':_0x53a636(0x12d),'scaleX':_0x53a636(0x144),'scaleY':'縮放\x20Y','alignment':'對齊方式','rotateWithShape':_0x53a636(0xfd),'align':{'tl':_0x53a636(0x12b),'t':_0x53a636(0xd7),'tr':_0x53a636(0x188),'l':_0x53a636(0x10e),'ctr':_0x53a636(0x14d),'r':_0x53a636(0x13e),'bl':'左下對齊','b':_0x53a636(0x114),'br':_0x53a636(0x13d)}}},'line':{'title':'線條','noLine':_0x53a636(0x107),'solidLine':'實線','gradientLine':_0x53a636(0xf6),'color':'顏色','transparency':_0x53a636(0x147),'width':'寬度','cornerRadius':'拐角半徑','dashType':{'title':_0x53a636(0xe8),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x53a636(0xed),'longDash':'長虛線','longDashDot':_0x53a636(0x10d),'longDashDotDot':_0x53a636(0x129)},'capType':{'title':_0x53a636(0xca),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x53a636(0x180),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x53a636(0x108),'beginArrowSize':_0x53a636(0xbf),'endArrowType':_0x53a636(0xdb),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x53a636(0xbb),'stealthArrow':_0x53a636(0xd6),'diamondArrow':_0x53a636(0x15a),'ovalArrow':'橢圓箭頭'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x53a636(0x112),'blockArrow':_0x53a636(0xc1),'equationShape':'公式形狀','flowchart':_0x53a636(0x18b),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x53a636(0x104),'straight-connector2':_0x53a636(0x109),'bent-connector3':'折線','bent-connector3-arrow1':_0x53a636(0x172),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x53a636(0xdd),'curved-connector3-arrow2':_0x53a636(0xc0),'rect':'矩形','round-rect':_0x53a636(0x135),'snip1-rect':_0x53a636(0x162),'snip2-same-rect':_0x53a636(0x169),'snip2-diag-rect':'矩形:剪去對角','snip-round-rect':_0x53a636(0xeb),'round1-rect':_0x53a636(0x14c),'round2-same-rect':_0x53a636(0x12e),'round2-diag-rect':_0x53a636(0xec),'rect-textbox-horizontal':_0x53a636(0xf3),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':_0x53a636(0xba),'parallelogram':_0x53a636(0x160),'trapezoid':'梯形','non-isosceles-trapezoid':_0x53a636(0x150),'diamond':'菱形','pentagon':_0x53a636(0xc4),'hexagon':_0x53a636(0x175),'heptagon':'七邊形','octagon':_0x53a636(0x125),'decagon':_0x53a636(0x121),'dodecagon':_0x53a636(0xf9),'pie':_0x53a636(0x115),'chord':'弦形','teardrop':_0x53a636(0x12c),'frame':_0x53a636(0x100),'half-frame':_0x53a636(0x123),'corner':'L形','diag-stripe':'斜紋','plus':_0x53a636(0xe1),'plaque':_0x53a636(0x158),'can':_0x53a636(0x189),'cube':_0x53a636(0xd3),'bevel':_0x53a636(0x165),'donut':_0x53a636(0xfb),'no-smoking':'禁止符','block-arc':_0x53a636(0x156),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x53a636(0x120),'sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x53a636(0x17b),'brace-pair':_0x53a636(0x102),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':_0x53a636(0x174),'right-brace':_0x53a636(0xf5),'right-arrow':_0x53a636(0xcf),'left-arrow':'箭頭:左','up-arrow':_0x53a636(0xc3),'down-arrow':_0x53a636(0x17f),'left-right-arrow':_0x53a636(0x106),'up-down-arrow':_0x53a636(0xc8),'quad-arrow':_0x53a636(0x18d),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x53a636(0x14b),'uturn-arrow':_0x53a636(0xf1),'left-up-arrow':_0x53a636(0x111),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':_0x53a636(0xe6),'curved-left-arrow':_0x53a636(0x131),'curved-up-arrow':_0x53a636(0x16a),'curved-down-arrow':_0x53a636(0xd0),'striped-right-arrow':_0x53a636(0x139),'notched-right-arrow':_0x53a636(0x186),'home-plate':_0x53a636(0xc4),'chevron':_0x53a636(0x16c),'right-arrow-callout':_0x53a636(0xe9),'down-arrow-callout':'標註:下箭頭','left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x53a636(0xe0),'left-right-arrow-callout':_0x53a636(0x101),'quad-arrow-callout':_0x53a636(0xd5),'circular-arrow':_0x53a636(0xff),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x53a636(0x187),'flow-chart-process':_0x53a636(0xcc),'flow-chart-alternate-process':_0x53a636(0xc6),'flow-chart-decision':_0x53a636(0xcd),'flow-chart-input-output':_0x53a636(0x17d),'flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x53a636(0x117),'flow-chart-document':_0x53a636(0x127),'flow-chart-multidocument':_0x53a636(0x159),'flow-chart-terminator':_0x53a636(0x179),'flow-chart-preparation':_0x53a636(0x149),'flow-chart-manual-input':_0x53a636(0xe5),'flow-chart-manual-operation':_0x53a636(0x126),'flow-chart-connector':_0x53a636(0x145),'flow-chart-offpage-connector':_0x53a636(0x181),'flow-chart-punched-card':_0x53a636(0x185),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x53a636(0x116),'flow-chart-or':_0x53a636(0x133),'flow-chart-collate':_0x53a636(0xdf),'flow-chart-sort':_0x53a636(0x18c),'flow-chart-extract':_0x53a636(0xc7),'flow-chart-merge':_0x53a636(0xf4),'flow-chart-online-storage':_0x53a636(0xda),'flow-chart-delay':'流程圖:延期','flow-chart-magnetic-tape':_0x53a636(0x10a),'flow-chart-magnetic-disk':_0x53a636(0x168),'flow-chart-magnetic-drum':_0x53a636(0x146),'flow-chart-display':_0x53a636(0x113),'irregular-seal1':_0x53a636(0xc2),'irregular-seal2':_0x53a636(0x161),'star4':_0x53a636(0x11a),'star5':_0x53a636(0xe3),'star6':'星形:六角','star7':_0x53a636(0x163),'star8':_0x53a636(0x148),'star10':_0x53a636(0x11d),'star12':_0x53a636(0x157),'star16':'星形:十六角','star24':_0x53a636(0xe7),'star32':'星形:三十二角','ribbon2':_0x53a636(0x141),'ribbon':'帶形:前凸','ellipse-ribbon2':_0x53a636(0xd9),'ellipse-ribbon':_0x53a636(0xfe),'vertical-scroll':_0x53a636(0xc5),'horizontal-scroll':_0x53a636(0x15f),'wave':'波形','double-wave':_0x53a636(0xcb),'wedge-rect-callout':_0x53a636(0x10b),'wedge-round-rect-callout':_0x53a636(0xbe),'wedge-ellipse-callout':_0x53a636(0x178),'cloud-callout':_0x53a636(0xf8),'border-callout1':_0x53a636(0x138),'border-callout2':_0x53a636(0xee),'border-callout3':_0x53a636(0xd8),'accent-callout1':_0x53a636(0x182),'accent-callout2':_0x53a636(0xea),'accent-callout3':_0x53a636(0x13b),'callout1':_0x53a636(0x14a),'callout2':_0x53a636(0x16b),'callout3':_0x53a636(0x137),'accent-border-callout1':_0x53a636(0xe4),'accent-border-callout2':_0x53a636(0x183),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x53a636(0x13c),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x53a636(0xd1),'pie-wedge':_0x53a636(0x136),'funnel':'漏斗','gear6':_0x53a636(0xbc),'gear9':_0x53a636(0xd2),'corner-tabs':'角標','action-button-back-previous':'返回/上一個按鈕','action-button-forward-next':_0x53a636(0x17c),'action-button-beginning':_0x53a636(0x16d),'action-button-end':_0x53a636(0x171),'action-button-home':'主頁按鈕','action-button-information':_0x53a636(0xfc),'action-button-return':_0x53a636(0xdc),'action-button-movie':_0x53a636(0x155),'action-button-document':_0x53a636(0x11e),'action-button-sound':'聲音按鈕','action-button-help':'幫助按鈕','action-button-blank':_0x53a636(0x140),'chart-plus':'圖表加號','chart-star':_0x53a636(0xfa),'chart-x':_0x53a636(0x15e),'flow-chart-offline-storage':_0x53a636(0x11b),'line-inv':'線反向','plaque-tabs':_0x53a636(0x10f),'square-tabs':_0x53a636(0xc9),'up-down-arrow-callout':_0x53a636(0xf7)}},'toolbar':{'expandShapeToolbar':_0x53a636(0x17a),'collapseShapeToolbar':_0x53a636(0x132),'alignLeft':_0x53a636(0x10e),'alignCenter':_0x53a636(0xbd),'alignRight':'右對齊','alignJustify':_0x53a636(0x122),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x53a636(0xb9),'superscript':_0x53a636(0x15d),'textColor':_0x53a636(0x184),'textBackgroundColor':_0x53a636(0x16e),'fillColor':_0x53a636(0x14f),'resetColor':_0x53a636(0x11c)},'align':{'top':_0x53a636(0xd7),'middle':_0x53a636(0x177),'bottom':'底部對齊'},'textWrap':{'inline':_0x53a636(0xde),'square':'矩形','topAndBottom':'上及下','behindText':_0x53a636(0x173),'inFrontText':_0x53a636(0x103)},'crop':{'shape':_0x53a636(0x151)}}};}));
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.1",
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.14.0",
60
- "@univerjs-pro/engine-shape": "1.0.0-alpha.1",
61
- "@univerjs/design": "1.0.0-alpha.1",
62
- "@univerjs/core": "1.0.0-alpha.1",
63
- "@univerjs/docs": "1.0.0-alpha.1",
64
- "@univerjs/docs-ui": "1.0.0-alpha.1",
65
- "@univerjs/drawing": "1.0.0-alpha.1",
66
- "@univerjs/ui": "1.0.0-alpha.1",
67
- "@univerjs/engine-render": "1.0.0-alpha.1"
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.1"
76
+ "@univerjs-infra/shared": "1.0.0-alpha.2"
77
77
  },
78
78
  "scripts": {
79
79
  "test": "vitest run",