Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fa64f6e2
authored
Nov 20, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改drawio
1 parent
3c90771b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/drawio/index.html
public/drawio/js/diagramly/App.js
public/drawio/index.html
View file @
fa64f6e
...
@@ -54,9 +54,9 @@
...
@@ -54,9 +54,9 @@
if
(
!
result
.
hasOwnProperty
(
'dev'
))
{
if
(
!
result
.
hasOwnProperty
(
'dev'
))
{
result
[
'dev'
]
=
1
result
[
'dev'
]
=
1
}
}
//
if (!result.hasOwnProperty('offline')) {//跳过选择存储方式,不用选什么google drive,github之类的
if
(
!
result
.
hasOwnProperty
(
'offline'
))
{
//跳过选择存储方式,不用选什么google drive,github之类的
//
result['offline'] = 1
result
[
'offline'
]
=
1
//
}
}
return
result
;
return
result
;
})();
})();
...
...
public/drawio/js/diagramly/App.js
View file @
fa64f6e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment