Skip to content

Commit 7fd3a07

Browse files
committed
release: update
1 parent 962d2c5 commit 7fd3a07

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-quark-app",
3-
"version": "1.2.21",
3+
"version": "1.2.23",
44
"description": "create quark app.",
55
"bin": {
66
"create-quark-app": "./dist/bin/index.js"

template/application/app/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
"start": "vite --open --force",
77
"build": "rm -rf lib && rollup -c"
88
},
9-
"files": [
10-
"lib/*",
11-
"umd/*",
12-
"README.md",
13-
"package.json"
14-
],
159
"devDependencies": {
1610
"@babel/plugin-transform-runtime": "^7.19.6",
1711
"@quarkd/rollup-plugin-postcss": "^1.0.0",
-46.3 KB
Binary file not shown.

template/application/app/src/views/home/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { QuarkElement, customElement, state, createRef, } from "quarkc"
22
import style from "./index.less?inline"
3-
import logo from "../../assets/logo.png"
43

54
@customElement({ tag: "app-home", style })
65
class Home extends QuarkElement {
@@ -18,7 +17,7 @@ class Home extends QuarkElement {
1817
return (
1918
<>
2019
<div class="hello">
21-
<img alt="quark logo" width="150" src={logo} />
20+
<img alt="quark logo" width="150" src="https://m.hellobike.com/resource/helloyun/13459/BI7jn_quark-logo.png?x-oss-process=image/quality,q_80" />
2221
<h1>{ this.msg }</h1>
2322
<p>
2423
For a guide and recipes on how to configure / customize this project, <br />

0 commit comments

Comments
 (0)