diff --git a/view/peko/modules/act-wishingStar/css/index.css b/view/peko/modules/act-wishingStar/css/index.css
index 8b49ead..4983235 100644
--- a/view/peko/modules/act-wishingStar/css/index.css
+++ b/view/peko/modules/act-wishingStar/css/index.css
@@ -101,6 +101,14 @@ body {
overflow: hidden;
}
+.page1 .update {
+ width: 0.86667rem;
+ height: 0.86667rem;
+ position: fixed;
+ right: 0.45rem;
+ bottom: 0.45rem;
+}
+
.page1 .top {
width: 100%;
height: 1.2rem;
diff --git a/view/peko/modules/act-wishingStar/css/index.scss b/view/peko/modules/act-wishingStar/css/index.scss
index f43cbc6..d2f4d36 100644
--- a/view/peko/modules/act-wishingStar/css/index.scss
+++ b/view/peko/modules/act-wishingStar/css/index.scss
@@ -108,6 +108,14 @@ body {
position: relative;
overflow: hidden;
+ .update {
+ width: px2rem(65);
+ height: px2rem(65);
+ position: fixed;
+ right: 0.45rem;
+ bottom: 0.45rem;
+ }
+
.top {
// width: 8rem;
width: 100%;
diff --git a/view/peko/modules/act-wishingStar/images/update.png b/view/peko/modules/act-wishingStar/images/update.png
new file mode 100644
index 0000000..d7bf47d
Binary files /dev/null and b/view/peko/modules/act-wishingStar/images/update.png differ
diff --git a/view/peko/modules/act-wishingStar/index.html b/view/peko/modules/act-wishingStar/index.html
index ef7479e..0552e94 100644
--- a/view/peko/modules/act-wishingStar/index.html
+++ b/view/peko/modules/act-wishingStar/index.html
@@ -60,6 +60,7 @@
+