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
2dad5c06
authored
Nov 25, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:新增cid54 日历添加成功 toast文案
parent
bd7371bd
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 @
2dad5c06
...
@@ -821,7 +821,7 @@ webAppComm.prototype.jumpToTaskCenter = function (type) {
...
@@ -821,7 +821,7 @@ webAppComm.prototype.jumpToTaskCenter = function (type) {
}
}
// 54:添加系统日历提醒
// 54:添加系统日历提醒
webAppComm
.
prototype
.
calendarReminders
=
function
(
title
,
content
,
time
)
{
webAppComm
.
prototype
.
calendarReminders
=
function
(
title
,
content
,
time
,
tipContent
)
{
let
obj
=
{
let
obj
=
{
"cid"
:
54
,
"cid"
:
54
,
"data"
:
{
"data"
:
{
...
@@ -831,6 +831,7 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
...
@@ -831,6 +831,7 @@ webAppComm.prototype.calendarReminders = function (title, content, time) {
"type"
:
1
,
// 1:只提醒一次 2:每周都提醒一次
"type"
:
1
,
// 1:只提醒一次 2:每周都提醒一次
"durationTime"
:
10
,
//持续时间
"durationTime"
:
10
,
//持续时间
"reminderTime"
:
5
,
//提前多久提醒
"reminderTime"
:
5
,
//提前多久提醒
"tipContent"
:
tipContent
// 添加日历提示内容
}
}
}
}
let
obj2
=
JSON
.
stringify
(
obj
);
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