mirror of
https://github.com/liubinfighter/csv-lite.git
synced 2026-07-22 05:43:52 +00:00
feat: update README and manifest for version 1.0.2, add support searching image
This commit is contained in:
parent
28b3d9e8fb
commit
b1db0260eb
4 changed files with 6 additions and 3 deletions
|
|
@ -6,7 +6,8 @@ Simple enough for csv, no more fancy function you need to learn and think!
|
|||
[中文版本Readme](./README_zh.md)
|
||||
<!--  -->
|
||||
|
||||

|
||||
<!--  -->
|
||||

|
||||
|
||||
> if you encounter any problems, download `test/test-sample.csv` to see what's different from the test csv file. Issue with an screenshot will help us fix it faster.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
|
||||
[English Version Readme](./README.md)
|
||||
|
||||

|
||||
<!--  -->
|
||||
|
||||

|
||||
|
||||
> 如果你遇到任何问题,请下载 `test/test-sample.csv`,对比你的 CSV 文件和测试文件有何不同。提交带有截图的问题可以帮助我们更快地修复。
|
||||
|
||||
|
|
|
|||
BIN
asssets/searching.png
Normal file
BIN
asssets/searching.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 236 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "csv-lite",
|
||||
"name": "CSV Lite",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Just open and edit CSV files directly, no more. Keep it simple.",
|
||||
"author": "Jay Bridge",
|
||||
|
|
|
|||
Loading…
Reference in a new issue