Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe5c0f94b2 | ||
|
|
664b47aa75 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tout-doux",
|
"name": "tout-doux",
|
||||||
"version": "1.7.1",
|
"version": "1.7.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "tout-doux"
|
name = "tout-doux"
|
||||||
version = "1.7.1"
|
version = "1.7.2"
|
||||||
description = ""
|
description = ""
|
||||||
requires-python = ">=3.14"
|
requires-python = ">=3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
@@ -219,14 +219,16 @@ watch(cron, () => {
|
|||||||
class="input font-mono flex-1"
|
class="input font-mono flex-1"
|
||||||
@change="onChangeCronValue"
|
@change="onChangeCronValue"
|
||||||
/>
|
/>
|
||||||
<label class="label flex-1 basis-full">
|
<label
|
||||||
|
v-if="
|
||||||
|
cronType === CronType.EVERY_N_DAYS ||
|
||||||
|
cronType === CronType.EVERY_N_WEEKS ||
|
||||||
|
cronType === CronType.EVERY_N_MONTHS
|
||||||
|
"
|
||||||
|
class="label flex-1 basis-full"
|
||||||
|
>
|
||||||
{{ $t("cron.rrule_start") }}
|
{{ $t("cron.rrule_start") }}
|
||||||
<date-input
|
<date-input
|
||||||
v-if="
|
|
||||||
cronType === CronType.EVERY_N_DAYS ||
|
|
||||||
cronType === CronType.EVERY_N_WEEKS ||
|
|
||||||
cronType === CronType.EVERY_N_MONTHS
|
|
||||||
"
|
|
||||||
v-model="cronDate"
|
v-model="cronDate"
|
||||||
required
|
required
|
||||||
class="input font-mono"
|
class="input font-mono"
|
||||||
|
|||||||
@@ -323,7 +323,7 @@ asyncpg = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tout-doux"
|
name = "tout-doux"
|
||||||
version = "1.7.1"
|
version = "1.7.2"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "flask", extra = ["async"] },
|
{ name = "flask", extra = ["async"] },
|
||||||
|
|||||||
Reference in New Issue
Block a user