PUGE 2 년 전
부모
커밋
6340e9d9d8
5개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      back/background.js
  2. 0 0
      background.js
  3. 0 0
      insert.js
  4. 0 0
      js/options.js
  5. 0 0
      js/popup.js

+ 1 - 1
back/background.js

@@ -54,7 +54,7 @@ function clearData (data) {
 function reGetData (url, callBack) {
   const nowTime = Date.parse(new Date())
   const serverUrl = 'https://hanshu.run/assist?route=assistAll'
-  fetch(`${serverUrl}?route=search&username=` + (userInfo.username || ''), {
+  fetch(`${serverUrl}&username=` + (userInfo.username || ''), {
     method: 'POST',
     body: JSON.stringify({
       "edition": 5,

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
background.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
insert.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
js/options.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
js/popup.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.