Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wangjin-front-end
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
张媛
wangjin-front-end
Commits
6ff2fd00
Commit
6ff2fd00
authored
Dec 08, 2021
by
张媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消红色提示
parent
b0a4ee8b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
typings.d.ts
.storybook/typings.d.ts
+4
-0
FYGE.d.ts
libs/FYGE.d.ts
+2
-1
global.d.ts
src/typings/global.d.ts
+2
-1
No files found.
.storybook/typings.d.ts
View file @
6ff2fd00
interface
Window
{
FYGE
:
any
;
stage
:
any
;
}
declare
module
"*.md"
{
const
content
:
string
;
export
default
content
;
...
...
libs/FYGE.d.ts
View file @
6ff2fd00
declare
namespace
FYGE
{
export
const
VERSION
=
"2.0.34"
;
declare
namespace
FYGE
{
export
const
VERSION
=
"2.0.34"
;
export
const
osType
:
"ios"
|
"android"
|
"pc"
;
...
...
src/typings/global.ts
→
src/typings/global.
d.
ts
View file @
6ff2fd00
interface
Window
{
FYGE
:
any
;
stage
:
any
;
}
}
\ No newline at end of file
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