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 +1 -1
- package/.github/workflows/npm.yml +0 -48
- package/.idea/cody_history.xml +0 -31
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/jsLinters/eslint.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.idea/wechaty-web-panel.iml +0 -12
- package/doc/img/async.png +0 -0
- package/doc/img/event.png +0 -0
- package/doc/img/everyday.png +0 -0
- package/doc/img/func.jpeg +0 -0
- package/doc/img/group.jpeg +0 -0
- package/doc/img/index.png +0 -0
- package/doc/img/material.png +0 -0
- package/doc/img/news.jpeg +0 -0
- package/doc/img/qrcode-s.png +0 -0
- package/doc/img/qrcode.png +0 -0
- package/doc/img/roomasync.png +0 -0
- package/doc/img/schedule.png +0 -0
- package/doc/img/user-center.png +0 -0
package/package.json
CHANGED
|
@@ -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'
|
package/.idea/cody_history.xml
DELETED
|
@@ -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>
|
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,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
|
package/doc/img/everyday.png
DELETED
|
Binary file
|
package/doc/img/func.jpeg
DELETED
|
Binary file
|
package/doc/img/group.jpeg
DELETED
|
Binary file
|
package/doc/img/index.png
DELETED
|
Binary file
|
package/doc/img/material.png
DELETED
|
Binary file
|
package/doc/img/news.jpeg
DELETED
|
Binary file
|
package/doc/img/qrcode-s.png
DELETED
|
Binary file
|
package/doc/img/qrcode.png
DELETED
|
Binary file
|
package/doc/img/roomasync.png
DELETED
|
Binary file
|
package/doc/img/schedule.png
DELETED
|
Binary file
|
package/doc/img/user-center.png
DELETED
|
Binary file
|