wechaty-web-panel 1.6.84 → 1.6.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechaty-web-panel",
3
- "version": "1.6.84",
3
+ "version": "1.6.85",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/esm/src/index.js",
@@ -1,48 +0,0 @@
1
- name: NPM
2
-
3
- on: [push, pull_request]
4
-
5
- jobs:
6
- publish:
7
- if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/v'))
8
- name: Publish
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
13
- with:
14
- node-version: 20
15
- registry-url: https://registry.npmjs.org/
16
-
17
- - name: Install Dependencies
18
- run: npm install --force
19
-
20
- - name: Generate Package JSON
21
- run: ./scripts/generate-package-json.sh
22
-
23
- - name: Set Publish Config
24
- run: ./scripts/package-publish-config-tag.sh
25
-
26
- - name: Build Dist
27
- run: npm run dist
28
-
29
- - name: Check Branch
30
- id: check-branch
31
- run: |
32
- if [[ ${{ github.ref }} =~ ^refs/heads/(master|v[0-9]+\.[0-9]+.*)$ ]]; then
33
- echo ::set-output name=match::true
34
- fi # See: https://stackoverflow.com/a/58869470/1123955
35
- - name: Is A Publish Branch
36
- if: steps.check-branch.outputs.match == 'true'
37
- run: |
38
- NAME=$(npx pkg-jq -r .name)
39
- VERSION=$(npx pkg-jq -r .version)
40
- if npx version-exists "$NAME" "$VERSION"
41
- then echo "$NAME@$VERSION exists on NPM, skipped."
42
- else npm publish
43
- fi
44
- env:
45
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46
- - name: Is Not A Publish Branch
47
- if: steps.check-branch.outputs.match != 'true'
48
- run: echo 'Not A Publish Branch'
@@ -1,31 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ChatHistory">
4
- <chats>
5
- <list>
6
- <chat>
7
- <accountId value="VXNlcjozNjM3MzY=" />
8
- <internalId value="165714cf-94b2-4ee3-b4bf-0bc6f7a21e9c" />
9
- <llm>
10
- <llm>
11
- <model value="anthropic/claude-2.0" />
12
- <provider value="Anthropic" />
13
- <title value="Claude 2.0" />
14
- </llm>
15
- </llm>
16
- </chat>
17
- <chat>
18
- <accountId value="VXNlcjozNjM3MzY=" />
19
- <internalId value="2c4a73ff-b391-4faa-b489-10339b8d2962" />
20
- <llm>
21
- <llm>
22
- <model value="anthropic/claude-2.0" />
23
- <provider value="Anthropic" />
24
- <title value="Claude 2.0" />
25
- </llm>
26
- </llm>
27
- </chat>
28
- </list>
29
- </chats>
30
- </component>
31
- </project>
@@ -1,6 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
5
- </profile>
6
- </component>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="EslintConfiguration">
4
- <custom-configuration-file used="true" path="$PROJECT_DIR$/.eslintrc.js" />
5
- </component>
6
- </project>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/wechaty-web-panel.iml" filepath="$PROJECT_DIR$/.idea/wechaty-web-panel.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
package/doc/img/async.png DELETED
Binary file
package/doc/img/event.png DELETED
Binary file
Binary file
package/doc/img/func.jpeg DELETED
Binary file
Binary file
package/doc/img/index.png DELETED
Binary file
Binary file
package/doc/img/news.jpeg DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file