diff --git a/backend/.tmp/data.db b/backend/.tmp/data.db index f47ecfd..29f4877 100644 Binary files a/backend/.tmp/data.db and b/backend/.tmp/data.db differ diff --git a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 3c8a9e9..0fd57c4 100644 --- a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,11 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, -<<<<<<< Updated upstream - "x-generation-date": "2023-01-26T05:03:19.417Z" -======= - "x-generation-date": "2023-01-26T13:01:50.925Z" ->>>>>>> Stashed changes + "x-generation-date": "2023-01-28T12:44:42.318Z" }, "x-strapi-config": { "path": "/documentation", diff --git a/frontend/components/Aside/ArticleList.vue b/frontend/components/Aside/ArticleList.vue index ea9686c..c530c67 100644 --- a/frontend/components/Aside/ArticleList.vue +++ b/frontend/components/Aside/ArticleList.vue @@ -5,6 +5,8 @@ defineProps({ required: true, }, }) +tags = ['前端'] +const { data: ArticleList } = await useFetch(`/api/articles/tags?tags=${tags}`)