mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🎨 代码格式化
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
/**
|
||||
* @file utils TGShare.ts
|
||||
* @description 生成分享截图并保存到本地
|
||||
* @author BTMuli <bt-muli@outlook.com>
|
||||
* @since Beta v0.3.2
|
||||
*/
|
||||
|
||||
// third party
|
||||
import html2canvas from "html2canvas";
|
||||
// tauri
|
||||
import { dialog, fs, http, path } from "@tauri-apps/api";
|
||||
// utils
|
||||
import html2canvas from "html2canvas";
|
||||
|
||||
import showSnackbar from "../components/func/snackbar";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user