feat(projects): add plugin excel export (#561)

This commit is contained in:
Ohh
2024-07-21 20:54:18 +08:00
committed by GitHub
parent 447bda2b48
commit c425822b3a
8 changed files with 222 additions and 3 deletions

View File

@@ -196,7 +196,8 @@ const local: App.I18n.Schema = {
plugin_swiper: 'Swiper',
plugin_video: 'Video',
plugin_barcode: 'Barcode',
plugin_pinyin: 'pinyin'
plugin_pinyin: 'pinyin',
plugin_excel: 'Excel'
},
page: {
login: {

View File

@@ -196,7 +196,8 @@ const local: App.I18n.Schema = {
plugin_swiper: 'Swiper',
plugin_video: '视频',
plugin_barcode: '条形码',
plugin_pinyin: '拼音'
plugin_pinyin: '拼音',
plugin_excel: 'Excel'
},
page: {
login: {