Skip to content

Commit

Permalink
Update web code
Browse files Browse the repository at this point in the history
  • Loading branch information
ismartcoding committed Dec 3, 2023
1 parent 320ec80 commit 96eb5ff
Show file tree
Hide file tree
Showing 131 changed files with 3,308 additions and 3,145 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ PlainApp is an open-source application that allows you to manage your phone thro
- Apps: View your apps and download apk from phone.(web only)
- Screen mirror: Mirror your phone on webpage.
- Tools: Exchange rate, Sound meter.
- Notifications: You can manage push notifications on the webpage.
- And more features are planned for the future.

PlainApp's minimalist design is intentional, so you can focus on what matters most: your valuable data.
Expand Down Expand Up @@ -111,6 +112,11 @@ The warning is because of a self-signed TLS certificate, and there's no direct w

Try use the latest version of Chrome.

### Why can't I receive the desktop notifications?

Grant Chrome Notification Permission on Windows/Mac/Linux
Go to Settings > System > Notifications & actions and make sure the Notifications option is toggled on for Chrome.

### I don't believe this app.

It's worth mentioning that this is an open-source application.
Expand Down
6 changes: 6 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- 应用程序:查看您的应用程序并从手机下载apk。(仅限网页)
- 屏幕镜像:在网页上镜像您的手机屏幕。
- 工具:汇率、声音测量仪。
- 通知:您可以在网页上管理推送通知。
- 还有更多功能计划在未来推出。

简朴的极简设计是有意为之,让您能够专注于最重要的事情:您宝贵的数据。
Expand Down Expand Up @@ -111,6 +112,11 @@ Google Play商店中不允许该应用使用短信和通话权限。您可以在

尝试使用Chrome的最新版本。

### 为什么我无法收到桌面通知?

在Windows/Mac/Linux上授予Chrome通知权限
进入`设置 > 系统 > 通知与操作`,确保对于Chrome,通知选项已启用。

### 我不相信这个应用程序。

这是一个开源应用程序。如果你有疑虑,你可以选择构建自己的版本,或者选择不使用它。
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ android {
else -> 0
}

val vCode = 169
val vCode = 172
versionCode = vCode - singleAbiNum
versionName = "1.2.12"
versionName = "1.2.13"

ndk {
abiFilters += abiFilterList.ifEmpty {
Expand Down
4 changes: 2 additions & 2 deletions app/free/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 169,
"versionName": "1.2.12",
"versionCode": 172,
"versionName": "1.2.13",
"outputFile": "app-free-release.apk"
}
],
Expand Down
1 change: 0 additions & 1 deletion app/src/main/resources/web/assets/AIChatView-36878d03.css

This file was deleted.

1 change: 1 addition & 0 deletions app/src/main/resources/web/assets/AIChatView-63543384.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions app/src/main/resources/web/assets/AIChatView-9fba152f.js

This file was deleted.

5 changes: 5 additions & 0 deletions app/src/main/resources/web/assets/AIChatView-ac7cf6ff.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96eb5ff

Please sign in to comment.