desktop version supports rtl

This commit is contained in:
MaysWind
2025-08-18 00:45:26 +08:00
parent 4eff3a337f
commit c00770201b
57 changed files with 502 additions and 371 deletions
+4
View File
@@ -0,0 +1,4 @@
export enum TextDirection {
LTR = 'ltr',
RTL = 'rtl'
}