版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
637 B

  1. /*!
  2. * vue-devtools v9.2.2
  3. * (c) 2022 kazuya kawaguchi
  4. * Released under the MIT License.
  5. */
  6. const VueDevToolsLabels = {
  7. ["vue-devtools-plugin-vue-i18n" /* PLUGIN */]: 'Vue I18n devtools',
  8. ["vue-i18n-resource-inspector" /* CUSTOM_INSPECTOR */]: 'I18n Resources',
  9. ["vue-i18n-timeline" /* TIMELINE */]: 'Vue I18n'
  10. };
  11. const VueDevToolsPlaceholders = {
  12. ["vue-i18n-resource-inspector" /* CUSTOM_INSPECTOR */]: 'Search for scopes ...'
  13. };
  14. const VueDevToolsTimelineColors = {
  15. ["vue-i18n-timeline" /* TIMELINE */]: 0xffcd19
  16. };
  17. export { VueDevToolsLabels, VueDevToolsPlaceholders, VueDevToolsTimelineColors };