feat: admin rendering UI + contribute i18n
This commit is contained in:
@@ -6,10 +6,13 @@ module.exports = {
|
||||
accountKey: String,
|
||||
container: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -10,10 +10,13 @@ module.exports = {
|
||||
},
|
||||
bucket: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -4,10 +4,13 @@ module.exports = {
|
||||
props: {
|
||||
path: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -5,10 +5,13 @@ module.exports = {
|
||||
appKey: String,
|
||||
appSecret: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -5,10 +5,13 @@ module.exports = {
|
||||
clientId: String,
|
||||
clientSecret: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -20,10 +20,13 @@ module.exports = {
|
||||
basicUsername: String,
|
||||
basicPassword: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -5,10 +5,13 @@ module.exports = {
|
||||
clientId: String,
|
||||
clientSecret: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -7,10 +7,13 @@ module.exports = {
|
||||
region: String,
|
||||
bucket: String
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
@@ -14,10 +14,13 @@ module.exports = {
|
||||
default: '~'
|
||||
}
|
||||
},
|
||||
activate() {
|
||||
activated(opts) {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
deactivated(opts) {
|
||||
|
||||
},
|
||||
init(opts) {
|
||||
|
||||
},
|
||||
created(opts) {
|
||||
|
Reference in New Issue
Block a user