File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : Docker Image CI
2
2
3
3
on :
4
- workflow_dispatch :
5
4
release :
6
5
types : [released]
7
6
32
31
platforms : linux/amd64,linux/arm64/v8
33
32
push : true
34
33
tags : |
35
- ${{ secrets.DOCKERHUB_USERNAME }}/aiaw:${{ github.ref_name }}
34
+ ${{ secrets.DOCKERHUB_USERNAME }}/aiaw:${{ github.event.release.tag_name }}
36
35
${{ secrets.DOCKERHUB_USERNAME }}/aiaw:latest
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " app.aiaw"
8
8
minSdkVersion rootProject. ext. minSdkVersion
9
9
targetSdkVersion rootProject. ext. targetSdkVersion
10
- versionCode 10418
11
- versionName " Alice-v1.4.18 "
10
+ versionCode 10419
11
+ versionName " Alice-v1.4.19 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
aaptOptions {
14
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aiaw" ,
3
- "version" : " 1.4.18 " ,
3
+ "version" : " 1.4.19 " ,
4
4
"description" : " 精心设计的 AI (LLM) 客户端。全功能,轻量级;支持多工作区、插件系统、跨平台、本地优先+实时云同步" ,
5
5
"productName" : " AI as Workspace" ,
6
6
"author" :
" NitroRCr <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../node_modules/@tauri-apps/cli/config.schema.json" ,
3
3
"productName" : " AI as Workspace" ,
4
- "version" : " 1.4.18 " ,
4
+ "version" : " 1.4.19 " ,
5
5
"identifier" : " app.aiaw" ,
6
6
"build" : {
7
7
"frontendDist" : " ../dist/spa" ,
Original file line number Diff line number Diff line change 142
142
text-err
143
143
break-word
144
144
px-5
145
- py-2
145
+ mt-2
146
+ pb-2
146
147
v-if =" message.error"
147
148
>
148
149
{{ message.error }}
152
153
text-warn
153
154
break-word
154
155
px-5
155
- py -2
156
+ my -2
156
157
v-for =" (warning, index) in message.warnings"
157
158
:key =" index"
158
159
>
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " v1.4.18 " ,
3
- "versionCode" : 10418 ,
4
- "forceUpdateFrom" : 10411 ,
2
+ "version" : " v1.4.19 " ,
3
+ "versionCode" : 10419 ,
4
+ "forceUpdateFrom" : 10417 ,
5
5
"capChannel" : " Alice"
6
- }
6
+ }
You can’t perform that action at this time.
0 commit comments