SearchSearchGo Versions Save

一款极简体验、优雅、现代化、资源丰富、免费、无需登录的新一代阿里云盘搜索引擎UI(Nuxt3+Vuefity)

v1.0.2

2 months ago

1.0.2 (2024-02-22)

Bug Fixes

Docs

v1.0.1

3 months ago

1.0.1 (2024-02-03)

CI

  • update release branch to master (e54140b)

v1.0.0

3 months ago

1.0.0 (2024-02-03)

Features

  • Add app head title and favicon (b6bb4fd)
  • Add baidu and google analytics (bc86a2a)
  • Add LoadingIndicator component and implement loading state in DataList (a98b004)
  • Add meta tags for SEO and update ogDescription in index.vue (8abc7f8)
  • Add new components and styles (95f24ca)
  • add nuxt-elasticsearch module and search api (d72615b)
  • Add page prop to DataList and SearchBar components (f408a17)
  • Add skeleton loader for pending state in DataList component (deb9d03)
  • add Vuetify configuration and components (c2f34e9)
  • initial docker config (f0dccae)
  • Refactor DataList component and add copyText utility function (08bf4db)
  • Refactor DataList.vue and search/index.ts, Add highlight (5070f8d)
  • Refactor MainMenu.vue component and add website disclaimer dialog (d0a6d12)
  • update styles and add dark/light theme toggle (0355856)

Bug Fixes

  • Add click event for selecting suggest items in SearchBar.vue (bae85c8)
  • Persist user theme in Cookies (2133536)
  • Refactor DataList and SearchBar components, add scrollToTop functionality (c9300e1)
  • Update component titles and placeholders (c0c85a2)
  • Update DataList.vue component (a3535b4)
  • update link colors in MainMenu.vue (6fbd84a)
  • update themeCookie expiration date (6c3c6a6)
  • use elasticsearch client instead of nuxt-elasticsearch (03fde2b)

Docs

CI