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

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 (105) hide show
  1. package/README.md +14 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +120 -18
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/components/fill-style-tabs-editor/FillStyleTabsEditor.d.ts +2 -1
  64. package/lib/types/index.d.ts +24 -22
  65. package/lib/types/locale/en-US.d.ts +2 -0
  66. package/lib/types/utils/activate-drawing-object.d.ts +23 -0
  67. package/lib/types/utils/shape-floating-toolbar-config.d.ts +5 -0
  68. package/lib/types/utils/shape-transformer-config.d.ts +31 -0
  69. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +131 -6
  70. package/lib/types/views/shape-floating-toolbar/shape-floating-toolbar-utils.d.ts +2 -5
  71. package/lib/types/views/shape-picker/ShapePickerGrid.d.ts +2 -4
  72. package/lib/types/views/shape-picker/index.d.ts +2 -2
  73. package/lib/types/views/shape-text-editor/ShapeTextEditor.d.ts +105 -9
  74. package/lib/types/views/shape-text-editor/ShapeTextEditorContainer.d.ts +2 -2
  75. package/lib/types/views/shape-text-editor/ShapeTextPositionWrapper.d.ts +29 -0
  76. package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +3 -1
  77. package/lib/types/views/shape-text-editor/shape-text-behavior.d.ts +15 -0
  78. package/lib/types/views/shape-text-editor/shape-text-document.d.ts +8 -3
  79. package/lib/types/views/shape-text-editor/shape-text-editor-commands.d.ts +4 -0
  80. package/lib/types/views/shape-text-editor/shape-text-layout.d.ts +24 -0
  81. package/lib/types/views/shape-text-editor/shape-text-no-wrap-layout.d.ts +24 -0
  82. package/lib/types/views/shape-text-editor/shape-text-placeholder.d.ts +8 -0
  83. package/lib/types/views/shape-text-editor/shape-text-resize-policy.d.ts +17 -0
  84. package/lib/types/views/shape-text-editor/types.d.ts +25 -6
  85. package/lib/umd/index.js +1 -1
  86. package/lib/umd/locale/ar-SA.js +1 -1
  87. package/lib/umd/locale/ca-ES.js +1 -1
  88. package/lib/umd/locale/de-DE.js +1 -1
  89. package/lib/umd/locale/en-US.js +1 -1
  90. package/lib/umd/locale/es-ES.js +1 -1
  91. package/lib/umd/locale/fa-IR.js +1 -1
  92. package/lib/umd/locale/fr-FR.js +1 -1
  93. package/lib/umd/locale/id-ID.js +1 -1
  94. package/lib/umd/locale/it-IT.js +1 -1
  95. package/lib/umd/locale/ja-JP.js +1 -1
  96. package/lib/umd/locale/ko-KR.js +1 -1
  97. package/lib/umd/locale/pl-PL.js +1 -1
  98. package/lib/umd/locale/pt-BR.js +1 -1
  99. package/lib/umd/locale/ru-RU.js +1 -1
  100. package/lib/umd/locale/sk-SK.js +1 -1
  101. package/lib/umd/locale/vi-VN.js +1 -1
  102. package/lib/umd/locale/zh-CN.js +1 -1
  103. package/lib/umd/locale/zh-HK.js +1 -1
  104. package/lib/umd/locale/zh-TW.js +1 -1
  105. package/package.json +13 -13
@@ -1 +1 @@
1
- const _0x2a8a07=_0x1162;function _0x358a(){const _0x448270=['Hình\x20chữ\x20nhật','Sao\x206\x20cánh','Hình\x20dạng','Kiểu\x20mũi\x20tên\x20cuối','Không\x20có\x20đường\x20viền','Vẽ\x20nguệch\x20ngoạc','Băng\x20từ','Đường\x20viền\x20gradient','Đường\x20kẻ','Chú\x20thích\x20mũi\x20tên\x20lên','Hình\x20chữ\x20L','Đĩa\x20từ','Tiêu\x20đề\x204','Mũi\x20tên\x20quay\x20đầu','Khác','Màu\x20chữ','Biểu\x20đồ\x20cộng','Mũi\x20tên\x20cong\x20xuống','Tỷ\x20lệ\x20Y','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Thập\x20giác','Hoặc','Hình\x20elip','Trích\x20xuất','Mũi\x20tên\x20đường\x20thẳng','44170kIxyfv','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Liền','Chú\x20thích\x20mũi\x20tên\x20phải','Nét\x20đứt\x20dài','Text\x20Background\x20color','Square','In\x20line\x20with\x20text','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Định\x20dạng\x20hình\x20dạng','Dưới\x20trái','Trái','Tô\x20màu\x20đặc','Subscript','Thao\x20tác\x20thủ\x20công','Chú\x20thích\x20mũi\x20tên\x20trái','Sao\x20và\x20Biểu\x20ngữ','Mặt\x20cười','Chú\x20thích\x201','Cuộn\x20ngang','Tam\x20giác\x20vuông','Ruy\x20băng\x20trái\x20phải','Nét\x20đứt\x20dài\x20hai\x20chấm','Sao\x204\x20cánh','Chú\x20thích\x20đường\x20kẻ\x202','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Độ\x20trong\x20suốt','Cuộn\x20dọc','Dưới','Mũi\x20tên\x20tròn\x20trái\x20phải','Ẩn\x20bảng\x20hình\x20dạng','Cặp\x20ngoặc\x20vuông','Miếng\x20bánh','Vuông','Gạch\x20chân','Mũi\x20tên\x20trái','Hình\x20chữ\x20V','Nhập\x20thủ\x20công','Chuẩn\x20bị','Trì\x20hoãn','Chú\x20thích\x20đường\x20kẻ\x201','Mũi\x20tên\x20lên','Hợp\x20nhất','Gạch\x20ngang','Bánh\x20răng\x206','Hình\x20nổ\x201','Hình\x20vát','Dấu\x20chia','Hộp\x20văn\x20bản\x20ngang','Hình\x20thang','Sao\x208\x20cánh','Chú\x20thích\x20hình\x20elip','Sắp\x20xếp','Chú\x20thích\x20đám\x20mây','Chú\x20thích','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Ngoặc\x20vuông\x20trái','Mũi\x20tên\x20cong\x20trái','Mũi\x20tên\x20cong','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Không\x20tô','Hình\x20cung','Hình\x20giọt\x20nước','Dưới\x20phải','Hình\x20nổ\x202','Lát\x20ảnh\x20làm\x20kết\x20cấu','Biển\x20cấm\x20hút\x20thuốc','5715KFOcyT','Tỷ\x20lệ\x20X','Hình\x20quạt','Lưu\x20trữ\x20trực\x20tuyến','Độ\x20rộng','Nút\x20hành\x20động:\x20Tài\x20liệu','Hình\x20trụ','Tài\x20liệu','2166amKesF','Quy\x20trình\x20thay\x20thế','Dấu\x20trừ','Tiêu\x20đề\x201','Kết\x20thúc','Mũi\x20tên\x20xuống','1278712JCysJL','Sóng','Nút\x20hành\x20động:\x20Trở\x20lại','Nút\x20hành\x20động:\x20Trợ\x20giúp','Xóa\x20hình\x20dạng','Hộp\x20văn\x20bản\x20dọc','Mũi\x20tên\x20hình\x20bầu\x20dục','Sao\x2016\x20cánh','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Đường\x20nối\x20khuỷu','Căn\x20giữa','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Sao\x207\x20cánh','Ngũ\x20giác','Tròn','Căn\x20chỉnh','Bù\x20trừ\x20Y','Tiêu\x20đề\x203','Xoay\x20cùng\x20hình\x20dạng','Quy\x20trình\x20xác\x20định\x20trước','Trống\x20từ','Nút\x20hành\x20động:\x20Âm\x20thanh','Đầu\x20nối','Kiểu\x20nét\x20đứt','Hình\x20chữ\x20nhật\x20bo\x20góc','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Chèn\x20hình\x20dạng','Quyết\x20định','Kích\x20thước\x20mũi\x20tên\x20đầu','Chấm\x20vuông','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Lưu\x20trữ\x20ngoại\x20tuyến','Mũi\x20tên\x20lướt','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','2497KeiMPV','36setwpF','Căn\x20dưới','In\x20front\x20of\x20text','Chú\x20thích\x20nhấn\x20mạnh\x202','Đường\x20viền\x20liền','Ngoặc\x20vuông\x20phải','Mũi\x20tên\x20kim\x20cương','Sao\x2012\x20cánh','Tiêu\x20đề\x205','Mũi\x20tên\x20cong\x20lên','Hình\x20công\x20thức','Băng\x20đục\x20lỗ','Thất\x20giác','Reset\x20color','4724172gwGTlf','Không\x20có','Kiểu\x20nối\x20góc','Bù\x20trừ\x20X','Mũi\x20tên','Hiển\x20thị','Cắt\x20theo\x20hình\x20dạng','Sao\x2010\x20cánh','Hình\x20biển\x20hiệu','Biểu\x20đồ\x20sao','Chú\x20thích\x20đường\x20kẻ\x203','Căn\x20phải','Hình\x20cơ\x20bản','Bánh\x20răng\x209','Nguồn\x20ảnh','Kiểu\x20mũi\x20tên\x20đầu','Nút\x20hành\x20động:\x20Phim','Hình\x20lập\x20phương','Mở\x20bảng\x20hình\x20dạng','Vừa','Tia\x20sét','In\x20nghiêng','Bán\x20kính\x20góc','Chú\x20thích\x202','Chú\x20thích\x203','Mũi\x20tên\x20sọc\x20phải','Ngoặc\x20nhọn\x20phải','Lưu\x20đồ','Cặp\x20ngoặc\x20nhọn','Văn\x20bản','Mặt\x20trời','Nhọn','Màu\x20sắc','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Dấu\x20cộng','Biểu\x20đồ\x20X','Tô\x20màu','3186631yxKoSi','Mũi\x20tên\x20tròn\x20trái','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Đường\x20viền','Chuyển\x20đổi\x20lật\x20ngang','Chèn...','Mũi\x20tên\x20lên\x20xuống','Mũi\x20tên\x20trái\x20phải','1ESiLTc','Nét\x20đứt','Top\x20and\x20Bottom','Trên','Nét\x20đứt\x20chấm','Khung\x20một\x20nửa','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Vát','Nút\x20hành\x20động:\x20Thông\x20tin','Khung','Mũi\x20tên\x20bốn\x20chiều','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Điểm\x20nối\x20tổng','Hình\x20thang\x20không\x20cân','Lục\x20giác','Chú\x20thích\x20nhấn\x20mạnh\x201','Lưu\x20trữ\x20nội\x20bộ','Dấu\x20nhân','Tab\x20biển\x20hiệu','Sọc\x20chéo','Thẻ\x20đục\x20lỗ','Dấu\x20bằng','Danh\x20sách\x20công\x20việc','731618nhgNDw','Đầu\x20nối\x20khác\x20trang','94684unRCMN','Bật/tắt\x20lật\x20dọc','Căn\x20trái','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Mũi\x20tên\x20trái\x20phải\x20lên','Sóng\x20đôi','Ruy\x20băng\x20cong\x20lên','Giữa','Hình\x20cung\x20khối','Kích\x20thước\x20mũi\x20tên\x20cuối','Nút\x20hành\x20động:\x20Bắt\x20đầu','Căn\x20giữa\x20theo\x20chiều\x20dọc','Mũi\x20tên\x20khía\x20phải','Ruy\x20băng\x20xuống','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Đường\x20thẳng','Mũi\x20tên\x20trái\x20lên','Trái\x20tim','Chú\x20thích\x20mũi\x20tên\x20xuống','Trên\x20trái','Mũi\x20tên\x20hở'];_0x358a=function(){return _0x448270;};return _0x358a();}(function(_0x42e5f6,_0x4f5d6e){const _0x35d2e6=_0x1162,_0x33c065=_0x42e5f6();while(!![]){try{const _0x2708df=parseInt(_0x35d2e6(0xf3))/0x1*(parseInt(_0x35d2e6(0x10a))/0x2)+-parseInt(_0x35d2e6(0xb8))/0x3*(-parseInt(_0x35d2e6(0x10c))/0x4)+-parseInt(_0x35d2e6(0x86))/0x5*(-parseInt(_0x35d2e6(0x8e))/0x6)+-parseInt(_0x35d2e6(0xeb))/0x7+parseInt(_0x35d2e6(0x94))/0x8+parseInt(_0x35d2e6(0xc6))/0x9+parseInt(_0x35d2e6(0x13d))/0xa*(-parseInt(_0x35d2e6(0xb7))/0xb);if(_0x2708df===_0x4f5d6e)break;else _0x33c065['push'](_0x33c065['shift']());}catch(_0x2895d2){_0x33c065['push'](_0x33c065['shift']());}}}(_0x358a,0x46a3b));function _0x1162(_0x336a2d,_0x573954){_0x336a2d=_0x336a2d-0x7d;const _0x358ab9=_0x358a();let _0x116293=_0x358ab9[_0x336a2d];return _0x116293;}const e={'shape-editor-ui':{'title':_0x2a8a07(0x126),'insertShape':_0x2a8a07(0xaf),'openPanel':_0x2a8a07(0xd8),'deleteShape':_0x2a8a07(0x98),'hidePanel':_0x2a8a07(0x15b),'formatShape':_0x2a8a07(0x146),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x2a8a07(0xef),'toggleFlipV':_0x2a8a07(0x10d),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x2a8a07(0xa0),'toggleTextVertical':_0x2a8a07(0x11d),'textEditor':{'paragraphType':{'normal':_0x2a8a07(0xe3),'heading1':_0x2a8a07(0x91),'heading2':'Tiêu\x20đề\x202','heading3':_0x2a8a07(0xa6),'heading4':_0x2a8a07(0x130),'heading5':_0x2a8a07(0xc0),'orderedList':'Danh\x20sách\x20có\x20thứ\x20tự','bulletList':'Danh\x20sách\x20không\x20thứ\x20tự','checkList':_0x2a8a07(0x109),'quote':'Trích\x20dẫn','code':'Khối\x20mã','callout':'Khung\x20nổi\x20bật'}},'fill':{'title':_0x2a8a07(0xea),'noFill':_0x2a8a07(0x7f),'solidFill':_0x2a8a07(0x149),'gradientFill':'Tô\x20màu\x20gradient','pictureFill':'Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','patternFill':'Tô\x20bằng\x20mẫu','color':_0x2a8a07(0xe6),'transparency':_0x2a8a07(0x157),'picture':{'source':_0x2a8a07(0xd4),'insert':_0x2a8a07(0xf0),'tileAsTexture':_0x2a8a07(0x84),'offsetX':_0x2a8a07(0xc9),'offsetY':_0x2a8a07(0xa5),'scaleX':_0x2a8a07(0x87),'scaleY':_0x2a8a07(0x136),'alignment':_0x2a8a07(0xa4),'rotateWithShape':_0x2a8a07(0xa7),'align':{'tl':_0x2a8a07(0x122),'t':_0x2a8a07(0xf6),'tr':'Trên\x20phải','l':_0x2a8a07(0x148),'ctr':_0x2a8a07(0x114),'r':'Phải','bl':_0x2a8a07(0x147),'b':_0x2a8a07(0x159),'br':_0x2a8a07(0x82)}}},'line':{'title':_0x2a8a07(0xee),'noLine':_0x2a8a07(0x128),'solidLine':_0x2a8a07(0xbc),'gradientLine':_0x2a8a07(0x12b),'color':_0x2a8a07(0xe6),'transparency':_0x2a8a07(0x157),'width':_0x2a8a07(0x8a),'cornerRadius':_0x2a8a07(0xdc),'dashType':{'title':_0x2a8a07(0xac),'solid':_0x2a8a07(0x13f),'roundDot':'Chấm\x20tròn','squareDot':_0x2a8a07(0xb2),'dash':_0x2a8a07(0xf4),'dashDot':_0x2a8a07(0xf7),'longDash':_0x2a8a07(0x141),'longDashDot':'Nét\x20đứt\x20dài\x20chấm','longDashDotDot':_0x2a8a07(0x153)},'capType':{'title':'Kiểu\x20đầu\x20mút','flat':'Phẳng','round':_0x2a8a07(0xa3),'square':_0x2a8a07(0x15e)},'joinType':{'title':_0x2a8a07(0xc8),'miter':_0x2a8a07(0xe5),'round':_0x2a8a07(0xa3),'bevel':_0x2a8a07(0xfa)},'beginArrowType':_0x2a8a07(0xd5),'beginArrowSize':_0x2a8a07(0xb1),'endArrowType':_0x2a8a07(0x127),'endArrowSize':_0x2a8a07(0x116),'arrowType':{'none':_0x2a8a07(0xc7),'arrow':_0x2a8a07(0xca),'openArrow':_0x2a8a07(0x123),'stealthArrow':'Mũi\x20tên\x20nhọn','diamondArrow':_0x2a8a07(0xbe),'ovalArrow':_0x2a8a07(0x9a)},'arrowSize':{'small':'Nhỏ','medium':_0x2a8a07(0xd9),'large':'Lớn'},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':'Không','curved':'Cong','freehand':'Vẽ\x20tay','handDrawn':_0x2a8a07(0x129)}},'shape':{'group':{'line':_0x2a8a07(0x12c),'rectangle':_0x2a8a07(0x124),'basicShape':_0x2a8a07(0xd2),'blockArrow':'Mũi\x20tên\x20khối','equationShape':_0x2a8a07(0xc2),'flowchart':_0x2a8a07(0xe1),'starAndBanner':_0x2a8a07(0x14d),'callout':_0x2a8a07(0x173),'other':_0x2a8a07(0x132)},'type':{'line':_0x2a8a07(0x11e),'straight-connector1':_0x2a8a07(0x13c),'straight-connector2':'Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','bent-connector3':_0x2a8a07(0x9e),'bent-connector3-arrow1':_0x2a8a07(0xed),'bent-connector3-arrow2':_0x2a8a07(0xf9),'curved-connector3':'Đường\x20nối\x20cong','curved-connector3-arrow1':_0x2a8a07(0x9d),'curved-connector3-arrow2':'Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','rect':_0x2a8a07(0x124),'round-rect':_0x2a8a07(0xad),'snip1-rect':_0x2a8a07(0xe7),'snip2-same-rect':_0x2a8a07(0x174),'snip2-diag-rect':_0x2a8a07(0x110),'snip-round-rect':_0x2a8a07(0x11c),'round1-rect':_0x2a8a07(0x145),'round2-same-rect':_0x2a8a07(0xb6),'round2-diag-rect':_0x2a8a07(0xfe),'rect-textbox-horizontal':_0x2a8a07(0x16d),'rect-textbox-vertical':_0x2a8a07(0x99),'ellipse':_0x2a8a07(0x13a),'triangle':'Tam\x20giác\x20cân','rt-triangle':_0x2a8a07(0x151),'parallelogram':'Hình\x20bình\x20hành','trapezoid':_0x2a8a07(0x16e),'non-isosceles-trapezoid':_0x2a8a07(0x100),'diamond':'Hình\x20thoi','pentagon':_0x2a8a07(0xa2),'hexagon':_0x2a8a07(0x101),'heptagon':_0x2a8a07(0xc4),'octagon':'Bát\x20giác','decagon':_0x2a8a07(0x138),'dodecagon':'Thập\x20nhị\x20giác','pie':_0x2a8a07(0x88),'chord':'Hình\x20cung','teardrop':_0x2a8a07(0x81),'frame':_0x2a8a07(0xfc),'half-frame':_0x2a8a07(0xf8),'corner':_0x2a8a07(0x12e),'diag-stripe':_0x2a8a07(0x106),'plus':_0x2a8a07(0xe8),'plaque':_0x2a8a07(0xce),'can':_0x2a8a07(0x8c),'cube':_0x2a8a07(0xd7),'bevel':_0x2a8a07(0x16b),'donut':'Hình\x20bánh\x20rán','no-smoking':_0x2a8a07(0x85),'block-arc':_0x2a8a07(0x115),'folder-corner':'Góc\x20thư\x20mục','smiley-face':_0x2a8a07(0x14e),'heart':_0x2a8a07(0x120),'lightning-bolt':_0x2a8a07(0xda),'sun':_0x2a8a07(0xe4),'moon':'Mặt\x20trăng','cloud':'Đám\x20mây','arc':_0x2a8a07(0x80),'bracket-pair':_0x2a8a07(0x15c),'brace-pair':_0x2a8a07(0xe2),'left-bracket':_0x2a8a07(0x175),'right-bracket':_0x2a8a07(0xbd),'left-brace':'Ngoặc\x20nhọn\x20trái','right-brace':_0x2a8a07(0xe0),'right-arrow':'Mũi\x20tên\x20phải','left-arrow':_0x2a8a07(0x160),'up-arrow':_0x2a8a07(0x166),'down-arrow':_0x2a8a07(0x93),'left-right-arrow':_0x2a8a07(0xf2),'up-down-arrow':_0x2a8a07(0xf1),'quad-arrow':_0x2a8a07(0xfd),'left-right-up-arrow':_0x2a8a07(0x111),'bent-arrow':_0x2a8a07(0x7d),'uturn-arrow':_0x2a8a07(0x131),'left-up-arrow':_0x2a8a07(0x11f),'bent-up-arrow':_0x2a8a07(0xc1),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x2a8a07(0x176),'curved-up-arrow':_0x2a8a07(0xc1),'curved-down-arrow':_0x2a8a07(0x135),'striped-right-arrow':_0x2a8a07(0xdf),'notched-right-arrow':_0x2a8a07(0x119),'home-plate':_0x2a8a07(0x156),'chevron':_0x2a8a07(0x161),'right-arrow-callout':_0x2a8a07(0x140),'down-arrow-callout':_0x2a8a07(0x121),'left-arrow-callout':_0x2a8a07(0x14c),'up-arrow-callout':_0x2a8a07(0x12d),'left-right-arrow-callout':_0x2a8a07(0x10f),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':'Mũi\x20tên\x20tròn','math-plus':_0x2a8a07(0xe8),'math-minus':_0x2a8a07(0x90),'math-multiply':_0x2a8a07(0x104),'math-divide':_0x2a8a07(0x16c),'math-equal':_0x2a8a07(0x108),'math-not-equal':'Dấu\x20khác','flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0x2a8a07(0x8f),'flow-chart-decision':_0x2a8a07(0xb0),'flow-chart-input-output':'Dữ\x20liệu','flow-chart-predefined-process':_0x2a8a07(0xa8),'flow-chart-internal-storage':_0x2a8a07(0x103),'flow-chart-document':_0x2a8a07(0x8d),'flow-chart-multidocument':'Đa\x20tài\x20liệu','flow-chart-terminator':_0x2a8a07(0x92),'flow-chart-preparation':_0x2a8a07(0x163),'flow-chart-manual-input':_0x2a8a07(0x162),'flow-chart-manual-operation':_0x2a8a07(0x14b),'flow-chart-connector':_0x2a8a07(0xab),'flow-chart-offpage-connector':_0x2a8a07(0x10b),'flow-chart-punched-card':_0x2a8a07(0x107),'flow-chart-punched-tape':_0x2a8a07(0xc3),'flow-chart-summing-junction':_0x2a8a07(0xff),'flow-chart-or':_0x2a8a07(0x139),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x2a8a07(0x171),'flow-chart-extract':_0x2a8a07(0x13b),'flow-chart-merge':_0x2a8a07(0x167),'flow-chart-online-storage':_0x2a8a07(0x89),'flow-chart-delay':_0x2a8a07(0x164),'flow-chart-magnetic-tape':_0x2a8a07(0x12a),'flow-chart-magnetic-disk':_0x2a8a07(0x12f),'flow-chart-magnetic-drum':_0x2a8a07(0xa9),'flow-chart-display':_0x2a8a07(0xcb),'irregular-seal1':_0x2a8a07(0x16a),'irregular-seal2':_0x2a8a07(0x83),'star4':_0x2a8a07(0x154),'star5':'Sao\x205\x20cánh','star6':_0x2a8a07(0x125),'star7':_0x2a8a07(0xa1),'star8':_0x2a8a07(0x16f),'star10':_0x2a8a07(0xcd),'star12':_0x2a8a07(0xbf),'star16':_0x2a8a07(0x9b),'star24':'Sao\x2024\x20cánh','star32':'Sao\x2032\x20cánh','ribbon2':'Ruy\x20băng\x20lên','ribbon':_0x2a8a07(0x11a),'ellipse-ribbon2':_0x2a8a07(0x113),'ellipse-ribbon':'Ruy\x20băng\x20cong\x20xuống','vertical-scroll':_0x2a8a07(0x158),'horizontal-scroll':_0x2a8a07(0x150),'wave':_0x2a8a07(0x95),'double-wave':_0x2a8a07(0x112),'wedge-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật','wedge-round-rect-callout':_0x2a8a07(0xb3),'wedge-ellipse-callout':_0x2a8a07(0x170),'cloud-callout':_0x2a8a07(0x172),'border-callout1':_0x2a8a07(0x165),'border-callout2':_0x2a8a07(0x155),'border-callout3':_0x2a8a07(0xd0),'accent-callout1':_0x2a8a07(0x102),'accent-callout2':_0x2a8a07(0xbb),'accent-callout3':'Chú\x20thích\x20nhấn\x20mạnh\x203','callout1':_0x2a8a07(0x14f),'callout2':_0x2a8a07(0xdd),'callout3':_0x2a8a07(0xde),'accent-border-callout1':_0x2a8a07(0x137),'accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0x2a8a07(0x11b),'left-circular-arrow':_0x2a8a07(0xec),'left-right-circular-arrow':_0x2a8a07(0x15a),'swoosh-arrow':_0x2a8a07(0xb5),'left-right-ribbon':_0x2a8a07(0x152),'pie-wedge':_0x2a8a07(0x15d),'funnel':'Phễu','gear6':_0x2a8a07(0x169),'gear9':_0x2a8a07(0xd3),'corner-tabs':'Tab\x20góc','action-button-back-previous':_0x2a8a07(0x7e),'action-button-forward-next':_0x2a8a07(0x9c),'action-button-beginning':_0x2a8a07(0x117),'action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x2a8a07(0xfb),'action-button-return':_0x2a8a07(0x96),'action-button-movie':_0x2a8a07(0xd6),'action-button-document':_0x2a8a07(0x8b),'action-button-sound':_0x2a8a07(0xaa),'action-button-help':_0x2a8a07(0x97),'action-button-blank':'Nút\x20hành\x20động:\x20Trống','chart-plus':_0x2a8a07(0x134),'chart-star':_0x2a8a07(0xcf),'chart-x':_0x2a8a07(0xe9),'flow-chart-offline-storage':_0x2a8a07(0xb4),'line-inv':'Đường\x20ngược','plaque-tabs':_0x2a8a07(0x105),'square-tabs':'Tab\x20vuông','up-down-arrow-callout':_0x2a8a07(0x13e)}},'toolbar':{'expandShapeToolbar':'Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','collapseShapeToolbar':_0x2a8a07(0xae),'alignLeft':_0x2a8a07(0x10e),'alignCenter':_0x2a8a07(0x9f),'alignRight':_0x2a8a07(0xd1),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x2a8a07(0xdb),'underline':_0x2a8a07(0x15f),'strikethrough':_0x2a8a07(0x168),'subscript':_0x2a8a07(0x14a),'superscript':'Superscript','textColor':_0x2a8a07(0x133),'textBackgroundColor':_0x2a8a07(0x142),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x2a8a07(0xc5)},'align':{'top':'Căn\x20trên','middle':_0x2a8a07(0x118),'bottom':_0x2a8a07(0xb9)},'textWrap':{'inline':_0x2a8a07(0x144),'square':_0x2a8a07(0x143),'topAndBottom':_0x2a8a07(0xf5),'behindText':'Behind\x20text','inFrontText':_0x2a8a07(0xba)},'crop':{'shape':_0x2a8a07(0xcc)}}};export{e as default};
1
+ function _0x15f0(){const _0x3c5294=['Đường\x20viền\x20liền','Hình\x20chữ\x20L','Dấu\x20trừ','Lát\x20ảnh\x20làm\x20kết\x20cấu','Mũi\x20tên\x20cong','Hình\x20vuông','Nút\x20hành\x20động:\x20Phim','Chuẩn\x20bị','Hình\x20cơ\x20bản','Chấm\x20vuông','Góc\x20thư\x20mục','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Nút\x20hành\x20động:\x20Trang\x20chủ','Lưu\x20trữ\x20nội\x20bộ','Trên','Lưu\x20trữ\x20trực\x20tuyến','Không\x20có','Mũi\x20tên\x20tròn','Chú\x20thích\x20mũi\x20tên\x20trái','Mặt\x20cười','Mũi\x20tên\x20cong\x20trái','Sao\x204\x20cánh','Chỉ\x20số\x20trên','Mũi\x20tên\x20lướt','Bán\x20kính\x20góc','Quy\x20trình\x20thay\x20thế','Tô\x20màu','Đối\x20chiếu','Hộp\x20văn\x20bản\x20ngang','Dữ\x20liệu','Kích\x20thước\x20mũi\x20tên\x20đầu','Trên\x20phải','Chú\x20thích\x20nhấn\x20mạnh\x203','Cặp\x20ngoặc\x20nhọn','Đường\x20viền','6959712xFRyeV','Khung','6532966OFnmpC','Tô\x20bằng\x20mẫu','Lớn','Ruy\x20băng\x20xuống','Nhập\x20văn\x20bản','Mũi\x20tên\x20bốn\x20chiều','Khối\x20mã','Dưới','Tiêu\x20đề\x202','Trích\x20dẫn','Không','Sao\x2032\x20cánh','Tab\x20góc','Nút\x20hành\x20động:\x20Tài\x20liệu','Mũi\x20tên\x20tròn\x20trái\x20phải','Nút\x20hành\x20động:\x20Thông\x20tin','Thập\x20giác','Tô\x20màu\x20gradient','Ngũ\x20giác','Mũi\x20tên\x20tròn\x20trái','Kiểu\x20mũi\x20tên\x20đầu','Không\x20có\x20đường\x20viền','Băng\x20đục\x20lỗ','Độ\x20trong\x20suốt','Nét\x20đứt\x20chấm','Ruy\x20băng\x20cong\x20lên','Mặt\x20trời','Dưới\x20phải','Quy\x20trình','Cuộn\x20ngang','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','6zIwcRj','Mũi\x20tên\x20cong\x20lên','Chú\x20thích\x202','Nút\x20hành\x20động:\x20Bắt\x20đầu','Sao\x2010\x20cánh','Tia\x20sét','Dấu\x20cộng','Hình\x20dạng','Sao\x20và\x20Biểu\x20ngữ','Cắt\x20theo\x20hình\x20dạng','Đường\x20ngược','Biển\x20cấm\x20hút\x20thuốc','Hình\x20chữ\x20nhật','Hình\x20vát','Chú\x20thích\x20đường\x20kẻ\x202','Mũi\x20tên\x20hình\x20bầu\x20dục','Giữa','1084184gGoeUI','Bật/tắt\x20lật\x20dọc','Chú\x20thích\x20đường\x20kẻ\x201','474OQxqws','Vừa','10jvjNzW','Chú\x20thích\x20hình\x20elip','Chú\x20thích\x203','Phía\x20sau\x20văn\x20bản','Bánh\x20răng\x206','Hình\x20chữ\x20nhật\x20bo\x20góc','Chú\x20thích','Chú\x20thích\x20mũi\x20tên\x20lên','Kích\x20thước\x20mũi\x20tên\x20cuối','Tiêu\x20đề\x205','Ngoặc\x20vuông\x20phải','Nút\x20hành\x20động:\x20Kết\x20thúc','Danh\x20sách\x20không\x20thứ\x20tự','58709GiVsgY','Đám\x20mây','Chấm\x20tròn','Đặt\x20lại\x20màu','Nút\x20hành\x20động:\x20Trở\x20lại','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Lưu\x20trữ\x20ngoại\x20tuyến','30589iPhuLd','Sọc\x20chéo','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Căn\x20giữa','Sao\x208\x20cánh','Mũi\x20tên\x20lên\x20xuống','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Biểu\x20đồ\x20sao','Dấu\x20khác','Trên\x20trái','Hình\x20quạt','Tiêu\x20đề\x204','Sao\x2016\x20cánh','Sao\x207\x20cánh','8672170uNPtiO','Ruy\x20băng\x20lên','Mở\x20bảng\x20hình\x20dạng','Định\x20dạng\x20hình\x20dạng','Căn\x20phải','Miếng\x20bánh','Thẻ\x20đục\x20lỗ','Văn\x20bản','Nét\x20đứt\x20dài\x20chấm','Hình\x20nổ\x202','Ngoặc\x20nhọn\x20trái','Biểu\x20đồ\x20cộng','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Tròn','Căn\x20chỉnh','Dấu\x20chia','Chú\x20thích\x20hình\x20chữ\x20nhật','Hình\x20giọt\x20nước','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Hình\x20thang','Thất\x20giác','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Mũi\x20tên\x20khía\x20phải','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Điểm\x20nối\x20tổng','Mũi\x20tên','Căn\x20dưới','Hình\x20chữ\x20V','Cặp\x20ngoặc\x20vuông','Mặt\x20trăng','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Mũi\x20tên\x20phải','Tam\x20giác\x20vuông','Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','Tab\x20vuông','15dYkfoF','12BGpvtW','Mũi\x20tên\x20hở','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Trên\x20và\x20dưới','Hình\x20bình\x20hành','Gạch\x20ngang','Mũi\x20tên\x20trái\x20phải','Hình\x20trụ','Sao\x206\x20cánh','Danh\x20sách\x20có\x20thứ\x20tự','Cong','Nét\x20đứt\x20dài\x20hai\x20chấm','Kiểu\x20đầu\x20mút','Danh\x20sách\x20công\x20việc','Bù\x20trừ\x20X','Nút\x20hành\x20động:\x20Trống','Đường\x20nối\x20khuỷu','Chú\x20thích\x20nhấn\x20mạnh\x201','Mũi\x20tên\x20sọc\x20phải','Căn\x20trên','Mũi\x20tên\x20nhọn','Biểu\x20đồ\x20X','Khung\x20nổi\x20bật','Chuyển\x20đổi\x20lật\x20ngang','Kiểu\x20nối\x20góc','Nhỏ','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Mũi\x20tên\x20khối','Mũi\x20tên\x20quay\x20đầu','Màu\x20sắc','Mũi\x20tên\x20cong\x20phải','Chú\x20thích\x20mũi\x20tên\x20xuống','Vẽ\x20nguệch\x20ngoạc','Chú\x20thích\x20mũi\x20tên\x20phải','Hình\x20thang\x20không\x20cân','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Cùng\x20dòng\x20với\x20văn\x20bản','Kiểu\x20nét\x20đứt','Trái','Chú\x20thích\x201','Tỷ\x20lệ\x20Y','Vát','Sóng\x20đôi','Chỉ\x20số\x20dưới','Căn\x20trái','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Bánh\x20răng\x209','Băng\x20từ','Tiêu\x20đề\x203','Vuông','Hình\x20lập\x20phương','Vị\x20trí\x20hình\x20dạng','Mũi\x20tên\x20kim\x20cương','Thập\x20nhị\x20giác','Ruy\x20băng\x20cong\x20xuống','Đường\x20nối\x20cong','Sắp\x20xếp','Đường\x20viền\x20gradient','Tam\x20giác\x20cân','Đầu\x20nối','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Màu\x20nền\x20văn\x20bản','Màu\x20chữ','Lục\x20giác','In\x20đậm','Quyết\x20định','11843019ijBBLS','Đường\x20kẻ','Hình\x20công\x20thức','Ẩn\x20bảng\x20hình\x20dạng','Xóa\x20hình\x20dạng','Trái\x20tim','Hình\x20bánh\x20rán','Thao\x20tác\x20thủ\x20công'];_0x15f0=function(){return _0x3c5294;};return _0x15f0();}function _0x26b3(_0x10fffe,_0x224380){_0x10fffe=_0x10fffe-0x8b;const _0x15f050=_0x15f0();let _0x26b3ad=_0x15f050[_0x10fffe];return _0x26b3ad;}const _0x204e2b=_0x26b3;(function(_0x2cf4fb,_0x49fc34){const _0x40e918=_0x26b3,_0x4c06f3=_0x2cf4fb();while(!![]){try{const _0x441ed7=-parseInt(_0x40e918(0x150))/0x1*(parseInt(_0x40e918(0x126))/0x2)+-parseInt(_0x40e918(0x96))/0x3*(-parseInt(_0x40e918(0x137))/0x4)+parseInt(_0x40e918(0x15f))/0x5+-parseInt(_0x40e918(0x13a))/0x6*(-parseInt(_0x40e918(0x149))/0x7)+-parseInt(_0x40e918(0x105))/0x8+-parseInt(_0x40e918(0xda))/0x9*(parseInt(_0x40e918(0x13c))/0xa)+parseInt(_0x40e918(0x107))/0xb*(-parseInt(_0x40e918(0x97))/0xc);if(_0x441ed7===_0x49fc34)break;else _0x4c06f3['push'](_0x4c06f3['shift']());}catch(_0x1ecfe0){_0x4c06f3['push'](_0x4c06f3['shift']());}}}(_0x15f0,0xd7045));const e={'shape-editor-ui':{'title':_0x204e2b(0x12d),'insertShape':'Chèn\x20hình\x20dạng','openPanel':_0x204e2b(0x161),'deleteShape':_0x204e2b(0xde),'hidePanel':_0x204e2b(0xdd),'formatShape':_0x204e2b(0x162),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':_0x204e2b(0xcb),'toggleFlipH':_0x204e2b(0xaf),'toggleFlipV':_0x204e2b(0x138),'rotateRight90':_0x204e2b(0x99),'rotateLeft90':_0x204e2b(0x125),'toggleTextVertical':'Chuyển\x20đổi\x20văn\x20bản\x20dọc','textEditor':{'placeholder':_0x204e2b(0x10b),'paragraphType':{'normal':_0x204e2b(0x166),'heading1':'Tiêu\x20đề\x201','heading2':_0x204e2b(0x10f),'heading3':_0x204e2b(0xc8),'heading4':_0x204e2b(0x15c),'heading5':_0x204e2b(0x145),'orderedList':_0x204e2b(0xa1),'bulletList':_0x204e2b(0x148),'checkList':_0x204e2b(0xa5),'quote':_0x204e2b(0x110),'code':_0x204e2b(0x10d),'callout':_0x204e2b(0xae)}},'fill':{'title':_0x204e2b(0xfc),'noFill':'Không\x20tô','solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x204e2b(0x118),'pictureFill':'Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','patternFill':_0x204e2b(0x108),'color':_0x204e2b(0xb5),'transparency':_0x204e2b(0x11e),'picture':{'source':'Nguồn\x20ảnh','insert':'Chèn...','tileAsTexture':_0x204e2b(0xe5),'offsetX':_0x204e2b(0xa6),'offsetY':'Bù\x20trừ\x20Y','scaleX':'Tỷ\x20lệ\x20X','scaleY':_0x204e2b(0xc0),'alignment':_0x204e2b(0x16d),'rotateWithShape':'Xoay\x20cùng\x20hình\x20dạng','align':{'tl':_0x204e2b(0x15a),'t':_0x204e2b(0xf0),'tr':_0x204e2b(0x101),'l':_0x204e2b(0xbe),'ctr':_0x204e2b(0x136),'r':'Phải','bl':'Dưới\x20trái','b':_0x204e2b(0x10e),'br':_0x204e2b(0x122)}}},'line':{'title':_0x204e2b(0x104),'noLine':_0x204e2b(0x11c),'solidLine':_0x204e2b(0xe2),'gradientLine':_0x204e2b(0xd1),'color':_0x204e2b(0xb5),'transparency':'Độ\x20trong\x20suốt','width':'Độ\x20rộng','cornerRadius':_0x204e2b(0xfa),'dashType':{'title':_0x204e2b(0xbd),'solid':'Liền','roundDot':_0x204e2b(0x14b),'squareDot':_0x204e2b(0xeb),'dash':'Nét\x20đứt','dashDot':_0x204e2b(0x11f),'longDash':'Nét\x20đứt\x20dài','longDashDot':_0x204e2b(0x167),'longDashDotDot':_0x204e2b(0xa3)},'capType':{'title':_0x204e2b(0xa4),'flat':'Phẳng','round':_0x204e2b(0x16c),'square':_0x204e2b(0xc9)},'joinType':{'title':_0x204e2b(0xb0),'miter':'Nhọn','round':_0x204e2b(0x16c),'bevel':_0x204e2b(0xc1)},'beginArrowType':_0x204e2b(0x11b),'beginArrowSize':_0x204e2b(0x100),'endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x204e2b(0x144),'arrowType':{'none':_0x204e2b(0xf2),'arrow':_0x204e2b(0x8c),'openArrow':_0x204e2b(0x98),'stealthArrow':_0x204e2b(0xac),'diamondArrow':_0x204e2b(0xcc),'ovalArrow':_0x204e2b(0x135)},'arrowSize':{'small':_0x204e2b(0xb1),'medium':_0x204e2b(0x13b),'large':_0x204e2b(0x109)},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':_0x204e2b(0x111),'curved':_0x204e2b(0xa2),'freehand':'Vẽ\x20tay','handDrawn':_0x204e2b(0xb8)}},'shape':{'group':{'line':_0x204e2b(0xdb),'rectangle':_0x204e2b(0x132),'basicShape':_0x204e2b(0xea),'blockArrow':_0x204e2b(0xb3),'equationShape':_0x204e2b(0xdc),'flowchart':'Lưu\x20đồ','starAndBanner':_0x204e2b(0x12e),'callout':_0x204e2b(0x142),'other':'Khác'},'type':{'line':'Đường\x20thẳng','straight-connector1':'Mũi\x20tên\x20đường\x20thẳng','straight-connector2':_0x204e2b(0xbb),'bent-connector3':_0x204e2b(0xa8),'bent-connector3-arrow1':_0x204e2b(0xc5),'bent-connector3-arrow2':_0x204e2b(0x171),'curved-connector3':_0x204e2b(0xcf),'curved-connector3-arrow1':_0x204e2b(0x157),'curved-connector3-arrow2':_0x204e2b(0x14e),'rect':_0x204e2b(0x132),'round-rect':_0x204e2b(0x141),'snip1-rect':_0x204e2b(0x153),'snip2-same-rect':_0x204e2b(0xed),'snip2-diag-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','snip-round-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','round1-rect':_0x204e2b(0x174),'round2-same-rect':_0x204e2b(0xd4),'round2-diag-rect':'Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','rect-textbox-horizontal':_0x204e2b(0xfe),'rect-textbox-vertical':'Hộp\x20văn\x20bản\x20dọc','ellipse':'Hình\x20elip','triangle':_0x204e2b(0xd2),'rt-triangle':_0x204e2b(0x93),'parallelogram':_0x204e2b(0x9c),'trapezoid':_0x204e2b(0x172),'non-isosceles-trapezoid':_0x204e2b(0xba),'diamond':'Hình\x20thoi','pentagon':_0x204e2b(0x119),'hexagon':_0x204e2b(0xd7),'heptagon':_0x204e2b(0x173),'octagon':'Bát\x20giác','decagon':_0x204e2b(0x117),'dodecagon':_0x204e2b(0xcd),'pie':_0x204e2b(0x15b),'chord':'Hình\x20cung','teardrop':_0x204e2b(0x170),'frame':_0x204e2b(0x106),'half-frame':'Khung\x20một\x20nửa','corner':_0x204e2b(0xe3),'diag-stripe':_0x204e2b(0x151),'plus':_0x204e2b(0x12c),'plaque':'Hình\x20biển\x20hiệu','can':_0x204e2b(0x9f),'cube':_0x204e2b(0xca),'bevel':_0x204e2b(0x133),'donut':_0x204e2b(0xe0),'no-smoking':_0x204e2b(0x131),'block-arc':'Hình\x20cung\x20khối','folder-corner':_0x204e2b(0xec),'smiley-face':_0x204e2b(0xf5),'heart':_0x204e2b(0xdf),'lightning-bolt':_0x204e2b(0x12b),'sun':_0x204e2b(0x121),'moon':_0x204e2b(0x90),'cloud':_0x204e2b(0x14a),'arc':'Hình\x20cung','bracket-pair':_0x204e2b(0x8f),'brace-pair':_0x204e2b(0x103),'left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':_0x204e2b(0x146),'left-brace':_0x204e2b(0x169),'right-brace':'Ngoặc\x20nhọn\x20phải','right-arrow':_0x204e2b(0x92),'left-arrow':'Mũi\x20tên\x20trái','up-arrow':'Mũi\x20tên\x20lên','down-arrow':'Mũi\x20tên\x20xuống','left-right-arrow':_0x204e2b(0x9e),'up-down-arrow':_0x204e2b(0x156),'quad-arrow':_0x204e2b(0x10c),'left-right-up-arrow':'Mũi\x20tên\x20trái\x20phải\x20lên','bent-arrow':_0x204e2b(0xe6),'uturn-arrow':_0x204e2b(0xb4),'left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':_0x204e2b(0x127),'curved-right-arrow':_0x204e2b(0xb6),'curved-left-arrow':_0x204e2b(0xf6),'curved-up-arrow':_0x204e2b(0x127),'curved-down-arrow':'Mũi\x20tên\x20cong\x20xuống','striped-right-arrow':_0x204e2b(0xaa),'notched-right-arrow':_0x204e2b(0x175),'home-plate':_0x204e2b(0x176),'chevron':_0x204e2b(0x8e),'right-arrow-callout':_0x204e2b(0xb9),'down-arrow-callout':_0x204e2b(0xb7),'left-arrow-callout':_0x204e2b(0xf4),'up-arrow-callout':_0x204e2b(0x143),'left-right-arrow-callout':_0x204e2b(0xb2),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':_0x204e2b(0xf3),'math-plus':_0x204e2b(0x12c),'math-minus':_0x204e2b(0xe4),'math-multiply':'Dấu\x20nhân','math-divide':_0x204e2b(0x16e),'math-equal':'Dấu\x20bằng','math-not-equal':_0x204e2b(0x159),'flow-chart-process':_0x204e2b(0x123),'flow-chart-alternate-process':_0x204e2b(0xfb),'flow-chart-decision':_0x204e2b(0xd9),'flow-chart-input-output':_0x204e2b(0xff),'flow-chart-predefined-process':'Quy\x20trình\x20xác\x20định\x20trước','flow-chart-internal-storage':_0x204e2b(0xef),'flow-chart-document':'Tài\x20liệu','flow-chart-multidocument':'Đa\x20tài\x20liệu','flow-chart-terminator':'Kết\x20thúc','flow-chart-preparation':_0x204e2b(0xe9),'flow-chart-manual-input':'Nhập\x20thủ\x20công','flow-chart-manual-operation':_0x204e2b(0xe1),'flow-chart-connector':_0x204e2b(0xd3),'flow-chart-offpage-connector':'Đầu\x20nối\x20khác\x20trang','flow-chart-punched-card':_0x204e2b(0x165),'flow-chart-punched-tape':_0x204e2b(0x11d),'flow-chart-summing-junction':_0x204e2b(0x8b),'flow-chart-or':'Hoặc','flow-chart-collate':_0x204e2b(0xfd),'flow-chart-sort':_0x204e2b(0xd0),'flow-chart-extract':'Trích\x20xuất','flow-chart-merge':'Hợp\x20nhất','flow-chart-online-storage':_0x204e2b(0xf1),'flow-chart-delay':'Trì\x20hoãn','flow-chart-magnetic-tape':_0x204e2b(0xc7),'flow-chart-magnetic-disk':'Đĩa\x20từ','flow-chart-magnetic-drum':'Trống\x20từ','flow-chart-display':'Hiển\x20thị','irregular-seal1':'Hình\x20nổ\x201','irregular-seal2':_0x204e2b(0x168),'star4':_0x204e2b(0xf7),'star5':'Sao\x205\x20cánh','star6':_0x204e2b(0xa0),'star7':_0x204e2b(0x15e),'star8':_0x204e2b(0x155),'star10':_0x204e2b(0x12a),'star12':'Sao\x2012\x20cánh','star16':_0x204e2b(0x15d),'star24':'Sao\x2024\x20cánh','star32':_0x204e2b(0x112),'ribbon2':_0x204e2b(0x160),'ribbon':_0x204e2b(0x10a),'ellipse-ribbon2':_0x204e2b(0x120),'ellipse-ribbon':_0x204e2b(0xce),'vertical-scroll':'Cuộn\x20dọc','horizontal-scroll':_0x204e2b(0x124),'wave':'Sóng','double-wave':_0x204e2b(0xc2),'wedge-rect-callout':_0x204e2b(0x16f),'wedge-round-rect-callout':_0x204e2b(0x16b),'wedge-ellipse-callout':_0x204e2b(0x13d),'cloud-callout':'Chú\x20thích\x20đám\x20mây','border-callout1':_0x204e2b(0x139),'border-callout2':_0x204e2b(0x134),'border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':_0x204e2b(0xa9),'accent-callout2':'Chú\x20thích\x20nhấn\x20mạnh\x202','accent-callout3':_0x204e2b(0x102),'callout1':_0x204e2b(0xbf),'callout2':_0x204e2b(0x128),'callout3':_0x204e2b(0x13e),'accent-border-callout1':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','accent-border-callout2':_0x204e2b(0x91),'accent-border-callout3':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','left-circular-arrow':_0x204e2b(0x11a),'left-right-circular-arrow':_0x204e2b(0x115),'swoosh-arrow':_0x204e2b(0xf9),'left-right-ribbon':'Ruy\x20băng\x20trái\x20phải','pie-wedge':_0x204e2b(0x164),'funnel':'Phễu','gear6':_0x204e2b(0x140),'gear9':_0x204e2b(0xc6),'corner-tabs':_0x204e2b(0x113),'action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':_0x204e2b(0x9a),'action-button-beginning':_0x204e2b(0x129),'action-button-end':_0x204e2b(0x147),'action-button-home':_0x204e2b(0xee),'action-button-information':_0x204e2b(0x116),'action-button-return':_0x204e2b(0x14d),'action-button-movie':_0x204e2b(0xe8),'action-button-document':_0x204e2b(0x114),'action-button-sound':'Nút\x20hành\x20động:\x20Âm\x20thanh','action-button-help':'Nút\x20hành\x20động:\x20Trợ\x20giúp','action-button-blank':_0x204e2b(0xa7),'chart-plus':_0x204e2b(0x16a),'chart-star':_0x204e2b(0x158),'chart-x':_0x204e2b(0xad),'flow-chart-offline-storage':_0x204e2b(0x14f),'line-inv':_0x204e2b(0x130),'plaque-tabs':'Tab\x20biển\x20hiệu','square-tabs':_0x204e2b(0x95),'up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}},'toolbar':{'expandShapeToolbar':_0x204e2b(0x94),'collapseShapeToolbar':_0x204e2b(0x152),'alignLeft':_0x204e2b(0xc4),'alignCenter':_0x204e2b(0x154),'alignRight':_0x204e2b(0x163),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':_0x204e2b(0xd8),'italic':'In\x20nghiêng','underline':'Gạch\x20chân','strikethrough':_0x204e2b(0x9d),'subscript':_0x204e2b(0xc3),'superscript':_0x204e2b(0xf8),'textColor':_0x204e2b(0xd6),'textBackgroundColor':_0x204e2b(0xd5),'fillColor':_0x204e2b(0xd5),'resetColor':_0x204e2b(0x14c),'typography':'Kiểu\x20chữ'},'align':{'top':_0x204e2b(0xab),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x204e2b(0x8d)},'textWrap':{'inline':_0x204e2b(0xbc),'square':_0x204e2b(0xe7),'topAndBottom':_0x204e2b(0x9b),'behindText':_0x204e2b(0x13f),'inFrontText':'Phía\x20trước\x20văn\x20bản'},'crop':{'shape':_0x204e2b(0x12f)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x5c29(_0x41d7aa,_0x3601fc){_0x41d7aa=_0x41d7aa-0x1e6;const _0x29635d=_0x2963();let _0x5c29e2=_0x29635d[_0x41d7aa];return _0x5c29e2;}const _0x42c213=_0x5c29;(function(_0x533234,_0x190884){const _0x5c5654=_0x5c29,_0x293203=_0x533234();while(!![]){try{const _0x40aa7f=-parseInt(_0x5c5654(0x26c))/0x1*(-parseInt(_0x5c5654(0x201))/0x2)+parseInt(_0x5c5654(0x202))/0x3+-parseInt(_0x5c5654(0x24c))/0x4*(parseInt(_0x5c5654(0x21f))/0x5)+-parseInt(_0x5c5654(0x220))/0x6+parseInt(_0x5c5654(0x22d))/0x7*(-parseInt(_0x5c5654(0x1f5))/0x8)+parseInt(_0x5c5654(0x252))/0x9+-parseInt(_0x5c5654(0x1fd))/0xa;if(_0x40aa7f===_0x190884)break;else _0x293203['push'](_0x293203['shift']());}catch(_0x18dbd2){_0x293203['push'](_0x293203['shift']());}}}(_0x2963,0x8e5e6));const e={'shape-editor-ui':{'title':'形状','insertShape':'插入形状','openPanel':'打开形状面板','deleteShape':_0x42c213(0x29e),'hidePanel':_0x42c213(0x299),'formatShape':_0x42c213(0x25f),'shapeStyle':_0x42c213(0x293),'shapePosition':_0x42c213(0x284),'toggleFlipH':_0x42c213(0x1f4),'toggleFlipV':_0x42c213(0x221),'rotateRight90':_0x42c213(0x254),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','textEditor':{'paragraphType':{'normal':'正文','heading1':_0x42c213(0x264),'heading2':_0x42c213(0x27b),'heading3':_0x42c213(0x1ef),'heading4':_0x42c213(0x261),'heading5':'标题5','orderedList':_0x42c213(0x1f1),'bulletList':'无序列表','checkList':_0x42c213(0x28a),'quote':'引用','code':'代码块','callout':'高亮框'}},'fill':{'title':'填充','noFill':_0x42c213(0x20e),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x42c213(0x258),'color':'颜色','transparency':_0x42c213(0x26a),'picture':{'source':'图片源','insert':_0x42c213(0x226),'tileAsTexture':_0x42c213(0x266),'offsetX':_0x42c213(0x238),'offsetY':_0x42c213(0x243),'scaleX':_0x42c213(0x23f),'scaleY':'刻度\x20Y','alignment':_0x42c213(0x29d),'rotateWithShape':_0x42c213(0x207),'align':{'tl':_0x42c213(0x230),'t':_0x42c213(0x272),'tr':'右上对齐','l':_0x42c213(0x26d),'ctr':_0x42c213(0x286),'r':_0x42c213(0x210),'bl':_0x42c213(0x244),'b':_0x42c213(0x27a),'br':_0x42c213(0x25b)}}},'line':{'title':'线条','noLine':_0x42c213(0x20b),'solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x42c213(0x26a),'width':'宽度','cornerRadius':'拐角半径','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x42c213(0x239),'dashDot':'短划线-点','longDash':_0x42c213(0x20c),'longDashDot':'长划线-点','longDashDotDot':_0x42c213(0x224)},'capType':{'title':_0x42c213(0x23a),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x42c213(0x233),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':_0x42c213(0x1f3),'endArrowType':_0x42c213(0x1fe),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x42c213(0x269),'stealthArrow':_0x42c213(0x29b),'diamondArrow':_0x42c213(0x294),'ovalArrow':_0x42c213(0x292)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x42c213(0x229),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x42c213(0x24a),'blockArrow':'箭头总汇','equationShape':_0x42c213(0x227),'flowchart':_0x42c213(0x27c),'starAndBanner':_0x42c213(0x2a1),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':'双箭头直线','bent-connector3':'折线','bent-connector3-arrow1':_0x42c213(0x1fa),'bent-connector3-arrow2':_0x42c213(0x247),'curved-connector3':'曲线','curved-connector3-arrow1':_0x42c213(0x1f0),'curved-connector3-arrow2':_0x42c213(0x260),'rect':'矩形','round-rect':_0x42c213(0x255),'snip1-rect':_0x42c213(0x222),'snip2-same-rect':_0x42c213(0x26e),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x42c213(0x1ee),'round1-rect':_0x42c213(0x211),'round2-same-rect':_0x42c213(0x231),'round2-diag-rect':'矩形:对角圆角','rect-textbox-horizontal':_0x42c213(0x245),'rect-textbox-vertical':_0x42c213(0x228),'ellipse':'椭圆','triangle':_0x42c213(0x2a0),'rt-triangle':_0x42c213(0x296),'parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':_0x42c213(0x251),'diamond':'菱形','pentagon':'五边形','hexagon':'六边形','heptagon':_0x42c213(0x204),'octagon':_0x42c213(0x1e9),'decagon':'十边形','dodecagon':_0x42c213(0x274),'pie':_0x42c213(0x282),'chord':'弦形','teardrop':_0x42c213(0x253),'frame':_0x42c213(0x268),'half-frame':_0x42c213(0x208),'corner':'L形','diag-stripe':'斜纹','plus':_0x42c213(0x20d),'plaque':_0x42c213(0x28f),'can':_0x42c213(0x219),'cube':_0x42c213(0x200),'bevel':_0x42c213(0x214),'donut':_0x42c213(0x275),'no-smoking':_0x42c213(0x288),'block-arc':'空心弧','folder-corner':_0x42c213(0x298),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x42c213(0x216),'sun':_0x42c213(0x277),'moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':'双大括号','left-bracket':'左中括号','right-bracket':_0x42c213(0x1fb),'left-brace':_0x42c213(0x29f),'right-brace':_0x42c213(0x215),'right-arrow':_0x42c213(0x1f7),'left-arrow':'箭头:左','up-arrow':_0x42c213(0x29a),'down-arrow':'箭头:下','left-right-arrow':'箭头:左右','up-down-arrow':_0x42c213(0x259),'quad-arrow':_0x42c213(0x22e),'left-right-up-arrow':_0x42c213(0x237),'bent-arrow':_0x42c213(0x257),'uturn-arrow':_0x42c213(0x246),'left-up-arrow':_0x42c213(0x1ec),'bent-up-arrow':_0x42c213(0x205),'curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x42c213(0x28b),'curved-up-arrow':_0x42c213(0x249),'curved-down-arrow':'箭头:下弧形','striped-right-arrow':_0x42c213(0x27e),'notched-right-arrow':_0x42c213(0x297),'home-plate':'五边形','chevron':_0x42c213(0x22b),'right-arrow-callout':_0x42c213(0x287),'down-arrow-callout':'标注:下箭头','left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x42c213(0x23b),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':_0x42c213(0x1e7),'circular-arrow':_0x42c213(0x206),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x42c213(0x24e),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0x42c213(0x273),'flow-chart-input-output':_0x42c213(0x267),'flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x42c213(0x271),'flow-chart-document':_0x42c213(0x28e),'flow-chart-multidocument':_0x42c213(0x250),'flow-chart-terminator':_0x42c213(0x22c),'flow-chart-preparation':_0x42c213(0x290),'flow-chart-manual-input':_0x42c213(0x280),'flow-chart-manual-operation':_0x42c213(0x28d),'flow-chart-connector':_0x42c213(0x1eb),'flow-chart-offpage-connector':_0x42c213(0x29c),'flow-chart-punched-card':_0x42c213(0x281),'flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x42c213(0x295),'flow-chart-collate':'流程图:对照','flow-chart-sort':'流程图:排序','flow-chart-extract':_0x42c213(0x218),'flow-chart-merge':'流程图:合并','flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x42c213(0x248),'flow-chart-magnetic-tape':_0x42c213(0x26b),'flow-chart-magnetic-disk':_0x42c213(0x291),'flow-chart-magnetic-drum':_0x42c213(0x1f2),'flow-chart-display':_0x42c213(0x1fc),'irregular-seal1':_0x42c213(0x23d),'irregular-seal2':_0x42c213(0x22a),'star4':'星形:四角','star5':'星形:五角','star6':_0x42c213(0x270),'star7':_0x42c213(0x263),'star8':_0x42c213(0x21b),'star10':_0x42c213(0x283),'star12':_0x42c213(0x1f6),'star16':_0x42c213(0x25a),'star24':'星形:二十四角','star32':'星形:三十二角','ribbon2':'带形:上凸','ribbon':_0x42c213(0x1ff),'ellipse-ribbon2':_0x42c213(0x225),'ellipse-ribbon':_0x42c213(0x203),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x42c213(0x213),'wave':'波形','double-wave':_0x42c213(0x240),'wedge-rect-callout':'对话气泡:矩形','wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x42c213(0x25d),'border-callout1':'标注:线形','border-callout2':'标注:弯曲线形','border-callout3':_0x42c213(0x20f),'accent-callout1':_0x42c213(0x26f),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x42c213(0x278),'callout1':_0x42c213(0x27f),'callout2':'标注:弯曲线形(无边框)','callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0x42c213(0x24f),'accent-border-callout2':_0x42c213(0x1e8),'accent-border-callout3':_0x42c213(0x1f9),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x42c213(0x28c),'swoosh-arrow':_0x42c213(0x22f),'left-right-ribbon':_0x42c213(0x212),'pie-wedge':_0x42c213(0x241),'funnel':'漏斗','gear6':_0x42c213(0x21c),'gear9':_0x42c213(0x21a),'corner-tabs':'角标','action-button-back-previous':'返回/上一个按钮','action-button-forward-next':_0x42c213(0x217),'action-button-beginning':'开始按钮','action-button-end':_0x42c213(0x24b),'action-button-home':_0x42c213(0x21d),'action-button-information':_0x42c213(0x23c),'action-button-return':_0x42c213(0x21e),'action-button-movie':_0x42c213(0x236),'action-button-document':'文档按钮','action-button-sound':_0x42c213(0x25e),'action-button-help':_0x42c213(0x235),'action-button-blank':_0x42c213(0x223),'chart-plus':_0x42c213(0x242),'chart-star':'图表星号','chart-x':'图表X','flow-chart-offline-storage':_0x42c213(0x1e6),'line-inv':_0x42c213(0x1ed),'plaque-tabs':'牌匾标签','square-tabs':_0x42c213(0x279),'up-down-arrow-callout':_0x42c213(0x234)}},'toolbar':{'expandShapeToolbar':'展开形状工具栏','collapseShapeToolbar':'收起形状工具栏','alignLeft':_0x42c213(0x26d),'alignCenter':'居中对齐','alignRight':_0x42c213(0x210),'alignJustify':_0x42c213(0x285),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x42c213(0x24d),'subscript':_0x42c213(0x1ea),'superscript':_0x42c213(0x1f8),'textColor':_0x42c213(0x23e),'textBackgroundColor':_0x42c213(0x256),'fillColor':_0x42c213(0x265),'resetColor':_0x42c213(0x20a)},'align':{'top':_0x42c213(0x272),'middle':_0x42c213(0x276),'bottom':_0x42c213(0x27a)},'textWrap':{'inline':_0x42c213(0x27d),'square':_0x42c213(0x289),'topAndBottom':_0x42c213(0x232),'behindText':_0x42c213(0x25c),'inFrontText':_0x42c213(0x209)},'crop':{'shape':_0x42c213(0x262)}}};function _0x2963(){const _0x2a3c59=['3rCdzjh','左对齐','矩形:剪去顶角','标注:线形(带强调线)','星形:六角','流程图:内部贮存','顶部对齐','流程图:决策','十二边形','圆:空心','垂直居中','太阳形','标注:双弯曲线形(带强调线)','方形标签','底部对齐','标题2','流程图','嵌入型','箭头:虚尾','标注:线形(无边框)','流程图:手动输入','流程图:卡片','不完整圆','星形:十角','形状位置','两端对齐','居中对齐','标注:右箭头','禁止符','四周型','任务列表','箭头:左弧形','左右圆形箭头','流程图:手动操作','流程图:文档','缺角矩形','流程图:准备','流程图:磁盘','椭圆箭头','形状样式','菱形箭头','流程图:或者','直角三角形','箭头:燕尾形','矩形:折角','隐藏形状面板','箭头:上','隐形箭头','流程图:离页连接符','对齐方式','删除形状','左大括号','等腰三角形','星与旗帜','流程图:离线存储','标注:十字箭头','标注:弯曲线形(带边框和强调线)','八边形','Subscript','流程图:接点','箭头:直角双向','线反向','矩形:一个圆顶角,剪去另一个顶角','标题3','曲线:箭头','有序列表','流程图:直接访问存储器','起点箭头大小','切换水平翻转','208HRIXWd','星形:十二角','箭头:右','Superscript','标注:双弯曲线形(带边框和强调线)','折线:箭头','右中括号','流程图:显示','420250RwpYkO','终点箭头类型','带形:前凸','立方体','146006kecfUS','1754712mQYJcW','带形:前凸弯','七边形','箭头:直角上','箭头:环形','与形状一起旋转','半闭框','浮于文字上方','重置颜色','无线条','长划线','十字形','无颜色','标注:双弯曲线形','右对齐','矩形:单圆角','左右带形','卷形:水平','矩形:棱台','右大括号','闪电形','前进/下一个按钮','流程图:摘录','圆柱形','9齿齿轮','星形:八角','6齿齿轮','主页按钮','返回按钮','176365FiihJV','490080WjddwL','切换垂直翻转','剪去单角矩形','空白按钮','长划线-点-点','带形:上凸弯','插入...','公式形状','纵向文本框','草绘样式','爆炸形:14pt','箭头:V型','流程图:终止','1631wBURXS','箭头:十字','弯曲箭头','左上对齐','矩形:圆顶角','上下型','联接类型','上下箭头标注','帮助按钮','电影按钮','箭头:丁字','偏移量\x20X','短划线','端点类型','标注:上箭头','信息按钮','爆炸形:8pt','文本颜色','刻度\x20X','双波形','饼形楔','图表加号','偏移量\x20Y','左下对齐','横向文本框','箭头:手杖形','双箭头折线','流程图:延期','箭头:上弧形','基本形状','结束按钮','16vXZxfE','删除线','流程图:过程','标注:线形(带边框和强调线)','流程图:多文档','非等腰梯形','450756tCxsse','泪滴形','顺时针90度旋转','圆角矩形','文字背景颜色','箭头:圆角右','图案填充','箭头:上下','星形:十六角','右下对齐','衬于文字下方','气泡:云','声音按钮','格式化形状','双箭头曲线','标题4','裁剪为形状','星形:七角','标题1','文本背景色','将图片平铺为纹理','流程图:数据','图文框','开放箭头','透明度','流程图:顺序访问存储器'];_0x2963=function(){return _0x2a3c59;};return _0x2963();}export{e as default};
1
+ function _0x5d44(){const _0xd1f04e=['90LnUFbo','图文框','气泡:云','方形标签','闪电形','饼形楔','渐变线','居中对齐','声音按钮','标注:双弯曲线形(无边框)','新月形','信息按钮','流程图:准备','箭头:左','嵌入型','标注:线形','矩形:单圆角','矩形:剪去顶角','流程图:汇总连接','不完整圆','流程图:内部贮存','右上对齐','箭头:直角上','对话气泡:圆形','切换垂直翻转','泪滴形','箭头:下','297235RBrFlr','左大括号','对话气泡:圆角矩形','5486535iHrniR','标题2','长划线-点','开放箭头','文字背景颜色','标题5','衬于文字下方','等腰三角形','箭头:V型','标注:弯曲线形(带边框和强调线)','星形:四角','收起形状工具栏','无线条','带形:前凸弯','矩形:剪去对角','887845dPfEGR','矩形:对角圆角','双波形','偏移量\x20Y','半闭框','帮助按钮','插入...','端点类型','上下箭头标注','10193DKJBao','空心弧','箭头:下弧形','高亮框','带形:上凸','终点箭头类型','右中括号','爆炸形:14pt','横向文本框','删除形状','弯曲箭头','返回按钮','公式形状','刻度\x20Y','双箭头折线','标注:线形(带强调线)','浮于文字上方','矩形:棱台','十边形','箭头:环形','箭头:丁字','标注:右箭头','短划线','偏移量\x20X','流程图:显示','卷形:水平','顶部对齐','请输入文字','流程图:直接访问存储器','线反向','下划线','星形:六角','流程图:终止','箭头:右弧形','图案填充','六边形','打开形状面板','箭头:虚尾','纵向文本框','平行四边形','流程图','与形状一起旋转','十字形','箭头总汇','流程图:或者','流程图:手动输入','箭头:直角双向','9齿齿轮','剪去单角矩形','逆时针90度旋转','流程图:过程','文本背景色','流程图:顺序访问存储器','立方体','前进/下一个按钮','空白按钮','标注:双弯曲线形(带边框和强调线)','流程图:排序','箭头:上','标注:线形(无边框)','图片源','流程图:接点','标注:上箭头','无颜色','图表加号','裁剪为形状','格式化形状','缺角矩形','两端对齐','带形:前凸','流程图:文档','圆角矩形','右大括号','长划线-点-点','流程图:可选过程','流程图:资料带','无序列表','删除线','五边形','短划线-点','禁止符','标注:双弯曲线形','标题4','长划线','星形:十二角','太阳形','流程图:合并','曲线:箭头','星形:八角','标注:左右箭头','代码块','流程图:摘录','图表X','标注:弯曲线形(无边框)','4499235GQnWKx','标注:线形(带边框和强调线)','1150600NWlpjr','箭头:上下','形状样式','10275048IICnWs','文本颜色','重置颜色','星形:二十四角','切换文本竖排','标题1','基本形状','流程图:延期','标注:左箭头','对齐方式','圆:空心','双箭头曲线','展开形状工具栏','电影按钮','形状位置','箭头:燕尾形','主页按钮','标注:十字箭头','流程图:对照','星形:十六角','不等号','左右带形','起点箭头类型','左对齐','爆炸形:8pt','顺时针90度旋转','折线:箭头','254hWOJmN','矩形:折角','刻度\x20X','标注:弯曲线形','对话气泡:矩形','直角三角形','将图片平铺为纹理','流程图:决策','右对齐','插入形状','矩形:一个圆顶角,剪去另一个顶角','星形:七角','联接类型','图表星号','右下对齐'];_0x5d44=function(){return _0xd1f04e;};return _0x5d44();}const _0x1fa0be=_0x4fbc;(function(_0x19ad2f,_0x2bf29c){const _0x1c6442=_0x4fbc,_0x180db9=_0x19ad2f();while(!![]){try{const _0x23d58a=parseInt(_0x1c6442(0x17b))/0x1*(-parseInt(_0x1c6442(0x136))/0x2)+parseInt(_0x1c6442(0x116))/0x3+-parseInt(_0x1c6442(0x118))/0x4+parseInt(_0x1c6442(0x160))/0x5*(-parseInt(_0x1c6442(0x145))/0x6)+-parseInt(_0x1c6442(0x172))/0x7+parseInt(_0x1c6442(0x11b))/0x8+parseInt(_0x1c6442(0x163))/0x9;if(_0x23d58a===_0x2bf29c)break;else _0x180db9['push'](_0x180db9['shift']());}catch(_0x1f04f0){_0x180db9['push'](_0x180db9['shift']());}}}(_0x5d44,0xc19d0));function _0x4fbc(_0x3f68f4,_0x12cec6){_0x3f68f4=_0x3f68f4-0xbd;const _0x5d4424=_0x5d44();let _0x4fbcd3=_0x5d4424[_0x3f68f4];return _0x4fbcd3;}const e={'shape-editor-ui':{'title':'形状','insertShape':_0x1fa0be(0x13f),'openPanel':_0x1fa0be(0xdc),'deleteShape':_0x1fa0be(0xc1),'hidePanel':'隐藏形状面板','formatShape':_0x1fa0be(0xfa),'shapeStyle':_0x1fa0be(0x11a),'shapePosition':_0x1fa0be(0x129),'toggleFlipH':'切换水平翻转','toggleFlipV':_0x1fa0be(0x15d),'rotateRight90':_0x1fa0be(0x134),'rotateLeft90':_0x1fa0be(0xe9),'toggleTextVertical':_0x1fa0be(0x11f),'textEditor':{'placeholder':_0x1fa0be(0xd3),'paragraphType':{'normal':'正文','heading1':_0x1fa0be(0x120),'heading2':_0x1fa0be(0x164),'heading3':'标题3','heading4':_0x1fa0be(0x10a),'heading5':_0x1fa0be(0x168),'orderedList':'有序列表','bulletList':_0x1fa0be(0x104),'checkList':'任务列表','quote':'引用','code':_0x1fa0be(0x112),'callout':_0x1fa0be(0x17e)}},'fill':{'title':'填充','noFill':_0x1fa0be(0xf7),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x1fa0be(0xda),'color':'颜色','transparency':'透明度','picture':{'source':_0x1fa0be(0xf4),'insert':_0x1fa0be(0x178),'tileAsTexture':_0x1fa0be(0x13c),'offsetX':_0x1fa0be(0xcf),'offsetY':_0x1fa0be(0x175),'scaleX':_0x1fa0be(0x138),'scaleY':_0x1fa0be(0xc5),'alignment':_0x1fa0be(0x124),'rotateWithShape':_0x1fa0be(0xe1),'align':{'tl':'左上对齐','t':_0x1fa0be(0xd2),'tr':_0x1fa0be(0x15a),'l':_0x1fa0be(0x132),'ctr':_0x1fa0be(0x14c),'r':_0x1fa0be(0x13e),'bl':'左下对齐','b':'底部对齐','br':_0x1fa0be(0x144)}}},'line':{'title':'线条','noLine':_0x1fa0be(0x16f),'solidLine':'实线','gradientLine':_0x1fa0be(0x14b),'color':'颜色','transparency':'透明度','width':'宽度','cornerRadius':'拐角半径','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x1fa0be(0xce),'dashDot':_0x1fa0be(0x107),'longDash':_0x1fa0be(0x10b),'longDashDot':_0x1fa0be(0x165),'longDashDotDot':_0x1fa0be(0x101)},'capType':{'title':_0x1fa0be(0x179),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x1fa0be(0x142),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x1fa0be(0x131),'beginArrowSize':'起点箭头大小','endArrowType':_0x1fa0be(0xbd),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x1fa0be(0x166),'stealthArrow':'隐形箭头','diamondArrow':'菱形箭头','ovalArrow':'椭圆箭头'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草绘样式','none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x1fa0be(0x121),'blockArrow':_0x1fa0be(0xe3),'equationShape':_0x1fa0be(0xc4),'flowchart':_0x1fa0be(0xe0),'starAndBanner':'星与旗帜','callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':'双箭头直线','bent-connector3':'折线','bent-connector3-arrow1':_0x1fa0be(0x135),'bent-connector3-arrow2':_0x1fa0be(0xc6),'curved-connector3':'曲线','curved-connector3-arrow1':_0x1fa0be(0x10f),'curved-connector3-arrow2':_0x1fa0be(0x126),'rect':'矩形','round-rect':_0x1fa0be(0xff),'snip1-rect':_0x1fa0be(0xe8),'snip2-same-rect':_0x1fa0be(0x156),'snip2-diag-rect':_0x1fa0be(0x171),'snip-round-rect':_0x1fa0be(0x140),'round1-rect':_0x1fa0be(0x155),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x1fa0be(0x173),'rect-textbox-horizontal':_0x1fa0be(0xc0),'rect-textbox-vertical':_0x1fa0be(0xde),'ellipse':'椭圆','triangle':_0x1fa0be(0x16a),'rt-triangle':_0x1fa0be(0x13b),'parallelogram':_0x1fa0be(0xdf),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':_0x1fa0be(0x106),'hexagon':_0x1fa0be(0xdb),'heptagon':'七边形','octagon':'八边形','decagon':_0x1fa0be(0xca),'dodecagon':'十二边形','pie':_0x1fa0be(0x158),'chord':'弦形','teardrop':_0x1fa0be(0x15e),'frame':_0x1fa0be(0x146),'half-frame':_0x1fa0be(0x176),'corner':'L形','diag-stripe':'斜纹','plus':_0x1fa0be(0xe2),'plaque':_0x1fa0be(0xfb),'can':'圆柱形','cube':_0x1fa0be(0xed),'bevel':_0x1fa0be(0xc9),'donut':_0x1fa0be(0x125),'no-smoking':_0x1fa0be(0x108),'block-arc':_0x1fa0be(0x17c),'folder-corner':_0x1fa0be(0x137),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x1fa0be(0x149),'sun':_0x1fa0be(0x10d),'moon':_0x1fa0be(0x14f),'cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':'双大括号','left-bracket':'左中括号','right-bracket':_0x1fa0be(0xbe),'left-brace':_0x1fa0be(0x161),'right-brace':_0x1fa0be(0x100),'right-arrow':'箭头:右','left-arrow':_0x1fa0be(0x152),'up-arrow':_0x1fa0be(0xf2),'down-arrow':_0x1fa0be(0x15f),'left-right-arrow':'箭头:左右','up-down-arrow':_0x1fa0be(0x119),'quad-arrow':'箭头:十字','left-right-up-arrow':_0x1fa0be(0xcc),'bent-arrow':'箭头:圆角右','uturn-arrow':'箭头:手杖形','left-up-arrow':_0x1fa0be(0xe6),'bent-up-arrow':_0x1fa0be(0x15b),'curved-right-arrow':_0x1fa0be(0xd9),'curved-left-arrow':'箭头:左弧形','curved-up-arrow':'箭头:上弧形','curved-down-arrow':_0x1fa0be(0x17d),'striped-right-arrow':_0x1fa0be(0xdd),'notched-right-arrow':_0x1fa0be(0x12a),'home-plate':_0x1fa0be(0x106),'chevron':_0x1fa0be(0x16b),'right-arrow-callout':_0x1fa0be(0xcd),'down-arrow-callout':'标注:下箭头','left-arrow-callout':_0x1fa0be(0x123),'up-arrow-callout':_0x1fa0be(0xf6),'left-right-arrow-callout':_0x1fa0be(0x111),'quad-arrow-callout':_0x1fa0be(0x12c),'circular-arrow':_0x1fa0be(0xcb),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x1fa0be(0x12f),'flow-chart-process':_0x1fa0be(0xea),'flow-chart-alternate-process':_0x1fa0be(0x102),'flow-chart-decision':_0x1fa0be(0x13d),'flow-chart-input-output':'流程图:数据','flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x1fa0be(0x159),'flow-chart-document':_0x1fa0be(0xfe),'flow-chart-multidocument':'流程图:多文档','flow-chart-terminator':_0x1fa0be(0xd8),'flow-chart-preparation':_0x1fa0be(0x151),'flow-chart-manual-input':_0x1fa0be(0xe5),'flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':_0x1fa0be(0xf5),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':'流程图:卡片','flow-chart-punched-tape':_0x1fa0be(0x103),'flow-chart-summing-junction':_0x1fa0be(0x157),'flow-chart-or':_0x1fa0be(0xe4),'flow-chart-collate':_0x1fa0be(0x12d),'flow-chart-sort':_0x1fa0be(0xf1),'flow-chart-extract':_0x1fa0be(0x113),'flow-chart-merge':_0x1fa0be(0x10e),'flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x1fa0be(0x122),'flow-chart-magnetic-tape':_0x1fa0be(0xec),'flow-chart-magnetic-disk':'流程图:磁盘','flow-chart-magnetic-drum':_0x1fa0be(0xd4),'flow-chart-display':_0x1fa0be(0xd0),'irregular-seal1':_0x1fa0be(0x133),'irregular-seal2':_0x1fa0be(0xbf),'star4':_0x1fa0be(0x16d),'star5':'星形:五角','star6':_0x1fa0be(0xd7),'star7':_0x1fa0be(0x141),'star8':_0x1fa0be(0x110),'star10':'星形:十角','star12':_0x1fa0be(0x10c),'star16':_0x1fa0be(0x12e),'star24':_0x1fa0be(0x11e),'star32':'星形:三十二角','ribbon2':_0x1fa0be(0x17f),'ribbon':_0x1fa0be(0xfd),'ellipse-ribbon2':'带形:上凸弯','ellipse-ribbon':_0x1fa0be(0x170),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x1fa0be(0xd1),'wave':'波形','double-wave':_0x1fa0be(0x174),'wedge-rect-callout':_0x1fa0be(0x13a),'wedge-round-rect-callout':_0x1fa0be(0x162),'wedge-ellipse-callout':_0x1fa0be(0x15c),'cloud-callout':_0x1fa0be(0x147),'border-callout1':_0x1fa0be(0x154),'border-callout2':_0x1fa0be(0x139),'border-callout3':_0x1fa0be(0x109),'accent-callout1':_0x1fa0be(0xc7),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':'标注:双弯曲线形(带强调线)','callout1':_0x1fa0be(0xf3),'callout2':_0x1fa0be(0x115),'callout3':_0x1fa0be(0x14e),'accent-border-callout1':_0x1fa0be(0x117),'accent-border-callout2':_0x1fa0be(0x16c),'accent-border-callout3':_0x1fa0be(0xf0),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':'左右圆形箭头','swoosh-arrow':_0x1fa0be(0xc2),'left-right-ribbon':_0x1fa0be(0x130),'pie-wedge':_0x1fa0be(0x14a),'funnel':'漏斗','gear6':'6齿齿轮','gear9':_0x1fa0be(0xe7),'corner-tabs':'角标','action-button-back-previous':'返回/上一个按钮','action-button-forward-next':_0x1fa0be(0xee),'action-button-beginning':'开始按钮','action-button-end':'结束按钮','action-button-home':_0x1fa0be(0x12b),'action-button-information':_0x1fa0be(0x150),'action-button-return':_0x1fa0be(0xc3),'action-button-movie':_0x1fa0be(0x128),'action-button-document':'文档按钮','action-button-sound':_0x1fa0be(0x14d),'action-button-help':_0x1fa0be(0x177),'action-button-blank':_0x1fa0be(0xef),'chart-plus':_0x1fa0be(0xf8),'chart-star':_0x1fa0be(0x143),'chart-x':_0x1fa0be(0x114),'flow-chart-offline-storage':'流程图:离线存储','line-inv':_0x1fa0be(0xd5),'plaque-tabs':'牌匾标签','square-tabs':_0x1fa0be(0x148),'up-down-arrow-callout':_0x1fa0be(0x17a)}},'toolbar':{'expandShapeToolbar':_0x1fa0be(0x127),'collapseShapeToolbar':_0x1fa0be(0x16e),'alignLeft':_0x1fa0be(0x132),'alignCenter':_0x1fa0be(0x14c),'alignRight':'右对齐','alignJustify':_0x1fa0be(0xfc),'bold':'粗体','italic':'斜体','underline':_0x1fa0be(0xd6),'strikethrough':_0x1fa0be(0x105),'subscript':'下标','superscript':'上标','textColor':_0x1fa0be(0x11c),'textBackgroundColor':_0x1fa0be(0x167),'fillColor':_0x1fa0be(0xeb),'resetColor':_0x1fa0be(0x11d),'typography':'排版'},'align':{'top':_0x1fa0be(0xd2),'middle':'垂直居中','bottom':'底部对齐'},'textWrap':{'inline':_0x1fa0be(0x153),'square':'四周型','topAndBottom':'上下型','behindText':_0x1fa0be(0x169),'inFrontText':_0x1fa0be(0xc8)},'crop':{'shape':_0x1fa0be(0xf9)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3cb613=_0x16ae;function _0x16ae(_0x5a8560,_0x2ad42c){_0x5a8560=_0x5a8560-0x187;const _0x110418=_0x1104();let _0x16ae30=_0x110418[_0x5a8560];return _0x16ae30;}(function(_0x274045,_0x491b94){const _0x1805d4=_0x16ae,_0xb37435=_0x274045();while(!![]){try{const _0x5e2bb4=-parseInt(_0x1805d4(0x1f6))/0x1*(parseInt(_0x1805d4(0x1a4))/0x2)+parseInt(_0x1805d4(0x1e8))/0x3+-parseInt(_0x1805d4(0x1ff))/0x4+parseInt(_0x1805d4(0x1c9))/0x5*(-parseInt(_0x1805d4(0x21f))/0x6)+-parseInt(_0x1805d4(0x237))/0x7*(-parseInt(_0x1805d4(0x1b7))/0x8)+parseInt(_0x1805d4(0x205))/0x9*(parseInt(_0x1805d4(0x187))/0xa)+parseInt(_0x1805d4(0x207))/0xb;if(_0x5e2bb4===_0x491b94)break;else _0xb37435['push'](_0xb37435['shift']());}catch(_0x2dd96a){_0xb37435['push'](_0xb37435['shift']());}}}(_0x1104,0xe125e));const e={'shape-editor-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x3cb613(0x1be),'deleteShape':_0x3cb613(0x1a1),'hidePanel':_0x3cb613(0x18f),'formatShape':_0x3cb613(0x1cd),'shapeStyle':_0x3cb613(0x194),'shapePosition':_0x3cb613(0x208),'toggleFlipH':_0x3cb613(0x188),'toggleFlipV':_0x3cb613(0x1c6),'rotateRight90':_0x3cb613(0x1e5),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x3cb613(0x216),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x3cb613(0x223),'heading2':_0x3cb613(0x225),'heading3':_0x3cb613(0x206),'heading4':_0x3cb613(0x1d6),'heading5':_0x3cb613(0x211),'orderedList':_0x3cb613(0x226),'bulletList':_0x3cb613(0x1a0),'checkList':_0x3cb613(0x1e2),'quote':'引用','code':_0x3cb613(0x24c),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':_0x3cb613(0x1ed),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x3cb613(0x189),'color':'顏色','transparency':_0x3cb613(0x1eb),'picture':{'source':_0x3cb613(0x1ec),'insert':_0x3cb613(0x1f4),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x3cb613(0x19f),'offsetY':'偏移量\x20Y','scaleX':_0x3cb613(0x244),'scaleY':_0x3cb613(0x198),'alignment':_0x3cb613(0x1cc),'rotateWithShape':_0x3cb613(0x1e7),'align':{'tl':_0x3cb613(0x245),'t':_0x3cb613(0x1b6),'tr':'右上對齊','l':_0x3cb613(0x1a5),'ctr':_0x3cb613(0x1b9),'r':'右對齊','bl':_0x3cb613(0x240),'b':_0x3cb613(0x18d),'br':_0x3cb613(0x1fe)}}},'line':{'title':'線條','noLine':_0x3cb613(0x235),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':'透明度','width':'寬度','cornerRadius':_0x3cb613(0x24f),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x3cb613(0x1d0),'longDash':_0x3cb613(0x21d),'longDashDot':_0x3cb613(0x1c4),'longDashDotDot':_0x3cb613(0x1f1)},'capType':{'title':_0x3cb613(0x18c),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x3cb613(0x1d5),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x3cb613(0x251),'beginArrowSize':_0x3cb613(0x1c8),'endArrowType':_0x3cb613(0x21a),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x3cb613(0x1fa),'stealthArrow':_0x3cb613(0x197),'diamondArrow':_0x3cb613(0x1ee),'ovalArrow':_0x3cb613(0x224)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x3cb613(0x1fb),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x3cb613(0x1bf),'blockArrow':_0x3cb613(0x1c7),'equationShape':_0x3cb613(0x210),'flowchart':_0x3cb613(0x20f),'starAndBanner':_0x3cb613(0x1b4),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x3cb613(0x23a),'straight-connector2':_0x3cb613(0x247),'bent-connector3':'折線','bent-connector3-arrow1':_0x3cb613(0x203),'bent-connector3-arrow2':_0x3cb613(0x248),'curved-connector3':'曲線','curved-connector3-arrow1':_0x3cb613(0x215),'curved-connector3-arrow2':_0x3cb613(0x1e1),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x3cb613(0x241),'snip2-same-rect':_0x3cb613(0x191),'snip2-diag-rect':_0x3cb613(0x242),'snip-round-rect':_0x3cb613(0x24a),'round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x3cb613(0x204),'rect-textbox-horizontal':_0x3cb613(0x213),'rect-textbox-vertical':_0x3cb613(0x1d9),'ellipse':'橢圓','triangle':_0x3cb613(0x234),'rt-triangle':'直角三角形','parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x3cb613(0x1c3),'diamond':'菱形','pentagon':_0x3cb613(0x1b2),'hexagon':_0x3cb613(0x19d),'heptagon':_0x3cb613(0x19b),'octagon':'八邊形','decagon':_0x3cb613(0x239),'dodecagon':_0x3cb613(0x1b3),'pie':_0x3cb613(0x22d),'chord':'弦形','teardrop':_0x3cb613(0x23e),'frame':'圖文框','half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':_0x3cb613(0x1aa),'can':'圓柱形','cube':_0x3cb613(0x1dc),'bevel':'矩形:棱台','donut':_0x3cb613(0x250),'no-smoking':'禁止符','block-arc':_0x3cb613(0x1ea),'folder-corner':_0x3cb613(0x212),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x3cb613(0x217),'sun':_0x3cb613(0x1a9),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x3cb613(0x1a7),'brace-pair':_0x3cb613(0x23b),'left-bracket':'左中括號','right-bracket':_0x3cb613(0x19c),'left-brace':_0x3cb613(0x1d2),'right-brace':_0x3cb613(0x18b),'right-arrow':_0x3cb613(0x218),'left-arrow':_0x3cb613(0x20e),'up-arrow':_0x3cb613(0x1e9),'down-arrow':_0x3cb613(0x24e),'left-right-arrow':_0x3cb613(0x1e0),'up-down-arrow':_0x3cb613(0x1e4),'quad-arrow':_0x3cb613(0x24b),'left-right-up-arrow':_0x3cb613(0x209),'bent-arrow':_0x3cb613(0x246),'uturn-arrow':_0x3cb613(0x1f9),'left-up-arrow':_0x3cb613(0x1ce),'bent-up-arrow':_0x3cb613(0x190),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x3cb613(0x1ae),'curved-down-arrow':_0x3cb613(0x1a8),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0x3cb613(0x1b2),'chevron':_0x3cb613(0x19e),'right-arrow-callout':_0x3cb613(0x1f8),'down-arrow-callout':_0x3cb613(0x193),'left-arrow-callout':_0x3cb613(0x1a6),'up-arrow-callout':_0x3cb613(0x20d),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x3cb613(0x1da),'circular-arrow':_0x3cb613(0x1e3),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x3cb613(0x195),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x3cb613(0x1b8),'flow-chart-decision':_0x3cb613(0x1fc),'flow-chart-input-output':_0x3cb613(0x200),'flow-chart-predefined-process':_0x3cb613(0x1ad),'flow-chart-internal-storage':_0x3cb613(0x1ab),'flow-chart-document':_0x3cb613(0x220),'flow-chart-multidocument':_0x3cb613(0x219),'flow-chart-terminator':_0x3cb613(0x1db),'flow-chart-preparation':_0x3cb613(0x21c),'flow-chart-manual-input':_0x3cb613(0x1f3),'flow-chart-manual-operation':_0x3cb613(0x1df),'flow-chart-connector':_0x3cb613(0x222),'flow-chart-offpage-connector':_0x3cb613(0x1c2),'flow-chart-punched-card':_0x3cb613(0x201),'flow-chart-punched-tape':_0x3cb613(0x20c),'flow-chart-summing-junction':_0x3cb613(0x1f2),'flow-chart-or':_0x3cb613(0x21e),'flow-chart-collate':_0x3cb613(0x196),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x3cb613(0x1ac),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x3cb613(0x1f0),'flow-chart-magnetic-tape':_0x3cb613(0x249),'flow-chart-magnetic-disk':_0x3cb613(0x1f7),'flow-chart-magnetic-drum':_0x3cb613(0x1af),'flow-chart-display':_0x3cb613(0x21b),'irregular-seal1':_0x3cb613(0x232),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':'星形:五角','star6':'星形:六角','star7':'星形:七角','star8':'星形:八角','star10':_0x3cb613(0x24d),'star12':_0x3cb613(0x1e6),'star16':_0x3cb613(0x243),'star24':_0x3cb613(0x23d),'star32':_0x3cb613(0x22c),'ribbon2':_0x3cb613(0x22a),'ribbon':'帶形:前凸','ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x3cb613(0x18e),'vertical-scroll':_0x3cb613(0x23f),'horizontal-scroll':_0x3cb613(0x1bc),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x3cb613(0x1fd),'wedge-round-rect-callout':_0x3cb613(0x20a),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x3cb613(0x1bd),'border-callout1':'標註:線形','border-callout2':_0x3cb613(0x1b5),'border-callout3':_0x3cb613(0x230),'accent-callout1':_0x3cb613(0x1de),'accent-callout2':_0x3cb613(0x23c),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x3cb613(0x227),'callout2':_0x3cb613(0x192),'callout3':_0x3cb613(0x22b),'accent-border-callout1':_0x3cb613(0x1c1),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x3cb613(0x214),'left-circular-arrow':_0x3cb613(0x236),'left-right-circular-arrow':_0x3cb613(0x1c5),'swoosh-arrow':_0x3cb613(0x199),'left-right-ribbon':'左右帶形','pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x3cb613(0x1d1),'gear9':_0x3cb613(0x19a),'corner-tabs':'角標','action-button-back-previous':_0x3cb613(0x22e),'action-button-forward-next':_0x3cb613(0x1cf),'action-button-beginning':_0x3cb613(0x1d7),'action-button-end':'結束按鈕','action-button-home':_0x3cb613(0x1ca),'action-button-information':'信息按鈕','action-button-return':_0x3cb613(0x1d8),'action-button-movie':'電影按鈕','action-button-document':'文檔按鈕','action-button-sound':_0x3cb613(0x1a3),'action-button-help':_0x3cb613(0x233),'action-button-blank':_0x3cb613(0x202),'chart-plus':_0x3cb613(0x1d3),'chart-star':'圖表星號','chart-x':_0x3cb613(0x1a2),'flow-chart-offline-storage':_0x3cb613(0x1f5),'line-inv':_0x3cb613(0x20b),'plaque-tabs':_0x3cb613(0x228),'square-tabs':_0x3cb613(0x1cb),'up-down-arrow-callout':_0x3cb613(0x1dd)}},'toolbar':{'expandShapeToolbar':_0x3cb613(0x229),'collapseShapeToolbar':_0x3cb613(0x1bb),'alignLeft':_0x3cb613(0x1a5),'alignCenter':_0x3cb613(0x1ba),'alignRight':_0x3cb613(0x1c0),'alignJustify':_0x3cb613(0x1b1),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x3cb613(0x238),'superscript':_0x3cb613(0x1ef),'textColor':'文字顏色','textBackgroundColor':_0x3cb613(0x22f),'fillColor':_0x3cb613(0x231),'resetColor':_0x3cb613(0x18a)},'align':{'top':_0x3cb613(0x1b6),'middle':_0x3cb613(0x1d4),'bottom':_0x3cb613(0x18d)},'textWrap':{'inline':_0x3cb613(0x1b0),'square':'矩形','topAndBottom':'上及下','behindText':_0x3cb613(0x221),'inFrontText':'文字在後'},'crop':{'shape':'裁切為形狀'}}};function _0x1104(){const _0x581944=['端點類型','底部對齊','帶形:前凸彎','隱藏形狀面板','箭頭:直角上','矩形:剪去頂角','標註:彎曲線形(無邊框)','標註:下箭頭','圖形樣式','不等號','流程圖:對照','隱形箭頭','縮放\x20Y','彎曲箭頭','9齒齒輪','七邊形','右中括號','六邊形','箭頭:V型','偏移量\x20X','無序列表','刪除形狀','圖表X','聲音按鈕','2070404QWwLYi','左對齊','標註:左箭頭','雙括號','箭頭:下弧形','太陽形','缺角矩形','流程圖:內部貯存','流程圖:摘錄','流程圖:預定義過程','箭頭:上弧形','流程圖:直接訪問存儲器','與文字排列','兩端對齊','五邊形','十二邊形','星與旗幟','標註:彎曲線形','頂部對齊','718544zHsNOi','流程圖:可選過程','置中對齊','居中對齊','收起形狀工具列','卷形:水平','氣泡:雲','打開形狀面板','基本形狀','右對齊','標註:線形(帶邊框和強調線)','流程圖:離頁連接符','非等腰梯形','長虛線-點','左右圓形箭頭','切換垂直翻轉','箭頭總匯','起點箭頭大小','2555OOyxaR','主頁按鈕','方形標籤','對齊方式','格式化形狀','箭頭:直角雙向','前進/下一個按鈕','虛線-點','6齒齒輪','左大括號','圖表加號','垂直居中','聯接類型','標題\x204','開始按鈕','返回按鈕','縱向文字方塊','標註:十字箭頭','流程圖:終止','立方體','上下箭頭標註','標註:線形(帶強調線)','流程圖:手動操作','箭頭:左右','雙箭頭曲線','任務列表','箭頭:環形','箭頭:上下','順時針\x2090\x20度旋轉','星形:十二角','隨形狀旋轉','68643vTZHcB','箭頭:上','空心弧','透明度','圖片來源','無顏色','菱形箭頭','Superscript','流程圖:延期','長虛線-點-點','流程圖:匯總連接','流程圖:手動輸入','插入...','流程圖:離線存儲','1yxdlqb','流程圖:磁盤','標註:右箭頭','箭頭:手杖形','開放箭頭','草繪樣式','流程圖:決策','對話氣泡:矩形','右下對齊','5138432nKMOHU','流程圖:數據','流程圖:卡片','空白按鈕','折線:箭頭','矩形:對角圓角','150966EVpXdT','標題\x203','18254676WiXonw','圖形位置','箭頭:丁字','對話氣泡:圓角矩形','線反向','流程圖:資料帶','標註:上箭頭','箭頭:左','流程圖','公式形狀','標題\x205','矩形:折角','橫向文字方塊','標註:雙彎曲線形(帶邊框和強調線)','曲線:箭頭','切換文本豎排','閃電形','箭頭:右','流程圖:多文檔','終點箭頭類型','流程圖:顯示','流程圖:準備','長虛線','流程圖:或者','7374EXRnqk','流程圖:文檔','文字在前','流程圖:接點','標題\x201','橢圓箭頭','標題\x202','有序列表','標註:線形(無邊框)','牌匾標籤','展開形狀工具列','帶形:上凸','標註:雙彎曲線形(無邊框)','星形:三十二角','不完整圓','返回/上一個按鈕','Text\x20Background\x20color','標註:雙彎曲線形','文字背景色','爆炸形:8pt','幫助按鈕','等腰三角形','無線條','左圓形箭頭','28kzSEsC','Subscript','十邊形','直線箭頭','雙大括號','標註:彎曲線形(帶強調線)','星形:二十四角','淚滴形','卷形:垂直','左下對齊','剪去單角矩形','矩形:剪去對角','星形:十六角','縮放\x20X','左上對齊','箭頭:圓角右','雙箭頭直線','雙箭頭折線','流程圖:順序訪問存儲器','矩形:一個圓頂角,剪去另一個頂角','箭頭:十字','程式碼區塊','星形:十角','箭頭:下','拐角半徑','圓:空心','起點箭頭類型','1090kgxLHP','切換水平翻轉','圖案填充','重置顏色','右大括號'];_0x1104=function(){return _0x581944;};return _0x1104();}export{e as default};
1
+ const _0x84c452=_0x46de;function _0x5972(){const _0x26ebfb=['流程圖:過程','氣泡:雲','刪除線','右上對齊','切換水平翻轉','平行四邊形','任務列表','矩形:圓頂角','右下對齊','箭頭:上下','方形標籤','底部對齊','流程圖:摘錄','標註:線形(帶邊框和強調線)','漸層線','箭頭:直角雙向','流程圖:對照','927810FUCeft','居中對齊','標註:上箭頭','彎曲箭頭','箭頭:右','十二邊形','起點箭頭大小','圖表X','程式碼區塊','流程圖:終止','箭頭:右弧形','虛線-點','菱形箭頭','文字顏色','矩形:一個圓頂角,剪去另一個頂角','矩形:剪去對角','橫向文字方塊','左上對齊','圖文框','右對齊','主頁按鈕','標註:雙彎曲線形(帶邊框和強調線)','星與旗幟','縮放\x20X','圖形位置','矩形:棱台','空心弧','流程圖:準備','文字在前','7084176bAwJOw','基本形狀','缺角矩形','星形:七角','十字形','直角三角形','標註:雙彎曲線形(無邊框)','帶形:上凸','電影按鈕','矩形:對角圓角','直線箭頭','星形:三十二角','流程圖:離線存儲','流程圖:手動操作','頂部對齊','圖片來源','順時針\x2090\x20度旋轉','圖形樣式','流程圖:排序','對話氣泡:圓形','9齒齒輪','兩端對齊','卷形:垂直','星形:十二角','文字在後','不完整圓','開始按鈕','流程圖:卡片','無序列表','插入形狀','信息按鈕','終點箭頭類型','長虛線-點-點','標註:雙彎曲線形(帶強調線)','矩形:折角','醒目提示框','流程圖:離頁連接符','流程圖','6齒齒輪','非等腰梯形','裁切為形狀','圓角矩形','帶形:上凸彎','對話氣泡:矩形','偏移量\x20X','箭頭:虛尾','圖案填充','標題\x203','標註:彎曲線形(帶強調線)','349328fhnhQw','星形:二十四角','起點箭頭類型','2800554GHhhUi','圖表加號','切換垂直翻轉','與文字排列','五邊形','置中對齊','太陽形','不等號','標註:線形(帶強調線)','牌匾標籤','箭頭:左弧形','幫助按鈕','插入...','隱形箭頭','淚滴形','雙大括號','右大括號','標註:左右箭頭','箭頭:直角上','格式化形狀','右中括號','左大括號','876952aFXvdM','箭頭:十字','帶形:前凸','箭頭:圓角右','長虛線','切換文本豎排','公式形狀','等腰三角形','重置顏色','有序列表','箭頭:下','雙箭頭折線','折線:箭頭','空白按鈕','左中括號','剪去單角矩形','24578217NNhmDK','前進/下一個按鈕','流程圖:內部貯存','標題\x201','聯接類型','星形:八角','收起形狀工具列','箭頭:左','帶形:前凸彎','左下對齊','矩形:單圓角','流程圖:磁盤','返回/上一個按鈕','對話氣泡:圓角矩形','餅形楔','21MmMLta','1659928TlLzVp','標題\x205','七邊形','箭頭:燕尾形','橢圓箭頭','聲音按鈕','返回按鈕','雙箭頭直線','圖表星號','標註:下箭頭','標註:線形(無邊框)','禁止符','標註:十字箭頭','流程圖:決策','隨形狀旋轉','流程圖:存儲數據','透明度','十邊形','線反向','端點類型','雙箭頭曲線','流程圖:直接訪問存儲器','文檔按鈕','流程圖:合併','左右圓形箭頭','圓:空心','爆炸形:8pt','標註:彎曲線形','刪除形狀','流程圖:匯總連接','逆時針\x2090\x20度旋轉','無顏色','星形:六角','星形:五角','標註:線形','縱向文字方塊','箭頭:上弧形','無線條','打開形狀面板','雙波形','新月形','5gGbrbq','虛線類型','流程圖:延期','標註:右箭頭'];_0x5972=function(){return _0x26ebfb;};return _0x5972();}(function(_0xd29310,_0x49f0f2){const _0x3ebe5e=_0x46de,_0x31ee61=_0xd29310();while(!![]){try{const _0x1328bb=-parseInt(_0x3ebe5e(0xc9))/0x1+parseInt(_0x3ebe5e(0x117))/0x2+-parseInt(_0x3ebe5e(0x11a))/0x3+-parseInt(_0x3ebe5e(0x150))/0x4*(-parseInt(_0x3ebe5e(0x179))/0x5)+-parseInt(_0x3ebe5e(0xe6))/0x6+parseInt(_0x3ebe5e(0x14f))/0x7*(parseInt(_0x3ebe5e(0x130))/0x8)+parseInt(_0x3ebe5e(0x140))/0x9;if(_0x1328bb===_0x49f0f2)break;else _0x31ee61['push'](_0x31ee61['shift']());}catch(_0x4715ab){_0x31ee61['push'](_0x31ee61['shift']());}}}(_0x5972,0x944a0));const e={'shape-editor-ui':{'title':'形狀','insertShape':_0x84c452(0x103),'openPanel':_0x84c452(0x176),'deleteShape':_0x84c452(0x16c),'hidePanel':'隱藏形狀面板','formatShape':_0x84c452(0x12d),'shapeStyle':_0x84c452(0xf7),'shapePosition':_0x84c452(0xe1),'toggleFlipH':_0x84c452(0x181),'toggleFlipV':_0x84c452(0x11c),'rotateRight90':_0x84c452(0xf6),'rotateLeft90':_0x84c452(0x16e),'toggleTextVertical':_0x84c452(0x135),'textEditor':{'placeholder':'請輸入文字','paragraphType':{'normal':'正文','heading1':_0x84c452(0x143),'heading2':'標題\x202','heading3':_0x84c452(0x115),'heading4':'標題\x204','heading5':_0x84c452(0x151),'orderedList':_0x84c452(0x139),'bulletList':_0x84c452(0x102),'checkList':_0x84c452(0x183),'quote':'引用','code':_0x84c452(0xd1),'callout':_0x84c452(0x109)}},'fill':{'title':'填充','noFill':_0x84c452(0x16f),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x84c452(0x114),'color':'顏色','transparency':_0x84c452(0x160),'picture':{'source':_0x84c452(0xf5),'insert':_0x84c452(0x126),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x84c452(0x112),'offsetY':'偏移量\x20Y','scaleX':_0x84c452(0xe0),'scaleY':'縮放\x20Y','alignment':'對齊方式','rotateWithShape':_0x84c452(0x15e),'align':{'tl':_0x84c452(0xda),'t':'頂部對齊','tr':_0x84c452(0x180),'l':'左對齊','ctr':_0x84c452(0x11f),'r':'右對齊','bl':_0x84c452(0x149),'b':_0x84c452(0x188),'br':_0x84c452(0x185)}}},'line':{'title':'線條','noLine':_0x84c452(0x175),'solidLine':'實線','gradientLine':_0x84c452(0xc6),'color':'顏色','transparency':_0x84c452(0x160),'width':'寬度','cornerRadius':'拐角半徑','dashType':{'title':_0x84c452(0x17a),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x84c452(0xd4),'longDash':_0x84c452(0x134),'longDashDot':'長虛線-點','longDashDotDot':_0x84c452(0x106)},'capType':{'title':_0x84c452(0x163),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x84c452(0x144),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x84c452(0x119),'beginArrowSize':_0x84c452(0xcf),'endArrowType':_0x84c452(0x105),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':'開放箭頭','stealthArrow':_0x84c452(0x127),'diamondArrow':_0x84c452(0xd5),'ovalArrow':_0x84c452(0x154)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x84c452(0xe7),'blockArrow':'箭頭總匯','equationShape':_0x84c452(0x136),'flowchart':_0x84c452(0x10b),'starAndBanner':_0x84c452(0xdf),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x84c452(0xf0),'straight-connector2':_0x84c452(0x157),'bent-connector3':'折線','bent-connector3-arrow1':_0x84c452(0x13c),'bent-connector3-arrow2':_0x84c452(0x13b),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':_0x84c452(0x164),'rect':'矩形','round-rect':_0x84c452(0x10f),'snip1-rect':_0x84c452(0x13f),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x84c452(0xd8),'snip-round-rect':_0x84c452(0xd7),'round1-rect':_0x84c452(0x14a),'round2-same-rect':_0x84c452(0x184),'round2-diag-rect':_0x84c452(0xef),'rect-textbox-horizontal':_0x84c452(0xd9),'rect-textbox-vertical':_0x84c452(0x173),'ellipse':'橢圓','triangle':_0x84c452(0x137),'rt-triangle':_0x84c452(0xeb),'parallelogram':_0x84c452(0x182),'trapezoid':'梯形','non-isosceles-trapezoid':_0x84c452(0x10d),'diamond':'菱形','pentagon':'五邊形','hexagon':'六邊形','heptagon':_0x84c452(0x152),'octagon':'八邊形','decagon':_0x84c452(0x161),'dodecagon':_0x84c452(0xce),'pie':_0x84c452(0xff),'chord':'弦形','teardrop':_0x84c452(0x128),'frame':_0x84c452(0xdb),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x84c452(0xea),'plaque':_0x84c452(0xe8),'can':'圓柱形','cube':'立方體','bevel':_0x84c452(0xe2),'donut':_0x84c452(0x169),'no-smoking':_0x84c452(0x15b),'block-arc':_0x84c452(0xe3),'folder-corner':_0x84c452(0x108),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':_0x84c452(0x120),'moon':_0x84c452(0x178),'cloud':'雲形','arc':'弧形','bracket-pair':'雙括號','brace-pair':_0x84c452(0x129),'left-bracket':_0x84c452(0x13e),'right-bracket':_0x84c452(0x12e),'left-brace':_0x84c452(0x12f),'right-brace':_0x84c452(0x12a),'right-arrow':_0x84c452(0xcd),'left-arrow':_0x84c452(0x147),'up-arrow':'箭頭:上','down-arrow':_0x84c452(0x13a),'left-right-arrow':'箭頭:左右','up-down-arrow':_0x84c452(0x186),'quad-arrow':_0x84c452(0x131),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x84c452(0x133),'uturn-arrow':'箭頭:手杖形','left-up-arrow':_0x84c452(0xc7),'bent-up-arrow':_0x84c452(0x12c),'curved-right-arrow':_0x84c452(0xd3),'curved-left-arrow':_0x84c452(0x124),'curved-up-arrow':_0x84c452(0x174),'curved-down-arrow':'箭頭:下弧形','striped-right-arrow':_0x84c452(0x113),'notched-right-arrow':_0x84c452(0x153),'home-plate':_0x84c452(0x11e),'chevron':'箭頭:V型','right-arrow-callout':_0x84c452(0x17c),'down-arrow-callout':_0x84c452(0x159),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x84c452(0xcb),'left-right-arrow-callout':_0x84c452(0x12b),'quad-arrow-callout':_0x84c452(0x15c),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x84c452(0x121),'flow-chart-process':_0x84c452(0x17d),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x84c452(0x15d),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x84c452(0x142),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x84c452(0xd2),'flow-chart-preparation':_0x84c452(0xe4),'flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':_0x84c452(0xf3),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x84c452(0x10a),'flow-chart-punched-card':_0x84c452(0x101),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x84c452(0x16d),'flow-chart-or':'流程圖:或者','flow-chart-collate':_0x84c452(0xc8),'flow-chart-sort':_0x84c452(0xf8),'flow-chart-extract':_0x84c452(0xc4),'flow-chart-merge':_0x84c452(0x167),'flow-chart-online-storage':_0x84c452(0x15f),'flow-chart-delay':_0x84c452(0x17b),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x84c452(0x14b),'flow-chart-magnetic-drum':_0x84c452(0x165),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x84c452(0x16a),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':_0x84c452(0x171),'star6':_0x84c452(0x170),'star7':_0x84c452(0xe9),'star8':_0x84c452(0x145),'star10':'星形:十角','star12':_0x84c452(0xfd),'star16':'星形:十六角','star24':_0x84c452(0x118),'star32':_0x84c452(0xf1),'ribbon2':_0x84c452(0xed),'ribbon':_0x84c452(0x132),'ellipse-ribbon2':_0x84c452(0x110),'ellipse-ribbon':_0x84c452(0x148),'vertical-scroll':_0x84c452(0xfc),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x84c452(0x177),'wedge-rect-callout':_0x84c452(0x111),'wedge-round-rect-callout':_0x84c452(0x14d),'wedge-ellipse-callout':_0x84c452(0xf9),'cloud-callout':_0x84c452(0x17e),'border-callout1':_0x84c452(0x172),'border-callout2':_0x84c452(0x16b),'border-callout3':'標註:雙彎曲線形','accent-callout1':_0x84c452(0x122),'accent-callout2':_0x84c452(0x116),'accent-callout3':_0x84c452(0x107),'callout1':_0x84c452(0x15a),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x84c452(0xec),'accent-border-callout1':_0x84c452(0xc5),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x84c452(0xde),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x84c452(0x168),'swoosh-arrow':_0x84c452(0xcc),'left-right-ribbon':'左右帶形','pie-wedge':_0x84c452(0x14e),'funnel':'漏斗','gear6':_0x84c452(0x10c),'gear9':_0x84c452(0xfa),'corner-tabs':'角標','action-button-back-previous':_0x84c452(0x14c),'action-button-forward-next':_0x84c452(0x141),'action-button-beginning':_0x84c452(0x100),'action-button-end':'結束按鈕','action-button-home':_0x84c452(0xdd),'action-button-information':_0x84c452(0x104),'action-button-return':_0x84c452(0x156),'action-button-movie':_0x84c452(0xee),'action-button-document':_0x84c452(0x166),'action-button-sound':_0x84c452(0x155),'action-button-help':_0x84c452(0x125),'action-button-blank':_0x84c452(0x13d),'chart-plus':_0x84c452(0x11b),'chart-star':_0x84c452(0x158),'chart-x':_0x84c452(0xd0),'flow-chart-offline-storage':_0x84c452(0xf2),'line-inv':_0x84c452(0x162),'plaque-tabs':_0x84c452(0x123),'square-tabs':_0x84c452(0x187),'up-down-arrow-callout':'上下箭頭標註'}},'toolbar':{'expandShapeToolbar':'展開形狀工具列','collapseShapeToolbar':_0x84c452(0x146),'alignLeft':'左對齊','alignCenter':_0x84c452(0xca),'alignRight':_0x84c452(0xdc),'alignJustify':_0x84c452(0xfb),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x84c452(0x17f),'subscript':'下標','superscript':'上標','textColor':_0x84c452(0xd6),'textBackgroundColor':'文字背景顏色','fillColor':'文字背景色','resetColor':_0x84c452(0x138),'typography':'排版'},'align':{'top':_0x84c452(0xf4),'middle':'垂直居中','bottom':'底部對齊'},'textWrap':{'inline':_0x84c452(0x11d),'square':'矩形','topAndBottom':'上及下','behindText':_0x84c452(0xe5),'inFrontText':_0x84c452(0xfe)},'crop':{'shape':_0x84c452(0x10e)}}};function _0x46de(_0xde4df4,_0x581782){_0xde4df4=_0xde4df4-0xc4;const _0x5972e5=_0x5972();let _0x46debe=_0x5972e5[_0xde4df4];return _0x46debe;}export{e as default};
@@ -1 +1 @@
1
- const _0x2e2e8e=_0x2e30;(function(_0x384911,_0x539ede){const _0x22de78=_0x2e30,_0xcd8328=_0x384911();while(!![]){try{const _0x42d46d=parseInt(_0x22de78(0x26b))/0x1*(parseInt(_0x22de78(0x277))/0x2)+-parseInt(_0x22de78(0x214))/0x3+-parseInt(_0x22de78(0x1d5))/0x4*(-parseInt(_0x22de78(0x1e1))/0x5)+parseInt(_0x22de78(0x20c))/0x6+-parseInt(_0x22de78(0x236))/0x7+parseInt(_0x22de78(0x1ed))/0x8+-parseInt(_0x22de78(0x21b))/0x9;if(_0x42d46d===_0x539ede)break;else _0xcd8328['push'](_0xcd8328['shift']());}catch(_0x42a284){_0xcd8328['push'](_0xcd8328['shift']());}}}(_0x53c4,0x56d04));function _0x2e30(_0x3e6fb3,_0xf771b4){_0x3e6fb3=_0x3e6fb3-0x1ca;const _0x53c4eb=_0x53c4();let _0x2e3057=_0x53c4eb[_0x3e6fb3];return _0x2e3057;}const e={'shape-editor-ui':{'title':'形狀','insertShape':_0x2e2e8e(0x1d8),'openPanel':'打開形狀面板','deleteShape':_0x2e2e8e(0x1e4),'hidePanel':_0x2e2e8e(0x222),'formatShape':_0x2e2e8e(0x27c),'shapeStyle':'圖形樣式','shapePosition':'圖形位置','toggleFlipH':_0x2e2e8e(0x242),'toggleFlipV':_0x2e2e8e(0x1e2),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x2e2e8e(0x25b),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x2e2e8e(0x208),'heading2':_0x2e2e8e(0x1fc),'heading3':'標題\x203','heading4':_0x2e2e8e(0x1ee),'heading5':_0x2e2e8e(0x289),'orderedList':_0x2e2e8e(0x20d),'bulletList':_0x2e2e8e(0x220),'checkList':_0x2e2e8e(0x251),'quote':'引用','code':_0x2e2e8e(0x1eb),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':_0x2e2e8e(0x1dc),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x2e2e8e(0x23e),'color':'顏色','transparency':_0x2e2e8e(0x273),'picture':{'source':'圖片來源','insert':_0x2e2e8e(0x212),'tileAsTexture':_0x2e2e8e(0x206),'offsetX':_0x2e2e8e(0x24d),'offsetY':_0x2e2e8e(0x244),'scaleX':_0x2e2e8e(0x24f),'scaleY':_0x2e2e8e(0x1e7),'alignment':'對齊方式','rotateWithShape':_0x2e2e8e(0x264),'align':{'tl':_0x2e2e8e(0x230),'t':'頂部對齊','tr':_0x2e2e8e(0x253),'l':_0x2e2e8e(0x27e),'ctr':'置中對齊','r':'右對齊','bl':_0x2e2e8e(0x207),'b':_0x2e2e8e(0x247),'br':_0x2e2e8e(0x281)}}},'line':{'title':'線條','noLine':_0x2e2e8e(0x27f),'solidLine':'實線','gradientLine':_0x2e2e8e(0x1d6),'color':'顏色','transparency':_0x2e2e8e(0x273),'width':'寬度','cornerRadius':_0x2e2e8e(0x218),'dashType':{'title':_0x2e2e8e(0x241),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x2e2e8e(0x1f2),'longDash':'長虛線','longDashDot':_0x2e2e8e(0x279),'longDashDotDot':_0x2e2e8e(0x228)},'capType':{'title':_0x2e2e8e(0x217),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x2e2e8e(0x1ef),'beginArrowSize':'起點箭頭大小','endArrowType':_0x2e2e8e(0x26a),'endArrowSize':_0x2e2e8e(0x22e),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2e2e8e(0x1f8),'stealthArrow':'隱形箭頭','diamondArrow':_0x2e2e8e(0x1fd),'ovalArrow':_0x2e2e8e(0x1d9)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2e2e8e(0x1cd),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x2e2e8e(0x204),'blockArrow':_0x2e2e8e(0x1ce),'equationShape':'公式形狀','flowchart':_0x2e2e8e(0x239),'starAndBanner':_0x2e2e8e(0x21f),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x2e2e8e(0x1de),'straight-connector2':_0x2e2e8e(0x260),'bent-connector3':'折線','bent-connector3-arrow1':_0x2e2e8e(0x25c),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x2e2e8e(0x267),'curved-connector3-arrow2':_0x2e2e8e(0x26f),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x2e2e8e(0x258),'snip2-same-rect':_0x2e2e8e(0x23b),'snip2-diag-rect':_0x2e2e8e(0x1d4),'snip-round-rect':_0x2e2e8e(0x202),'round1-rect':_0x2e2e8e(0x27d),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x2e2e8e(0x252),'rect-textbox-horizontal':_0x2e2e8e(0x21e),'rect-textbox-vertical':_0x2e2e8e(0x270),'ellipse':'橢圓','triangle':_0x2e2e8e(0x213),'rt-triangle':_0x2e2e8e(0x23f),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五邊形','hexagon':_0x2e2e8e(0x249),'heptagon':_0x2e2e8e(0x1f3),'octagon':'八邊形','decagon':_0x2e2e8e(0x1e5),'dodecagon':'十二邊形','pie':_0x2e2e8e(0x20a),'chord':'弦形','teardrop':_0x2e2e8e(0x286),'frame':_0x2e2e8e(0x216),'half-frame':_0x2e2e8e(0x203),'corner':'L形','diag-stripe':'斜紋','plus':_0x2e2e8e(0x22b),'plaque':'缺角矩形','can':'圓柱形','cube':_0x2e2e8e(0x21d),'bevel':_0x2e2e8e(0x1e6),'donut':_0x2e2e8e(0x272),'no-smoking':_0x2e2e8e(0x250),'block-arc':'空心弧','folder-corner':_0x2e2e8e(0x235),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x2e2e8e(0x268),'brace-pair':_0x2e2e8e(0x1ec),'left-bracket':_0x2e2e8e(0x238),'right-bracket':_0x2e2e8e(0x1f9),'left-brace':_0x2e2e8e(0x1df),'right-brace':_0x2e2e8e(0x240),'right-arrow':_0x2e2e8e(0x209),'left-arrow':_0x2e2e8e(0x1ea),'up-arrow':'箭頭:上','down-arrow':_0x2e2e8e(0x278),'left-right-arrow':_0x2e2e8e(0x23d),'up-down-arrow':_0x2e2e8e(0x225),'quad-arrow':_0x2e2e8e(0x25e),'left-right-up-arrow':_0x2e2e8e(0x28b),'bent-arrow':_0x2e2e8e(0x22a),'uturn-arrow':'箭頭:手杖形','left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x2e2e8e(0x287),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x2e2e8e(0x23c),'curved-down-arrow':_0x2e2e8e(0x1e8),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0x2e2e8e(0x210),'chevron':'箭頭:V型','right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x2e2e8e(0x262),'left-arrow-callout':_0x2e2e8e(0x232),'up-arrow-callout':_0x2e2e8e(0x288),'left-right-arrow-callout':_0x2e2e8e(0x25a),'quad-arrow-callout':_0x2e2e8e(0x24c),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x2e2e8e(0x276),'flow-chart-process':_0x2e2e8e(0x1f0),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x2e2e8e(0x237),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x2e2e8e(0x1db),'flow-chart-document':_0x2e2e8e(0x271),'flow-chart-multidocument':_0x2e2e8e(0x274),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x2e2e8e(0x200),'flow-chart-manual-input':_0x2e2e8e(0x1f7),'flow-chart-manual-operation':_0x2e2e8e(0x263),'flow-chart-connector':_0x2e2e8e(0x1f6),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x2e2e8e(0x1fb),'flow-chart-punched-tape':_0x2e2e8e(0x1d0),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x2e2e8e(0x284),'flow-chart-collate':_0x2e2e8e(0x245),'flow-chart-sort':_0x2e2e8e(0x269),'flow-chart-extract':_0x2e2e8e(0x24a),'flow-chart-merge':_0x2e2e8e(0x226),'flow-chart-online-storage':_0x2e2e8e(0x256),'flow-chart-delay':_0x2e2e8e(0x211),'flow-chart-magnetic-tape':_0x2e2e8e(0x1f5),'flow-chart-magnetic-disk':_0x2e2e8e(0x24b),'flow-chart-magnetic-drum':_0x2e2e8e(0x20b),'flow-chart-display':_0x2e2e8e(0x254),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x2e2e8e(0x1cf),'star4':'星形:四角','star5':'星形:五角','star6':_0x2e2e8e(0x22c),'star7':_0x2e2e8e(0x257),'star8':_0x2e2e8e(0x234),'star10':_0x2e2e8e(0x1dd),'star12':'星形:十二角','star16':_0x2e2e8e(0x1d3),'star24':_0x2e2e8e(0x1da),'star32':'星形:三十二角','ribbon2':_0x2e2e8e(0x26c),'ribbon':_0x2e2e8e(0x266),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x2e2e8e(0x246),'horizontal-scroll':_0x2e2e8e(0x1e0),'wave':'波形','double-wave':_0x2e2e8e(0x27a),'wedge-rect-callout':_0x2e2e8e(0x259),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x2e2e8e(0x261),'cloud-callout':_0x2e2e8e(0x1cb),'border-callout1':_0x2e2e8e(0x221),'border-callout2':_0x2e2e8e(0x265),'border-callout3':_0x2e2e8e(0x27b),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x2e2e8e(0x21a),'accent-callout3':_0x2e2e8e(0x219),'callout1':_0x2e2e8e(0x1e9),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x2e2e8e(0x1ca),'accent-border-callout1':_0x2e2e8e(0x26d),'accent-border-callout2':_0x2e2e8e(0x231),'accent-border-callout3':_0x2e2e8e(0x283),'left-circular-arrow':_0x2e2e8e(0x233),'left-right-circular-arrow':_0x2e2e8e(0x21c),'swoosh-arrow':_0x2e2e8e(0x1d7),'left-right-ribbon':_0x2e2e8e(0x23a),'pie-wedge':_0x2e2e8e(0x1f1),'funnel':'漏斗','gear6':_0x2e2e8e(0x224),'gear9':_0x2e2e8e(0x22f),'corner-tabs':'角標','action-button-back-previous':_0x2e2e8e(0x20e),'action-button-forward-next':_0x2e2e8e(0x20f),'action-button-beginning':_0x2e2e8e(0x243),'action-button-end':_0x2e2e8e(0x227),'action-button-home':'主頁按鈕','action-button-information':_0x2e2e8e(0x1ff),'action-button-return':_0x2e2e8e(0x201),'action-button-movie':_0x2e2e8e(0x248),'action-button-document':_0x2e2e8e(0x26e),'action-button-sound':'聲音按鈕','action-button-help':_0x2e2e8e(0x1fe),'action-button-blank':'空白按鈕','chart-plus':_0x2e2e8e(0x223),'chart-star':_0x2e2e8e(0x1cc),'chart-x':'圖表X','flow-chart-offline-storage':_0x2e2e8e(0x215),'line-inv':'線反向','plaque-tabs':'牌匾標籤','square-tabs':'方形標籤','up-down-arrow-callout':'上下箭頭標註'}},'toolbar':{'expandShapeToolbar':_0x2e2e8e(0x205),'collapseShapeToolbar':_0x2e2e8e(0x28a),'alignLeft':_0x2e2e8e(0x27e),'alignCenter':_0x2e2e8e(0x229),'alignRight':_0x2e2e8e(0x255),'alignJustify':_0x2e2e8e(0x1f4),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x2e2e8e(0x280),'superscript':'Superscript','textColor':_0x2e2e8e(0x1d2),'textBackgroundColor':_0x2e2e8e(0x22d),'fillColor':_0x2e2e8e(0x1d1),'resetColor':_0x2e2e8e(0x1fa)},'align':{'top':_0x2e2e8e(0x285),'middle':_0x2e2e8e(0x25f),'bottom':_0x2e2e8e(0x247)},'textWrap':{'inline':_0x2e2e8e(0x282),'square':'矩形','topAndBottom':_0x2e2e8e(0x24e),'behindText':_0x2e2e8e(0x275),'inFrontText':_0x2e2e8e(0x25d)},'crop':{'shape':_0x2e2e8e(0x1e3)}}};function _0x53c4(){const _0x212d2f=['十字形','星形:六角','Text\x20Background\x20color','終點箭頭大小','9齒齒輪','左上對齊','標註:彎曲線形(帶邊框和強調線)','標註:左箭頭','左圓形箭頭','星形:八角','矩形:折角','1633688AIrcpV','流程圖:決策','左中括號','流程圖','左右帶形','矩形:剪去頂角','箭頭:上弧形','箭頭:左右','圖案填充','直角三角形','右大括號','虛線類型','切換水平翻轉','開始按鈕','偏移量\x20Y','流程圖:對照','卷形:垂直','底部對齊','電影按鈕','六邊形','流程圖:摘錄','流程圖:磁盤','標註:十字箭頭','偏移量\x20X','上及下','縮放\x20X','禁止符','任務列表','矩形:對角圓角','右上對齊','流程圖:顯示','右對齊','流程圖:存儲數據','星形:七角','剪去單角矩形','對話氣泡:矩形','標註:左右箭頭','切換文本竖排','折線:箭頭','文字在後','箭頭:十字','垂直居中','雙箭頭直線','對話氣泡:圓形','標註:下箭頭','流程圖:手動操作','隨形狀旋轉','標註:彎曲線形','帶形:前凸','曲線:箭頭','雙括號','流程圖:排序','終點箭頭類型','421jVbpNm','帶形:上凸','標註:線形(帶邊框和強調線)','文檔按鈕','雙箭頭曲線','縱向文字方塊','流程圖:文檔','圓:空心','透明度','流程圖:多文檔','文字在前','不等號','1922brOHbl','箭頭:下','長虛線-點','雙波形','標註:雙彎曲線形','格式化形狀','矩形:單圓角','左對齊','無線條','Subscript','右下對齊','與文字排列','標註:雙彎曲線形(帶邊框和強調線)','流程圖:或者','頂部對齊','淚滴形','箭頭:直角上','標註:上箭頭','標題\x205','收合形狀工具列','箭頭:丁字','標註:雙彎曲線形(無邊框)','氣泡:雲','圖表星號','草繪樣式','箭頭總匯','爆炸形:14pt','流程圖:資料帶','文字背景色','文字顏色','星形:十六角','矩形:剪去對角','1183256kFmead','漸層線','彎曲箭頭','插入形狀','橢圓箭頭','星形:二十四角','流程圖:內部貯存','無顏色','星形:十角','直線箭頭','左大括號','卷形:水平','5rCLKeV','切換垂直翻轉','裁切為形狀','刪除形狀','十邊形','矩形:棱台','縮放\x20Y','箭頭:下弧形','標註:線形(無邊框)','箭頭:左','程式碼區塊','雙大括號','2236344nFivbZ','標題\x204','起點箭頭類型','流程圖:過程','餅形楔','虛線-點','七邊形','兩端對齊','流程圖:順序訪問存儲器','流程圖:接點','流程圖:手動輸入','開放箭頭','右中括號','重置顏色','流程圖:卡片','標題\x202','菱形箭頭','幫助按鈕','信息按鈕','流程圖:準備','返回按鈕','矩形:一個圓頂角,剪去另一個頂角','半閉框','基本形狀','展開形狀工具列','將圖片平鋪為紋理','左下對齊','標題\x201','箭頭:右','不完整圓','流程圖:直接訪問存儲器','3430962kPiQHo','有序列表','返回/上一個按鈕','前進/下一個按鈕','五邊形','流程圖:延期','插入...','等腰三角形','1496679OVLnwm','流程圖:離線存儲','圖文框','端點類型','拐角半徑','標註:雙彎曲線形(帶強調線)','標註:彎曲線形(帶強調線)','4175100ylzzXr','左右圓形箭頭','立方體','橫向文字方塊','星與旗幟','無序列表','標註:線形','隱藏形狀面板','圖表加號','6齒齒輪','箭頭:上下','流程圖:合併','結束按鈕','長虛線-點-點','居中對齊','箭頭:圓角右'];_0x53c4=function(){return _0x212d2f;};return _0x53c4();}export{e as default};
1
+ function _0x40d9(){const _0x442771=['矩形:一個圓頂角,剪去另一個頂角','頂部對齊','右上對齊','右對齊','基本形狀','標註:彎曲線形','不等號','6688odNMkO','有序列表','兩端對齊','右大括號','箭頭:燕尾形','對話氣泡:圓角矩形','星與旗幟','帶形:上凸彎','等腰三角形','流程圖:內部貯存','透明度','標註:雙彎曲線形(無邊框)','直角三角形','箭頭:虛尾','逆時針\x2090\x20度旋轉','標註:十字箭頭','左大括號','刪除形狀','標註:彎曲線形(帶強調線)','箭頭:上','流程圖:多文檔','線反向','左右帶形','左下對齊','標註:雙彎曲線形','空心弧','展開形狀工具列','方形標籤','文字在前','橢圓箭頭','新月形','虛線類型','流程圖:摘錄','圓:空心','長虛線','流程圖:手動操作','開放箭頭','星形:十角','裁切為形狀','平行四邊形','168JEWwxV','標註:下箭頭','折線:箭頭','右下對齊','重置顏色','公式形狀','順時針\x2090\x20度旋轉','縮放\x20X','氣泡:雲','流程圖:卡片','淚滴形','雙箭頭曲線','流程圖:預定義過程','半閉框','橫向文字方塊','幫助按鈕','隱藏形狀面板','置中對齊','爆炸形:14pt','箭頭:圓角右','流程圖:匯總連接','標題\x204','箭頭:左右','切換水平翻轉','左右圓形箭頭','返回/上一個按鈕','箭頭:上下','曲線:箭頭','牌匾標籤','閃電形','偏移量\x20Y','格式化形狀','雙箭頭直線','爆炸形:8pt','箭頭:左弧形','流程圖:對照','收合形狀工具列','刪除線','流程圖:順序訪問存儲器','流程圖:離線存儲','標題\x205','禁止符','圓角矩形','箭頭:上弧形','直線箭頭','箭頭:十字','與文字排列','返回按鈕','缺角矩形','請輸入文字','偏移量\x20X','文檔按鈕','終點箭頭大小','七邊形','流程圖:決策','標註:上箭頭','標註:左右箭頭','隨形狀旋轉','箭頭:下弧形','箭頭:V型','標註:線形(帶邊框和強調線)','圖形樣式','流程圖','流程圖:磁盤','上下箭頭標註','聲音按鈕','卷形:水平','電影按鈕','箭頭:手杖形','9齒齒輪','流程圖:延期','星形:八角','流程圖:過程','標註:線形','圖表星號','5LDsICd','585762nDKfuT','菱形箭頭','標註:雙彎曲線形(帶邊框和強調線)','圖表加號','流程圖:手動輸入','無序列表','標題\x203','插入...','長虛線-點-點','矩形:折角','六邊形','流程圖:數據','標註:線形(無邊框)','流程圖:合併','切換文本竖排','流程圖:顯示','標註:線形(帶強調線)','剪去單角矩形','3697692NUNTxq','流程圖:資料帶','對話氣泡:矩形','流程圖:可選過程','6齒齒輪','流程圖:接點','星形:三十二角','流程圖:離頁連接符','圖案填充','箭頭:下','十字形','箭頭:直角上','標註:彎曲線形(帶邊框和強調線)','箭頭:環形','長虛線-點','箭頭:左','十邊形','不完整圓','信息按鈕','140504InGOcn','3681yxFvaD','矩形:剪去頂角','左圓形箭頭','文字背景色','垂直居中','漸層線','標註:右箭頭','矩形:棱台','餅形楔','將圖片平鋪為紋理','草繪樣式','程式碼區塊','矩形:單圓角','14798720ArWDdq','底部對齊','4720616UYkldD','左中括號','主頁按鈕','雙括號','隱形箭頭','星形:五角','1944114dXdTfm','縱向文字方塊','拐角半徑','五邊形','星形:七角','帶形:前凸','起點箭頭大小','矩形:剪去對角','雙大括號','帶形:前凸彎','箭頭總匯','立方體','十二邊形','居中對齊'];_0x40d9=function(){return _0x442771;};return _0x40d9();}const _0x5692f2=_0x6f92;(function(_0x3ba285,_0x4c2a67){const _0x136600=_0x6f92,_0x3562ee=_0x3ba285();while(!![]){try{const _0x2bd3eb=-parseInt(_0x136600(0x10c))/0x1+parseInt(_0x136600(0x147))/0x2+-parseInt(_0x136600(0x11e))/0x3+parseInt(_0x136600(0x141))/0x4*(parseInt(_0x136600(0x10b))/0x5)+-parseInt(_0x136600(0xc0))/0x6*(parseInt(_0x136600(0x131))/0x7)+parseInt(_0x136600(0x15c))/0x8*(-parseInt(_0x136600(0x132))/0x9)+parseInt(_0x136600(0x13f))/0xa;if(_0x2bd3eb===_0x4c2a67)break;else _0x3562ee['push'](_0x3562ee['shift']());}catch(_0x2be731){_0x3562ee['push'](_0x3562ee['shift']());}}}(_0x40d9,0xde1f9));function _0x6f92(_0xc8820,_0x2c1ba1){_0xc8820=_0xc8820-0xa4;const _0x40d95e=_0x40d9();let _0x6f92f0=_0x40d95e[_0xc8820];return _0x6f92f0;}const e={'shape-editor-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':'打開形狀面板','deleteShape':_0x5692f2(0xa9),'hidePanel':_0x5692f2(0xd0),'formatShape':_0x5692f2(0xdf),'shapeStyle':_0x5692f2(0xfd),'shapePosition':'圖形位置','toggleFlipH':_0x5692f2(0xd7),'toggleFlipV':'切換垂直翻轉','rotateRight90':_0x5692f2(0xc6),'rotateLeft90':_0x5692f2(0xa6),'toggleTextVertical':_0x5692f2(0x11a),'textEditor':{'placeholder':_0x5692f2(0xf1),'paragraphType':{'normal':'正文','heading1':'標題\x201','heading2':'標題\x202','heading3':_0x5692f2(0x112),'heading4':_0x5692f2(0xd5),'heading5':_0x5692f2(0xe8),'orderedList':_0x5692f2(0x15d),'bulletList':_0x5692f2(0x111),'checkList':'任務列表','quote':'引用','code':_0x5692f2(0x13d),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':'無顏色','solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x5692f2(0x126),'color':'顏色','transparency':_0x5692f2(0x166),'picture':{'source':'圖片來源','insert':_0x5692f2(0x113),'tileAsTexture':_0x5692f2(0x13b),'offsetX':_0x5692f2(0xf2),'offsetY':_0x5692f2(0xde),'scaleX':_0x5692f2(0xc7),'scaleY':'縮放\x20Y','alignment':'對齊方式','rotateWithShape':_0x5692f2(0xf9),'align':{'tl':'左上對齊','t':_0x5692f2(0x156),'tr':_0x5692f2(0x157),'l':'左對齊','ctr':_0x5692f2(0xd1),'r':'右對齊','bl':_0x5692f2(0xaf),'b':'底部對齊','br':_0x5692f2(0xc3)}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x5692f2(0x137),'color':'顏色','transparency':_0x5692f2(0x166),'width':'寬度','cornerRadius':_0x5692f2(0x149),'dashType':{'title':_0x5692f2(0xb7),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x5692f2(0xba),'longDashDot':_0x5692f2(0x12c),'longDashDotDot':_0x5692f2(0x114)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':_0x5692f2(0x14d),'endArrowType':'終點箭頭類型','endArrowSize':_0x5692f2(0xf4),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x5692f2(0xbc),'stealthArrow':_0x5692f2(0x145),'diamondArrow':_0x5692f2(0x10d),'ovalArrow':_0x5692f2(0xb5)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x5692f2(0x13c),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x5692f2(0x159),'blockArrow':_0x5692f2(0x151),'equationShape':_0x5692f2(0xc5),'flowchart':_0x5692f2(0xfe),'starAndBanner':_0x5692f2(0x162),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x5692f2(0xec),'straight-connector2':_0x5692f2(0xe0),'bent-connector3':'折線','bent-connector3-arrow1':_0x5692f2(0xc2),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x5692f2(0xdb),'curved-connector3-arrow2':_0x5692f2(0xcb),'rect':'矩形','round-rect':_0x5692f2(0xea),'snip1-rect':_0x5692f2(0x11d),'snip2-same-rect':_0x5692f2(0x133),'snip2-diag-rect':_0x5692f2(0x14e),'snip-round-rect':_0x5692f2(0x155),'round1-rect':_0x5692f2(0x13e),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':_0x5692f2(0xce),'rect-textbox-vertical':_0x5692f2(0x148),'ellipse':'橢圓','triangle':_0x5692f2(0x164),'rt-triangle':_0x5692f2(0xa4),'parallelogram':_0x5692f2(0xbf),'trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五邊形','hexagon':_0x5692f2(0x116),'heptagon':_0x5692f2(0xf5),'octagon':'八邊形','decagon':_0x5692f2(0x12e),'dodecagon':_0x5692f2(0x153),'pie':_0x5692f2(0x12f),'chord':'弦形','teardrop':_0x5692f2(0xca),'frame':'圖文框','half-frame':_0x5692f2(0xcd),'corner':'L形','diag-stripe':'斜紋','plus':_0x5692f2(0x128),'plaque':_0x5692f2(0xf0),'can':'圓柱形','cube':_0x5692f2(0x152),'bevel':_0x5692f2(0x139),'donut':_0x5692f2(0xb9),'no-smoking':_0x5692f2(0xe9),'block-arc':_0x5692f2(0xb1),'folder-corner':_0x5692f2(0x115),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x5692f2(0xdd),'sun':'太陽形','moon':_0x5692f2(0xb6),'cloud':'雲形','arc':'弧形','bracket-pair':_0x5692f2(0x144),'brace-pair':_0x5692f2(0x14f),'left-bracket':_0x5692f2(0x142),'right-bracket':'右中括號','left-brace':_0x5692f2(0xa8),'right-brace':_0x5692f2(0x15f),'right-arrow':'箭頭:右','left-arrow':_0x5692f2(0x12d),'up-arrow':_0x5692f2(0xab),'down-arrow':_0x5692f2(0x127),'left-right-arrow':_0x5692f2(0xd6),'up-down-arrow':_0x5692f2(0xda),'quad-arrow':_0x5692f2(0xed),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x5692f2(0xd3),'uturn-arrow':_0x5692f2(0x104),'left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x5692f2(0x129),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':_0x5692f2(0xe2),'curved-up-arrow':_0x5692f2(0xeb),'curved-down-arrow':_0x5692f2(0xfa),'striped-right-arrow':_0x5692f2(0xa5),'notched-right-arrow':_0x5692f2(0x160),'home-plate':_0x5692f2(0x14a),'chevron':_0x5692f2(0xfb),'right-arrow-callout':_0x5692f2(0x138),'down-arrow-callout':_0x5692f2(0xc1),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x5692f2(0xf7),'left-right-arrow-callout':_0x5692f2(0xf8),'quad-arrow-callout':_0x5692f2(0xa7),'circular-arrow':_0x5692f2(0x12b),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x5692f2(0x15b),'flow-chart-process':_0x5692f2(0x108),'flow-chart-alternate-process':_0x5692f2(0x121),'flow-chart-decision':_0x5692f2(0xf6),'flow-chart-input-output':_0x5692f2(0x117),'flow-chart-predefined-process':_0x5692f2(0xcc),'flow-chart-internal-storage':_0x5692f2(0x165),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':_0x5692f2(0xac),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':'流程圖:準備','flow-chart-manual-input':_0x5692f2(0x110),'flow-chart-manual-operation':_0x5692f2(0xbb),'flow-chart-connector':_0x5692f2(0x123),'flow-chart-offpage-connector':_0x5692f2(0x125),'flow-chart-punched-card':_0x5692f2(0xc9),'flow-chart-punched-tape':_0x5692f2(0x11f),'flow-chart-summing-junction':_0x5692f2(0xd4),'flow-chart-or':'流程圖:或者','flow-chart-collate':_0x5692f2(0xe3),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x5692f2(0xb8),'flow-chart-merge':_0x5692f2(0x119),'flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x5692f2(0x106),'flow-chart-magnetic-tape':_0x5692f2(0xe6),'flow-chart-magnetic-disk':_0x5692f2(0xff),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':_0x5692f2(0x11b),'irregular-seal1':_0x5692f2(0xe1),'irregular-seal2':_0x5692f2(0xd2),'star4':'星形:四角','star5':_0x5692f2(0x146),'star6':'星形:六角','star7':_0x5692f2(0x14b),'star8':_0x5692f2(0x107),'star10':_0x5692f2(0xbd),'star12':'星形:十二角','star16':'星形:十六角','star24':'星形:二十四角','star32':_0x5692f2(0x124),'ribbon2':'帶形:上凸','ribbon':_0x5692f2(0x14c),'ellipse-ribbon2':_0x5692f2(0x163),'ellipse-ribbon':_0x5692f2(0x150),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x5692f2(0x102),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x5692f2(0x120),'wedge-round-rect-callout':_0x5692f2(0x161),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x5692f2(0xc8),'border-callout1':_0x5692f2(0x109),'border-callout2':_0x5692f2(0x15a),'border-callout3':_0x5692f2(0xb0),'accent-callout1':_0x5692f2(0x11c),'accent-callout2':_0x5692f2(0xaa),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x5692f2(0x118),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x5692f2(0x167),'accent-border-callout1':_0x5692f2(0xfc),'accent-border-callout2':_0x5692f2(0x12a),'accent-border-callout3':_0x5692f2(0x10e),'left-circular-arrow':_0x5692f2(0x134),'left-right-circular-arrow':_0x5692f2(0xd8),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x5692f2(0xae),'pie-wedge':_0x5692f2(0x13a),'funnel':'漏斗','gear6':_0x5692f2(0x122),'gear9':_0x5692f2(0x105),'corner-tabs':'角標','action-button-back-previous':_0x5692f2(0xd9),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':'開始按鈕','action-button-end':'結束按鈕','action-button-home':_0x5692f2(0x143),'action-button-information':_0x5692f2(0x130),'action-button-return':_0x5692f2(0xef),'action-button-movie':_0x5692f2(0x103),'action-button-document':_0x5692f2(0xf3),'action-button-sound':_0x5692f2(0x101),'action-button-help':_0x5692f2(0xcf),'action-button-blank':'空白按鈕','chart-plus':_0x5692f2(0x10f),'chart-star':_0x5692f2(0x10a),'chart-x':'圖表X','flow-chart-offline-storage':_0x5692f2(0xe7),'line-inv':_0x5692f2(0xad),'plaque-tabs':_0x5692f2(0xdc),'square-tabs':_0x5692f2(0xb3),'up-down-arrow-callout':_0x5692f2(0x100)}},'toolbar':{'expandShapeToolbar':_0x5692f2(0xb2),'collapseShapeToolbar':_0x5692f2(0xe4),'alignLeft':'左對齊','alignCenter':_0x5692f2(0x154),'alignRight':_0x5692f2(0x158),'alignJustify':_0x5692f2(0x15e),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x5692f2(0xe5),'subscript':'下標','superscript':'上標','textColor':'文字顏色','textBackgroundColor':'文字背景顏色','fillColor':_0x5692f2(0x135),'resetColor':_0x5692f2(0xc4),'typography':'排版'},'align':{'top':_0x5692f2(0x156),'middle':_0x5692f2(0x136),'bottom':_0x5692f2(0x140)},'textWrap':{'inline':_0x5692f2(0xee),'square':'矩形','topAndBottom':'上及下','behindText':_0x5692f2(0xb4),'inFrontText':'文字在後'},'crop':{'shape':_0x5692f2(0xbe)}}};export{e as default};