zjh
2025-05-22 a05d27a8148b8f2fe3061c4fb3908d7333ac45d3
App.vue
@@ -22,4 +22,11 @@
   button{
      margin: 10px;
   }
   /* 在 App.vue 的 style 标签中添加全局样式 */
   /* 所有平台通用样式 */
   view {
       user-select: text;
       -webkit-user-select: text;
   }
</style>