mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 19:24:53 +08:00
Eyre_S
8e28bbbce1
- add configs for medication timer - medicationNotifyToChat - default is -1001729016815L(Annie medication notify chat) - add param --medication-notify-chat / -medc to set it, accept a long number. - medicationTimerUseTimezone - default is ZoneOffset.UTC(means +00:00) - add param --medication-notify-timezone / -medtz to set it, accept a number that means timezone hours - medicationNotifyAt - default is a empty Set - add param --medication-notify-times / -medt to set it, accept a hour(0~23) list seperated by "," - now medication timer will exit if the notify-times is empty - changed the Test data-source for MedicationTimer#calcNextRoutineTimestamp
24 lines
390 B
Properties
24 lines
390 B
Properties
## Core
|
|
|
|
MORNY_ARCHIVE_NAME = morny-coeur
|
|
|
|
MORNY_CODE_STORE = https://github.com/Eyre-S/Coeur-Morny-Cono
|
|
MORNY_COMMIT_PATH = https://github.com/Eyre-S/Coeur-Morny-Cono/commit/%s
|
|
|
|
VERSION = 1.0.0-RC3
|
|
|
|
USE_DELTA = false
|
|
VERSION_DELTA =
|
|
|
|
CODENAME = beiping
|
|
|
|
# dependencies
|
|
|
|
libSpotbugsVersion = 4.7.3
|
|
|
|
libMessivaVersion = 0.1.0.1
|
|
|
|
libJavaTelegramBotApiVersion = 6.2.0
|
|
|
|
libJunitVersion = 5.9.0
|