Skip to content

Commit 216806d

Browse files
committed
📦 更新最新安装包
1 parent aaf91cd commit 216806d

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

‎docs/.vitepress/components/release-assets.ts‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ export const allReleaseAssets = (): $ReleaseAsset[] => {
4343
assets.push(...tmp_android_2("3.240622.0"));
4444
/// android 3.240606.2
4545
assets.push(...tmp_android_1("3.240606.2"));
46-
/// desktop 3.8.1200
47-
assets.push(...tmp_dekstop_1("3.8.1200"));
46+
/// desktop 3.12.1906
47+
assets.push(...tmp_dekstop_1("3.12.1906"));
4848

4949
return assets;
5050
};
5151

5252
export const latestReleaseAssets = (): $ReleaseAsset[] => {
5353
const assets: $ReleaseAsset[] = [];
54-
/// android 3.240803.0
55-
assets.push(...tmp_android_2("3.240913.0"));
56-
/// desktop 3.8.1200
57-
assets.push(...tmp_dekstop_1("3.8.1200"));
54+
/// android 3.241024.0
55+
assets.push(...tmp_android_2("3.241024.0"));
56+
/// desktop 3.12.1906
57+
assets.push(...tmp_dekstop_1("3.12.1906"));
5858

5959
return assets;
6060
};

‎package-lock.json‎

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tailwind.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('tailwindcss').Config} */
2-
module.exports = {
2+
export default {
33
content: ["./docs/**/*.{vue,js,ts,jsx,tsx,html}"],
44
theme: {
55
extend: {},

0 commit comments

Comments
 (0)