Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
anyremote-miniapp
Overview
Overview
Details
Activity
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
wxl
anyremote-miniapp
Commits
459e719d
Commit
459e719d
authored
Apr 26, 2021
by
wxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
c3b1ff5f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
readme.md
+3
-0
src/components/stream-pusher.vue
+2
-2
No files found.
readme.md
View file @
459e719d
...
@@ -18,5 +18,7 @@
...
@@ -18,5 +18,7 @@
*
types/ 暂时作废,请使用any-hooks中的types文件
*
types/ 暂时作废,请使用any-hooks中的types文件
#### 更改后端请求域名在 src/hooks/http/useRequestOptions文件中
### 注意事项:
### 注意事项:
1.
any-hooks的业务代码原计划同时用于小程序和web平台,但由于中途遇到sdk开发的需求,sdk的代码需要满足框架无关的场景,更具有通用性,故使得基于vue3的any-hooks代码可能不再具有可重用性。后续会考虑基于sdk代码重构web端。any-hooks的代码目前只用于小程序端,若后期可用于web端,可虑将any-hook发布为npm包使用。
1.
any-hooks的业务代码原计划同时用于小程序和web平台,但由于中途遇到sdk开发的需求,sdk的代码需要满足框架无关的场景,更具有通用性,故使得基于vue3的any-hooks代码可能不再具有可重用性。后续会考虑基于sdk代码重构web端。any-hooks的代码目前只用于小程序端,若后期可用于web端,可虑将any-hook发布为npm包使用。
\ No newline at end of file
src/components/stream-pusher.vue
View file @
459e719d
...
@@ -59,8 +59,8 @@
...
@@ -59,8 +59,8 @@
}
}
.name
{
.name
{
position
:
absolute
;
position
:
absolute
;
top
:
10px
;
bottom
:
10px
;
lef
t
:
10px
;
righ
t
:
10px
;
}
}
}
}
}
}
...
...
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