Skip to content

Commit

Permalink
chore: 移除 3rd-party-licenses.md
Browse files Browse the repository at this point in the history
使用 Apache 2.0 的依赖项并无 NOTICE。
  • Loading branch information
typed-sigterm committed Jan 15, 2025
1 parent d3bde64 commit 1fd4a59
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
workspaces: ./src-tauri -> target

- name: 安装 Web 端依赖
run: bun i
run: bun i --forzen-lockfile
- name: 构建 Web 端
run: bun run build:web

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version-file: .tool-versions
- run: bun i
- run: bun i --forzen-lockfile
- run: bun run test:unit

type-check:
Expand All @@ -26,5 +26,5 @@ jobs:
- uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
with:
bun-version-file: .tool-versions
- run: bun i
- run: bun i --forzen-lockfile
- run: bun run test:types
34 changes: 0 additions & 34 deletions 3rd-party-licenses.md

This file was deleted.

18 changes: 0 additions & 18 deletions app/components/licenses.vue

This file was deleted.

17 changes: 0 additions & 17 deletions app/components/settings/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import avatarTypedSigterm from '~/assets/typed-sigterm.png';
const { t } = useI18n({ useScope: 'local' });
const loadLicenses = ref(false);
const loadChangelog = ref(false);
const email = ref('');
Expand Down Expand Up @@ -36,18 +35,6 @@ function checkUpdate() {

<template>
<div class="flex items-center">
<LinkToModal @click="loadLicenses = true">
{{ t('3rd-party-licenses') }}
<template #modalTitle>
{{ t('3rd-party-licenses-title') }}
</template>
<template #modalContent>
<LazyLicenses v-if="loadLicenses" />
</template>
</LinkToModal>

<NDivider vertical />

<LinkToModal @click="loadChangelog = true">
{{ t('changelog') }}
<template #modalTitle>
Expand Down Expand Up @@ -152,8 +139,6 @@ function checkUpdate() {

<i18n lang="yaml">
en:
3rd-party-licenses: OSS Licenses
3rd-party-licenses-title: Third-party Open Source Licenses
changelog: Changelog
changelog-title: ExCaller Changelog
check-update: Check Update
Expand All @@ -175,8 +160,6 @@ en:
Thank you for your support.
zh-CN:
3rd-party-licenses: 开放源代码许可
3rd-party-licenses-title: ExCaller 开放源代码许可
changelog: 更新记录
changelog-title: ExCaller 更新记录
check-update: 检查更新
Expand Down
Binary file modified bun.lockb
Binary file not shown.
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,50 @@
"test:types": "nuxt typecheck",
"test:unit": "vitest run"
},
"dependencies": {
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@bg-dev/nuxt-naiveui": "2.0.0-rc.3",
"@iconify-json/ant-design": "^1.2.3",
"@iconify-json/ep": "^1.2.1",
"@iconify-json/vscode-icons": "^1.2.4",
"@nuxt/test-utils": "^3.15.1",
"@nuxtjs/i18n": "^8.5.6",
"@pinia/nuxt": "^0.9.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0",
"@typed-sigterm/eslint-config": "^1.4.0",
"@types/markdown-it": "^14.1.2",
"@types/semver": "^7.5.8",
"@unocss/nuxt": "^65.0.0",
"@vueuse/nuxt": "^12.0.0",
"driver.js": "^1.3.1",
"eslint": "^9.17.0",
"happy-dom": "^16.0.0",
"js-confetti": "^0.12.0",
"markdown-it-for-inline": "^2.0.1",
"mitt": "^3.0.1",
"mock-local-storage": "^1.1.24",
"npm-run-all2": "^7.0.1",
"nuxt": "^3.15.0",
"nuxt-lucide-icons": "^1.0.5",
"pinia": "^2.3.0",
"postcss-preset-env": "^10.1.2",
"semver": "^7.6.3",
"unplugin-icons": "^22.0.0",
"unplugin-vue-markdown": "^28.0.0",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@nuxt/test-utils": "^3.15.1",
"@tauri-apps/cli": "^2.1.0",
"@typed-sigterm/eslint-config": "^1.4.0",
"@types/markdown-it": "^14.1.2",
"@types/semver": "^7.5.8",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.17.0",
"happy-dom": "^16.0.0",
"mock-local-storage": "^1.1.24",
"npm-run-all2": "^7.0.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
"trustedDependencies": [
"@parcel/watcher",
"core-js"
"core-js",
"esbuild",
"vue-demi"
]
}

0 comments on commit 1fd4a59

Please sign in to comment.