保存进度!
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
// 索引类型
 | 
			
		||||
import { getProperty } from "@/utils/api/api.js";
 | 
			
		||||
import { getProperty } from "./utils/api/api.js";
 | 
			
		||||
 | 
			
		||||
interface Circle
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
        "target": "ESNext",
 | 
			
		||||
        "module": "ESNext",
 | 
			
		||||
        "esModuleInterop": true,
 | 
			
		||||
        "moduleResolution": "nodenext",
 | 
			
		||||
        "moduleResolution": "node",
 | 
			
		||||
        "lib": [
 | 
			
		||||
            "ESNext",
 | 
			
		||||
            "DOM",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user