diff --git a/src/components/Header.vue b/src/components/Header.vue
index 055c48b..ab94d61 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -51,7 +51,9 @@ const toUserPage = () => {
const signin = () => {
if (!user.value.id) {
- uni.$emit("point-book-signin");
+ uni.navigateTo({
+ url: "/pages/sign-in",
+ });
}
};
diff --git a/src/components/InputRow.vue b/src/components/InputRow.vue
new file mode 100644
index 0000000..24ef818
--- /dev/null
+++ b/src/components/InputRow.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/SButton.vue b/src/components/SButton.vue
index 541107f..b853004 100644
--- a/src/components/SButton.vue
+++ b/src/components/SButton.vue
@@ -8,7 +8,7 @@ const props = defineProps({
},
rounded: {
type: Number,
- default: 10,
+ default: 45,
},
onClick: {
type: Function,
@@ -58,7 +58,7 @@ const onBtnClick = debounce(async () => {
hover-class="none"
:style="{
width: width,
- borderRadius: rounded + 'px',
+ borderRadius: rounded + 'rpx',
backgroundColor: disabled ? disabledColor : backgroundColor,
color,
}"
@@ -77,10 +77,10 @@ const onBtnClick = debounce(async () => {
diff --git a/src/pages/point-book.vue b/src/pages/point-book.vue
index 7b12487..4ae6c6b 100644
--- a/src/pages/point-book.vue
+++ b/src/pages/point-book.vue
@@ -1,24 +1,8 @@
-
-
-
-
-
-
-
-
- 周一
-
-
-
-
- 周二
-
-
-
-
- 周三
-
-
-
-
- 周四
-
-
-
-
- 周五
-
-
-
-
- 周六
-
-
-
-
- 周日
-
-
-
-
- {{ data.todayTotalArrow || "-" }}
- 今日射箭(箭)
-
-
- {{ data.totalArrow || "-" }}
- 累计射箭(箭)
-
-
- {{ data.totalDay || "-" }}
- 已训练天数(天)
-
-
- {{ data.averageRing || "-" }}
- 平均环数(箭)
-
-
- {{
- data.yellowRate !== undefined
- ? Number((data.yellowRate * 100).toFixed(2)) + "%"
- : "-"
- }}
- 黄心率
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- 查看所有记录
-
-
+ Profile
+
-
-
-
-
-
-
diff --git a/src/pages/sign-in.vue b/src/pages/sign-in.vue
new file mode 100644
index 0000000..d015a28
--- /dev/null
+++ b/src/pages/sign-in.vue
@@ -0,0 +1,137 @@
+
+
+
+
+
+ ARCX
+
+
+
+
+
+ login
+
+
+
+
+ login with google
+
+
+
+ login with apple
+
+
+
+ don't have an account?
+ sign up >
+
+
+
+
+
diff --git a/src/pages/sign-up.vue b/src/pages/sign-up.vue
new file mode 100644
index 0000000..40399d2
--- /dev/null
+++ b/src/pages/sign-up.vue
@@ -0,0 +1,91 @@
+
+
+
+
+ Sign up
+ Create an Arcx account
+
+
+
+
+
+
+ login
+
+ By clicking “Sign Up”, you agree to our
+ user agreement
+ and
+ privacy policy
+
+
+ don't have an account?
+ sign in >
+
+
+
+
+
diff --git a/src/static/apple-icon.png b/src/static/apple-icon.png
new file mode 100644
index 0000000..c181609
Binary files /dev/null and b/src/static/apple-icon.png differ
diff --git a/src/static/checked.png b/src/static/checked.png
index 7eeda3b..437a666 100644
Binary files a/src/static/checked.png and b/src/static/checked.png differ
diff --git a/src/static/eye-close.png b/src/static/eye-close.png
new file mode 100644
index 0000000..faa26c0
Binary files /dev/null and b/src/static/eye-close.png differ
diff --git a/src/static/eye-open.png b/src/static/eye-open.png
new file mode 100644
index 0000000..3dbfcad
Binary files /dev/null and b/src/static/eye-open.png differ
diff --git a/src/static/google-icon.png b/src/static/google-icon.png
new file mode 100644
index 0000000..0776e71
Binary files /dev/null and b/src/static/google-icon.png differ
diff --git a/src/static/logo.png b/src/static/logo.png
new file mode 100644
index 0000000..91a0237
Binary files /dev/null and b/src/static/logo.png differ
diff --git a/src/static/point-book-title1.png b/src/static/point-book-title1.png
index 2a95982..36e5181 100644
Binary files a/src/static/point-book-title1.png and b/src/static/point-book-title1.png differ
diff --git a/src/static/start-scoring.png b/src/static/start-scoring.png
index 622b7a3..c0be3f8 100644
Binary files a/src/static/start-scoring.png and b/src/static/start-scoring.png differ
diff --git a/src/static/tab1-s.png b/src/static/tab1-s.png
new file mode 100644
index 0000000..cdf5c11
Binary files /dev/null and b/src/static/tab1-s.png differ
diff --git a/src/static/tab1.png b/src/static/tab1.png
new file mode 100644
index 0000000..1b664a9
Binary files /dev/null and b/src/static/tab1.png differ
diff --git a/src/static/tab2-s.png b/src/static/tab2-s.png
new file mode 100644
index 0000000..4f61626
Binary files /dev/null and b/src/static/tab2-s.png differ
diff --git a/src/static/tab2.png b/src/static/tab2.png
new file mode 100644
index 0000000..5fa0ef7
Binary files /dev/null and b/src/static/tab2.png differ
diff --git a/src/static/tab3-s.png b/src/static/tab3-s.png
new file mode 100644
index 0000000..e6571f4
Binary files /dev/null and b/src/static/tab3-s.png differ
diff --git a/src/static/tab3.png b/src/static/tab3.png
new file mode 100644
index 0000000..608491a
Binary files /dev/null and b/src/static/tab3.png differ
diff --git a/src/static/unchecked.png b/src/static/unchecked.png
new file mode 100644
index 0000000..419739b
Binary files /dev/null and b/src/static/unchecked.png differ
diff --git a/src/static/week-check.png b/src/static/week-check.png
index 3c8ba55..70c88af 100644
Binary files a/src/static/week-check.png and b/src/static/week-check.png differ