diff --git a/edit.html b/edit.html
new file mode 100644
index 0000000..c583bd5
--- /dev/null
+++ b/edit.html
@@ -0,0 +1,230 @@
+
+
+
+
+
+
+
+
+ 接收参数示例
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 4c03748..394525f 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,7 @@
-
-
+
+
+
@@ -12,71 +9,80 @@
刀表
-
-
+
+
+
+ 填表系統
+
我要填表
+
-
-
+
+
+
\ No newline at end of file
diff --git a/new.html b/new.html
index 128e398..e966f87 100644
--- a/new.html
+++ b/new.html
@@ -1,301 +1,308 @@
-
-
-
-
-
+
- 填表
+
+
+
+
-
-
-
-
+ p {
+ font-weight: bold;
+ font-family: "Arial", system-ui;
+ }
-
-
+
+
- function fillRecord(
- memberId,
- knife1_boss,
- knife1_damage,
- knife1c_boss,
- knife1c_damage,
- knife2_boss,
- knife2_damage,
- knife2c_boss,
- knife2c_damage,
- knife3_boss,
- knife3_damage,
- knife3c_boss,
- knife3c_damage
- ) {
- // 发送登录请求
- axios
- .post("http://127.0.0.1:10001/api/record/" + memberId, {
- record1: {
- boss: knife1_boss,
- damage: knife1_damage,
- },
- record1c: {
- boss: knife1c_boss,
- damage: knife1c_damage,
- },
- record2: {
- boss: knife2_boss,
- damage: knife2_damage,
- },
- record2c: {
- boss: knife2c_boss,
- damage: knife2c_damage,
- },
- record3: {
- boss: knife3_boss,
- damage: knife3_damage,
- },
- record3c: {
- boss: knife3c_boss,
- damage: knife3c_damage,
- }
- })
- .then(function (response) {
- window.location.href = "./index.html";
- })
- .catch(function (error) {
- const message = error.response.data.message;
- alert("登入失敗");
- //console.error('登入失敗:', error);
- });
- }
-
-
-
+
\ No newline at end of file