1. 15 Apr, 2023 5 commits
  2. 14 Apr, 2023 2 commits
  3. 13 Apr, 2023 2 commits
  4. 10 Apr, 2023 1 commit
  5. 09 Apr, 2023 5 commits
    • timel's avatar
      Merge branch 'dev/better-import' into 'main' · 12ce8027
      timel authored
      Dev/better import
      
      1. 增加ts path设置,将大部分的父层级导入改成`import {} from '@/xxx'`的形式。
      
      2. 增加vite和eslint的插件,修改配置,让lint和build能正确识别ts path。
      
      3. 去除导入`rust-src`时候的`@ts-ignore`。修改了CI,使得顺序变成`rs_check_lint->wasm_build->ts_check_lint`。这样,前面编译得到的`.d.ts`可以被后面的`ts_check_lint`消费,不会引发导入错误。
      
      4. 去除了vite的WASM插件,因为内置可以识别WASM。
      
      5. 处理了数个eslint的警告。
      
      6. 给Cargo增加了镜像源,因为有时候CI会网络错误。(我不太确定这个修改好不好)
      
      ------
      
      测试了本地编译和在线CI。
      
      See merge request !166
      12ce8027
    • timel's avatar
      Dev/better import · e01a4f9a
      timel authored
      e01a4f9a
    • Chunchi Che's avatar
      update readme and guide href · c159cc11
      Chunchi Che authored
      c159cc11
    • timel's avatar
      fix: minimal probability of card deck not found · bce465aa
      timel authored
      bce465aa
    • timel's avatar
      fix: waitroom select placeholder · c521af67
      timel authored
      c521af67
  6. 08 Apr, 2023 3 commits
  7. 05 Apr, 2023 18 commits
  8. 02 Apr, 2023 4 commits