Skip to content

Commit

Permalink
[fix|doc]更新README和截图;修复HomeScreenPreview页面与HomeScreen的菜单不一致的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyD666 committed Sep 24, 2023
1 parent 59f98cb commit 51a0e18
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 13 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,19 @@
4. Support **recognizing text** in stickers
5. Support **recommending sticker tags** using **Ai** (support change models)
6. Support **syncing data using WebDAV**
7. Support importing a sticker through the **system "Share" page**
8. Support **changing and customizing theme colors**, support **theme color following the sticker's main color**
9. Support **dark color mode**
10. ......
7. Support **AI image style transfer**
8. Support importing a sticker through the **system "Share" page**
9. Support **Monet theming and customizing theme colors**, support **theme color following the sticker's main color**
10. Support **dark color mode**
11. ......

## 🤩 Screenshots

![ic_home_screen](image/en/ic_home_screen.jpg) ![ic_home_screen_search](image/en/ic_home_screen_search.jpg)
![ic_add_screen_edit](image/en/ic_add_screen_edit.jpg) ![ic_home_screen_share](image/en/ic_home_screen_share.jpg)
![ic_appearance_screen](image/en/ic_appearance_screen.jpg) ![ic_webdav_screen](image/en/ic_webdav_screen.jpg)
![ic_mini_tool_screen](image/en/ic_mini_tool_screen.jpg) ![ic_style_transfer_screen](image/en/ic_style_transfer_screen.jpg)
![ic_search_config_screen](image/en/ic_search_config_screen.jpg) ![ic_more_screen](image/en/ic_more_screen.jpg)
![ic_settings_screen](image/en/ic_settings_screen.jpg) ![ic_classification_screen](image/en/ic_classification_screen.jpg)
![ic_auto_share_screen](image/en/ic_auto_share_screen.jpg) ![ic_about_screen](image/en/ic_about_screen.jpg)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package com.skyd.rays.ui.screen.settings.appearance.style

import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.animateContentSize
import androidx.compose.animation.core.Spring
import androidx.compose.animation.core.animateDpAsState
import androidx.compose.animation.core.spring
import androidx.compose.animation.fadeIn
import androidx.compose.animation.fadeOut
import androidx.compose.foundation.basicMarquee
Expand All @@ -28,6 +31,7 @@ import androidx.compose.material.icons.filled.Edit
import androidx.compose.material.icons.filled.Info
import androidx.compose.material.icons.filled.Menu
import androidx.compose.material.icons.filled.Replay
import androidx.compose.material.icons.filled.Save
import androidx.compose.material.icons.filled.Share
import androidx.compose.material3.AssistChip
import androidx.compose.material3.Card
Expand Down Expand Up @@ -222,6 +226,16 @@ private fun HomeMenuPreview(expanded: Boolean, onDismissRequest: () -> Unit) {
)
}
)
DropdownMenuItem(
text = { Text(stringResource(R.string.home_screen_export)) },
onClick = onDismissRequest,
leadingIcon = {
Icon(
Icons.Default.Save,
contentDescription = null
)
}
)
DropdownMenuItem(
text = { Text(stringResource(R.string.home_screen_sticker_info)) },
onClick = onDismissRequest,
Expand Down Expand Up @@ -264,12 +278,18 @@ fun MainCardPreview() {
.fillMaxWidth()
) {
Column(
modifier = Modifier
.clickable { }
modifier = Modifier.clickable { }
) {
Box {
RaysImage(
modifier = Modifier.fillMaxWidth(),
modifier = Modifier
.animateContentSize(
animationSpec = spring(
dampingRatio = 1.3f,
stiffness = Spring.StiffnessHigh,
)
)
.fillMaxWidth(),
uuid = stickerWithTags.sticker.uuid,
contentScale = StickerScalePreference.toContentScale(LocalStickerScale.current),
)
Expand Down
12 changes: 6 additions & 6 deletions doc/README/README-zh-rCN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
</div>




## 💡主要功能

1. 支持为表情包打**标签**
Expand All @@ -49,16 +47,18 @@
4. 支持**识别**表情包中的**文本**
5. 支持 **Ai 推荐表情包标签**(支持更换模型)
6. 支持**使用 WebDAV 同步**数据
7. 支持通过**系统“分享”页面导入**表情包
8. 支持**更换和自定义主题色**,支持主题色**跟随表情包主色调**变化
9. 支持**深色模式**
10. ......
7. 支持 **Ai 转移**图片的**风格**
8. 支持通过**系统“分享”页面导入**表情包
9. 支持**莫奈取色和自定义主题色**,支持主题色**跟随表情包主色调**变化
10. 支持**深色模式**
11. ......

## 🤩应用截图

![ic_home_screen](../../image/zh-rCN/ic_home_screen.jpg) ![ic_home_screen_search](../../image/zh-rCN/ic_home_screen_search.jpg)
![ic_add_screen_edit](../../image/zh-rCN/ic_add_screen_edit.jpg) ![ic_home_screen_share](../../image/zh-rCN/ic_home_screen_share.jpg)
![ic_appearance_screen](../../image/zh-rCN/ic_appearance_screen.jpg) ![ic_webdav_screen](../../image/zh-rCN/ic_webdav_screen.jpg)
![ic_mini_tool_screen](../../image/zh-rCN/ic_mini_tool_screen.jpg) ![ic_style_transfer_screen](../../image/zh-rCN/ic_style_transfer_screen.jpg)
![ic_search_config_screen](../../image/zh-rCN/ic_search_config_screen.jpg) ![ic_more_screen](../../image/zh-rCN/ic_more_screen.jpg)
![ic_settings_screen](../../image/zh-rCN/ic_settings_screen.jpg) ![ic_classification_screen](../../image/zh-rCN/ic_classification_screen.jpg)
![ic_auto_share_screen](../../image/zh-rCN/ic_auto_share_screen.jpg) ![ic_about_screen](../../image/zh-rCN/ic_about_screen.jpg)
Expand Down
Binary file modified image/en/ic_about_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/en/ic_home_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/en/ic_home_screen_search.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/en/ic_mini_tool_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/en/ic_more_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/en/ic_search_config_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/en/ic_style_transfer_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/zh-rCN/ic_about_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/zh-rCN/ic_home_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/zh-rCN/ic_home_screen_search.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/zh-rCN/ic_mini_tool_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/zh-rCN/ic_more_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified image/zh-rCN/ic_search_config_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/zh-rCN/ic_style_transfer_screen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51a0e18

Please sign in to comment.