vite vue项目报错:Uncaught ReferenceError: globalThis is not defined。
原因是,谷歌浏览器版本太低,引用的第三方库不支持导致。 解决方法:在index.html中添加
<script>this.globalThis || (this.globalThis this)
&…
1. 添加记帐时添加图片功能
2. Show me the code
//
// TestPhotoPicker.swift
// pandabill
//
// Created by 朱洪苇 on 2024/3/30.
//import SwiftUI
import PhotosUI
import Foundationstruct TestPhotoPicker: View {State private var selectedItem: PhotosPickerIt…