Kaynağa Gözat

fix AsyncPicker file path

杜府 3 yıl önce
ebeveyn
işleme
bcbd0ace60

+ 3 - 3
README.md

@@ -9,7 +9,7 @@
 
   <h4>
     <a href="https://github.com/dufu1991/stdf/blob/main/README_en.md" target="_blank">English</a>
-  <span> · </span>
+  <span>  </span>
     <a href="https://stdf.design?lang=zh_CN" target="_blank">网站</a>
   <span>
   </h4>
@@ -19,9 +19,9 @@
 
 基于 [Svelte](https://svelte.dev) 与 [Tailwind](https://www.tailwindcss.com) 的移动 web 组件库。
 
-> **S**imple · **T**hin · **D**esign · **F**ast
+> **S**imple • **T**hin • **D**esign • **F**ast
 
-> 简 单 · 轻 量 · 设 计 · 快 速
+> 简 单 • 轻 量 • 设 计 • 快 速
 
 # 特性
 

+ 2 - 2
README_en.md

@@ -7,7 +7,7 @@
 
   <h4>
     <a href="https://github.com/dufu1991/stdf/blob/main/README.md" target="_blank">中文</a>
-  <span> · </span>
+  <span>  </span>
     <a href="https://stdf.design?lang=en_US" target="_blank">Website<a>
   </h4>
 </div>
@@ -16,7 +16,7 @@
 
 Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind](https://www.tailwindcss.com) .
 
-> **S**imple · **T**hin · **D**esign · **F**ast
+> **S**imple • **T**hin • **D**esign • **F**ast
 
 # Features
 

+ 3 - 3
components/README.md

@@ -7,7 +7,7 @@
 
   <h4>
     <a href="https://github.com/dufu1991/stdf/blob/main/README.md" target="_blank">中文</a>
-  <span> · </span>
+  <span>  </span>
     <a href="https://stdf.design?lang=en_US" target="_blank">Website<a>
   </h4>
 </div>
@@ -16,7 +16,7 @@
 
 Mobile web component library based on [Svelte](https://svelte.dev) and [Tailwind](https://www.tailwindcss.com) .
 
-> **S**imple · **T**hin · **D**esign · **F**ast
+> **S**imple • **T**hin • **D**esign • **F**ast
 
 # Features
 
@@ -61,7 +61,7 @@ import { Button } from 'stdf';
 
 You can scan the QR code below on your mobile phone to access the mobile demo:
 
-<img src="https://stdf.design/assets/qr/demo_qr_en.png" width="220" height="220" >
+<img src="https://stdf.design/assets/qr/demo_qr_en.jpg" width="220" height="220" >
 
 # License
 

+ 1 - 1
components/index.js

@@ -37,7 +37,7 @@ import Modal from './src/modal/Modal.svelte';
 import Dialog from './src/dialog/Dialog.svelte';
 import ActionSheet from './src/actionSheet/ActionSheet.svelte';
 import Picker from './src/picker/Picker.svelte';
-import AsyncPicker from './src/AsyncPicker/AsyncPicker.svelte';
+import AsyncPicker from './src/asyncPicker/AsyncPicker.svelte';
 import TimePicker from './src/timePicker/TimePicker.svelte';
 import Calendar from './src/calendar/Calendar.svelte';
 

+ 1 - 1
components/package.json

@@ -1,6 +1,6 @@
 {
     "name": "stdf",
-    "version": "0.0.8",
+    "version": "0.0.9",
     "description": "Mobile Web component library based on Svelte and Tailwind",
     "main": "index.js",
     "scripts": {

+ 4 - 0
doc/guide/changelog.md

@@ -1,3 +1,7 @@
+## 0.0.9
+
+-   修复 AsyncPicker 文件路径。
+
 ## 0.0.8
 
 -   修复 Calendar,详见 [Calendar](https://stdf.design/#/components?nav=calendar&tab=4)。

+ 4 - 0
doc/guide/changelog_en.md

@@ -1,3 +1,7 @@
+## 0.0.9
+
+-   Fix AsyncPicker file path.
+
 ## 0.0.8
 
 -   Fix Calendar, please see [Calendar](https://stdf.design/#/components?nav=calendar&tab=4).