Sign in

简柏林 / thingskit-app · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-app
  • sysnotify-subpackage
  • sys-notify
  • config
  • data.js
  • Feat/i18n support
    32765446
    张 峰林 authored
    2024-10-15 01:56:43 +0000  
    Browse Files »
data.js 231 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
const actions = [{
	name: 'common.allText',
	value: ''
},
{
	name: 'userCenter.meeting',
	value: 'MEETING'
},
{
	name: 'userCenter.notice',
	value: 'NOTICE'
},
{
	name: 'userCenter.other',
	value: 'OTHER'
}
]


export {
	actions
}