Browse Source

Merge branch 'afan_251108' of afan/DaoDao into master

刘清 1 month ago
parent
commit
ff013b7d47
2 changed files with 12 additions and 1 deletions
  1. 11
    0
      .gitignore
  2. 1
    1
      DaoDaoFrontend/pages/tabbar/tabbar-1/tabbar-1.vue

+ 11
- 0
.gitignore View File

1
+# 忽略后缀名为log的文件
2
+#*.log
3
+
4
+# 忽略所有生成的可执行文件
5
+#*.exe
6
+
7
+# 忽略build目录下的所有文件和文件夹
8
+DaoDaoFrontend/unpackage/
9
+
10
+# 忽略config文件夹中的特定文件
11
+#/config/database.yml

+ 1
- 1
DaoDaoFrontend/pages/tabbar/tabbar-1/tabbar-1.vue View File

19
 		data() {
19
 		data() {
20
 			return {
20
 			return {
21
 				second: 0,
21
 				second: 0,
22
-				targetTimestamp: 1766190600, // 目标日期
22
+				targetTimestamp: 1797640200, // 目标日期
23
 			}
23
 			}
24
 		},
24
 		},
25
 		mounted() {
25
 		mounted() {