fuck gitee x 2
This commit is contained in:
1
public/translate/en2zh_CN-min.json
Normal file
1
public/translate/en2zh_CN-min.json
Normal file
File diff suppressed because one or more lines are too long
275415
public/translate/en2zh_CN.json
Normal file
275415
public/translate/en2zh_CN.json
Normal file
File diff suppressed because one or more lines are too long
@@ -247,8 +247,8 @@ export const useBaseStore = defineStore('base', {
|
||||
r.json().then(v => {
|
||||
if (this.currentDict.translateLanguage === 'common') {
|
||||
const runtimeStore = useRuntimeStore()
|
||||
// fetch('./translate/en2zh_CN.json').then(r2 => {
|
||||
fetch('http://sc.ttentau.top/en2zh_CN-min.json').then(r2 => {
|
||||
fetch('./translate/en2zh_CN-min.json').then(r2 => {
|
||||
// fetch('http://sc.ttentau.top/en2zh_CN-min.json').then(r2 => {
|
||||
r2.json().then((list: Word[]) => {
|
||||
runtimeStore.translateWordList = list
|
||||
|
||||
|
||||
Reference in New Issue
Block a user