updated from upstream
This commit is contained in:
parent
e565ef7d1f
commit
d620fd3433
|
|
@ -13,7 +13,7 @@ COPY public/icons ./public/default_icons
|
||||||
RUN go build .
|
RUN go build .
|
||||||
|
|
||||||
# 镜像
|
# 镜像
|
||||||
FROM xdbin/beancount-alpine:2.3.6
|
FROM frankwuzp/beancount-gs:v1.2.2
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=go_builder /app/beancount-gs ./
|
COPY --from=go_builder /app/beancount-gs ./
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"favicon.ico": "/web/favicon.ico",
|
|
||||||
"logo192.png": "/web/logo192.png",
|
|
||||||
"logo512.png": "/web/logo512.png",
|
|
||||||
"main.css": "/web/static/css/main.c87495cb.css",
|
"main.css": "/web/static/css/main.c87495cb.css",
|
||||||
"main.js": "/web/static/js/main.ad3a4211.js",
|
"main.js": "/web/static/js/main.ad3a4211.js",
|
||||||
"static/js/999.1397823d.chunk.js": "/web/static/js/999.1397823d.chunk.js",
|
"static/js/999.1397823d.chunk.js": "/web/static/js/999.1397823d.chunk.js",
|
||||||
|
|
|
||||||
|
|
@ -1,30 +0,0 @@
|
||||||
.calendar-drawer .date-cell {
|
|
||||||
height: 80px
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-drawer .calendar {
|
|
||||||
max-width: 800px
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-drawer .date-cell {
|
|
||||||
font-size: 12px
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-drawer .date-cell .date {
|
|
||||||
font-size: 20px;
|
|
||||||
font-weight: bolder
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-drawer .date-cell .expenses {
|
|
||||||
color: #1da57a
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar-drawer .date-cell .income {
|
|
||||||
color: #ff4d4f
|
|
||||||
}
|
|
||||||
|
|
||||||
.index-page .top-wrapper {
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue