Browse Source

update

main
wangshaoping 1 year ago
parent
commit
2b54fbece5
  1. 6
      io.sc.engine.mv.frontend/postcss.config.cjs
  2. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/paint_16px.ico
  3. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/paint_24px.ico
  4. BIN
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/paint_32px.ico
  5. 1
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/css/pluginsCss.css
  6. 1
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/js/plugin.js
  7. 10
      io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/plugins.css
  8. 167
      io.sc.engine.mv.frontend/src/routes/routes.json
  9. 0
      io.sc.engine.mv/README.adoc
  10. 37
      io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/parameters.json
  11. 16
      io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/repositories.json
  12. 20
      io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/restart-properties.json
  13. 2
      io.sc.platform.mvc.frontend/package.json
  14. 2
      io.sc.platform.security.frontend/package.json
  15. 2
      io.sc.platform.system.frontend/package.json

6
io.sc.engine.mv.frontend/postcss.config.cjs

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/paint_16px.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/paint_24px.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/css/paint_32px.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

1
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/css/pluginsCss.css

File diff suppressed because one or more lines are too long

1
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/js/plugin.js

File diff suppressed because one or more lines are too long

10
io.sc.engine.mv.frontend/public/webjars/luckysheet/2.1.13/plugins/plugins.css

File diff suppressed because one or more lines are too long

167
io.sc.engine.mv.frontend/src/routes/routes.json

@ -0,0 +1,167 @@
[
{
"name": "route.engine.mv.result",
"path": "mv/result",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.result",
"componentPath": "@/views/result/Result.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.sample",
"path": "mv/sample",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.sample",
"componentPath": "@/views/sample/Sample.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.cutOffPoint",
"path": "mv/config/cutOffPoint",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.cutOffPoint",
"componentPath": "@/views/config/cutOffPoint.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.threshold",
"path": "mv/config/threshold",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.threshold",
"componentPath": "@/views/config/threshold.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.binomial",
"path": "mv/config/binomial",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.binomial",
"componentPath": "@/views/config/binomial.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.chiSquare",
"path": "mv/config/chiSquare",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.chiSquare",
"componentPath": "@/views/config/chiSquare.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.model",
"path": "mv/config/model",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.model",
"componentPath": "@/views/config/model.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.distribution",
"path": "mv/config/distribution",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.distribution",
"componentPath": "@/views/config/distribution.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.scale",
"path": "mv/config/scale",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.scale",
"componentPath": "@/views/config/scale.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.dataExtractor",
"path": "mv/config/dataExtractor",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.dataExtractor",
"componentPath": "@/views/config/dataExtractor.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
},
{
"name": "route.engine.mv.config.executor",
"path": "mv/config/executor",
"parent": "/",
"priority": 0,
"module": "io.sc.engine.mv.frontend",
"component": "component.engine.mv.config.executor",
"componentPath": "@/views/config/executor.vue",
"redirect": null,
"meta": {
"permissions": [
"/system/developer/help/**/*"
]
}
}
]

0
io.sc.engine.mv/README.adoc

37
io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/parameters.json

@ -0,0 +1,37 @@
/*
*
* :
* 使:
* id:
* parentId: ,
* code: ,
* defaultValue:
* order:
* options: map, key , value
*/
/* */
/*
[
{"id":"parameter.system","order":0},
{
"id" : "parameter.system.indexPageTemplate",
"parentId" : "parameter.system",
"code" : "parameter.system.indexPageTemplate",
"defaultValue" : "io.sc.platform.mvc.frontend.html",
"order" : 200
},
{"id":"parameter.system.ui","parentId":"parameter.system","order":1000},
{
"id" : "parameter.system.ui.theme",
"parentId" : "parameter.system.ui",
"code" : "parameter.system.ui.theme",
"defaultValue" : "light",
"order" : 800,
"options" :{
"light" : "#{parameter.system.ui.theme.light}",
"dark" : "#{parameter.system.ui.theme.dark}"
}
}
]
*/

16
io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/repositories.json

@ -0,0 +1,16 @@
/*
* JPA
* : JPA
* 使:
* includes:
* excludes:
* : includes excludes , excludes ,
*/
{
"includes":[
"io.sc.engine.mv.jpa.entity",
"io.sc.engine.mv.jpa.repository"
],
"excludes":[]
}

20
io.sc.engine.mv/src/main/resources/META-INF/platform/plugins/restart-properties.json

@ -0,0 +1,20 @@
/*
*
* : ,( web , )
* 使:
* : startWith
* container:
* jar: jar
*/
/* */
/*
{
"container":[
"spring.security."
],
"jar": [
"spring.security."
]
}
*/

2
io.sc.platform.mvc.frontend/package.json

@ -78,7 +78,7 @@
"luckyexcel": "1.0.1", "luckyexcel": "1.0.1",
"mockjs": "1.1.0", "mockjs": "1.1.0",
"pinia": "2.1.7", "pinia": "2.1.7",
"platform-core": "8.1.100", "platform-core": "8.1.111",
"quasar": "2.14.2", "quasar": "2.14.2",
"tailwindcss": "3.4.0", "tailwindcss": "3.4.0",
"vue": "3.4.3", "vue": "3.4.3",

2
io.sc.platform.security.frontend/package.json

@ -99,6 +99,6 @@
"vue-dompurify-html": "5.0.1", "vue-dompurify-html": "5.0.1",
"vue-i18n": "9.8.0", "vue-i18n": "9.8.0",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"platform-core": "8.1.100" "platform-core": "8.1.111"
} }
} }

2
io.sc.platform.system.frontend/package.json

@ -78,7 +78,7 @@
"luckyexcel": "1.0.1", "luckyexcel": "1.0.1",
"mockjs": "1.1.0", "mockjs": "1.1.0",
"pinia": "2.1.7", "pinia": "2.1.7",
"platform-core": "8.1.100", "platform-core": "8.1.111",
"quasar": "2.14.2", "quasar": "2.14.2",
"tailwindcss": "3.4.0", "tailwindcss": "3.4.0",
"vue": "3.4.3", "vue": "3.4.3",

Loading…
Cancel
Save