Skip to content

Commit f30a9fc

Browse files
V1.0.1
1 parent 7e3f324 commit f30a9fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+986
-436
lines changed

.backup/.github/workflows.zip

3.09 KB
Binary file not shown.

.github/workflows/ci.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/tests.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/typechecking.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
1919
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
2020
<link rel="icon" type="image/ico" href="favicon.ico">
21+
22+
<link rel="stylesheet" type="text/css" href="./public/css/font-awesome-6.4.2-pro.css">
2123
</head>
2224

2325
<body>

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "quasar-project-02",
3-
"version": "0.0.1",
4-
"description": "A Quasar Project",
2+
"name": "waterfall-picture-viewer",
3+
"version": "1.0.0",
4+
"description": "A simple picture viewer",
55
"productName": "Quasar App",
66
"author": "边缘坐标 <Edgecoordinates@gmail.com>",
77
"private": true,
@@ -16,8 +16,11 @@
1616
"dependencies": {
1717
"@electron/remote": "^2.1.1",
1818
"@quasar/extras": "^1.16.4",
19+
"bigger-picture": "^1.1.14",
1920
"electron-store": "^8.1.0",
2021
"fs-extra": "^11.2.0",
22+
"image-size": "^1.1.1",
23+
"photoswipe": "^5.4.3",
2124
"pinia": "^2.0.11",
2225
"quasar": "^2.6.0",
2326
"v-viewer": "^3.0.13",
File renamed without changes.

0 commit comments

Comments
 (0)