Skip to content

Commit

Permalink
init dipper
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Aug 22, 2024
1 parent 719fcc1 commit 64d6ee5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 29 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish_app.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: publish package to registry

on:
release:
types: [created]
push:
branches:
- dipper

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 16
Expand Down
6 changes: 3 additions & 3 deletions publish.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Edition: 3.0.0
Type: Project
Name: start-repack-apk-v3
Version: 0.0.2
Name: start-repack-apk-dipper
Version: 0.0.1
Provider:
- 阿里云
Description: 基于 CDN + Custom 运行时实现 apk 实时打渠道包
HomePage: https://github.com/devsapp/repackAPK
HomePage: https://github.com/devsapp/repackAPK/tree/dipper
Organization: 阿里云函数计算(FC)
Effective: Public
Tags:
Expand Down
27 changes: 4 additions & 23 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@

> 注:当前项目为 Serverless Devs 应用,由于应用中会存在需要初始化才可运行的变量(例如应用部署地区、函数名等等),所以**不推荐**直接 Clone 本仓库到本地进行部署或直接复制 s.yaml 使用,**强烈推荐**通过 `s init ${模版名称}` 的方法或应用中心进行初始化,详情可参考[部署 & 体验](#部署--体验)
# start-repack-apk-v3 帮助文档
<p align="center" class="flex justify-center">
<a href="https://www.serverless-devs.com" class="ml-1">
<img src="http://editor.devsapp.cn/icon?package=start-repack-apk-v3&type=packageType">
</a>
<a href="http://www.devsapp.cn/details.html?name=start-repack-apk-v3" class="ml-1">
<img src="http://editor.devsapp.cn/icon?package=start-repack-apk-v3&type=packageVersion">
</a>
<a href="http://www.devsapp.cn/details.html?name=start-repack-apk-v3" class="ml-1">
<img src="http://editor.devsapp.cn/icon?package=start-repack-apk-v3&type=packageDownload">
</a>
</p>
# start-repack-apk-dipper 帮助文档

<description>

Expand All @@ -22,8 +11,6 @@

<codeUrl>

- [:smiley_cat: 代码](https://github.com/devsapp/repackAPK/tree/V3/src)

</codeUrl>
<preview>

Expand Down Expand Up @@ -64,17 +51,11 @@

<appcenter>

- :fire: 通过 [Serverless 应用中心](https://fcnext.console.aliyun.com/applications/create?template=start-repack-apk-v3)
[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://fcnext.console.aliyun.com/applications/create?template=start-repack-apk-v3) 该应用。
:fire: 通过 [Dipper 应用中心](https://devs.console.aliyun.com/applications/createtemplate=start-repack-apk-dipper)[![Deploy with Severless Devs](https://img.alicdn.com/imgextra/i1/O1CN01w5RFbX1v45s8TIXPz_!!6000000006118-55-tps-95-28.svg)](https://devs.console.aliyun.com/applications/createtemplate=start-repack-apk-dipper) 该应用。

</appcenter>
<deploy>

- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://docs.serverless-devs.com/fc/config)
- 初始化项目:`s init start-repack-apk-v3 -d start-repack-apk-v3`
- 进入项目,并进行项目部署:`cd start-repack-apk-v3 && s deploy -y`


</deploy>

## 案例介绍
Expand Down Expand Up @@ -231,7 +212,7 @@ $ jarsigner -keystore test.keystore -signedjar new.apk new-unsigned.apk 'test'

<p align="center">

| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://images.devsapp.cn/fc-faq/33947367.png" width="130px" > |
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
</p>
Expand Down

0 comments on commit 64d6ee5

Please sign in to comment.