Skip to content

Commit

Permalink
chore: 尝试解决无法编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fy0 committed Oct 16, 2024
1 parent 9085c16 commit a1f409c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ jobs:
CUR_TIME: ${{ steps.currentTime.outputs.time }}
run: |
cd ./temp
find . -type f
zip -r ../sealdice_${PROJECT_VERSION_C}_${GOOS}_${GOARCH}.zip .
echo "DIST=sealdice_${PROJECT_VERSION_C}_${GOOS}_${GOARCH}.zip" >> $GITHUB_ENV;
- name: Skip Compress (android)
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
path = sealdice-android
url = https://github.com/sealdice/sealdice-android
branch = master
[submodule "go-cqhttp"]
path = go-cqhttp
url = https://github.com/sealdice/go-cqhttp
branch = master
[submodule "sealdice-builtins"]
path = sealdice-builtins
url = https://github.com/sealdice/sealdice-builtins
Expand Down
1 change: 0 additions & 1 deletion go-cqhttp
Submodule go-cqhttp deleted from 2092df
2 changes: 1 addition & 1 deletion sealdice-ui
Submodule sealdice-ui updated 48 files
+0 −1 .env.development
+0 −2 package.json
+0 −123 pnpm-lock.yaml
+3 −5 src/Main.vue
+0 −48 src/api/backup/index.ts
+0 −41 src/api/banconfig/index.ts
+0 −108 src/api/censor/index.ts
+0 −116 src/api/configs/index.ts
+0 −62 src/api/deck/index.ts
+0 −107 src/api/dice/index.ts
+0 −85 src/api/group/index.ts
+0 −36 src/api/helpdoc/index.ts
+0 −357 src/api/im_connections/index.ts
+0 −118 src/api/index.ts
+0 −88 src/api/js/index.ts
+0 −55 src/api/others/index.ts
+0 −26 src/api/resource/index.ts
+0 −12 src/api/signin/index.ts
+0 −82 src/api/story/index.ts
+0 −25 src/api/utils/index.ts
+2 −4 src/backend.ts
+11 −18 src/components/PageConnectInfoItems.vue
+3 −5 src/components/PageHome.vue
+3 −4 src/components/misc/PageMiscAdvancedSettings.vue
+8 −7 src/components/misc/PageMiscBackup.vue
+3 −4 src/components/misc/PageMiscGroup.vue
+2 −4 src/components/misc/PageMiscSettings.vue
+5 −3 src/components/misc/banList/BanConfig.vue
+6 −5 src/components/misc/banList/BanList.vue
+8 −2 src/components/mod/PageCensor.vue
+13 −12 src/components/mod/PageCustomReply.vue
+12 −13 src/components/mod/PageHelpDoc.vue
+21 −22 src/components/mod/PageJs.vue
+15 −16 src/components/mod/PageMiscDeck.vue
+20 −20 src/components/mod/PageStory.vue
+10 −6 src/components/mod/censor/CensorConfig.vue
+11 −5 src/components/mod/censor/CensorFiles.vue
+11 −4 src/components/mod/censor/CensorLog.vue
+4 −2 src/components/mod/censor/CensorWords.vue
+31 −4 src/components/mod/censor/censor.ts
+7 −8 src/components/mod/story/StoryBackup.vue
+41 −0 src/components/mod/story/story.ts
+3 −4 src/components/tool/PageResource.vue
+4 −5 src/components/tool/PageTest.vue
+3 −2 src/components/utils/resource-render.vue
+522 −59 src/store/index.ts
+1 −1 src/type.d.ts
+4 −10 vite.config.ts

0 comments on commit a1f409c

Please sign in to comment.