/** * @external MenuDefinition */ import vectorMenuTemplate from '!!raw-loader!../includes/templates/Menu.mustache'; import { htmluserlangattributes } from './utils'; export { vectorMenuTemplate }; /** * @type {MenuDefinition} */ export const moreData = { 'is-dropdown': true, class: 'vector-menu-dropdown', 'list-classes': 'vector-menu-content-list', label: 'More', id: 'p-cactions', 'label-id': 'p-cactions-label', 'html-userlangattributes': htmluserlangattributes, 'html-items': `
  • Delete
  • Move
  • Protect
  • ` }; /** * @type {MenuDefinition} */ export const variantsData = { 'is-dropdown': true, class: 'vector-menu-dropdown', 'list-classes': 'vector-menu-content-list', label: '新加坡简体', id: 'p-variants', 'label-id': 'p-variants-label', 'html-userlangattributes': htmluserlangattributes, 'html-items': `
  • 不转换
  • 简体
  • 繁體
  • 大陆简体
  • 香港繁體
  • 澳門繁體
  • 新加坡简体
  • 臺灣正體
  • ` };