From 069abed784e14872eabc53cd2e1f85352c120412 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Wed, 2 Feb 2022 20:56:06 +0800
Subject: [PATCH] chore: add item template yaml

---
 src-tauri/resources/item_tmp.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 src-tauri/resources/item_tmp.yaml

diff --git a/src-tauri/resources/item_tmp.yaml b/src-tauri/resources/item_tmp.yaml
new file mode 100644
index 0000000..72cdd93
--- /dev/null
+++ b/src-tauri/resources/item_tmp.yaml
@@ -0,0 +1,16 @@
+# Profile Template for clash verge
+
+# the profile's name
+name: New Profile
+
+# the description of this profile(optional)
+description:
+
+# proxies defination (optional, the same as clash)
+proxies:
+
+# proxy-groups (optional, the same as clash)
+proxy-groups:
+
+# rules (optional, the same as clash)
+rules:
-- 
GitLab