feat(projects): add visactor plugin demos (#658)

* feat: add vtable plugin

* feat: add vchart hook

* feat: add dark mode support in vtable

* feat: add visactor icon

* feat: add vtable-gantt plugin

* fix: fix theme update in vtable-gantt

* feat: update visactor version
This commit is contained in:
Rui-Sun
2024-11-02 01:57:43 +08:00
committed by GitHub
parent aabe7fe592
commit b9e873e53c
19 changed files with 10147 additions and 6340 deletions

View File

@@ -205,6 +205,7 @@ const local: App.I18n.Schema = {
plugin_charts: 'Charts',
plugin_charts_echarts: 'ECharts',
plugin_charts_antv: 'AntV',
plugin_charts_vchart: 'VChart',
plugin_editor: 'Editor',
plugin_editor_quill: 'Quill',
plugin_editor_markdown: 'Markdown',
@@ -218,7 +219,11 @@ const local: App.I18n.Schema = {
plugin_excel: 'Excel',
plugin_pdf: 'PDF preview',
plugin_gantt: 'Gantt Chart',
plugin_typeit: 'Typeit'
plugin_gantt_dhtmlx: 'dhtmlxGantt',
plugin_gantt_vtable: 'VTableGantt',
plugin_typeit: 'Typeit',
plugin_tables: 'Tables',
plugin_tables_vtable: 'VTable'
},
page: {
login: {