fuck gitee x 2

This commit is contained in:
zyronon
2023-11-10 23:31:18 +08:00
parent 12909cbe88
commit 1bea605fcc
3 changed files with 275418 additions and 2 deletions

File diff suppressed because one or more lines are too long

275415
public/translate/en2zh_CN.json Normal file

File diff suppressed because one or more lines are too long

View File

@@ -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