Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-lib
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑磊
web-lib
Commits
7de43669
Commit
7de43669
authored
Mar 22, 2024
by
郑磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加app内数据判断方法
parent
1372a19d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
app.ts
src/app.ts
+9
-0
index.ts
src/index.ts
+1
-0
No files found.
src/app.ts
0 → 100644
View file @
7de43669
export
interface
AppStatus
{}
/**
* 读取当前APP的状态
*/
export
function
getAppStatus
():
AppStatus
|
undefined
{
//先判断是否在app内
return
}
src/index.ts
View file @
7de43669
export
*
from
'./api'
export
*
from
'./utils'
export
*
from
'./app'
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