assistsx-js 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/index.cjs +436 -353
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +102 -31
- package/dist/index.d.ts +102 -31
- package/dist/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +434 -353
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/assistsx-async.ts +83 -8
- package/src/assistsx.ts +54 -11
- package/src/index.ts +1 -0
- package/src/node-lookup-scope.ts +10 -0
- package/src/step-async.ts +71 -9
- package/src/step.ts +42 -10
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
|
|
16
16
|
**[Assistsx源码](https://github.com/ven-coder/assistsx)**
|
|
17
17
|
|
|
18
|
+
**[更新日志](./CHANGELOG.md)**
|
|
19
|
+
|
|
18
20
|
# 快速开始
|
|
19
21
|
|
|
20
22
|
## 方式一:HTML 直接引用(无需构建工具)
|
|
@@ -114,9 +116,9 @@ export default defineConfig({
|
|
|
114
116
|
|
|
115
117
|
## 🙋有问题欢迎反馈交流
|
|
116
118
|
|
|
117
|
-
| QQ交流群|
|
|
119
|
+
| QQ交流群| 作者微信 |
|
|
118
120
|
|:---------:|:-----------:|
|
|
119
|
-
| <img src="https://github.com/user-attachments/assets/
|
|
121
|
+
| <img src="https://github.com/user-attachments/assets/ec705332-5c07-47cb-aaa4-27199064ea1f" width=200/> | <img src="https://github.com/user-attachments/assets/b805f5a0-223b-415d-a34b-7659aa0bdf0a" width=200/>
|
|
120
122
|
|
|
121
123
|
# 💝 支持开源
|
|
122
124
|
|