Skip to content

Commit 18efad5

Browse files
committed
fix: md style
1 parent fc4b941 commit 18efad5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "app.aiaw"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 10503
11-
versionName "ATRI-v1.5.3"
10+
versionCode 10504
11+
versionName "ATRI-v1.5.4"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aiaw",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "精心设计的 AI (LLM) 客户端。全功能,轻量级;支持多工作区、插件系统、跨平台、本地优先+实时云同步",
55
"productName": "AI as Workspace",
66
"author": "NitroRCr <[email protected]>",

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "AI as Workspace",
4-
"version": "1.5.3",
4+
"version": "1.5.4",
55
"identifier": "app.aiaw",
66
"build": {
77
"frontendDist": "../dist/spa",

src/css/app.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ body {
221221
div.md-editor-preview {
222222
word-break: normal;
223223

224-
&.md-editor-preview :last-child {
224+
> :last-child {
225225
margin-bottom: 1em;
226226
}
227227

src/version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.5.3",
3-
"versionCode": 10503,
2+
"version": "v1.5.4",
3+
"versionCode": 10504,
44
"forceUpdateFrom": 10502,
55
"capChannel": "ATRI"
66
}

0 commit comments

Comments
 (0)