Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-09-08 16:16:44 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/appflowy_web_app/src/utils/platform.ts

7 lines
211 B
TypeScript
Raw Normal View History

chore: web and tauri project (#4996) * chore: web and tauri project fix: clippy * fix: update version
2024-04-03 19:25:54 +08:00
export function getPlatform() {
return {
feat: support web document and cypress test (#5116) * feat: support web document and cypress test * fix: support blocks * fix: support table and outline * fix: update nginx
2024-04-29 14:32:14 +08:00
isTauri: !!import.meta.env.TAURI_PLATFORM,
feat: support web layout setting and breadcrumbs (#5425) * fix: some bugs * fix: performance * feat: support system dark mode and different language * feat: support breadcrumb * feat: support breadcrumb * feat: support new doucment title * feat: support new doucment title
2024-05-29 10:17:50 +08:00
isMobile: window.navigator.userAgent.match(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i),
chore: web and tauri project (#4996) * chore: web and tauri project fix: clippy * fix: update version
2024-04-03 19:25:54 +08:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 1764ms Template: 31ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API