tamhonvotri commited on
Commit
fecd778
·
1 Parent(s): 9cae387

fix: add missing tauri-plugin-shell dependency and default app icons

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. apps/cong-thuc/src-tauri/Cargo.toml +1 -1
  2. apps/may-tinh/src-tauri/Cargo.toml +1 -0
  3. apps/may-tinh/src-tauri/icons/128x128.png +3 -0
  4. apps/may-tinh/src-tauri/icons/128x128@2x.png +3 -0
  5. apps/may-tinh/src-tauri/icons/32x32.png +3 -0
  6. apps/may-tinh/src-tauri/icons/64x64.png +3 -0
  7. apps/may-tinh/src-tauri/icons/Square107x107Logo.png +3 -0
  8. apps/may-tinh/src-tauri/icons/Square142x142Logo.png +3 -0
  9. apps/may-tinh/src-tauri/icons/Square150x150Logo.png +3 -0
  10. apps/may-tinh/src-tauri/icons/Square284x284Logo.png +3 -0
  11. apps/may-tinh/src-tauri/icons/Square30x30Logo.png +3 -0
  12. apps/may-tinh/src-tauri/icons/Square310x310Logo.png +3 -0
  13. apps/may-tinh/src-tauri/icons/Square44x44Logo.png +3 -0
  14. apps/may-tinh/src-tauri/icons/Square71x71Logo.png +3 -0
  15. apps/may-tinh/src-tauri/icons/Square89x89Logo.png +3 -0
  16. apps/may-tinh/src-tauri/icons/StoreLogo.png +3 -0
  17. apps/may-tinh/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml +5 -0
  18. apps/may-tinh/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +3 -0
  19. apps/may-tinh/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +3 -0
  20. apps/may-tinh/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +3 -0
  21. apps/may-tinh/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +3 -0
  22. apps/may-tinh/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +3 -0
  23. apps/may-tinh/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +3 -0
  24. apps/may-tinh/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +3 -0
  25. apps/may-tinh/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +3 -0
  26. apps/may-tinh/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +3 -0
  27. apps/may-tinh/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +3 -0
  28. apps/may-tinh/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +3 -0
  29. apps/may-tinh/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +3 -0
  30. apps/may-tinh/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +3 -0
  31. apps/may-tinh/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +3 -0
  32. apps/may-tinh/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +3 -0
  33. apps/may-tinh/src-tauri/icons/android/values/ic_launcher_background.xml +4 -0
  34. apps/may-tinh/src-tauri/icons/icon.icns +3 -0
  35. apps/may-tinh/src-tauri/icons/icon.ico +3 -0
  36. apps/may-tinh/src-tauri/icons/icon.png +3 -0
  37. apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@1x.png +3 -0
  38. apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +3 -0
  39. apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@2x.png +3 -0
  40. apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@3x.png +3 -0
  41. apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@1x.png +3 -0
  42. apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +3 -0
  43. apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@2x.png +3 -0
  44. apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@3x.png +3 -0
  45. apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@1x.png +3 -0
  46. apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +3 -0
  47. apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@2x.png +3 -0
  48. apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@3x.png +3 -0
  49. apps/may-tinh/src-tauri/icons/ios/AppIcon-512@2x.png +3 -0
  50. apps/may-tinh/src-tauri/icons/ios/AppIcon-60x60@2x.png +3 -0
apps/cong-thuc/src-tauri/Cargo.toml CHANGED
@@ -1,5 +1,5 @@
1
  [package]
2
- name = "document"
3
  version = "0.1.0"
4
  description = "Linh Huong Document Editor"
5
  authors = ["you"]
 
1
  [package]
2
+ name = "equation"
3
  version = "0.1.0"
4
  description = "Linh Huong Document Editor"
5
  authors = ["you"]
apps/may-tinh/src-tauri/Cargo.toml CHANGED
@@ -13,3 +13,4 @@ serde_json = "1.0"
13
  lho-schema = { path = "../../../core/lho-schema" }
14
  file-indexer = { path = "../../../core/file-indexer" }
15
  ai-engine = { path = "../../../core/ai-engine" }
 
 
13
  lho-schema = { path = "../../../core/lho-schema" }
14
  file-indexer = { path = "../../../core/file-indexer" }
15
  ai-engine = { path = "../../../core/ai-engine" }
16
+ tauri-plugin-shell = "2"
apps/may-tinh/src-tauri/icons/128x128.png ADDED

Git LFS Details

  • SHA256: c1fb8b2dd76178755adc3c11235c241dc675a9259431d0d45c4db073878460ba
  • Pointer size: 130 Bytes
  • Size of remote file: 24.3 kB
apps/may-tinh/src-tauri/icons/128x128@2x.png ADDED

Git LFS Details

  • SHA256: 8b504ff04f34a051e3957369f8cf1a886d4800ca0bc3c1b140248552c2bd1a1c
  • Pointer size: 130 Bytes
  • Size of remote file: 84.5 kB
apps/may-tinh/src-tauri/icons/32x32.png ADDED

Git LFS Details

  • SHA256: 5f3f47bfe4b91b07e11d82850a9cddc1271ca3aaef880c81b4333b0cef30a4ba
  • Pointer size: 129 Bytes
  • Size of remote file: 2.49 kB
apps/may-tinh/src-tauri/icons/64x64.png ADDED

Git LFS Details

  • SHA256: c53ade860137cb06852d226aa26c14c0036f3f54991366377762a4efdad8f73f
  • Pointer size: 129 Bytes
  • Size of remote file: 7.68 kB
apps/may-tinh/src-tauri/icons/Square107x107Logo.png ADDED

Git LFS Details

  • SHA256: bd7ac5f22e885388bac96f6614ee4e7701f6d1e8f573bf099266edf56eb5445a
  • Pointer size: 130 Bytes
  • Size of remote file: 18 kB
apps/may-tinh/src-tauri/icons/Square142x142Logo.png ADDED

Git LFS Details

  • SHA256: 905ab684af9ba8d0c01dc0cf236494d2e05b4be86f8807b9f95a608fc19028c1
  • Pointer size: 130 Bytes
  • Size of remote file: 29 kB
apps/may-tinh/src-tauri/icons/Square150x150Logo.png ADDED

Git LFS Details

  • SHA256: 0655e716cdbea6bb04afcdd25ad6f60593ea00263818730e29bc95b9a3b59886
  • Pointer size: 130 Bytes
  • Size of remote file: 32 kB
apps/may-tinh/src-tauri/icons/Square284x284Logo.png ADDED

Git LFS Details

  • SHA256: 72f7e57930bec2799c2c5c27bb0eebd254c189ce1635fbca3ee99d7835c3fefc
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
apps/may-tinh/src-tauri/icons/Square30x30Logo.png ADDED

Git LFS Details

  • SHA256: 2e0ed3d39fa561fb705674cab19f529ed61faab6b09d1c2b15f627cb8b056f75
  • Pointer size: 129 Bytes
  • Size of remote file: 2.23 kB
apps/may-tinh/src-tauri/icons/Square310x310Logo.png ADDED

Git LFS Details

  • SHA256: 666cbfa55c1cde0ff3ca1694f33afb008adefc7e77b035df664d3591ffc3e836
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
apps/may-tinh/src-tauri/icons/Square44x44Logo.png ADDED

Git LFS Details

  • SHA256: c098fe2f9109c717e8040a48114264998be9c3725fbead242e80e88c93bf4a87
  • Pointer size: 129 Bytes
  • Size of remote file: 4.21 kB
apps/may-tinh/src-tauri/icons/Square71x71Logo.png ADDED

Git LFS Details

  • SHA256: 588206898f8a98604e56e313ad196d1bc471ccd49016763d23a87a7cc4b09b8b
  • Pointer size: 129 Bytes
  • Size of remote file: 9.16 kB
apps/may-tinh/src-tauri/icons/Square89x89Logo.png ADDED

Git LFS Details

  • SHA256: 5076a767dd9d36d12264a59769a72fd0b22fa92ce681f2d22cf82543120adb07
  • Pointer size: 130 Bytes
  • Size of remote file: 13.2 kB
apps/may-tinh/src-tauri/icons/StoreLogo.png ADDED

Git LFS Details

  • SHA256: a3d276177b0afa0ac18bae2d8ff0333f57516febe5135359d1cb8658a72742d8
  • Pointer size: 129 Bytes
  • Size of remote file: 5.17 kB
apps/may-tinh/src-tauri/icons/android/mipmap-anydpi-v26/ic_launcher.xml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3
+ <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4
+ <background android:drawable="@color/ic_launcher_background"/>
5
+ </adaptive-icon>
apps/may-tinh/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png ADDED

Git LFS Details

  • SHA256: 673a42580a07928c741f28c6381ef453225b530316b739ec5629f08b3c2004bf
  • Pointer size: 129 Bytes
  • Size of remote file: 3.95 kB
apps/may-tinh/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png ADDED

Git LFS Details

  • SHA256: e5a149ea05dc4c1ef520ad429f8298ef8b1a210de6ed4c1b2d2b76217d11dd18
  • Pointer size: 130 Bytes
  • Size of remote file: 36.7 kB
apps/may-tinh/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png ADDED

Git LFS Details

  • SHA256: d168dff272d64a7a390fb8b1ce38725f4cc4c744fc5ccb5fc0f3d97d80e73d08
  • Pointer size: 129 Bytes
  • Size of remote file: 4.09 kB
apps/may-tinh/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png ADDED

Git LFS Details

  • SHA256: 434541e2eb031121e1d5e8a54dd886468f7751396791e405561fbb47f2511b02
  • Pointer size: 129 Bytes
  • Size of remote file: 3.82 kB
apps/may-tinh/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png ADDED

Git LFS Details

  • SHA256: 40e2b12fb358cfee057bd2b0170c65b2579f934ce6841eed619968a5138b4a60
  • Pointer size: 130 Bytes
  • Size of remote file: 18.4 kB
apps/may-tinh/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png ADDED

Git LFS Details

  • SHA256: f6d0fbdfe11f44fc15325af2687791c7047ae09a4551b80b347509814d9f97da
  • Pointer size: 129 Bytes
  • Size of remote file: 3.91 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png ADDED

Git LFS Details

  • SHA256: e6751dd38bcf891a90c66660b91dabfb8fa61fe3b1978882f541901a60d5ebfd
  • Pointer size: 130 Bytes
  • Size of remote file: 11.8 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png ADDED

Git LFS Details

  • SHA256: 7ccc14c6fc267907c6b346603454cabeea9126e6dca8ed03adedb0d858b8d0e7
  • Pointer size: 130 Bytes
  • Size of remote file: 61.4 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png ADDED

Git LFS Details

  • SHA256: 1206f0c6546a2e3e45d206ece8ed58bf4a5682a3e2e0e75848eac50f991a6c64
  • Pointer size: 130 Bytes
  • Size of remote file: 11.9 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png ADDED

Git LFS Details

  • SHA256: 967faf874ef0fa21ef9e9bbf92306e7c9a0d7098049d5dd3831800b491d69cd2
  • Pointer size: 130 Bytes
  • Size of remote file: 23.3 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png ADDED

Git LFS Details

  • SHA256: 03beb29606cf938d9c01914cc4ce1f7a97a971f40c4a62be5c7676e1f3835c0b
  • Pointer size: 131 Bytes
  • Size of remote file: 134 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png ADDED

Git LFS Details

  • SHA256: 214f72e0836b4065bd45ee0a7766f875776249485e7b8334f1222f8f5495271c
  • Pointer size: 130 Bytes
  • Size of remote file: 23.1 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png ADDED

Git LFS Details

  • SHA256: 5b1b063e90fe1df65176f05611142094a823b46ed118effacd684a9023c193c9
  • Pointer size: 130 Bytes
  • Size of remote file: 38.3 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png ADDED

Git LFS Details

  • SHA256: ba354c78f96e0820be08441c65e5f665a65db40df037ede49fb9d70e2f2a6876
  • Pointer size: 131 Bytes
  • Size of remote file: 235 kB
apps/may-tinh/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png ADDED

Git LFS Details

  • SHA256: de10a441c2a75cc79e948f57753027aaf9f74efe6cd4ded5c8194c0a303c41ae
  • Pointer size: 130 Bytes
  • Size of remote file: 37.8 kB
apps/may-tinh/src-tauri/icons/android/values/ic_launcher_background.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <resources>
3
+ <color name="ic_launcher_background">#fff</color>
4
+ </resources>
apps/may-tinh/src-tauri/icons/icon.icns ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7562591e7b99f174a4dc18adc5c9c955df659840de0e49b2a0d94d9995c1e4e
3
+ size 1809997
apps/may-tinh/src-tauri/icons/icon.ico ADDED

Git LFS Details

  • SHA256: 9b29156628218f220d10d0f3a8d581e13e0d28a2a7f0be8d2019d60e7e460ea8
  • Pointer size: 131 Bytes
  • Size of remote file: 102 kB
apps/may-tinh/src-tauri/icons/icon.png ADDED

Git LFS Details

  • SHA256: 400948ebc582e62ddfa3817073de3d83a1a752ca7ff6402f898330904d61bdbf
  • Pointer size: 131 Bytes
  • Size of remote file: 337 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@1x.png ADDED

Git LFS Details

  • SHA256: 2507871d039a83168474f7a54ef7b3f5fa64070928cdcf5723c2a7df76b7a16f
  • Pointer size: 129 Bytes
  • Size of remote file: 1.13 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@2x-1.png ADDED

Git LFS Details

  • SHA256: 72f034c833ce851cb1c5b2d265f0acb2c385298eed4c3a49b5266bfe4451665f
  • Pointer size: 129 Bytes
  • Size of remote file: 3.55 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@2x.png ADDED

Git LFS Details

  • SHA256: 72f034c833ce851cb1c5b2d265f0acb2c385298eed4c3a49b5266bfe4451665f
  • Pointer size: 129 Bytes
  • Size of remote file: 3.55 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-20x20@3x.png ADDED

Git LFS Details

  • SHA256: acaf5ff38ec5f81db43b4e28494b9f7c0525395180c3faa8d09a7b1580327a37
  • Pointer size: 129 Bytes
  • Size of remote file: 6.93 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@1x.png ADDED

Git LFS Details

  • SHA256: 5b58fb47e04671dff718ba72106556826ffab546e41bb541064e86c92c0f456b
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@2x-1.png ADDED

Git LFS Details

  • SHA256: f5ee7e6abfd7ccfc77c0675060ce96af47d7cba834a6484b763967a1dd9ce359
  • Pointer size: 129 Bytes
  • Size of remote file: 6.57 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@2x.png ADDED

Git LFS Details

  • SHA256: f5ee7e6abfd7ccfc77c0675060ce96af47d7cba834a6484b763967a1dd9ce359
  • Pointer size: 129 Bytes
  • Size of remote file: 6.57 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-29x29@3x.png ADDED

Git LFS Details

  • SHA256: 6553cb4f239cc4c59a7a77db06d333cc60f5531a9ed4c56cff714426348c8aa6
  • Pointer size: 130 Bytes
  • Size of remote file: 12.8 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@1x.png ADDED

Git LFS Details

  • SHA256: 72f034c833ce851cb1c5b2d265f0acb2c385298eed4c3a49b5266bfe4451665f
  • Pointer size: 129 Bytes
  • Size of remote file: 3.55 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@2x-1.png ADDED

Git LFS Details

  • SHA256: 5f9b323c1710df233913bdf23030500845c5b57744ce396f9f52fe56f4938024
  • Pointer size: 130 Bytes
  • Size of remote file: 11.2 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@2x.png ADDED

Git LFS Details

  • SHA256: 5f9b323c1710df233913bdf23030500845c5b57744ce396f9f52fe56f4938024
  • Pointer size: 130 Bytes
  • Size of remote file: 11.2 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-40x40@3x.png ADDED

Git LFS Details

  • SHA256: c720b95f47f54708f7dbf2aa33d4ef4d77ecaac017af5c68c90d030dcba3e2d1
  • Pointer size: 130 Bytes
  • Size of remote file: 22 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-512@2x.png ADDED

Git LFS Details

  • SHA256: ef43e0bb107f25f0bed089e7926e2320cb332e68ae7cd212c0a9035100c632c1
  • Pointer size: 131 Bytes
  • Size of remote file: 927 kB
apps/may-tinh/src-tauri/icons/ios/AppIcon-60x60@2x.png ADDED

Git LFS Details

  • SHA256: c720b95f47f54708f7dbf2aa33d4ef4d77ecaac017af5c68c90d030dcba3e2d1
  • Pointer size: 130 Bytes
  • Size of remote file: 22 kB