Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bd7371bd
authored
Nov 20, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增cid54的提前时间
parent
66b09854
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
js/webAppComm.js
js/webAppComm.js
View file @
bd7371bd
...
...
@@ -829,7 +829,8 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
"content"
:
content
,
"time"
:
time
,
"type"
:
1
,
// 1:只提醒一次 2:每周都提醒一次
"durationTime"
:
0
//
"durationTime"
:
10
,
//持续时间
"reminderTime"
:
5
,
//提前多久提醒
}
}
let
obj2
=
JSON
.
stringify
(
obj
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment