Feature: add config sync module

This commit is contained in:
萌萌哒赫萝
2023-05-02 01:20:25 +08:00
parent 6f19cb0cfa
commit ab4e31f62a
14 changed files with 665 additions and 100 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
>
<div
class="view-title"
@click="handelNameClick"
@click="handleNameClick"
>
{{ picBedName }} {{ $T('SETTINGS') }}
<el-icon
@@ -169,7 +169,7 @@ const handleReset = async () => {
const linkToLogInList = ['github', 'tcyun', 'aliyun', 'smms', 'qiniu', 'imgur', 'upyun', 'githubPlus']
function handelNameClick () {
function handleNameClick () {
switch ($route.params.type) {
case 'github':
case 'githubPlus':