芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/strapi-admin/services/constants.js
'use strict'; module.exports = { SUPER_ADMIN_CODE: 'strapi-super-admin', EDITOR_CODE: 'strapi-editor', AUTHOR_CODE: 'strapi-author', READ_ACTION: 'plugins::content-manager.explorer.read', CREATE_ACTION: 'plugins::content-manager.explorer.create', UPDATE_ACTION: 'plugins::content-manager.explorer.update', DELETE_ACTION: 'plugins::content-manager.explorer.delete', PUBLISH_ACTION: 'plugins::content-manager.explorer.publish', };