Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
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
黄天晨
bh_face_counter
Commits
1285c7f2
Commit
1285c7f2
authored
Feb 21, 2021
by
zeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改启动端口号
parent
23740cff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
package.json
package.json
+1
-1
yarn.lock
yarn.lock
+8
-8
No files found.
package.json
View file @
1285c7f2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"android"
:
"react-native run-android"
,
"android"
:
"react-native run-android"
,
"start"
:
"react-native start"
,
"start"
:
"react-native start
--port 8082
"
,
"test"
:
"jest"
,
"test"
:
"jest"
,
"lint"
:
"eslint --ext .js index.js src"
,
"lint"
:
"eslint --ext .js index.js src"
,
"apk"
:
"cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk"
,
"apk"
:
"cd android && ./gradlew app:assembleRelease && cp ./app/build/outputs/apk/release/app-release.apk ../fcounter.apk"
,
...
...
yarn.lock
View file @
1285c7f2
...
@@ -1880,6 +1880,14 @@ buffer-from@^1.0.0, buffer-from@^1.1.1:
...
@@ -1880,6 +1880,14 @@ buffer-from@^1.0.0, buffer-from@^1.1.1:
resolved "https://registry.npm.taobao.org/buffer-from/download/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
resolved "https://registry.npm.taobao.org/buffer-from/download/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
integrity sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8=
integrity sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8=
buffer@6.0.3:
version "6.0.3"
resolved "https://registry.npm.taobao.org/buffer/download/buffer-6.0.3.tgz?cache=0&sync_timestamp=1606098159535&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
integrity sha1-Ks5XhFnMj74qcKqo9S7mO2p0xsY=
dependencies:
base64-js "^1.3.1"
ieee754 "^1.2.1"
buffer@^5.4.3:
buffer@^5.4.3:
version "5.6.0"
version "5.6.0"
resolved "https://registry.npm.taobao.org/buffer/download/buffer-5.6.0.tgz?cache=0&sync_timestamp=1588706716358&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786"
resolved "https://registry.npm.taobao.org/buffer/download/buffer-5.6.0.tgz?cache=0&sync_timestamp=1588706716358&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786"
...
@@ -1888,14 +1896,6 @@ buffer@^5.4.3:
...
@@ -1888,14 +1896,6 @@ buffer@^5.4.3:
base64-js "^1.0.2"
base64-js "^1.0.2"
ieee754 "^1.1.4"
ieee754 "^1.1.4"
buffer@^6.0.3:
version "6.0.3"
resolved "https://registry.npm.taobao.org/buffer/download/buffer-6.0.3.tgz?cache=0&sync_timestamp=1606098159535&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbuffer%2Fdownload%2Fbuffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
integrity sha1-Ks5XhFnMj74qcKqo9S7mO2p0xsY=
dependencies:
base64-js "^1.3.1"
ieee754 "^1.2.1"
bytes@3.0.0:
bytes@3.0.0:
version "3.0.0"
version "3.0.0"
resolved "https://registry.npm.taobao.org/bytes/download/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
resolved "https://registry.npm.taobao.org/bytes/download/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
...
...
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