diff --git a/App.vue b/App.vue
index d9d2e01..c0071c8 100644
--- a/App.vue
+++ b/App.vue
@@ -16,4 +16,11 @@ export default {
page {
background-color: #f0f0f0;
}
+
+::-webkit-scrollbar {
+ display: none;
+ width: 0;
+ height: 0;
+ background: transparent;
+}
diff --git a/config.js b/config.js
index f8146b8..b712123 100644
--- a/config.js
+++ b/config.js
@@ -1,10 +1,10 @@
const config = {
baseUrl: getBaseUrl(),
api: {
- login: '/gw/login',
- getQuestion: '/qgdzs/get_question',
- answerQuestion: '/qgdzs/answer_question',
- getAllCategory: '/qgdzs/get_all_category'
+ login: '/gw/open/login',
+ getQuestion: '/qgdzs/open/get_question',
+ answerQuestion: '/qgdzs/open/answer_question',
+ getAllCategory: '/qgdzs/open/get_all_category'
},
timeout: 30000
}
diff --git a/manifest.json b/manifest.json
index 7261f00..18e7d31 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "卷王大乱斗",
"appid" : "__UNI__3947B70",
"description" : "",
- "versionName" : "1.0.7",
- "versionCode" : 107,
+ "versionName" : "1.0.8",
+ "versionCode" : 108,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index f4ebeb3..71cf6a3 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,74 +1,157 @@
-
+
-
-
- 🎲
-
- 随机答题
- 随机抽取题目,自由挑战
+
+
+
+
+ {{ record.question }}
+
- ›
+
+
+ 📝
+ 暂无答题记录
+ 快去答题吧!
-
- 📚
-
- 类目答题
- 按类目分类,系统学习
-
- ›
+
+ 加载中...
-
- ⚡
-
- 快速答题
- 限时挑战,速度比拼
-
- ›
+
+ 没有更多了
-
-
-
- 💡
- 每日坚持答题,提升知识储备
-
-
-
+