Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 89a67320
authored
2025-12-16 17:13:35 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
md
1 parent
6dfc93e7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
ios_build_pre.sh
ios_build_pre.sh
View file @
89a6732
...
@@ -12,12 +12,12 @@ if [ ! -z "$1" ]; then
...
@@ -12,12 +12,12 @@ if [ ! -z "$1" ]; then
rm -f assets/dist.zip
rm -f assets/dist.zip
cd
assets
cd
assets
if
[
"
$1
"
==
'dev'
]
;
then
if
[
"
$1
"
==
'dev'
]
;
then
wget https://bxe
-obs.banxiaoer
.com/fronts/material/xehybrid/assets/basepkg/base-dev.zip
wget https://bxe
.obs.cn-north-4.myhuaweicloud
.com/fronts/material/xehybrid/assets/basepkg/base-dev.zip
cp -f base-dev.zip
$base_root
/assets/dist.zip
cp -f base-dev.zip
$base_root
/assets/dist.zip
echo
'wget dev is done '
echo
'wget dev is done '
fi
fi
if
[
"
$1
"
==
'pro'
]
;
then
if
[
"
$1
"
==
'pro'
]
;
then
wget https://bxe
-obs.banxiaoer
.com/fronts/material/xehybrid/assets/basepkg/base-pro.zip
wget https://bxe
.obs.cn-north-4.myhuaweicloud
.com/fronts/material/xehybrid/assets/basepkg/base-pro.zip
cp -f base-pro.zip
$base_root
/assets/dist.zip
cp -f base-pro.zip
$base_root
/assets/dist.zip
echo
'wget pro is done '
echo
'wget pro is done '
fi
fi
...
...
Write
Preview
Styling with
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