mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 13:33:26 +08:00
Merge branch 'master' of https://github.com/VickScarlet/lifeRestart
This commit is contained in:
@@ -3564,7 +3564,7 @@
|
|||||||
"id": 10412,
|
"id": 10412,
|
||||||
"event": "你有了第一部自己的手机。",
|
"event": "你有了第一部自己的手机。",
|
||||||
"include": "(MNY>3)&(EVT?[10009])",
|
"include": "(MNY>3)&(EVT?[10009])",
|
||||||
"exclude": "(MNY>7)&(EVT?[10412])"
|
"exclude": "(MNY>7)|(EVT?[10412])"
|
||||||
},
|
},
|
||||||
"10413": {
|
"10413": {
|
||||||
"id": 10413,
|
"id": 10413,
|
||||||
|
|||||||
BIN
data/events.xlsx
BIN
data/events.xlsx
Binary file not shown.
@@ -187,6 +187,13 @@ html {
|
|||||||
background-color: lightsalmon !important;
|
background-color: lightsalmon !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grade1b,
|
||||||
|
.grade2b,
|
||||||
|
.grade3b {
|
||||||
|
padding-left: 1.5rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
color: #EEEEEE;
|
color: #EEEEEE;
|
||||||
|
|||||||
@@ -182,6 +182,13 @@ html {
|
|||||||
background-color: lightsalmon !important;
|
background-color: lightsalmon !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grade1b,
|
||||||
|
.grade2b,
|
||||||
|
.grade3b {
|
||||||
|
padding-left: 1.5rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user